witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1710 Commits

Author SHA1 Message Date
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
Dan Helfman fb64838d48 Fixed ever-growing iframe editor width in IE6. 2009-01-26 12:15:27 -08:00
Dan Helfman b0fcf355c9 Properly handle clicks on links within static divs. 2009-01-26 12:12:51 -08:00
Dan Helfman 7f5f9709d6 Mentioning that commands should be run from the Luminotes base directory. 2009-01-25 11:55:36 -08:00
Dan Helfman 8b7b4d6310 Mentioning where tsearch2 is found. 2009-01-25 11:38:49 -08:00
Dan Helfman 664e4728d9 Noting that Luminotes works with simplejson 2.0 as well. 2009-01-25 11:35:47 -08:00
Dan Helfman 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). 2009-01-24 23:59:23 -08:00
Dan Helfman f841c17eeb Apparently 'node.tagName == "FOO"' will throw if tagName is undefined. 2009-01-24 23:56:28 -08:00
Dan Helfman 545e083d59 Download CSS border now matches standard CSS border. 2009-01-24 23:51:04 -08:00
Dan Helfman fa6c9dbc7b Fix: When a blank editor is open, and new note is clicked, just highlight that blank editor. 2009-01-24 23:48:10 -08:00
Dan Helfman 83e2db29f1 Hack to prevent iframe from being incorrectly positioned if there is a closing (and thus moving) message or error box. 2009-01-24 23:39:05 -08:00
Dan Helfman 4675c5969b Removing some code within display_error() that was preventing it from working. 2009-01-24 23:20:54 -08:00
Dan Helfman 9aa96d54a4 Fixing broken click handling in divs and iframes, thereby allowing form submission to work. 2009-01-24 23:20:34 -08:00
Dan Helfman 319477083c Fixed incorrect positioning of link pulldown and various other pulldowns. Also fixed opening of link pulldown via hovering. 2009-01-24 15:32:43 -08:00
Dan Helfman 366382dd20 Making cursor positioning work in WebKit, at least for positioning the cursor at the end of an iframe. 2009-01-24 15:13:44 -08:00
Dan Helfman 73e8ea878c Now only setting the shared iframe's <head> node once. Also fixed brief Firefox text selection flashing when selecting text in a div. 2009-01-24 14:21:07 -08:00
Dan Helfman 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. 2009-01-24 13:57:33 -08:00
Dan Helfman 42d4d514d2 Some typos and a range fix for IE. 2009-01-24 12:25:48 -08:00
Dan Helfman 3944ebc9d9 Removing obsolete comment. 2009-01-23 15:53:28 -08:00
Dan Helfman f0fbd4e193 Fixed broken search form by making Editor handler connection only apply to forms within the Editor div itself. 2009-01-23 15:24:47 -08:00
Dan Helfman 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. 2009-01-23 14:55:57 -08:00
Dan Helfman 4817f286bf Make invisible iframe have zero height as well, so it doesn't add blank space at the bottom of the page. 2009-01-23 14:49:03 -08:00
Dan Helfman bdfc5d3740 Removing FIXME comment that was recently fixed. 2009-01-23 14:38:29 -08:00
Dan Helfman 8cd63ee661 Only adding black focused border to iframes, not static divs. 2009-01-23 14:36:12 -08:00
Dan Helfman 403ce9d305 Fixed cursor positioning at the end of an iframe's text to work in more edge cases. 2009-01-23 14:25:24 -08:00
Dan Helfman 5e7cd17e82 Fix for range start/end not being propagated to iframe. 2009-01-23 12:12:38 -08:00
Dan Helfman a90a2a842e Got highlight working again with the new shared iframes. 2009-01-22 22:36:24 -08:00
Dan Helfman 51a568c39c Several fixes for shared iframe releasing / focus interaction. 2009-01-22 22:33:32 -08:00