- 19 Jun, 2012 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
This storage will wait before executing command on another storage. So there is a parameter "storage" (like indexedstorage). Wait storage can have some optional parameters: key : default value ----------------------- delay : 5000, save : true, // will wait 5 seconds before saveDocument load : false, // won't wait remove : false, // '' getlist : false. // ''
-
- 18 Jun, 2012 2 commits
-
-
Sebastien Robin authored
-
Tristan Cavelier authored
Jio jobs now knows what to do if eliminated, updated or not accepted. We can make DummyStorageAll3tries be different from other similar storage by adding some useless parameters. So older similar storages won't be replaced. Correcting some bugs in replicatestorage. Adding one qunit test (jio does not pass it...) In intro.js, `var log' is used for debuging. Better applications managing in OfficeJS.
-
- 15 Jun, 2012 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 14 Jun, 2012 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 13 Jun, 2012 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 12 Jun, 2012 1 commit
-
-
Tristan Cavelier authored
-
- 11 Jun, 2012 1 commit
-
-
Tristan Cavelier authored
-
- 07 Jun, 2012 25 commits
-
-
Sebastien Robin authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Load, GetList, and Remove document do not work.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
We can select files in the slickgrid document lister and the good application will be loaded with the good file. Extensions are hidden.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Of course, the link is still there.
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
If the storage does not search into document list by itself, JIO will limit it anyway. The storage should use the method researchDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use searchDocumentArray() provided by JIO (and no need to use researchDone()).
-
Tristan Cavelier authored
-
Tristan Cavelier authored
If the storage does not limit document list by itself, JIO will limit it anyway. The storage should use the method limitDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use limitDocumentArray() provided by JIO (and no need to use limitDone()).
-