Changeset 274 for Dev/branches/rest-dojo-ui/log.txt
- Timestamp:
- 02/20/12 16:27:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/log.txt
r257 r274 1 * Replaced jQuery with Dojo for more extensive widgets. 2 * Removed some unused JS libraries (d3,RGraph). 3 * Changed API to use REST conventions. It is able to login and access 4 database objects. I used the tonic library for that. 5 * Login dialog and one page work. The page features a list which is 6 coupled to our REST store with sessions. 1 * [Client] Moved pages in subtree of rft/, allowing controllers next to them. 2 * [Client] Created questions page, gives overview and allows adding. 3 * [Client] Page controllers inherit from _Page, because the previous mechanism wasn't working. 4 * [Client] Added new user registration. 5 * [Server] Changed user passwords to passwordHash/passwordSalt combination. 6 * [Server] Added simple object marshalling and unmarshalling to preserve types. 7 * [Server] Added ResearchToolObjectInterface with static create() method. Implemented for all model classes.
Note: See TracChangeset
for help on using the changeset viewer.