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
Dan Helfman ccfcd3ccfe * Added convenience method to model.Notebook called is_startup_note(), and made use of it.
* is_startup_note() checks whether the object id of the given note is in the list of startup notes,
   not whether the actual object is.
 * This fixed a bug in which the same note could be saved to the list of startup notes multiple
   times, thereby causing funny display problems when the same note was loaded twice.
2007-08-01 02:23:54 +00:00
..
test * Added a "changes" tab with a list of revision timestamps for each note. Note yet clickable. 2007-07-26 01:18:41 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Note.py * Can now click on revision timestamps to open up the contents of previous note revisions with a small timestamp at the top. 2007-07-31 22:53:57 +00:00
Notebook.py * Added convenience method to model.Notebook called is_startup_note(), and made use of it. 2007-08-01 02:23:54 +00:00
Persistent.py * Can now click on revision timestamps to open up the contents of previous note revisions with a small timestamp at the top. 2007-07-31 22:53:57 +00:00
Read_only_notebook.py Renaming all entries to notes to fit better with the name "Luminotes". 2007-07-17 01:21:31 +00:00
User.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00