witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/controller
Dan Helfman 5520fe5892 * make a User_revision object containing a revision timestamp, user_id, username
* change controller.Notebooks.load_note_revisions() to select and return User_revision objects
 * change controller.Notebooks.save_note() to use User_revision objects for new_revision and previous_revision as well
 * update client to deal with new load_note_revisions() return values (make sure all uses of revisions_list are updated)
 * update client to deal with new new_revision/previous_revision
 * update changes pulldown to show username along with each timestamp
 * update model.Invite to load redeemed_username along with redeemed_user_id
 * display the redeemed username next to each email address in the "share this notebook" note
2008-01-04 04:45:43 +00:00
..
test * make a User_revision object containing a revision timestamp, user_id, username 2008-01-04 04:45:43 +00:00
Async.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Database.py Oops.. Debugging print was left in. 2007-10-11 11:18:51 +00:00
Expire.py Made some changes intended to speed up page loading slightly. 2007-09-01 23:46:15 +00:00
Expose.py Began work on invite redeeming. 2007-12-18 00:05:13 +00:00
Html_cleaner.py Learned to spell JavaScript. 2007-09-10 19:43:51 +00:00
Html_nuker.py Fix so None doesn't ever get added to result list, which screws up the parser. 2007-07-19 19:06:22 +00:00
Notebooks.py * make a User_revision object containing a revision timestamp, user_id, username 2008-01-04 04:45:43 +00:00
Root.py * Users.signup(), Users.login(), and Root.default() now support optional invite_id parameter. 2007-12-27 22:16:47 +00:00
Users.py * Preventing a user from revoking their own access. 2007-12-30 01:20:38 +00:00
Validate.py Some early work in support of a reverse chronological order view of a notebook, useful for a blog. 2007-10-30 23:05:46 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00