An error occurred fetching the project authors.
- 31 May, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 06 May, 2013 1 commit
-
-
Jonathan Rivalan authored
-
- 22 Apr, 2013 2 commits
-
-
Caleb James DeLisle authored
Fixed the test failures on phantomjs and added a configuration option to let the user choose between getting an attachment as text or as a Blob, defaulting to text.
-
Caleb James DeLisle authored
Fixed the test failures on phantomjs and added a configuration option to let the user choose between getting an attachment as text or as a Blob, defaulting to text.
-
- 16 Apr, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 12 Apr, 2013 1 commit
-
-
Caleb James DeLisle authored
Stores documents and attachments, attachments accept and return Blob type. Tests are run with mocks and if the URL containt /xwiki/bin/ then they are run on the live wiki (user must be logged in for them to pass).
-
- 08 Apr, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 05 Apr, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 29 Mar, 2013 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 25 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 22 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 19 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 18 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 15 Mar, 2013 1 commit
-
-
Sven Franck authored
-
- 12 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
jio.get({"_id": "a/b"}); changed to jio.getAttachment({"_id": "a", "_attachment": "b"});
-
- 11 Mar, 2013 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 08 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 05 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 04 Mar, 2013 5 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 01 Mar, 2013 1 commit
-
-
Tristan Cavelier authored
-
- 21 Feb, 2013 2 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 18 Feb, 2013 3 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
// Before: jio.putAttachment({ "id": "docid/attmtid", "data": "abc", "mimetype": "text/plain", "rev": "xxxx" }); // Now: jio.putAttachment({ "_id": "docid/attmtid", "_data": "abc", "_mimetype": "text/plain", "_rev": "xxxxx" });
-
Tristan Cavelier authored
-
- 08 Feb, 2013 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
- 06 Feb, 2013 3 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Sebastien Robin authored
-