Commit 69a541d3 authored by Caleb James DeLisle's avatar Caleb James DeLisle Committed by Tristan Cavelier

Rewrote XWiki backed storage to work with new API.

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).
parent f769b55a
This diff is collapsed.
This diff is collapsed.
......@@ -33,6 +33,8 @@
</script>
<script type="text/javascript" src="../complex_queries.js"></script>
</script>
<script type="text/javascript" src="../src/jio.storage/xwikistorage.js">
</script>
<script type="text/javascript" src="./jiotests.js"></script>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment