- 24 Apr, 2015 1 commit
-
-
Arnaud Fontaine authored
Also, add Javascript and CSS linters.
-
- 23 Apr, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
fixup! do not care node_category when getting aggregated payment transaction lines from a payment transaction group.
-
Ivan Tyagov authored
-
- 22 Apr, 2015 3 commits
-
-
Tristan Cavelier authored
Before, the preference state was tested first, which caused useless ZODB loads.
-
Jérome Perrin authored
At this point, Data.fs is already updated, so not keeping this dump would just leave you with inconsistent ZODB and catalog.
-
Jérome Perrin authored
-
- 21 Apr, 2015 3 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
bank reconciliation: support the case where the user run "select all non reconcile" and cancels just after.
-
Jérome Perrin authored
-
- 16 Apr, 2015 1 commit
-
-
Aurel authored
-
- 15 Apr, 2015 1 commit
-
-
Aurel authored
-
- 14 Apr, 2015 7 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Xiaowu Zhang authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 10 Apr, 2015 19 commits
-
-
Kazuhiko Shiozaki authored
-
Tristan Cavelier authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
do not set meaningless contributor category in web page
-
Klaus Wölfel authored
per default it useses indexeddb storage
-
Romain Courteaud authored
Modify jIO API to keep user data not modified. jIO.get({"_id": "foo"} -> jIO.get("foo") jIO.remove({"_id": "foo"} -> jIO.remove("foo") jIO.post({"title": "bar"}) -> jIO.post({"title": "bar"}) jIO.put({"_id": "foo", "title": "bar"}) -> jIO.put("foo", {"title": "bar"}) jIO.getAttachment({"_id": "foo", "_attachment": "enclosure"} -> jIO.getAttachment("foo", "enclosure") jIO.removeAttachment({"_id": "foo", "_attachment": "enclosure"} -> jIO.removeAttachment("foo", "enclosure") jIO.putAttachment({"_id": "foo", "_attachment": "enclosure", "_blob": blob} -> jIO.putAttachment("foo", "enclosure", blob) Add jIO.allAttachments method. jIO.get does not return an _id and _attachments attributes anymore. jIO.get now really returns the document as saved by jIO.put/post.
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Jérome Perrin authored
-
- 09 Apr, 2015 1 commit
-
-
Jérome Perrin authored
and in any case, do not accept deleted ones
-
- 07 Apr, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 02 Apr, 2015 1 commit
-
-
Julien Muchembled authored
-