http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10240

Frédéric Demians <frede...@tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frede...@tamil.fr

--- Comment #6 from Frédéric Demians <frede...@tamil.fr> ---
Great idea and implementation!

The patch doesn't apply anymore on HEAD. Their is a conflict on
staff-global.css.

Reading the code, I have one question and one remark:

(1) How does IndexedDB scale? Your synchronization stores locally
patrons and issues (if I understand correctly). So is there a limit to
the borrowers and issues Koha tables size?

(2) Few lines in offline.tt won't be translatable:

item.title = item.title || "(Unknown)";
item.author = item.author || "(Unknown)";

$('#alerts').append('<div class="dialog alert"><h3>Check in
message</h3></div>');

$(".loading-overlay div").text(_("Loading page " + page + ", please wait..."));

$('#alerts').append('<div class="dialog alert"><h3>Check out
message</h3></div>');
alert("You are offline and therefore cannot sync your database");

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to