witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1710 Commits

Author SHA1 Message Date
Dan Helfman 403fda3590 Fixed a bug in which hiding a note could produce a spurious save conflict notification error.
The solution involves no longer calling Wiki.focused_editor( null ) in Wiki.hide_editor().
2009-02-12 03:38:14 -08:00
Dan Helfman 0b978c4f01 Fixed a bug in which moving a note and then clicking the "changes" tab on any other note failed to show that note's previous revisions. 2009-02-12 03:25:18 -08:00
Dan Helfman 38ddffd556 Fixed bugs related to the display and hiding of previous note revisions: Incorrect widths and no (invisible) note grabber. 2009-02-12 03:15:39 -08:00
Dan Helfman 600be458cd Fixed two cursor focusing bugs by removing -moz-user-select and -webkit-user-select. 2009-02-12 02:52:15 -08:00
Dan Helfman d30caf610a Now ignoring certain unneeded HTML tags that end up in your notes when you copy and paste text from an MS Word document: <o> and <m>. 2009-02-11 18:37:31 -08:00
Dan Helfman d0152ecc7a Bumping version. 2009-02-11 18:30:30 -08:00
Dan Helfman e96235b197 Introduced cache-busting code to make pages update more reliably after a new release.
Added initial (untested) support for Internet Explorer 8 beta.
2009-02-11 01:58:14 -08:00
Dan Helfman 60e66dfded Reworded feature. 2009-02-11 01:15:46 -08:00
Dan Helfman 3c1e6f540d Made note drop targets show up with less vertical spacing in IE. 2009-02-11 01:09:50 -08:00
Dan Helfman 0644b7e868 Mostly fixed note drag-and-drop in IE. 2009-02-11 01:05:00 -08:00
Dan Helfman 68e31f38be Got note drag-and-drop working in WebKit. 2009-02-11 00:46:37 -08:00
Dan Helfman 16332656e3 Updates changelog with note reordering. 2009-02-10 22:12:51 -08:00
Dan Helfman e366e324a7 Note tree link order now updates when notes are themselves reordered. 2009-02-10 22:08:42 -08:00
Dan Helfman de60f7a852 Making grabber rounded in WebKit too. 2009-02-10 22:01:51 -08:00
Dan Helfman a8af8b3fb3 Fixed several edge cases with re-ranking notes during a reorder. Now updating several notes' ranks on every reorder instead of making successively more precise fractional ranks. 2009-02-10 17:05:03 -08:00
Dan Helfman 5446eeec5d No longer showing a grabber on a new note created within a forum. 2009-02-10 13:53:36 -08:00
Dan Helfman 3c7f8b726a Lots of unit tests for reordering notes. 2009-02-10 13:40:50 -08:00
Dan Helfman c03c54026f Better interaction between empty notes and note reordering via dragging. 2009-02-10 02:17:28 -08:00
Dan Helfman d0aa2614bc Properly handling hitting page-up at the top or page-down at the bottom of the notes. 2009-02-10 02:04:37 -08:00
Dan Helfman 3b335cca89 Don't display a note movement grabber when in a non-read-write notebook. 2009-02-10 02:00:15 -08:00
Dan Helfman 4f3267b0f4 Now note reordering is saved to the server. Still to do: New unit tests for reordering. Re-rank all notes in notebook when necessary. 2009-02-10 01:32:08 -08:00
Dan Helfman 0c01d9143f Note drag-and-drop no longer breaks page-up and page-down. 2009-02-09 17:37:58 -08:00
Dan Helfman 81a96915c4 Now also highlighting/focusing the editor even if the drag is canceled. 2009-02-09 17:18:18 -08:00
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