witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1623 Commits

Author SHA1 Message Date
Dan Helfman 44bf7ade14 Upload_pulldown now properly displays "import file" instead of "attach file", etc. when a CSV file is being imported. 2009-03-19 17:40:44 -07:00
Dan Helfman ffb70e547e Fixed toggling of import pulldown by clicking import link. 2009-03-19 17:37:25 -07:00
Dan Helfman 4587ab0ddd Got rid of Wiki.Import_pulldown and made Upload_pulldown support CSV importing. Unit tests for server side still needed. 2009-03-19 17:35:24 -07:00
Dan Helfman 23b3884e83 Rewrote upload code to do progress bar updating from the UI via polling, rather than streaming the progress bar ticks from the server.
Still to do: Rewrite import code to do something similar, and refactor unit tests accordingly.
2009-03-19 16:52:53 -07:00
Dan Helfman 25b1fe25f6 Removing dead link. 2009-03-19 01:40:42 -07:00
Dan Helfman a9de46c78d Reorganized changelog for released that's currently under development. 2009-03-18 22:55:59 -07:00
Dan Helfman 42c5c91e5d Add whitespace pre-wrap CSS to note frames, which improves copying and pasting newlines. 2009-03-18 22:19:42 -07:00
Dan Helfman 7512ba1159 Added example Apache and nginx config scripts and updated INSTALL doc accordingly. 2009-03-18 15:43:21 -07:00
Dan Helfman 3013beddbd New support for nginx's X-Accel-Redirect for downloading files. Also made Files.thumbnail() non-streaming. 2009-03-18 15:11:46 -07:00
Dan Helfman 503625bdea Fixed a bug in tools/luminotes_debian_initscript that prevented the "stop" command from working properly. 2009-03-17 14:08:55 -07:00
Dan Helfman 1d1873d38a Fixing typo. 2009-03-16 18:47:44 -07:00
Dan Helfman c7c8c86b68 It's release day! 2009-03-16 18:46:25 -07:00
Dan Helfman fe99862dde Luminotes Discussion forums now change the discussion thread link color based on whether there are any new posts since you last visited the thread. 2009-03-16 17:09:31 -07:00
Dan Helfman 205adeb904 Added a remove formatting feature to the tools menu. 2009-03-16 16:35:04 -07:00
Dan Helfman bbd0328858 Fixed a bug in which the filename of an exported HTML file was just "export" instead of being based on the notebook name. 2009-03-16 15:09:33 -07:00
Dan Helfman a40bda5d3d Reworded text displayed when an invite is sent. 2009-03-06 15:20:51 -08:00
Dan Helfman 27f5f4e1a9 Improved schema upgraded for the case when no new database schemas are available. Updated unit tests accordingly. 2009-03-06 15:14:17 -08:00
Dan Helfman d0f9c20e69 Removing a bunch of unnecessary semi-colons. 2009-03-06 15:01:50 -08:00
Dan Helfman 0f21416310 Bumping version. 2009-03-06 14:58:33 -08:00
Dan Helfman 74b197aa90 Showing "print" link on printable version of notebook/note, since Google Chrome doesn't print on page load. 2009-03-03 00:14:19 -08:00
Dan Helfman 7585a795d5 Removing an unneeded image from the desktop version to save space. 2009-03-03 00:13:32 -08:00
Dan Helfman 1d0de90446 Releasing soon. 2009-03-02 23:20:53 -08:00
Dan Helfman b62e1244ef When printing the whole notebook, the current note is now saved first so its changes are included in the printing. 2009-03-02 21:48:58 -08:00
Dan Helfman 024713fc4e "print this note" link now saves the note before printing it, so any unsaved changes are included in the printing. 2009-03-02 21:35:26 -08:00
Dan Helfman e9414117ce Renamed "options" tab to "tools" tab. 2009-03-02 19:39:02 -08:00
Dan Helfman 50cc2ff19b Fixed spacing around titles. 2009-03-02 19:37:35 -08:00
Dan Helfman 7def0fe58c You can now print an individual note. 2009-03-02 17:16:15 -08:00
Dan Helfman c262ad7b00 Updated to include name of "print" link. 2009-03-02 16:52:02 -08:00
Dan Helfman 73325f17fb Unit tests for notebook printing. 2009-03-02 16:51:32 -08:00
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