witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1177 Commits

Author SHA1 Message Date
Dan Helfman fc3849b8be HTML entities/characters like """ are now stripped from notebook names before turning them into friendly ids.
This means that blog posts now have better URLs if they the post titles contain HTML entities/characters.
2008-11-21 14:07:23 -08:00
Dan Helfman 54744dd3a9 Fixed a rare bug in which Luminotes sometimes indicated that the current note was saved even when it wasn't.
Fortunately, this was just a visual bug, and the current note was always saved correctly.

The reproduction steps were:

 1. Open two notes, A and B.
 2. Modify note A, and then switch to note B. This causes note A to save.
 3. The save happens to take a long time (which you can force with a sleep).
 4. While the save is executing, quickly modifiy note B.
 5. When the original save completes, the "save" button changes to "saved",
    even though note B has been modified and is not saved.

The solution was simply to check whether the focused note is dirty before changing to a "saved" button.
2008-11-21 12:56:06 -08:00
Dan Helfman 3c11526480 Fixed a bug that prevented the autosaver from working on non-forum notebooks. 2008-11-20 17:39:20 -08:00
Dan Helfman b1cdfad22b Redirecting to blog friendly id instead of standard id. 2008-11-18 17:10:16 -08:00
Dan Helfman c5a2765685 Fixing blog rss to use friendly ids in URLs. 2008-11-18 16:47:55 -08:00
Dan Helfman bd4afceb26 Fix for IE 7. 2008-11-18 16:29:20 -08:00
Dan Helfman 4c3d374062 Fixes for IE 6. 2008-11-18 16:16:52 -08:00
Dan Helfman 00c8aa6c25 Formatting changes. 2008-11-18 15:45:53 -08:00
Dan Helfman 50594c3bcb Mentioned what to do if Luminotes is already installed. 2008-11-18 15:44:20 -08:00
Dan Helfman 01cd6f8d2e Made the instructions for installing to a USB drive a little easier. 2008-11-18 15:40:22 -08:00
Dan Helfman 81411e3361 Removing blog tag since it's not used. 2008-11-18 15:20:23 -08:00
Dan Helfman 132ba12626 It's hopefully release day. 2008-11-18 15:15:33 -08:00
Dan Helfman d3e040d984 Blog post URLs are now user-friendly and SEO-friendly. 2008-11-18 15:11:58 -08:00
Dan Helfman bf22f8a950 More instructions on posting comments. 2008-11-18 13:31:19 -08:00
Dan Helfman c211456130 Lots of discussion forum / blog work. 2008-11-18 13:28:51 -08:00
Dan Helfman 4855ac0c7e New note_count member on model.Notebook. 2008-11-17 23:42:29 -08:00
Dan Helfman a53a88c320 Unit tests for controller.Users to handle current() change so only parent notebooks are returned. 2008-11-17 23:38:22 -08:00
Dan Helfman ca69dfb2d5 Fixing incorrect ordering of converted threads. 2008-11-17 23:15:40 -08:00
Dan Helfman 7a3da18fe0 Typo fix. 2008-11-17 22:59:57 -08:00
Dan Helfman af42aae7cc Converted the Luminotes blog to work like a forum, so now you can post comments on Luminotes blog posts. 2008-11-17 15:23:22 -08:00
Dan Helfman 9dec0ae991 Fixed a bug in which the storage usage area was trying to be accessed even if it wasn't present. 2008-11-17 14:45:10 -08:00
Dan Helfman 76073a93dd Script to convert each individual blog note into a blog forum thread. 2008-11-17 13:33:59 -08:00
Dan Helfman 4dc93c230b In several places, UI now looks at notebook forum tag instead of READ_WRITE_FOR_OWN_NOTES permissions of notebook. 2008-11-17 13:33:21 -08:00
Dan Helfman aa4d3585bd Rearranged many of the navigation links and expanded the product page footer. 2008-11-15 13:15:51 -08:00
Dan Helfman 4775d6df98 Removed the "changes" tab from your own notes in the discussion forums, since it didn't work there anyway due to a redirect. 2008-11-14 22:52:54 -08:00
Dan Helfman e745025c6f Hiding some navigation on the main notebook, and moving to the forum displayed on a thread page. 2008-11-14 22:45:24 -08:00
Dan Helfman a1e8928529 Mentioning the forums on the faq page. 2008-11-14 22:44:30 -08:00
Dan Helfman 968266079c Fixed a visual bug in which undoing the deletion of a note didn't always make the note reappear, even though the undeletion always worked. 2008-11-14 17:01:55 -08:00
Dan Helfman e7038bfb1f You can now add an existing note directly to the note tree, instead of having to click "options" -> "show on startup". 2008-11-14 16:51:35 -08:00
Dan Helfman 45c40a44af Helpful <title> text on add-note-to-note-tree note name field. 2008-11-14 15:41:18 -08:00
Dan Helfman e5d95af425 Removing now-unnecessary max width on search field. 2008-11-14 15:40:45 -08:00
Dan Helfman 43b9c36cf8 <title> text is now a little more clear for adding a note to the note tree. 2008-11-14 15:39:59 -08:00
Dan Helfman 68de634b38 Rearranged the links on the left and right side of the wiki editing page. Added an "add note to note tree" button that's not quite complete. 2008-11-14 12:34:06 -08:00
Dan Helfman 7185a9f8a3 Fixed a bug in which search result note summaries were not showing the portion of the note that matched the search term. 2008-11-14 12:30:03 -08:00
Dan Helfman 05aceda782 Luminotes Desktop page now has a link to the current version's changelog. 2008-11-13 15:48:29 -08:00
Dan Helfman 3a189d844c Bumping the version. 2008-11-13 12:04:49 -08:00
Dan Helfman 994e31884d Web spiders should not be creating forum threads. 2008-11-12 22:44:25 -08:00
Dan Helfman 69987e08d9 Emphasizing that signing up for an account in order to post in the forums is free. 2008-11-12 15:21:40 -08:00
Dan Helfman 5a9141f207 It's release day! 2008-11-11 23:57:35 -08:00
Dan Helfman f632e109cd No longer displaying annoying warning messages about Safari/Chrome support being considered "beta". 2008-11-11 22:38:53 -08:00
Dan Helfman a6ca368e4c Fixing typos within new SQL. 2008-11-11 22:01:57 -08:00
Dan Helfman 6480b86574 Major SQL changes to support faster searching, plus changes to model.Note to support the new SQL. Unit tests all pass.
note_current is now a table containing the current versions of each note, rather than a view.
This makes the tsearch2 index much less bloated with duplicate information
2008-11-11 21:45:18 -08:00
Dan Helfman 3c117d05eb Mentioning need to run "create language plpgsql;" for Luminotes Server in INSTALL file. 2008-11-11 21:42:48 -08:00
Dan Helfman 88f4f4cdfc Added a section on search performance (tsearch2 ispell dictionary integration). 2008-11-11 12:24:38 -08:00
Dan Helfman d5efdf2665 Fixed a bug in IE in which clicking a link sometimes caused the browser window to scroll down and then immediately back up. 2008-11-11 11:40:26 -08:00
Dan Helfman 25b2f2fe84 Added permalinks to blog and discussion forum posts. 2008-11-10 12:32:52 -08:00
Dan Helfman 8f4cdd662d Adding a database index to the session table. 2008-11-10 12:32:02 -08:00
Dan Helfman 911ad7a5d7 Fixed typo in mailto address. 2008-11-07 14:46:19 -08:00
Dan Helfman 2ea8bb4ee1 Made the reload page more descriptive, and now only reloading once ever 60 seconds. 2008-11-07 14:44:08 -08:00
Dan Helfman b8a7881b7a Adding a much-needed index to the session table. 2008-11-07 13:12:03 -08:00