- 10 Jan, 2013 9 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Grunt is not used anymore. Why? Grunt is realy useful when you want to do some tasks to several files, like jslint src/**/*.js. But in this case, each files have their own specific dependencies. For instance, davstorage has jIO, jQuery and Base64, revisionstorage has jIO and hex_sha256, jio.outro needs hex_md5, etc. Why use a Makefile? - All developers know Makefiles - We can choose a task by typing "make <task>" - It is more extensible than grunt - It removes grunt dependency
-
Sven Franck authored
-
Sven Franck authored
-
Tristan Cavelier authored
some jiotests_withoutrequirejs scripts were moved/removed/added, jiotests.js updated to use only required denpendencies
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 09 Jan, 2013 2 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
- 08 Jan, 2013 20 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Tristan Cavelier authored
The localStorage wrapper is not working on Chromium
-
Sven Franck authored
-
Tristan Cavelier authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Sven Franck authored
-
- 07 Jan, 2013 9 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
Storages are now able to keep some vars in memory in their own environment. For instance, if the storage tree is revision + local, "revision" will have an environment and "local" will have another one. For the futur "replicate revision storage", the environment will contain objects in order to get the good revision for the good substorage. Of course, if there are several "replicate revision storage", every one will have its own environment.
-
Sven Franck authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-