witten
/
luminotes
Archived
1
0
Fork 0

Commit Graph

  • 8a00da6945 Unit tests for controller.Notebooks.old_notes() method. Dan Helfman 2008-11-04 12:38:10 -0800
  • 4e61b44da9 Rearranged order of items listed on support page. Dan Helfman 2008-11-04 12:25:13 -0800
  • 1889bf8a23 model.User.sql_update_access() now able to take either bool read_write value or Notebook.READ_* value. Dan Helfman 2008-11-04 12:22:44 -0800
  • 7b7e7a6c73 Unit tests for controller.Files.* to ensure that uploads are disabled for own-notes-only notebooks. Dan Helfman 2008-11-04 12:17:06 -0800
  • 0b5cd2495f Lots more unit tests for READ_WRITE_FOR_OWN_NOTES notebooks. Dan Helfman 2008-11-04 11:35:10 -0800
  • 3dad16d187 controller.Users.load_notebook() now disallows read-write access for anonymous/demo users to "own notes only" notebooks. Dan Helfman 2008-11-04 10:29:19 -0800
  • a97cec4369 Unit tests for new controller.Notebooks.save_note() return parameter: rank. Dan Helfman 2008-11-03 14:36:57 -0800
  • c39783f7ec Unit tests for controller.Notebooks.rename() for a READ_WRITE_FOR_OWN_NOTES notebook. Dan Helfman 2008-11-03 13:37:49 -0800
  • d577455091 Adding page navigation (pagination), as factored out into its own class. Dan Helfman 2008-11-03 13:37:20 -0800
  • 681e11e9a7 Disabled access to several controller methods for READ_WRITE_FOR_OWN_NOTES notebooks. Also fixed some unit tests. Many other unit tests are forthcoming. Dan Helfman 2008-10-31 16:59:36 -0700
  • 9aac28bbb5 Made database tests not give spurious timing based errors. Dan Helfman 2008-10-31 16:57:55 -0700
  • 23bff4d6b2 For forum threads, redirect from /notebooks/... URLs to corresponding /forums/... URLs. Dan Helfman 2008-10-31 15:55:08 -0700
  • 6708675fec Factored out page navigation (pagination) code and made use of it on forum thread list page. Dan Helfman 2008-10-31 15:17:59 -0700
  • fd681ed388 Changes to html cleaner to make all external links nofollow to discourage forum spammers. Dan Helfman 2008-10-31 11:57:45 -0700
  • b368fa23b6 Fixed SQL statement bugs related to new Note.username member. Dan Helfman 2008-10-31 11:43:53 -0700
  • dccab45de3 The username of the author of a forum post now shows up in the UI. Dan Helfman 2008-10-30 16:53:42 -0700
  • c636850cf0 Some code to tack on a byline to all notes with a creation timestamp, and then remove that byline when you focus a note to edit it. Dan Helfman 2008-10-30 16:16:26 -0700
  • ab591a53ce Converting Decimal to float when returning rank. Dan Helfman 2008-10-30 15:39:29 -0700
  • 7a53b42372 Reworded message about publishing a comment. Dan Helfman 2008-10-30 15:34:42 -0700
  • 5de80ebeae Adding a little space around "When you're done with your comment..." message. Dan Helfman 2008-10-30 15:32:07 -0700
  • 3e4fdd1d72 Don't display "When you're done with your comment.." message if you're not logged in. Dan Helfman 2008-10-30 15:31:35 -0700
  • b4a40d2c25 More work on the discussion forums. Dan Helfman 2008-10-30 15:26:27 -0700
  • d62b885e46 Bug fix for when you load a notebook and it has several notes, the page scrolls to part-way down the page after all the iframes load. Dan Helfman 2008-10-30 14:57:27 -0700
  • 22c49a9590 Rewrote Session_storage class, because it was periodically raising ProgrammingErrors due to simultaneous cursor access from different threads. Dan Helfman 2008-10-30 14:43:25 -0700
  • 3a5ca1d462 Actually need to return the loaded data.. Dan Helfman 2008-10-29 15:33:15 -0700
  • ba7a9437d8 "Fix" for occasional "ProgrammingError: no results to fetch" from rows = self.cursor.fetchall() in PostgreSQL session filter. Dan Helfman 2008-10-29 15:09:45 -0700
  • 60d8062ba7 No longer need the session dir, as sessions are now kept in the database for PostgreSQL Luminotes. Dan Helfman 2008-10-29 14:26:50 -0700
  • 58c8fdac00 Fixed an occasional bug that caused unexpected logouts by moving the session info into the database. No more write races. Dan Helfman 2008-10-29 14:26:22 -0700
  • c7cd4d8e9f Pricing page now hides larger subscription plans until user clicks "show me more plans". Dan Helfman 2008-10-29 01:01:17 -0700
  • b83bef9c81 Disabling RSS feed for forums (for now) because URLs within feed are incorrect. Dan Helfman 2008-10-28 14:51:21 -0700
  • da938a3313 Link back to forum from thread page. Dan Helfman 2008-10-28 14:44:30 -0700
  • b6499fb2ea Link from forum threads list back to all forums list. Dan Helfman 2008-10-28 14:40:20 -0700
  • 3e51057d2d Order forum threads in reverse chronological order by creation date. Dan Helfman 2008-10-28 14:38:01 -0700
  • bce99c26bc New forum thread creation code, plus a re-working of URLs under "/forums/" Dan Helfman 2008-10-28 14:07:49 -0700
  • 4048240419 Fixed typo in table name. Added schema_version to dropped tables. Dan Helfman 2008-10-28 14:03:21 -0700
  • f1941899df Missing commit() before using schema upgrader caused rollback() to rollback too much. Dan Helfman 2008-10-28 13:15:27 -0700
  • d1e257a4c2 Fixed typo. Dan Helfman 2008-10-27 16:34:12 -0700
  • 21a05befe0 More forum-specific stuff. Dan Helfman 2008-10-27 16:23:27 -0700
  • 272240ba41 tools/initdb.py now sets the database schema_version. Dan Helfman 2008-10-27 14:01:08 -0700
  • 36af0bbfed Propagating notebook tags to the UI code. Dan Helfman 2008-10-24 15:07:36 -0700
  • de6bde81db Page for listing the threads in a forum. Dan Helfman 2008-10-24 13:15:26 -0700
  • 384166b4cc Can now create a new note in a read-write-for-only-your-own-notes notebook. Dan Helfman 2008-10-24 12:58:41 -0700
  • 388f2fcb02 Foundational work for both tags and discussion forums. Should have checked this in in smaller pieces. Dan Helfman 2008-10-24 11:51:19 -0700
  • 86e5e38d69 Explicitly binding to localhost instead of relying on implicit binding. Dan Helfman 2008-10-21 00:22:37 -0700
  • 0e99ac59fc Changed wording. Dan Helfman 2008-10-20 15:53:59 -0700
  • f5b7cb35a7 Made the 404 error page slightly more useful. Dan Helfman 2008-10-20 15:53:12 -0700
  • 94f4e470fd A FAQ about running from a USB drive. Dan Helfman 2008-10-20 14:35:37 -0700
  • a7f705ef06 Now doing schema_version table creation within upgrade_schema() method instead of apply_schema_delta(). Dan Helfman 2008-10-17 01:26:12 -0700
  • a8e80db8bd Use cursor.executescript() for the SQLite backend only. Dan Helfman 2008-10-17 01:24:48 -0700
  • a5fb5756de Made USB drive instructions a little clearer. Dan Helfman 2008-10-16 03:03:28 -0700
  • a77267d9e4 Optimization to bail early if the database is already all upgraded. Dan Helfman 2008-10-15 21:49:20 -0700
  • d79876999a If Schema_upgrader encounters a database without a schema_version set, assumes that it's a 1.5.4 schema. Dan Helfman 2008-10-15 21:14:42 -0700
  • 0a1d481201 New programatic schema upgrader that can upgrade a database from one version to another. Dan Helfman 2008-10-15 17:44:05 -0700
  • c94443a8c3 Made signup conversion tracking more accurate. Dan Helfman 2008-10-15 12:53:00 -0700
  • c11cf6f43d Use the notebook name as the page title if necessary. Dan Helfman 2008-10-15 12:44:47 -0700
  • cf8ff91f27 A few product pages (such as the tour) had an incorrect page title. Dan Helfman 2008-10-15 12:34:15 -0700
  • c3a0c1bb4c Various updates to disallowed robot pages. Dan Helfman 2008-10-15 12:25:48 -0700
  • b18cd1dca2 Fixed a visual bug in which clicking up or down to reorder your notebooks didn't display correctly. Dan Helfman 2008-10-09 12:53:57 -0700
  • 9761d7d622 Bumping version. Dan Helfman 2008-10-09 12:40:58 -0700
  • 0dd5d2c3f3 Fixed typo. Changed release date. Dan Helfman 2008-10-08 23:44:56 -0700
  • 5310a6916b Magic number to make Safari put links in the right location. Dan Helfman 2008-10-08 23:44:25 -0700
  • 15a5d4bece Modified "Safari/Chrome Support" text in screenshot image. Dan Helfman 2008-10-08 21:10:26 -0700
  • f056559cad Updating front-page small screenshot to mention Safari/Chrome in banner. Also changing link for said screenshot to go to tour. Dan Helfman 2008-10-08 19:33:16 -0700
  • 489cc08783 Safari/Chrome: Uploading files now works reliably instead of just once. Apparently WebKit caches iframe src URLs! Dan Helfman 2008-10-08 17:09:13 -0700
  • 122ef0cc27 Backing out extra indentation. Dan Helfman 2008-10-08 15:56:30 -0700
  • a1ffcfb9b8 Safari/Chrome: Pulldowns on inline images are now positioned correctly. Dan Helfman 2008-10-08 14:56:01 -0700
  • f1d814cfd6 Now that Cherrypy session locking is gone, locking is now performed in controller.Database, but only for the SQLite backend. Dan Helfman 2008-10-08 00:44:16 -0700
  • adcb9611c5 Now calling Chrome/Safari support "beta". Dan Helfman 2008-10-07 23:46:51 -0700
  • bd0fc7b461 Adding a beta support message for Chrome and Safari. Dan Helfman 2008-10-07 16:52:05 -0700
  • 872d636ad4 Note resizing (growing and shrinking) now works as expected in Safari/Chrome. Shrinking didn't work before this fix. Dan Helfman 2008-10-07 16:39:49 -0700
  • 8c7f05801c Modified the WebKit pulldown positioning code so that changes and options pulldowns show up in the correct location. Dan Helfman 2008-10-07 14:52:32 -0700
  • a91136d27d Setting a min width on pulldown CSS. Dan Helfman 2008-10-07 14:41:30 -0700
  • de0977b082 Removed implict session locking from unit tests as well. Dan Helfman 2008-10-07 14:35:52 -0700
  • 22f25ba274 Improved page loading speed and fixed a rare session locking timeout bug by removing all implicit session locking. Dan Helfman 2008-10-07 14:34:33 -0700
  • 815b05e574 Fixed a bug that broke that Luminotes Desktop product download page if PayPal took too long to notify Luminotes of the purchase. Dan Helfman 2008-10-07 13:59:34 -0700
  • abd5a2a189 Pulldowns for search suggestions, importing, and exporting now show up. Worked around yet another WebKit bug/misfeature. Dan Helfman 2008-10-06 17:56:41 -0700
  • 5944d1f20d Fixed bug in Safari/Chrome in which hiding an empty note caused it to get saved and end up in the "recent updates". Dan Helfman 2008-10-06 15:48:32 -0700
  • 0d371cc490 Remove Safari/Chrome warning message, since hopefully they'll be supported by the time this release is done. Dan Helfman 2008-10-06 15:47:19 -0700
  • b19f488d90 Now also removing WebKit-generated <font> tags that result from titling/untitling note text. Dan Helfman 2008-10-06 15:35:38 -0700
  • 317a79456c Underline and strikethrough now work in Chrome/Safari. Accomplished this by rewriting WebKit-generated HTML in realtime. Dan Helfman 2008-10-06 15:09:13 -0700
  • e2996030ac WebKit-specific hack to make the horizontal line under the title show up correctly. Dan Helfman 2008-10-03 00:11:40 -0700
  • 41dade9f28 Safari/Chrome notes now start out in title mode (again). Dan Helfman 2008-10-02 23:59:39 -0700
  • 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. Dan Helfman 2008-10-02 23:08:56 -0700
  • fc925a36f8 Changing debugging display of note contents as HTML to use display_message() instead of alert(). Dan Helfman 2008-10-02 23:02:08 -0700
  • 34c85b7381 About to release. Dan Helfman 2008-10-01 01:47:39 -0700
  • 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. Dan Helfman 2008-09-30 12:58:39 -0700
  • 4d24914496 Leading/trailing spaces and newlines in note titles and contents are now stripped out when exporting to CSV. Dan Helfman 2008-09-29 23:35:45 -0700
  • 80a0250c95 Fixed a bug in which clicking the "export" link when the current note was unsaved did not open the export pulldown. Dan Helfman 2008-09-29 23:09:44 -0700
  • f2b88441ee Leading/trailing spaces in note titles are now ignored when making links to such notes. Dan Helfman 2008-09-28 14:48:22 -0700
  • d62fa9f95a Releasing today. Dan Helfman 2008-09-28 02:41:34 -0700
  • bedf318c92 More mention of CSV export. Dan Helfman 2008-09-27 02:32:28 -0700
  • 3a7a4d59f3 Mentioning CSV exporting on download page. Dan Helfman 2008-09-27 02:29:05 -0700
  • 329ece7ecf Nuking "how many users are supported" question in favor of some small text. Dan Helfman 2008-09-27 02:26:54 -0700
  • 47b16c0ff8 Added a note about running Luminotes Desktop when the server is already running. Dan Helfman 2008-09-27 02:18:41 -0700
  • 79dc26ccee "Absolutely no DRM" Dan Helfman 2008-09-27 02:14:28 -0700
  • 385ec58518 Made supported OSes and browsers much more prominent on download page to prevent confusion. Dan Helfman 2008-09-27 02:09:41 -0700
  • da68e33566 Added "what's new" link to upgrade info. Dan Helfman 2008-09-27 01:43:11 -0700
  • 81d4e44450 Added "what's new" changelog link to thanks download page, and added links between pricing/download pages to each other. Dan Helfman 2008-09-27 01:33:00 -0700
  • dd274cc3e7 Changed "download in a single click" text since now technically it takes two clicks. Dan Helfman 2008-09-27 00:50:16 -0700
  • 8c54f7e59c Testing rewriting of imported note links that have full protocol and server ("http://blah/"), as IE tacks on. Dan Helfman 2008-09-26 23:06:40 -0700