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/view
Dan Helfman f2eac9cb1f Implemented a basic trash, including undo upon note deletion and undeletion from the trash:
* model.Note has a deleted_from member to indicate the notebook id it was deleted from (if any)
 * controller.Notebooks sets the deleted_from member and makes all deleted notes startup notes in the trash
 * new controller.Notebooks.undelete_note() method
 * split up the idea of UI messages into errors and informational messages, with separate CSS
 * updated Editor and Wiki UI code to deal with new deleted_from variable
 * added "undelete" button when viewing a deleted note, and "delete" changes to "delete forever"
 * added a "trash" link to the notebook links
 * reorganized responsibilities for displaying notebook/user links among Wiki.populate() and Wiki.display_user()
 * when deleting messages in a notebook with a trash, displaying "The note has been moved to the trash"...
   with a working undo button!
 * tweaked focusing logic in display_search_results(), which has been renamed to display_loaded_notes()
2007-08-07 01:48:43 +00:00
..
Error_page.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Html_file.py Fix to recognize and rewrite note links that have target="_top", such as those for "try it out" and "login". 2007-08-03 22:44:29 +00:00
Json.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Link_area.py Implemented a basic trash, including undo upon note deletion and undeletion from the trash: 2007-08-07 01:48:43 +00:00
Main_page.py Expanded the page displayed when Javascript is disabled so search engines actually get something useful. 2007-08-01 20:46:26 +00:00
Node.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Not_found_page.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Note_page.py Renaming all entries to notes to fit better with the name "Luminotes". 2007-07-17 01:21:31 +00:00
Page.py Expanded the page displayed when Javascript is disabled so search engines actually get something useful. 2007-08-01 20:46:26 +00:00
Search_form.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Tags.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Toolbar.py Changing note link key to ctrl-L and unordered list to ctrl-U. 2007-07-18 20:28:42 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00