witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

95 Commits

Author SHA1 Message Date
Dan Helfman 932a722284 Fixed a bug that prevented use of the AltGr key on Polish and other keyboards.
H: Enter commit message.  Lines beginning with 'HG:' are removed.
2009-08-07 18:14:00 -07:00
Dan Helfman abbb20e262 Bumping version. 2009-07-26 10:44:44 -07:00
Dan Helfman a3922fb317 Bumping version and re-adding support for IE 8. 2009-07-14 20:44:29 -07:00
Dan Helfman a75e4f48aa No longer charging for Luminotes Desktop or offering subscription signups. 2009-07-04 23:36:27 -07:00
Dan Helfman bda1697a34 Bumping version. 2009-06-14 21:45:33 -07:00
Dan Helfman 24a3a7425a Bumping version. 2009-05-20 14:56:40 -07:00
Dan Helfman c4ef29e32a Bumping version. 2009-05-19 13:10:10 -07:00
Dan Helfman ab303ea0ac Fixed a bug in which faq/community/etc pages had way too much whitespace. 2009-03-20 17:25:30 -07:00
Dan Helfman 74b3c37b61 Oops, log to screen should be false. 2009-03-20 15:36:37 -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 0f21416310 Bumping version. 2009-03-06 14:58:33 -08:00
Dan Helfman ecbaa091cd Made some visual tweaks to the pricing page. 2009-03-02 13:16:40 -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 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 6e693eaef3 Made Luminotes Desktop try to default to a particular port number. 2009-02-13 14:32:26 -08:00
Dan Helfman 5e30028087 Bumping version. 2009-02-12 14:43:39 -08:00
Dan Helfman fdc755f11e Bumping version. 2009-02-12 13:15:38 -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 71106b3039 Bumping version. 2009-01-30 12:38:09 -08:00
Dan Helfman 25186fd3fc Bumping version number. 2009-01-29 11:57:13 -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 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 cc155ec920 Bumped version. 2008-12-27 01:29:22 -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 233b800978 Decreased the default note text font size and bumped version. 2008-12-05 12:03:18 -08:00
Dan Helfman b7789c6533 Fixed a bug in which certain new installations of Luminotes Desktop on Windows yielded an "uh oh" error on initial launch.
This was due to duplicate notebook timestamps within the sqlite
database, which meant that notebook_current included the placeholder
"next ids" along with the actual notebooks. The fix was to modify the
notebook_current view to filter out those placeholder ids.
2008-12-04 12:30:59 -08:00
Dan Helfman b2314f423f Bumping version. 2008-12-03 11:47:22 -08:00
Dan Helfman 3c11526480 Fixed a bug that prevented the autosaver from working on non-forum notebooks. 2008-11-20 17:39:20 -08:00
Dan Helfman 3a189d844c Bumping the version. 2008-11-13 12:04:49 -08:00
Dan Helfman 04bc69edb5 Bumping up version. 2008-11-06 14:35:40 -08:00
Dan Helfman 58c8fdac00 Fixed an occasional bug that caused unexpected logouts by moving the session info into the database. No more write races. 2008-10-29 14:26:22 -07:00
Dan Helfman 388f2fcb02 Foundational work for both tags and discussion forums. Should have checked this in in smaller pieces. 2008-10-24 11:51:19 -07:00
Dan Helfman 86e5e38d69 Explicitly binding to localhost instead of relying on implicit binding. 2008-10-21 00:22:37 -07:00
Dan Helfman 9761d7d622 Bumping version. 2008-10-09 12:40:58 -07:00
Dan Helfman 22f25ba274 Improved page loading speed and fixed a rare session locking timeout bug by removing all implicit session locking. 2008-10-07 14:34:33 -07:00
Dan Helfman a0b189695c You can now create and end links from within Safari/Chrome.
This involve changing the non-IE portion of Editor.insert_link() to use a different sort of title placeholder hack.
Also, as part of this commit, Editor now determines browser type once instead of for every Editor created.
2008-10-02 23:08:56 -07:00
Dan Helfman 2e5ec59c2b Changed the warning about Safari/Chrome/Opera incompatibility to be an in-page message instead of a popup alert so as to be slightly less obnoxious. 2008-09-30 12:58:39 -07:00
Dan Helfman 6c46951285 Mentioned Google Chrome. Added a link to contact info for people to vote for their browser choice. 2008-09-22 14:23:13 -07:00
Dan Helfman 968ef22bc4 Implemented CSV exporting, and improved CSV importing to better handle the exported CSV files.
Importing still needs work on properly handling internal note links.
2008-09-17 23:39:11 -07:00
Dan Helfman 9247683a72 Lots more work on the payment code necessary to support Luminotes Desktop. 2008-09-11 00:36:12 -07:00
Dan Helfman f83d0a2956 Whoops, accidentally committed test button html again. 2008-09-01 16:22:38 -07:00
Dan Helfman 095e8d4edc No longer making the notebook header / name into a link in certain cases, as there are more than enough links to the notebook already. 2008-08-28 21:53:44 -07:00
Dan Helfman 4972f1655d Download button form should not have been checked in. 2008-08-28 21:31:56 -07:00
Dan Helfman 6bd2dd510f Lots of product page work for Luminotes Desktop. 2008-08-28 21:19:55 -07:00
Dan Helfman c4d6913037 Calling this 1.5.0. 2008-08-27 13:30:24 -07:00
Dan Helfman b7a15f035c Luminotes Desktop no longer listens on a fixed port, but instead finds a random available port. 2008-08-26 19:25:26 -07:00