Archived
1
0
Commit Graph

1694 Commits

Author SHA1 Message Date
Dan Helfman
c282570539 You can now print your entire notebook. 2009-03-02 16:39:08 -08:00
Dan Helfman
ecbaa091cd Made some visual tweaks to the pricing page. 2009-03-02 13:16:40 -08:00
Dan Helfman
970bc77def Html_cleaner now strips out all unknown HTML tags instead of just escaping them. 2009-02-25 19:12:14 -08:00
Dan Helfman
ee36e49332 Updated to mention Ubuntu as well as Debian. 2009-02-24 13:01:30 -08:00
Dan Helfman
23c193a843 Changed instructions so that Python binary is just "python" instead of "python2.4". 2009-02-24 12:58:46 -08:00
Dan Helfman
4d00c92e3a Changed the order of exported HTML and CSV notebooks so that after all the "startup" notes are included, the remaining notes are included in alphabetical order (instead of reverse chronological order). 2009-02-24 12:52:44 -08:00
Dan Helfman
53c26c6037 "release" is a reserved keyword in newer versions of sqlite, so put it in quotes. 2009-02-23 16:55:07 -08:00
Dan Helfman
8003ae4107 Fixed unit test by making Notebooks.export() look for AttributeError in addition to ImportError. 2009-02-23 16:45:52 -08:00
Dan Helfman
e27cb4dcd1 Eliminating spacing around product buttons. 2009-02-23 00:31:42 -08:00
Dan Helfman
5ad8d43db4 Bumping version. 2009-02-23 00:30:13 -08:00
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
1d4f3e8300 Removing debugging traceback print. 2009-02-20 15:31:41 -08:00
Dan Helfman
e6fbbfec41 Several minor improvements to CSV importing and exporting. 2009-02-20 15:22:23 -08:00
Dan Helfman
f72297be32 Additional unit tests for exporting. 2009-02-20 14:06:27 -08:00
Dan Helfman
67162b9ec8 No longer hard-coding list of supported export plugins. 2009-02-20 14:05:48 -08:00
Dan Helfman
e778c354d1 Removing a duplicate <h3> tag in the list of permitted Html_cleaner tags. 2009-02-20 14:05:07 -08:00
Dan Helfman
7f6be83465 Removing unnecessary import. 2009-02-18 23:55:35 -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
fd66241f49 Mentioning "close" link. 2009-02-16 20:10:02 -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
78cac16bde Removing the byline whenever a note is saved so it doesn't accidentally get written to the database. 2009-02-16 13:41:11 -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
66525ffd34 Being a little more lenient about parsing of internal URLs. 2009-02-13 15:50:39 -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
3da4f7e739 Html_cleaner now allows mailto URLs. 2009-02-13 13:45:31 -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
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