witten
/
luminotes
Archived
1
0
Fork 0

Commit Graph

  • 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(). Dan Helfman 2009-02-12 03:38:14 -0800
  • 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. Dan Helfman 2009-02-12 03:25:18 -0800
  • 38ddffd556 Fixed bugs related to the display and hiding of previous note revisions: Incorrect widths and no (invisible) note grabber. Dan Helfman 2009-02-12 03:15:39 -0800
  • 600be458cd Fixed two cursor focusing bugs by removing -moz-user-select and -webkit-user-select. Dan Helfman 2009-02-12 02:52:15 -0800
  • 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>. Dan Helfman 2009-02-11 18:37:31 -0800
  • d0152ecc7a Bumping version. Dan Helfman 2009-02-11 18:30:30 -0800
  • e96235b197 Introduced cache-busting code to make pages update more reliably after a new release. Added initial (untested) support for Internet Explorer 8 beta. Dan Helfman 2009-02-11 01:58:14 -0800
  • 60e66dfded Reworded feature. Dan Helfman 2009-02-11 01:15:46 -0800
  • 3c1e6f540d Made note drop targets show up with less vertical spacing in IE. Dan Helfman 2009-02-11 01:09:50 -0800
  • 0644b7e868 Mostly fixed note drag-and-drop in IE. Dan Helfman 2009-02-11 01:05:00 -0800
  • 68e31f38be Got note drag-and-drop working in WebKit. Dan Helfman 2009-02-11 00:46:37 -0800
  • 16332656e3 Updates changelog with note reordering. Dan Helfman 2009-02-10 22:12:51 -0800
  • e366e324a7 Note tree link order now updates when notes are themselves reordered. Dan Helfman 2009-02-10 22:08:42 -0800
  • de60f7a852 Making grabber rounded in WebKit too. Dan Helfman 2009-02-10 22:01:51 -0800
  • 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. Dan Helfman 2009-02-10 17:05:03 -0800
  • 5446eeec5d No longer showing a grabber on a new note created within a forum. Dan Helfman 2009-02-10 13:53:36 -0800
  • 3c7f8b726a Lots of unit tests for reordering notes. Dan Helfman 2009-02-10 13:40:50 -0800
  • c03c54026f Better interaction between empty notes and note reordering via dragging. Dan Helfman 2009-02-10 02:17:28 -0800
  • d0aa2614bc Properly handling hitting page-up at the top or page-down at the bottom of the notes. Dan Helfman 2009-02-10 02:04:37 -0800
  • 3b335cca89 Don't display a note movement grabber when in a non-read-write notebook. Dan Helfman 2009-02-10 02:00:15 -0800
  • 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. Dan Helfman 2009-02-10 01:32:08 -0800
  • 0c01d9143f Note drag-and-drop no longer breaks page-up and page-down. Dan Helfman 2009-02-09 17:37:58 -0800
  • 81a96915c4 Now also highlighting/focusing the editor even if the drag is canceled. Dan Helfman 2009-02-09 17:18:18 -0800
  • ec377a644a Now highlighting the hovered drop target and highlighting/focusing the dropped editor. Dan Helfman 2009-02-09 17:09:37 -0800
  • a35f62b51f Reordering notes works! Still needs to persist reordering to the server. Dan Helfman 2009-02-09 17:03:13 -0800
  • e31775e6de Only testing drag target hovering periodically, since it can be slow to do it constantly. Dan Helfman 2009-02-09 16:24:45 -0800
  • 11b4af7568 Changed drop targets from boxes to just lines so as not to screw up drag positioning. Also added drop target before first note. Dan Helfman 2009-02-09 15:01:44 -0800
  • 1cb6b87047 Now showing dashed-border drop targets between each note during a drag. Dan Helfman 2009-02-09 14:35:52 -0800
  • de8daa4892 Change dragging editor from "position: absolute" to "position fixed" and got drag-scrolling to work. Dan Helfman 2009-02-06 23:56:36 -0800
  • 6bf81cd2cb A bit safer. Dan Helfman 2009-02-06 15:01:46 -0800
  • 53b4aa571d Changed Editor.drop() not to disconnectAll( window ), since there are other non-drag-related signals connected to window. Dan Helfman 2009-02-06 14:56:29 -0800
  • c8a9b98599 The drop part of drag and drop works. Now I just need to add additional drop targets for actually moving the note. Dan Helfman 2009-02-06 14:54:02 -0800
  • e3e3fa93d5 Got note dragging working. Now I just need to imlement drop! Dan Helfman 2009-02-06 14:01:44 -0800
  • e358b0c2b6 Fixing blindUp in Editor.shutdown() to work with new holder table. Dan Helfman 2009-02-04 23:45:19 -0800
  • 1f8694b1fe Moved grabber creation to existing note controls creation function and added "....." placeholder text to make IE display it. Dan Helfman 2009-02-04 23:43:54 -0800
  • 3e8ae2dc23 Added grippy-surface area to the right of focused note for drag-and-drop of notes for reordering. Drag-and-drop still unimplemented. Dan Helfman 2009-02-04 17:09:54 -0800
  • fc502c6c82 Clarified the names of some of the notebook note-loading methods so that they are less confusing. Dan Helfman 2009-02-02 13:41:09 -0800
  • df1186eac5 Removing jsunit, which is no longer used. Dan Helfman 2009-01-30 22:45:04 -0800
  • ae37f4d951 Fixed a bug in which "/guide" and "/privacy" URLs resulted in errors when logged in as a demo user. Dan Helfman 2009-01-30 16:04:30 -0800
  • 71106b3039 Bumping version. Dan Helfman 2009-01-30 12:38:09 -0800
  • 9906dda1ca Fixed a visual bug in which titles in a note after the first one had insufficient vertical spacing above them. Dan Helfman 2009-01-30 12:37:52 -0800
  • 79228ca7bc Seems like a good day for a release. Dan Helfman 2009-01-29 16:42:26 -0800
  • 47834ba541 Fixed a bug in which emptying the trash worked but produced a spurious error message. Dan Helfman 2009-01-29 16:38:48 -0800
  • b2648a037a Prevent UI from attempting to load undefined toolbar buttons when viewing the trash. Dan Helfman 2009-01-29 16:21:11 -0800
  • 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. Dan Helfman 2009-01-29 15:52:11 -0800
  • 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. Dan Helfman 2009-01-29 15:30:10 -0800
  • a88d5cbd23 Fixed unit test for blog notebook URL to expect redirect by notebook name, not id. Dan Helfman 2009-01-29 15:17:03 -0800
  • 3fd6a5f941 Fixed a bug in which hiding a focused note could (temporarily) leave an empty gap at the bottom of the page. Dan Helfman 2009-01-29 12:18:57 -0800
  • 25186fd3fc Bumping version number. Dan Helfman 2009-01-29 11:57:13 -0800
  • 06092cb3b0 Don't display a byline if there isn't any note text yet. Dan Helfman 2009-01-27 19:35:49 -0800
  • 2d04b021ae Hopefully releasing today. Dan Helfman 2009-01-27 19:00:01 -0800
  • 575d5ace85 Calling out specific supported browser versions on download page. Dan Helfman 2009-01-27 17:54:09 -0800
  • 24210fc9f5 More fixes to page up / page down. This time, properly handles top and bottom notes. Dan Helfman 2009-01-27 16:26:37 -0800
  • b4b2443b8e Previous/next were completely backwards. Dan Helfman 2009-01-27 16:17:24 -0800
  • 25db885cb8 Fix to prevent iframe editor from remaining focused when switching to a different static div editor with page up / page down. Dan Helfman 2009-01-27 16:13:23 -0800
  • 5afee52199 Internet Explorer version 6, begone! Dan Helfman 2009-01-27 15:54:11 -0800
  • 99e1a22f8b Fix typo. Dan Helfman 2009-01-27 15:34:17 -0800
  • 025faae54e Updating the browser-not-supported error message. Dan Helfman 2009-01-27 15:24:07 -0800
  • 9152f7b986 Preventing IE7 from incorrectly displaying a blank spot after external links. Dan Helfman 2009-01-27 12:55:59 -0800
  • dd7884c76c New keyboard shortcuts now work even when an editor isn't already focused. Dan Helfman 2009-01-27 12:26:48 -0800
  • fcb57dcc98 New keyboard shortcuts: Start a search: Ctrl-slash. Save the current note: Ctrl-space. Dan Helfman 2009-01-27 12:07:02 -0800
  • 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. Dan Helfman 2009-01-27 11:53:50 -0800
  • 941feb1dbf A non-ideal solution, but now repositioning iframe periodically after a resize in case the div its tracking has moved. Dan Helfman 2009-01-27 01:32:21 -0800
  • 4dbef86061 Reordered changelog items. Dan Helfman 2009-01-26 23:56:09 -0800
  • 345022ac5a Fixed iframe cursor positioning in WebKit! Dan Helfman 2009-01-26 22:03:59 -0800
  • 4aba180e6b Now no longer showing delete button on all notes in the forums.. Just your own notes. Dan Helfman 2009-01-26 15:51:30 -0800
  • 58d0450ff5 Including email address with user object so that it shows up properly in the settings panel. Dan Helfman 2009-01-26 15:06:09 -0800
  • d22e521b74 Messages/errors with no given positioning are now by default positioned at the top of the notes (instead of the bottom). Dan Helfman 2009-01-26 14:22:50 -0800
  • 4ac6eb6322 Fixed focusing when opening special notes like search results, settings, etc. Dan Helfman 2009-01-26 14:17:54 -0800
  • 72b6a0f90c Fix for iframe cursor positioning not working in certain cases when clicking on a blank area of a static div. Dan Helfman 2009-01-26 13:58:00 -0800
  • 683152fdaf Breaking out of loop earlier. Dan Helfman 2009-01-26 13:30:26 -0800
  • b207ca0747 Made byline into a <div> instead of a <p> and moved it to the bottom of the note instead of the top. Dan Helfman 2009-01-26 13:18:34 -0800
  • c1249fd0dc Fix forum bylines not showing up. Dan Helfman 2009-01-26 12:34:33 -0800
  • fb64838d48 Fixed ever-growing iframe editor width in IE6. Dan Helfman 2009-01-26 12:15:27 -0800
  • b0fcf355c9 Properly handle clicks on links within static divs. Dan Helfman 2009-01-26 12:12:51 -0800
  • 7f5f9709d6 Mentioning that commands should be run from the Luminotes base directory. Dan Helfman 2009-01-25 11:55:36 -0800
  • 8b7b4d6310 Mentioning where tsearch2 is found. Dan Helfman 2009-01-25 11:38:49 -0800
  • 664e4728d9 Noting that Luminotes works with simplejson 2.0 as well. Dan Helfman 2009-01-25 11:35:47 -0800
  • 5eb8311ab7 Fix for an edge case where the mouse is hovering over a link that's in an editor in the process of being coverted from an iframe to a div (in which hovering is ignored). Dan Helfman 2009-01-24 23:59:23 -0800
  • f841c17eeb Apparently 'node.tagName == "FOO"' will throw if tagName is undefined. Dan Helfman 2009-01-24 23:56:28 -0800
  • 545e083d59 Download CSS border now matches standard CSS border. Dan Helfman 2009-01-24 23:51:04 -0800
  • fa6c9dbc7b Fix: When a blank editor is open, and new note is clicked, just highlight that blank editor. Dan Helfman 2009-01-24 23:48:10 -0800
  • 83e2db29f1 Hack to prevent iframe from being incorrectly positioned if there is a closing (and thus moving) message or error box. Dan Helfman 2009-01-24 23:39:05 -0800
  • 4675c5969b Removing some code within display_error() that was preventing it from working. Dan Helfman 2009-01-24 23:20:54 -0800
  • 9aa96d54a4 Fixing broken click handling in divs and iframes, thereby allowing form submission to work. Dan Helfman 2009-01-24 23:20:34 -0800
  • 319477083c Fixed incorrect positioning of link pulldown and various other pulldowns. Also fixed opening of link pulldown via hovering. Dan Helfman 2009-01-24 15:32:43 -0800
  • 366382dd20 Making cursor positioning work in WebKit, at least for positioning the cursor at the end of an iframe. Dan Helfman 2009-01-24 15:13:44 -0800
  • 73e8ea878c Now only setting the shared iframe's <head> node once. Also fixed brief Firefox text selection flashing when selecting text in a div. Dan Helfman 2009-01-24 14:21:07 -0800
  • a4648981c7 Better range restoration when transitioning from a div to an iframe in IE. Also got rid of click_position, as it's no longer used. Dan Helfman 2009-01-24 13:57:33 -0800
  • 42d4d514d2 Some typos and a range fix for IE. Dan Helfman 2009-01-24 12:25:48 -0800
  • 3944ebc9d9 Removing obsolete comment. Dan Helfman 2009-01-23 15:53:28 -0800
  • f0fbd4e193 Fixed broken search form by making Editor handler connection only apply to forms within the Editor div itself. Dan Helfman 2009-01-23 15:24:47 -0800
  • 5e67a87779 Fixed a bug in which hiding one div caused other divs to hide as well. Now using the note holder as the position_after variable. Dan Helfman 2009-01-23 14:55:57 -0800
  • 4817f286bf Make invisible iframe have zero height as well, so it doesn't add blank space at the bottom of the page. Dan Helfman 2009-01-23 14:49:03 -0800
  • bdfc5d3740 Removing FIXME comment that was recently fixed. Dan Helfman 2009-01-23 14:38:29 -0800
  • 8cd63ee661 Only adding black focused border to iframes, not static divs. Dan Helfman 2009-01-23 14:36:12 -0800
  • 403ce9d305 Fixed cursor positioning at the end of an iframe's text to work in more edge cases. Dan Helfman 2009-01-23 14:25:24 -0800
  • 5e7cd17e82 Fix for range start/end not being propagated to iframe. Dan Helfman 2009-01-23 12:12:38 -0800
  • a90a2a842e Got highlight working again with the new shared iframes. Dan Helfman 2009-01-22 22:36:24 -0800
  • 51a568c39c Several fixes for shared iframe releasing / focus interaction. Dan Helfman 2009-01-22 22:33:32 -0800