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 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
..
test 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
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 Merged revisions 401-446 via svnmerge from 2007-10-11 09:03:43 +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 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
Root.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
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
Validate.py Merged revisions 401-446 via svnmerge from 2007-10-11 09:03:43 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00