witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1434 Commits

Author SHA1 Message Date
Dan Helfman ec377a644a Now highlighting the hovered drop target and highlighting/focusing the dropped editor. 2009-02-09 17:09:37 -08:00
Dan Helfman a35f62b51f Reordering notes works! Still needs to persist reordering to the server. 2009-02-09 17:03:13 -08:00
Dan Helfman e31775e6de Only testing drag target hovering periodically, since it can be slow to do it constantly. 2009-02-09 16:24:45 -08:00
Dan Helfman 11b4af7568 Changed drop targets from boxes to just lines so as not to screw up drag positioning. Also added drop target before first note. 2009-02-09 15:01:44 -08:00
Dan Helfman 1cb6b87047 Now showing dashed-border drop targets between each note during a drag. 2009-02-09 14:35:52 -08:00
Dan Helfman de8daa4892 Change dragging editor from "position: absolute" to "position fixed" and got drag-scrolling to work. 2009-02-06 23:56:36 -08:00
Dan Helfman 6bf81cd2cb A bit safer. 2009-02-06 15:01:46 -08:00
Dan Helfman 53b4aa571d Changed Editor.drop() not to disconnectAll( window ), since there are other non-drag-related signals connected to window. 2009-02-06 14:56:29 -08:00
Dan Helfman c8a9b98599 The drop part of drag and drop works. Now I just need to add additional drop targets for actually moving the note. 2009-02-06 14:54:02 -08:00
Dan Helfman e3e3fa93d5 Got note dragging working. Now I just need to imlement drop! 2009-02-06 14:01:44 -08:00
Dan Helfman e358b0c2b6 Fixing blindUp in Editor.shutdown() to work with new holder table. 2009-02-04 23:45:19 -08:00
Dan Helfman 1f8694b1fe Moved grabber creation to existing note controls creation function and added "....." placeholder text to make IE display it. 2009-02-04 23:43:54 -08:00
Dan Helfman 3e8ae2dc23 Added grippy-surface area to the right of focused note for drag-and-drop of notes for reordering. Drag-and-drop still unimplemented. 2009-02-04 17:09:54 -08:00
Dan Helfman fc502c6c82 Clarified the names of some of the notebook note-loading methods so that they are less confusing. 2009-02-02 13:41:09 -08:00
Dan Helfman df1186eac5 Removing jsunit, which is no longer used. 2009-01-30 22:45:04 -08:00
Dan Helfman ae37f4d951 Fixed a bug in which "/guide" and "/privacy" URLs resulted in errors when logged in as a demo user. 2009-01-30 16:04:30 -08:00
Dan Helfman 71106b3039 Bumping version. 2009-01-30 12:38:09 -08:00
Dan Helfman 9906dda1ca Fixed a visual bug in which titles in a note after the first one had insufficient vertical spacing above them. 2009-01-30 12:37:52 -08:00
Dan Helfman 79228ca7bc Seems like a good day for a release. 2009-01-29 16:42:26 -08:00
Dan Helfman 47834ba541 Fixed a bug in which emptying the trash worked but produced a spurious error message. 2009-01-29 16:38:48 -08:00
Dan Helfman b2648a037a Prevent UI from attempting to load undefined toolbar buttons when viewing the trash. 2009-01-29 16:21:11 -08:00
Dan Helfman caaff7af59 Fixed a bug in which performing a search when search results were already open would just hide the initial search results without showing the new ones. 2009-01-29 15:52:11 -08:00
Dan Helfman 32e184c553 No longer returning a list of all anonymous-readable notebooks along with the user's other notebooks.
This prevents a huge list of notebooks (including forum discussion threads!) from being sent on each wiki page load.
2009-01-29 15:30:10 -08:00
Dan Helfman a88d5cbd23 Fixed unit test for blog notebook URL to expect redirect by notebook name, not id. 2009-01-29 15:17:03 -08:00
Dan Helfman 3fd6a5f941 Fixed a bug in which hiding a focused note could (temporarily) leave an empty gap at the bottom of the page. 2009-01-29 12:18:57 -08:00
Dan Helfman 25186fd3fc Bumping version number. 2009-01-29 11:57:13 -08:00
Dan Helfman 06092cb3b0 Don't display a byline if there isn't any note text yet. 2009-01-27 19:35:49 -08:00
Dan Helfman 2d04b021ae Hopefully releasing today. 2009-01-27 19:00:01 -08:00
Dan Helfman 575d5ace85 Calling out specific supported browser versions on download page. 2009-01-27 17:54:09 -08:00
Dan Helfman 24210fc9f5 More fixes to page up / page down. This time, properly handles top and bottom notes. 2009-01-27 16:26:37 -08:00
Dan Helfman b4b2443b8e Previous/next were completely backwards. 2009-01-27 16:17:24 -08:00
Dan Helfman 25db885cb8 Fix to prevent iframe editor from remaining focused when switching to a different static div editor with page up / page down. 2009-01-27 16:13:23 -08:00
Dan Helfman 5afee52199 Internet Explorer version 6, begone! 2009-01-27 15:54:11 -08:00
Dan Helfman 99e1a22f8b Fix typo. 2009-01-27 15:34:17 -08:00
Dan Helfman 025faae54e Updating the browser-not-supported error message. 2009-01-27 15:24:07 -08:00
Dan Helfman 9152f7b986 Preventing IE7 from incorrectly displaying a blank spot after external links. 2009-01-27 12:55:59 -08:00
Dan Helfman dd7884c76c New keyboard shortcuts now work even when an editor isn't already focused. 2009-01-27 12:26:48 -08:00
Dan Helfman fcb57dcc98 New keyboard shortcuts: Start a search: Ctrl-slash. Save the current note: Ctrl-space. 2009-01-27 12:07:02 -08:00
Dan Helfman fdebb1061b New keyboard shortcuts for switching to next open note and previous open note: Page down and page up.
Also fixed visual bug that caused switching notes to flash when focusing.
The fix involved calling Editor.reposition() at the top of resize() instead of at the end.
2009-01-27 11:53:50 -08:00
Dan Helfman 941feb1dbf A non-ideal solution, but now repositioning iframe periodically after a resize in case the div its tracking has moved. 2009-01-27 01:32:21 -08:00
Dan Helfman 4dbef86061 Reordered changelog items. 2009-01-26 23:56:09 -08:00
Dan Helfman 345022ac5a Fixed iframe cursor positioning in WebKit! 2009-01-26 22:03:59 -08:00
Dan Helfman 4aba180e6b Now no longer showing delete button on all notes in the forums.. Just your own notes. 2009-01-26 15:51:30 -08:00
Dan Helfman 58d0450ff5 Including email address with user object so that it shows up properly in the settings panel. 2009-01-26 15:06:09 -08:00
Dan Helfman d22e521b74 Messages/errors with no given positioning are now by default positioned at the top of the notes (instead of the bottom). 2009-01-26 14:22:50 -08:00
Dan Helfman 4ac6eb6322 Fixed focusing when opening special notes like search results, settings, etc. 2009-01-26 14:17:54 -08:00
Dan Helfman 72b6a0f90c Fix for iframe cursor positioning not working in certain cases when clicking on a blank area of a static div. 2009-01-26 13:58:00 -08:00
Dan Helfman 683152fdaf Breaking out of loop earlier. 2009-01-26 13:30:26 -08:00
Dan Helfman b207ca0747 Made byline into a <div> instead of a <p> and moved it to the bottom of the note instead of the top. 2009-01-26 13:18:34 -08:00
Dan Helfman c1249fd0dc Fix forum bylines not showing up. 2009-01-26 12:34:33 -08:00