witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

407 Commits

Author SHA1 Message Date
Dan Helfman 7044f2e16f Fixing indentation. 2009-03-20 13:08:24 -07:00
Dan Helfman e326db5cc7 All unit tests pass again. 2009-03-20 01:29:06 -07:00
Dan Helfman 6408cbafa0 Got controller.Files unit tests passing again since the uploading overhaul. Still need to do controller.Notebooks tests. 2009-03-20 00:57:14 -07:00
Dan Helfman 4f3b478509 Switched file upload and progress methods to expect nginx-style "X-Progress-ID" instead of "file_id" parameter.
Also updated example nginx config file to include directives for nginx's upload progress module.
2009-03-19 21:38:42 -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 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 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 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 7def0fe58c You can now print an individual note. 2009-03-02 17:16:15 -08:00
Dan Helfman 73325f17fb Unit tests for notebook printing. 2009-03-02 16:51:32 -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 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 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 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 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 3da4f7e739 Html_cleaner now allows mailto URLs. 2009-02-13 13:45:31 -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 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 a8af8b3fb3 Fixed several edge cases with re-ranking notes during a reorder. Now updating several notes' ranks on every reorder instead of making successively more precise fractional ranks. 2009-02-10 17:05:03 -08:00
Dan Helfman 3c7f8b726a Lots of unit tests for reordering notes. 2009-02-10 13:40:50 -08:00
Dan Helfman c03c54026f Better interaction between empty notes and note reordering via dragging. 2009-02-10 02:17:28 -08:00
Dan Helfman 3b335cca89 Don't display a note movement grabber when in a non-read-write notebook. 2009-02-10 02:00:15 -08:00
Dan Helfman 4f3267b0f4 Now note reordering is saved to the server. Still to do: New unit tests for reordering. Re-rank all notes in notebook when necessary. 2009-02-10 01:32:08 -08:00
Dan Helfman fc502c6c82 Clarified the names of some of the notebook note-loading methods so that they are less confusing. 2009-02-02 13:41:09 -08:00
Dan Helfman ae37f4d951 Fixed a bug in which "/guide" and "/privacy" URLs resulted in errors when logged in as a demo user. 2009-01-30 16:04:30 -08:00
Dan Helfman 32e184c553 No longer returning a list of all anonymous-readable notebooks along with the user's other notebooks.
This prevents a huge list of notebooks (including forum discussion threads!) from being sent on each wiki page load.
2009-01-29 15:30:10 -08:00
Dan Helfman a88d5cbd23 Fixed unit test for blog notebook URL to expect redirect by notebook name, not id. 2009-01-29 15:17:03 -08:00
Dan Helfman 919ae6c041 Fixing broken unit tests related to new subscription code. 2009-01-01 16:54:55 -08:00
Dan Helfman 9b7d9ef184 Offering free trial even if you already have an account, as long as rate plan is 0. 2009-01-01 16:48:52 -08:00
Dan Helfman 69eb61a02b Fixed modification of existing subscription plan. 2009-01-01 16:40:00 -08:00
Dan Helfman bbe9d17940 Free trials don't send any transaction info to /users/thanks, so changed the code not to expect it. 2008-12-31 00:19:27 -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 799e0c12b0 Fixed a bug in which forum post permalinks didn't work on posts after the first ten in a particular thread. 2008-12-13 00:19:15 -08:00
Dan Helfman a8dc915852 Removing debugging prints. 2008-12-12 23:37:40 -08:00
Dan Helfman a55934f948 Fixed a Luminotes Desktop bug in which creating and then clicking on a new note link sometimes caused a red error message.
This was due to a floating point rounding error in Luminotes that occured when loading note revisions from a SQLite database.
2008-12-12 23:36:29 -08:00
Dan Helfman c07d315ffe Replaced title button with font face button. Needs more work in IE. Also added more rounded corners to several display elements. 2008-12-10 23:21:44 -08:00
Dan Helfman b1cdfad22b Redirecting to blog friendly id instead of standard id. 2008-11-18 17:10:16 -08:00
Dan Helfman d3e040d984 Blog post URLs are now user-friendly and SEO-friendly. 2008-11-18 15:11:58 -08:00