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/model
Dan Helfman a55934f948 Fixed a Luminotes Desktop bug in which creating and then clicking on a new note link sometimes caused a red error message.
This was due to a floating point rounding error in Luminotes that occured when loading note revisions from a SQLite database.
2008-12-12 23:36:29 -08:00
..
delta Fixed a bug in which certain new installations of Luminotes Desktop on Windows yielded an "uh oh" error on initial launch. 2008-12-04 12:30:59 -08:00
test HTML entities/characters like """ are now stripped from notebook names before turning them into friendly ids. 2008-11-21 14:07:23 -08:00
Download_access.py Lots more work on the payment code necessary to support Luminotes Desktop. 2008-09-11 00:36:12 -07:00
File.py When saving a note, auto-delete any files that used to be linked from it but no longer are. Still need unit tests. 2008-02-22 19:47:28 +00:00
Group.py Fixed bug in model.Group SQL select. 2008-06-02 19:53:09 -07:00
Invite.py More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
Note.py Fixed a Luminotes Desktop bug in which creating and then clicking on a new note link sometimes caused a red error message. 2008-12-12 23:36:29 -08:00
Notebook.py HTML entities/characters like """ are now stripped from notebook names before turning them into friendly ids. 2008-11-21 14:07:23 -08:00
Password_reset.py New model.Invite object for the invite table. 2007-12-03 23:34:35 +00:00
Persistent.py Okay, just doing the datetime precision hack unconditionally on Windows. 2008-08-21 00:43:15 -07:00
Tag.py Foundational work for both tags and discussion forums. Should have checked this in in smaller pieces. 2008-10-24 11:51:19 -07:00
User.py Rolling back the part of revision 1285 that made quota calculation just use note_current instead of note table. 2008-11-21 16:17:54 -08:00
User_revision.py * make a User_revision object containing a revision timestamp, user_id, username 2008-01-04 04:45:43 +00:00
__init__.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
drop.sql Blog post URLs are now user-friendly and SEO-friendly. 2008-11-18 15:11:58 -08:00
reap.sql Updated to also reap group-related data. 2008-05-29 14:01:22 -07:00
schema.sql HTML entities/characters like """ are now stripped from notebook names before turning them into friendly ids. 2008-11-21 14:07:23 -08:00
schema.sqlite Fixed a bug in which certain new installations of Luminotes Desktop on Windows yielded an "uh oh" error on initial launch. 2008-12-04 12:30:59 -08:00