Archived
1
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/model/test
Dan Helfman 4d736d4821 Lots of work on user storage quotas:
* Each model.User now has a current storage bytes and a rate plan.
 * model.User.to_dict() updated accordingly.
 * Minor Scheduler.add() change to bail of the given thread is None.
 * controller.Users.current() returns current user's rate plan details.
 * controller.Users.update_storage() now takes an optional callback.
 * Various methods in controller.Notebooks responsible for calling controller.Users.update_storage().
 * Added rate plan details to config/Common.py.
 * Added quota utilization colors to style.css.
 * Implemented quota utilization calculation and display in Wiki.js.

Still to-do: Return updated storage bytes where appropriate in controller.Notebook and update the
client accordingly.
2007-09-20 20:36:19 +00:00
..
Test_note.py Fixed problem with note titles being incorrectly set for notes containing multiple sets of <h3></h3> titles. 2007-09-04 22:01:42 +00:00
Test_notebook.py No longer sending quite as much data in response to /users/current requests. 2007-08-27 22:37:22 +00:00
Test_persistent.py * Added a "changes" tab with a list of revision timestamps for each note. Note yet clickable. 2007-07-26 01:18:41 +00:00
Test_read_only_notebook.py * Added a trash Notebook to model.Notebook. 2007-08-03 21:12:17 +00:00
Test_user.py Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00