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 218fe3995c Bug fix. Repro: Try making a link to a note that doesn't exist yet, then click
on the link. Delete the new note. Then go back to the first message, and click
after the link, so the link's pulldown shows. You'll get this error message:
"Sorry, you don't have access to do that."

The fix was to look for the cases when the deleted note is either in the trash
or deleted "forever", and then return None for the note value (instead of just
raising an Access_error).
2007-10-17 01:47:46 +00:00
..
Stub_database.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +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 Self-service password reset functionality, plus full unit tests. 2007-09-26 23:49:27 +00:00
Stub_view.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Test_controller.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
Test_database.py Merged revisions 401-446 via svnmerge from 2007-10-11 09:03:43 +00:00
Test_notebooks.py Bug fix. Repro: Try making a link to a note that doesn't exist yet, then click 2007-10-17 01:47:46 +00:00
Test_root.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
Test_users.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00