Changelog
v6
- Final hark.org integration doc for Maze Day 2011
v5
- Added uow.ui.connectKeys and uow.ui.disconnectKeys.
v4
- Added UI Widgets documentation page with examples.
- Suggested use of uow.data.getDatabase instead of uow.getDatabase
- Added uow.ui.showBusy() and uow.ui.hideBusy().
- Renamed uow.checkBrowser() to uow.ui.checkBrowser().
v3
- Image and Audio upload enabled.
- Strings in the database are filtered to avoid common XSS attacks.
- Added uow.checkBrowser() to test and warn about browser incompatibility.
v2
- Record ownership. The user who creates a record is marked as its owner. Only the owner may update or delete the record thereafter unless ownership override permission is granted.
- New mode O for overriding ownership checks on database records.
- New database factory methods manageDatabase, setAccess, setMode, setSchema, and touchCollection.
- New MongoStore methods deleteOne, fetchOne, getMode, putOne, and updateOne.
- The start of GUI editors for user roles, collection data, collection permissions, and collection schemas.
v1
Everything before this changelog started.