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/delta
Dan Helfman b7789c6533 Fixed a bug in which certain new installations of Luminotes Desktop on Windows yielded an "uh oh" error on initial launch.
This was due to duplicate notebook timestamps within the sqlite
database, which meant that notebook_current included the placeholder
"next ids" along with the actual notebooks. The fix was to modify the
notebook_current view to filter out those placeholder ids.
2008-12-04 12:30:59 -08:00
..
1.0.1.sql Began work on notebook deletion and subsequent undo/undeletion. 2007-11-17 04:21:48 +00:00
1.0.4.sql * Implemented controller.Users.send_invites(). 2007-12-06 01:32:20 +00:00
1.1.0.sql * make a User_revision object containing a revision timestamp, user_id, username 2008-01-04 04:45:43 +00:00
1.2.0.sql 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
1.2.2.sql * Wrote a database reaper script to delete unused notes, notebooks, etc. 2008-03-04 20:01:59 +00:00
1.2.14.sql Additional comments on upgrading. 2008-03-17 21:58:54 +00:00
1.3.14.sql Fixed a database indexing bug that prevented notes with really long (~2700+ 2008-05-05 22:56:20 +00:00
1.4.0.sql Added database schema changes to support user group-related tables, views, and indices. 2008-05-27 15:22:18 -07:00
1.5.0.sql Lots more work on the payment code necessary to support Luminotes Desktop. 2008-09-11 00:36:12 -07:00
1.5.5.sql Fixed an occasional bug that caused unexpected logouts by moving the session info into the database. No more write races. 2008-10-29 14:26:22 -07:00
1.5.5.sqlite Foundational work for both tags and discussion forums. Should have checked this in in smaller pieces. 2008-10-24 11:51:19 -07:00
1.5.6.sql Major SQL changes to support faster searching, plus changes to model.Note to support the new SQL. Unit tests all pass. 2008-11-11 21:45:18 -08:00
1.5.6.sqlite Major SQL changes to support faster searching, plus changes to model.Note to support the new SQL. Unit tests all pass. 2008-11-11 21:45:18 -08:00
1.5.7.sql Blog post URLs are now user-friendly and SEO-friendly. 2008-11-18 15:11:58 -08:00
1.5.8.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
1.5.10.sql 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