witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

276 Commits

Author SHA1 Message Date
Dan Helfman 81388ed36b There is now a downloadable free trial for Luminotes Desktop. Also made export plugins work on Windows. 2009-02-23 00:11:48 -08:00
Dan Helfman e6fbbfec41 Several minor improvements to CSV importing and exporting. 2009-02-20 15:22:23 -08:00
Dan Helfman 26722eee93 Converting export features to work as separate plugins. Made exported filenames based on the name of the exported notebook. 2009-02-18 23:52:18 -08:00
Dan Helfman b018abafa2 Bumping version. 2009-02-17 16:12:38 -08:00
Dan Helfman b12ce0f292 Reworded some of the changelog for the most recent release. 2009-02-16 20:04:27 -08:00
Dan Helfman 27c26ec5c2 Now, if you copy a link from another web page and paste it into a note, Luminotes properly recognizes it as an external link. 2009-02-16 16:54:17 -08:00
Dan Helfman 8beb9a393d Fixed a bug in which clicking "compare versions" during a conflict didn't actually display the changes between the two versions. 2009-02-16 16:30:48 -08:00
Dan Helfman 42cff5421c You can now copy the Luminotes Desktop URL and paste it into another web browser without getting an error message. 2009-02-16 14:25:24 -08:00
Dan Helfman c74a18ae1e Luminotes Desktop now has a "close" link at the top of the page to completely shut down the process. 2009-02-16 13:19:05 -08:00
Dan Helfman 6e693eaef3 Made Luminotes Desktop try to default to a particular port number. 2009-02-13 14:32:26 -08:00
Dan Helfman c2e3aae96a Luminotes now recognizes "mailto:" links as external links, so you can include links to email addresses within your notes. 2009-02-13 13:07:21 -08:00
Dan Helfman 5e30028087 Bumping version. 2009-02-12 14:43:39 -08:00
Dan Helfman 16745f98dd Now ignoring even more unneeded HTML tags from an MS Word copy-and-paste: Specifically, "</o:p>" and similar. 2009-02-12 14:23:48 -08:00
Dan Helfman a072564573 Fixed a bug in which a drag-and-dropped note occasionally didn't resize back to its original size. 2009-02-12 14:11:54 -08:00
Dan Helfman 38479d455a Fixed a bug in Internet Explorer in which opening a note by following a link didn't display the opened note correctly. (Missing table <tbody>.) 2009-02-12 14:03:54 -08:00
Dan Helfman 56b25bd1ff Re-added editor_focused( null ) in hide_editor() and delete_editor(), but now passing in a flag that prevents save_editor() from being double called. 2009-02-12 13:19:29 -08:00
Dan Helfman fdc755f11e Bumping version. 2009-02-12 13:15:38 -08:00
Dan Helfman 57ec58b2ce Release today! 2009-02-12 03:38:57 -08:00
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 16332656e3 Updates changelog with note reordering. 2009-02-10 22:12:51 -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 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 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 2d04b021ae Hopefully releasing today. 2009-01-27 19:00:01 -08:00
Dan Helfman 5afee52199 Internet Explorer version 6, begone! 2009-01-27 15:54:11 -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 4dbef86061 Reordered changelog items. 2009-01-26 23:56:09 -08:00
Dan Helfman 6306de7032 Bumping major version number since there have been so many potentially destabilizing changes. 2009-01-12 14:46:35 -08:00
Dan Helfman e043cf1e0c Pulled in and merged most recent revision with iframes-on-demand changes. 2009-01-03 15:56:54 -08:00
Dan Helfman 919ae6c041 Fixing broken unit tests related to new subscription code. 2009-01-01 16:54:55 -08:00
Dan Helfman 848a00d692 Now only making the subscription plan name into a link to the sign up page if the user is not yet signed up! 2009-01-01 14:00:47 -08:00
Dan Helfman fc6c8fe2b5 It's release day. 2008-12-30 22:12:10 -08:00
Dan Helfman 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. 2008-12-30 11:46:41 -08:00
Dan Helfman 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.
2008-12-29 17:35:24 -08:00
Dan Helfman cc155ec920 Bumped version. 2008-12-27 01:29:22 -08:00
Dan Helfman 290391899c Fixed a bug in which fonts set in one browser did not always show up as selected within a different browser. 2008-12-27 00:09:54 -08:00
Dan Helfman d61b6f16ea Backed out patch that dropped support for IE 6 (for now), since it may not actually be necessary yet. 2008-12-23 23:20:24 -08:00
Dan Helfman 712a2dee6b Dropped support for Internet Explorer version 6.0! Time to break out the champagne. 2008-12-23 19:31:08 -08:00
Dan Helfman 1683fb090b Rearranged/clarified changelog. 2008-12-23 00:29:52 -08:00