witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1710 Commits

Author SHA1 Message Date
Dan Helfman 74db4e8164 Fixed current font indication in IE. 2008-12-22 23:26:01 -08:00
Dan Helfman 1f3b50704e If a pulldown is partially off the bottom of the window, move it up until it isn't obscured any longer. 2008-12-22 22:14:16 -08:00
Dan Helfman f68d571e68 Indication of current font now works in WebKit (Safari/Chrome). 2008-12-22 19:25:09 -08:00
Dan Helfman 7254dc6972 Changed font selector check mark to a bullet point / circle. And font selector now works in IE. 2008-12-17 12:15:08 -08:00
Dan Helfman f385ebaa9c In the font pulldown, now showing the current font with a check mark. 2008-12-15 18:10:38 -08:00
Dan Helfman ef6b013342 Making link area items a little closer together to save vertical page real estate. 2008-12-14 23:35:47 -08:00
Dan Helfman 461ae4f467 Got rid of auto-hiding notebook "rename" link, since it didn't work reliably. The link is now back in the link area on the left. 2008-12-14 23:28:43 -08:00
Dan Helfman d687d2b1c8 Vertically compacted the link area on the left somewhat. "rename" hover link no longer showing up on read-only/trash notebooks. 2008-12-13 00:32:19 -08:00
Dan Helfman 799e0c12b0 Fixed a bug in which forum post permalinks didn't work on posts after the first ten in a particular thread. 2008-12-13 00:19:15 -08:00
Dan Helfman 070b55848d With the new smaller note text font size, the smalll text within the note was even smaller (and too small). Now it's just a little smaller. 2008-12-12 23:49:35 -08:00
Dan Helfman a8dc915852 Removing debugging prints. 2008-12-12 23:37:40 -08:00
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
Dan Helfman c07d315ffe Replaced title button with font face button. Needs more work in IE. Also added more rounded corners to several display elements. 2008-12-10 23:21:44 -08:00
Dan Helfman 86df93c15c Replaced title button with font face button. Needs more work in IE. Also added more rounded corners to several display elements. 2008-12-09 16:02:49 -08:00
Dan Helfman 233b800978 Decreased the default note text font size and bumped version. 2008-12-05 12:03:18 -08:00
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
Dan Helfman bceedf8edd Removing code that surpressed backspaces, since it breaks backspaces on the search field too. 2008-12-03 17:14:49 -08:00
Dan Helfman 5590010356 It's release day! 2008-12-03 16:28:16 -08:00
Dan Helfman 3da951b0ba Fixed an Internet Explorer bug in which backspace sometimes didn't work, such as when backspacing an empty list element. 2008-12-03 16:27:01 -08:00
Dan Helfman 033833b00b Link pulldowns opened via mouse hovering will now disappear when the mouse is moved away. 2008-12-03 15:42:08 -08:00
Dan Helfman 929d27035a Changed the "new note" key from ctrl-N to ctrl-M so as not to conflict with the "new browser window" key used in most web browsers. 2008-12-03 15:11:49 -08:00
Dan Helfman 0b2b0ec69e Fixed a rare Chrome/Safari bug in which pressing backspace sometimes made the text cursor vanish. 2008-12-03 14:50:53 -08:00
Dan Helfman 6b7ad59001 Removing ribbon about beta Safari/Chrome support from screenshot. 2008-12-03 14:00:01 -08:00
Dan Helfman b7a7699d34 Adding a message at the bottom of forum pages about logging in to post. 2008-12-03 13:23:38 -08:00
Dan Helfman 024f654e61 Removing TODO that was already done. 2008-12-03 13:21:36 -08:00
Dan Helfman fa4c9c0cdb Updating header links at the top of the Luminotes Desktop wiki page. 2008-12-03 13:13:43 -08:00
Dan Helfman cfdd666c5f Fixed a Chrome/Safari bug in which ending a link didn't always work.
Specifically, in a list of two elements in which each element was a link,
clicking right after the first element and then pressing ctrl-L to end the
link didn't work as expected. Now it does.
2008-12-03 13:10:18 -08:00
Dan Helfman bf4bf4026e Fixing 404 demo link in product page footer. 2008-12-03 12:32:31 -08:00
Dan Helfman b2314f423f Bumping version. 2008-12-03 11:47:22 -08:00
Dan Helfman 30fa88b866 Bumping version. 2008-12-02 11:46:13 -08:00
Dan Helfman db1435c7c1 Began work to make only the currently focused note an iframe, while all other notes are static divs. 2008-12-02 11:42:57 -08:00
Dan Helfman 6e52384d46 Fixed a bug that prevented deleted notes from being displayed within the trash. 2008-11-24 16:58:59 -08:00
Dan Helfman ca8ae5cd82 Rolling back the part of revision 1285 that made quota calculation just use note_current instead of note table.
It was intended to make quota storage calculation faster, which it did
do. However, it wasn't enough of an improvement (27 seconds down to 8
seconds for the query), so a different solution will be necessary.
2008-11-21 16:17:54 -08:00
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