witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1068 Commits

Author SHA1 Message Date
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 0e99ac59fc Changed wording. 2008-10-20 15:53:59 -07:00
Dan Helfman f5b7cb35a7 Made the 404 error page slightly more useful. 2008-10-20 15:53:12 -07:00
Dan Helfman 94f4e470fd A FAQ about running from a USB drive. 2008-10-20 14:35:37 -07:00
Dan Helfman a7f705ef06 Now doing schema_version table creation within upgrade_schema() method instead of apply_schema_delta(). 2008-10-17 01:26:12 -07:00
Dan Helfman a8e80db8bd Use cursor.executescript() for the SQLite backend only. 2008-10-17 01:24:48 -07:00
Dan Helfman a5fb5756de Made USB drive instructions a little clearer. 2008-10-16 03:03:28 -07:00
Dan Helfman a77267d9e4 Optimization to bail early if the database is already all upgraded. 2008-10-15 21:49:20 -07:00
Dan Helfman d79876999a If Schema_upgrader encounters a database without a schema_version set, assumes that it's a 1.5.4 schema. 2008-10-15 21:14:42 -07:00
Dan Helfman 0a1d481201 New programatic schema upgrader that can upgrade a database from one version to another. 2008-10-15 17:44:05 -07:00
Dan Helfman c94443a8c3 Made signup conversion tracking more accurate. 2008-10-15 12:53:00 -07:00
Dan Helfman c11cf6f43d Use the notebook name as the page title if necessary. 2008-10-15 12:44:47 -07:00
Dan Helfman cf8ff91f27 A few product pages (such as the tour) had an incorrect page title. 2008-10-15 12:34:15 -07:00
Dan Helfman c3a0c1bb4c Various updates to disallowed robot pages. 2008-10-15 12:25:48 -07:00
Dan Helfman b18cd1dca2 Fixed a visual bug in which clicking up or down to reorder your notebooks didn't display correctly. 2008-10-09 12:53:57 -07:00
Dan Helfman 9761d7d622 Bumping version. 2008-10-09 12:40:58 -07:00
Dan Helfman 0dd5d2c3f3 Fixed typo. Changed release date. 2008-10-08 23:44:56 -07:00
Dan Helfman 5310a6916b Magic number to make Safari put links in the right location. 2008-10-08 23:44:25 -07:00
Dan Helfman 15a5d4bece Modified "Safari/Chrome Support" text in screenshot image. 2008-10-08 21:10:26 -07:00
Dan Helfman f056559cad Updating front-page small screenshot to mention Safari/Chrome in banner. Also changing link for said screenshot to go to tour. 2008-10-08 19:33:16 -07:00
Dan Helfman 489cc08783 Safari/Chrome: Uploading files now works reliably instead of just once. Apparently WebKit caches iframe src URLs! 2008-10-08 17:09:13 -07:00
Dan Helfman 122ef0cc27 Backing out extra indentation. 2008-10-08 15:56:30 -07:00
Dan Helfman a1ffcfb9b8 Safari/Chrome: Pulldowns on inline images are now positioned correctly. 2008-10-08 14:56:01 -07:00
Dan Helfman f1d814cfd6 Now that Cherrypy session locking is gone, locking is now performed in controller.Database, but only for the SQLite backend. 2008-10-08 00:44:16 -07:00
Dan Helfman adcb9611c5 Now calling Chrome/Safari support "beta". 2008-10-07 23:46:51 -07:00
Dan Helfman bd0fc7b461 Adding a beta support message for Chrome and Safari. 2008-10-07 16:52:05 -07:00
Dan Helfman 872d636ad4 Note resizing (growing and shrinking) now works as expected in Safari/Chrome. Shrinking didn't work before this fix. 2008-10-07 16:39:49 -07:00
Dan Helfman 8c7f05801c Modified the WebKit pulldown positioning code so that changes and options pulldowns show up in the correct location. 2008-10-07 14:52:32 -07:00
Dan Helfman a91136d27d Setting a min width on pulldown CSS. 2008-10-07 14:41:30 -07:00
Dan Helfman de0977b082 Removed implict session locking from unit tests as well. 2008-10-07 14:35:52 -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 815b05e574 Fixed a bug that broke that Luminotes Desktop product download page if PayPal took too long to notify Luminotes of the purchase. 2008-10-07 13:59:34 -07:00
Dan Helfman abd5a2a189 Pulldowns for search suggestions, importing, and exporting now show up. Worked around yet another WebKit bug/misfeature. 2008-10-06 17:56:41 -07:00
Dan Helfman 5944d1f20d Fixed bug in Safari/Chrome in which hiding an empty note caused it to get saved and end up in the "recent updates". 2008-10-06 15:48:32 -07:00
Dan Helfman 0d371cc490 Remove Safari/Chrome warning message, since hopefully they'll be supported by the time this release is done. 2008-10-06 15:47:19 -07:00
Dan Helfman b19f488d90 Now also removing WebKit-generated <font> tags that result from titling/untitling note text. 2008-10-06 15:35:38 -07:00
Dan Helfman 317a79456c Underline and strikethrough now work in Chrome/Safari. Accomplished this by rewriting WebKit-generated HTML in realtime. 2008-10-06 15:09:13 -07:00
Dan Helfman e2996030ac WebKit-specific hack to make the horizontal line under the title show up correctly. 2008-10-03 00:11:40 -07:00
Dan Helfman 41dade9f28 Safari/Chrome notes now start out in title mode (again). 2008-10-02 23:59:39 -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 fc925a36f8 Changing debugging display of note contents as HTML to use display_message() instead of alert(). 2008-10-02 23:02:08 -07:00
Dan Helfman 34c85b7381 About to release. 2008-10-01 01:47:39 -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 4d24914496 Leading/trailing spaces and newlines in note titles and contents are now stripped out when exporting to CSV. 2008-09-29 23:35:45 -07:00
Dan Helfman 80a0250c95 Fixed a bug in which clicking the "export" link when the current note was unsaved did not open the export pulldown. 2008-09-29 23:09:44 -07:00
Dan Helfman f2b88441ee Leading/trailing spaces in note titles are now ignored when making links to such notes. 2008-09-28 14:48:22 -07:00
Dan Helfman d62fa9f95a Releasing today. 2008-09-28 02:41:34 -07:00
Dan Helfman bedf318c92 More mention of CSV export. 2008-09-27 02:32:28 -07:00
Dan Helfman 3a7a4d59f3 Mentioning CSV exporting on download page. 2008-09-27 02:29:05 -07:00