Module JS Offline
Use library Offine.js (http://github.hubspot.com/offline/docs/welcome)
What is Offline.js?

Offline.js is a library to automatically alert your users when they've lost internet connectivity, like Gmail.

It captures AJAX requests which were made while the connection was down, and remakes them when it's back up, so your app reacts perfectly.

It has a number of beautiful themes and requires no configuration.

Link module : https://drupal.org/sandbox/maxasus123/2125501
git clone:

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/maxasus123/2125501.git js_offline
cd js_offline

CommentFileSizeAuthor
#3 error.png3.74 KBRkumar

Comments

PA robot’s picture

Status: Active » Needs work

There are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxmaxasus1232125501git

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

phaer’s picture

This seems to be just the normal js library, they only independent code in this module is

function js_offline_preprocess_page(&$variables) {
  drupal_add_js(drupal_get_path('module', 'js_offline') . '/js/offline.min.js');
}

Everything else, including the README is just copied from the js project itself. In js_offline.module, the @file comment still says "Examples showing how to use some of the new JavaScript features in Drupal 7."

Is it really necessary to publish this as a module?

Rkumar’s picture

StatusFileSize
new3.74 KB

.info file have only name.

Please add proper info file.

For reference, check any core module.

maxasus123’s picture

Sorry, I commit new code already.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.