witten
/
luminotes
Archived
1
0
Fork 0

Commit Graph

  • 59f9134a8c Now blurring the focused editor when hiding/deleting any other editor. This prevents a visual bug in which the iframe below a shutdown() editor didn't move to its new position. Dan Helfman 2009-01-22 16:54:56 -0800
  • 5ce7de4f1d Opening existing notes from note links now works correctly. Dan Helfman 2009-01-22 15:41:00 -0800
  • 623dbbdb3a Wiki.js no longer references Editor.iframe directly. Dan Helfman 2009-01-22 15:30:17 -0800
  • efc452dbfb Fix iframe blindUp() call so it doesn't break getSelection() within the iframe. Dan Helfman 2009-01-22 14:53:46 -0800
  • 6438d34e97 Removing debugging print. Dan Helfman 2009-01-22 14:27:01 -0800
  • 1658d43d4c Now when an editor is focused, the toolbar buttons update accordingly. Dan Helfman 2009-01-22 14:23:07 -0800
  • f3ca7bc677 Removing obsolete "FIXME" comment. Dan Helfman 2009-01-22 13:51:19 -0800
  • c97613490e Fixing some assumptions in Wiki.js that there are multiple iframes. Dan Helfman 2009-01-22 13:30:00 -0800
  • 72c485a799 Not doing a blindUp() on an editor's iframe unless it actually has one. Dan Helfman 2009-01-22 13:19:40 -0800
  • 56c7f8ea11 Fixing vertical height of new (empty) frames. Dan Helfman 2009-01-22 13:16:25 -0800
  • 46d28d0ea0 Better window resizing behavior. Dan Helfman 2009-01-22 13:05:18 -0800
  • f5727d6383 An editor's iframe and div now blindUp in unision when the note is hidden/shutdown. Dan Helfman 2009-01-22 12:15:32 -0800
  • 58827c4ebd More work on the reusable iframe. Now visually appears seamless. Dan Helfman 2009-01-22 12:08:20 -0800
  • 9fa3cf2001 Resizing new iframe on load. Dan Helfman 2009-01-21 13:43:45 -0800
  • 4e4a8ecd20 Removing duplicate focusing code. Dan Helfman 2009-01-21 13:40:21 -0800
  • 10e2742ec5 Removing debugging print. Dan Helfman 2009-01-21 13:36:14 -0800
  • a05081166a Refactored Editor to use a reusable iframe for all notes. Also got cursor positioning working in Firefox. Still needs more cleanup/bugfixing. Dan Helfman 2009-01-21 13:33:11 -0800
  • 2e3501f5fc Adding fix for stupid IE 6 HTTPS warning message. Dan Helfman 2009-01-19 22:47:43 -0800
  • 4ceddacbc8 Typo fix. Dan Helfman 2009-01-16 14:29:28 -0800
  • 6df7b734e7 Fix for another IE 6 error. Dan Helfman 2009-01-15 19:14:07 -0800
  • d212797f7d Fix for IE6 error. Dan Helfman 2009-01-15 19:06:05 -0800
  • 4a8e98372d Refactored some of the click position code. Dan Helfman 2009-01-15 14:33:54 -0800
  • 404956deec In IE, you can now click on a static note div, and after it's converted into an iframe, the text cursor will be in the right position! Dan Helfman 2009-01-15 01:36:32 -0800
  • cb3d262630 Text cursor in IE is now correctly positioned at the end of the iframe contents when a new iframe is opened. Dan Helfman 2009-01-14 16:37:02 -0800
  • 4871d96f84 Fixing the padding within iframes within various browsers. Dan Helfman 2009-01-13 16:12:34 -0800
  • 0291cd67fb focused_note_frame was defined twice. Dan Helfman 2009-01-13 14:39:25 -0800
  • 76e35cbbb9 Changing the way editor resizing works in Webkit (Chrome/Safari) so that it actually works properly. Dan Helfman 2009-01-13 14:14:03 -0800
  • 2516f30625 IE really doesn't like those extra commas. Dan Helfman 2009-01-13 13:52:26 -0800
  • 9f43399947 Tweaking the static div margin spacing slightly. Dan Helfman 2009-01-13 13:49:05 -0800
  • 5ada27ac74 Fixed reverting a note to an old revision. Dan Helfman 2009-01-13 13:38:35 -0800
  • 725904ba49 Now blurring in Wiki.editor_focused() for static divs as well (not just iframes). Dan Helfman 2009-01-13 12:35:41 -0800
  • f4511a8493 Fixed indentation. Dan Helfman 2009-01-13 12:35:12 -0800
  • ab3e04538c Fixed editor_by_id() function to work correctly when a revision is given and a static div editor is returned. Dan Helfman 2009-01-13 12:20:36 -0800
  • 53bff5980d Removed some iframe CSS that wasn't actually used in iframes, such as CSS for forms, buttons, etc. Dan Helfman 2009-01-12 17:06:44 -0800
  • e007af22a9 Making buttons within static notes have rounded corners. Dan Helfman 2009-01-12 17:02:51 -0800
  • 5eb1aff6a2 Prevent double-connection of note controls to click signal handlers. Dan Helfman 2009-01-12 16:44:28 -0800
  • 9a0650e946 Fix for spurious exception. Dan Helfman 2009-01-12 16:37:03 -0800
  • a5c68158f7 Fixing spacing around forms in static note divs. Dan Helfman 2009-01-12 16:30:46 -0800
  • 4e31959dfd Fixing note highlighting when opening an old revision of a note. Dan Helfman 2009-01-12 16:24:52 -0800
  • a6540e6da3 Ignore mouse hover events for static div notes, thereby preventing link pulldown from opening. Dan Helfman 2009-01-12 16:00:24 -0800
  • 59be7cc79d Fixed more focusing issues. Dan Helfman 2009-01-12 14:49:45 -0800
  • 6306de7032 Bumping major version number since there have been so many potentially destabilizing changes. Dan Helfman 2009-01-12 14:46:35 -0800
  • d6611c1029 Fix for several note focusing problems. Also converted more of Wiki.js not to rely on an editor having an iframe. Dan Helfman 2009-01-12 14:19:32 -0800
  • b25cc97308 Fix for broken focusing. Dan Helfman 2009-01-09 17:15:07 -0800
  • f2230377c8 Removing note.css. It's no longer used! Unfortunately, the CSS is now duplicated in style.css and Editor.js. Dan Helfman 2009-01-09 16:46:42 -0800
  • 05f819c071 Removing blank_note.html. No longer used! Dan Helfman 2009-01-09 16:45:33 -0800
  • 6e1908a66a Renamed finish_init() to connect_handlers() and made it work with create_div(). Made read-only editors stay divs, never iframes. Added an OPERA constant to indicate when running in Opera. Dan Helfman 2009-01-09 16:43:33 -0800
  • 28dc92ad21 Fixed a cut and paste error in Wiki.js initialization code. Dan Helfman 2009-01-09 14:54:51 -0800
  • 36e1843f66 Setting a slight delay on the resize so that it works properly. Dan Helfman 2009-01-09 14:35:47 -0800
  • f36d6b9500 Creating a new iframe (where this is no static div) now works again. Dan Helfman 2009-01-09 13:17:33 -0800
  • 4f5825c862 Editor.summarize() now supports static note divs. Dan Helfman 2009-01-09 13:12:03 -0800
  • 28b2dbe469 Editor.shutdown() now supports static div notes, not just iframes. Dan Helfman 2009-01-09 13:10:33 -0800
  • 9dfe196dc7 Editor.highlight() now supports static div notes, not just iframes. Dan Helfman 2009-01-09 13:05:42 -0800
  • d546d70419 Fixing bottom margin. Dan Helfman 2009-01-09 12:34:36 -0800
  • 7442f46de2 The transition from a static note div to a design-mode-enabled iframe now appears visually seamless. Dan Helfman 2009-01-09 12:27:00 -0800
  • d5b0351bb4 Rewrote Editor.empty() to rely on scrapeText() again. Dan Helfman 2009-01-08 12:42:00 -0800
  • 5773efc884 Rounding corners on the stub note. Dan Helfman 2009-01-08 12:35:05 -0800
  • c40a180a5d Now properly resizing a note if you cut/paste text in it with the mouse. Only works in FF3. Dan Helfman 2009-01-07 17:14:22 -0800
  • 2d728b584d Fixing Editor.empty() and getting rid of now unnecessary iframe onreload (which had the unwanted side effect of scrolling the page to the top for every iframe). Dan Helfman 2009-01-07 15:14:58 -0800
  • f0da74b8ed Made use of a new normalize_title() function that's responsible for returning "untitled note" as appropriate. Dan Helfman 2009-01-07 14:15:22 -0800
  • dbc095030c Making new notes start off in title mode. Also making the cursor of a new iframe start at the end of the contents. Dan Helfman 2009-01-07 13:51:02 -0800
  • 19a24d9d78 Fixed Editor.dirty() and Editor.mark_clean() to deal with divs in addition to iframes. Dan Helfman 2009-01-07 12:57:51 -0800
  • b0202e785b More padding at the top of each frame/div. Dan Helfman 2009-01-07 12:43:16 -0800
  • 55362cd4b1 Now properly stripping off / adding "static_note_contents" span when switching between iframe/div. Dan Helfman 2009-01-07 12:39:48 -0800
  • b2eaa5a168 Don't blur an iframe as soon as the focus leaves, but rather when another editor is focused. This makes the toolbar work again. Dan Helfman 2009-01-06 16:28:01 -0800
  • 087723ebdd Improved iframe initialization code. Dan Helfman 2009-01-06 16:20:04 -0800
  • d058f779ae Making rounded corners of static note divs and note iframes equivalent. Dan Helfman 2009-01-03 16:11:51 -0800
  • 35b1e8e96f Making font size of static note divs and note iframes equivalent. Dan Helfman 2009-01-03 16:10:20 -0800
  • e043cf1e0c Pulled in and merged most recent revision with iframes-on-demand changes. Dan Helfman 2009-01-03 15:56:54 -0800
  • c07794377d Work towards iframes-on-demand. Dan Helfman 2009-01-03 15:52:12 -0800
  • 60f80804f4 Fixing broken unit test for blog redirection. Dan Helfman 2009-01-03 10:58:45 -0800
  • 677ede81b4 Not display "30-day free trial" under free plan signup button! Dan Helfman 2009-01-02 15:50:09 -0800
  • 29c08833d9 Added recommendation about not modifying/copying luminotes.db. Dan Helfman 2009-01-01 17:22:51 -0800
  • 919ae6c041 Fixing broken unit tests related to new subscription code. Dan Helfman 2009-01-01 16:54:55 -0800
  • 9b7d9ef184 Offering free trial even if you already have an account, as long as rate plan is 0. Dan Helfman 2009-01-01 16:48:52 -0800
  • 69eb61a02b Fixed modification of existing subscription plan. Dan Helfman 2009-01-01 16:40:00 -0800
  • 848a00d692 Now only making the subscription plan name into a link to the sign up page if the user is not yet signed up! Dan Helfman 2009-01-01 14:00:47 -0800
  • bbe9d17940 Free trials don't send any transaction info to /users/thanks, so changed the code not to expect it. Dan Helfman 2008-12-31 00:19:27 -0800
  • 5a5331d0de Adding missing "cursor: pointer;" to CSS. Dan Helfman 2008-12-30 22:16:00 -0800
  • fc6c8fe2b5 It's release day. Dan Helfman 2008-12-30 22:12:10 -0800
  • ee6f0f98bb Changed some wording. Dan Helfman 2008-12-30 22:06:21 -0800
  • e0b0763b3e "Get two months free..." subtitled now broken out from table. Dan Helfman 2008-12-30 22:00:15 -0800
  • 2301bbff15 Fixing some spacing. Adding "Best value" text. Dan Helfman 2008-12-30 21:55:40 -0800
  • 7b11cd3356 Adding missing CSS class. Dan Helfman 2008-12-30 16:39:23 -0800
  • a2d68acedf Colored the 60-day guarantee text on the download page. Dan Helfman 2008-12-30 16:34:46 -0800
  • afe17fd340 Revamped pricing and download pages to make plan layout more visually appealing. Dan Helfman 2008-12-30 16:31:57 -0800
  • 2ec8c83acc Removing hidden plans. Dan Helfman 2008-12-30 12:43:18 -0800
  • 1146cb7244 Mentioning 30-day free trial on the product page. Dan Helfman 2008-12-30 12:40:03 -0800
  • a086f387bf Payment code can now handle an optional 30-day trial for any subscription plan. Also, PayPal's subcr_eot txn_type is now ignored. Dan Helfman 2008-12-30 11:46:41 -0800
  • 95801c4917 Potential fix for a bug in which product downloads and attached file downloads occasionally did not complete in Internet Explorer. If this is the correct fix, then the problem was actually just a caching issue that affected http downloads in IE. Dan Helfman 2008-12-29 17:35:24 -0800
  • cc155ec920 Bumped version. Dan Helfman 2008-12-27 01:29:22 -0800
  • ad96bbff86 Fixed a bug in which renaming the first post in a disussion didn't rename the discussion itself. Also fixed a bug in which clicking on the notebook rename text field ended the renaming prematurely. Dan Helfman 2008-12-27 01:28:38 -0800
  • 12bd7b2640 Centering the font pulldown selected mark dot is difficult, so instead just vertically align it to the top. Dan Helfman 2008-12-27 00:32:37 -0800
  • 290391899c Fixed a bug in which fonts set in one browser did not always show up as selected within a different browser. Dan Helfman 2008-12-27 00:09:54 -0800
  • 80432f3cbb Renamed "Sans Serif" to "Arial", "Serif" to "Times New Roman", etc. Dan Helfman 2008-12-26 19:51:34 -0800
  • 4d7b08ef32 Fixed broken font selection in IE. Now using a button tag instead of a <label> to make IE happy. Dan Helfman 2008-12-26 19:32:12 -0800
  • d61b6f16ea Backed out patch that dropped support for IE 6 (for now), since it may not actually be necessary yet. Dan Helfman 2008-12-23 23:20:24 -0800
  • 712a2dee6b Dropped support for Internet Explorer version 6.0! Time to break out the champagne. Dan Helfman 2008-12-23 19:31:08 -0800
  • 1683fb090b Rearranged/clarified changelog. Dan Helfman 2008-12-23 00:29:52 -0800
  • 8d37ad2a3f Adding the title button back to the toolbar, since it's really essential if a note has no title. Dan Helfman 2008-12-23 00:27:44 -0800