- 30 Apr, 2015 3 commits
-
-
Romain Courteaud authored
* returns 404 errors in case of non existent document * returns forms contents in case of validation error (400 status + error text in fields) * newContent action link, which can be used with jIO.post method in erp5Storage
-
Romain Courteaud authored
-
Romain Courteaud authored
Bug fixes + replicateStorage
-
- 29 Apr, 2015 1 commit
-
-
Julien Muchembled authored
This is a follow up of previous commit ("simulation: specialise tester must not sort before comparing decision and prevision").
-
- 27 Apr, 2015 2 commits
-
-
Julien Muchembled authored
The order of specialise categories is important.
-
Julien Muchembled authored
For some base categories like specialise, the order of categories is important. list.sort implements a stable sort so we can use it here.
-
- 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 16 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
-