]> source.dussan.org Git - nextcloud-server.git/commit
Calendar & Contacts: Store import progress in OC_Cache
authorBart Visscher <bartv@thisnet.nl>
Mon, 4 Jun 2012 15:42:59 +0000 (17:42 +0200)
committerBart Visscher <bartv@thisnet.nl>
Mon, 4 Jun 2012 20:24:17 +0000 (22:24 +0200)
commit091b343d5cc2766eb84d49b5f2c3c691b5d41a18
tree51356b66b7a2341d8f271f7842a62ff53f47c228
parentdfc90021cacb5b9da3bf06e705133f18b13df583
Calendar & Contacts: Store import progress in OC_Cache

Convert calendar and contacts import to use a caching system
for storing the import progress percentage. OC_Cache can later
be made smarter about storing values.
apps/calendar/ajax/import/import.php
apps/calendar/import_tmp/Info [deleted file]
apps/calendar/js/loader.js
apps/calendar/templates/part.import.php
apps/contacts/import.php
apps/contacts/import_tmp/Info [deleted file]
apps/contacts/js/loader.js
apps/contacts/templates/part.import.php
lib/cache.php [new file with mode: 0644]
lib/cache/file.php [new file with mode: 0644]