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/test
Dan Helfman f3b0d563c1 Fixed database transaction leak by wrapping every exposed database-using
controller method with a new @end_transaction() decorator. This
decorator is responsible for rolling back unfinished transactions.
2008-03-17 21:17:00 +00:00
..
Stub_cache.py Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
Stub_database.py Fixed database transaction leak by wrapping every exposed database-using 2008-03-17 21:17:00 +00:00
Stub_object.py Renaming new_model to model, now that the old bsddb model is out of the way. 2007-10-11 19:49:00 +00:00
Stub_smtp.py * Implemented controller.Users.send_invites(). 2007-12-06 01:32:20 +00:00
Stub_urllib2.py Wrote unit tests for controller.Users.paypal_notify() and thanks() methods. 2008-01-15 00:36:19 +00:00
Stub_view.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Test_controller.py Added ability to reorder notebooks on the right side of the page. 2008-03-15 03:04:59 +00:00
Test_database.py Client code now only calls save_note() on the server when necessary, and 2008-03-07 23:14:39 +00:00
Test_files.py Tweaked controller.Files.download() to better handle filenames with weird characters. 2008-02-24 01:01:50 +00:00
Test_notebooks.py Added ability to reorder notebooks on the right side of the page. 2008-03-15 03:04:59 +00:00
Test_root.py Adding missing unit tests for controller.Root.tour(). 2008-03-13 20:45:45 +00:00
Test_users.py Added ability to reorder notebooks on the right side of the page. 2008-03-15 03:04:59 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00