witten
/
luminotes
Archived
1
0
Fork 0

Commit Graph

  • 2d164ece5a Moved search field up above "notes" heading. Changed "quick link" to "note link". Dan Helfman 2009-04-27 15:38:28 -0700
  • ada0ce8319 Fixed a Firefox bug in which removing some bold text and then typing new text would make the new text bold. Dan Helfman 2009-04-26 16:45:18 -0700
  • 84f6da7c27 Got toolbar buttons aligned correctly in various browsers (especially WebKit). Dan Helfman 2009-04-24 15:02:42 -0700
  • 12ca44e512 Removing broken image. Dan Helfman 2009-04-24 14:45:02 -0700
  • 23ad536d13 Fixing duplicate button. Dan Helfman 2009-04-24 14:31:03 -0700
  • efaf14c315 Updated with recent developments. Dan Helfman 2009-04-24 14:22:02 -0700
  • 10bb4fe6fc Changed "add notebook" to "+ notebook", and "add quick link" to "+ quick link", mostly to save space. Dan Helfman 2009-04-24 13:45:49 -0700
  • b1d3ebe2f9 Replace "+" buttons in left and right areas with textual buttons that should be a little clearer. Dan Helfman 2009-04-24 13:42:13 -0700
  • 0c9c3844bd Got toolbar resizing working again. Dan Helfman 2009-04-23 17:46:06 -0700
  • 410af8f011 Removing now-unnecessary src attributes. Dan Helfman 2009-04-22 16:17:32 -0700
  • 6b0a87e097 Moved themes into its own directory under static/. That way, each theme directory can containing everything it needs: images, CSS, etc. Dan Helfman 2009-04-22 15:36:58 -0700
  • a580e1759d Fixed a bug in which placeholder next ids in the note_current table weren't getting reaped. Dan Helfman 2009-04-11 23:52:09 -0700
  • 00b5a8ad81 Discovered that WebKit CSS border radius can be set on individual corners. Dan Helfman 2009-03-29 12:24:26 -0700
  • f46e2a8fec Refactored toolbar code and images. Now buttons come from a single composite / sprited image. Remaining things to complete: * In WebKit, the button images are offset +5 pixels down. They shouldn't be. * Small "+" buttons under notebooks and the note tree are broken. * Toolbar resizing doesn't work anymore (TODO comment). Dan Helfman 2009-03-29 12:23:55 -0700
  • 190a3fa41d Fixed a bug in which toolbar buttons didn't depress based on the current location of the text cursor. Dan Helfman 2009-03-21 02:02:23 -0700
  • af7f1c0c07 proxy_redirect needs to be off for nginx to work with Luminotes. Dan Helfman 2009-03-20 20:17:25 -0700
  • d0853c8e6b Removing newlines so that formatting (spacing, specifically) shows up correctly. Dan Helfman 2009-03-20 17:44:10 -0700
  • ab303ea0ac Fixed a bug in which faq/community/etc pages had way too much whitespace. Dan Helfman 2009-03-20 17:25:30 -0700
  • 1021a01e6a Added <tbody> to upload progress table to make IE happy. Dan Helfman 2009-03-20 16:14:08 -0700
  • 0d91bc043e Made upload pulldown never ephemeral, since when it was, it could sometimes disappear in IE after you selected a file to upload. Dan Helfman 2009-03-20 15:57:44 -0700
  • 588e0906b9 Upping client timeout threshold for uploads. Dan Helfman 2009-03-20 15:39:40 -0700
  • a15d8221ca Fixed a bug in which the new upload code didn't work in IE due to IE not noticing that enctype was set to multipart/form-data. Dan Helfman 2009-03-20 15:37:14 -0700
  • 74b3c37b61 Oops, log to screen should be false. Dan Helfman 2009-03-20 15:36:37 -0700
  • e35f566609 Better spacing around file upload instructions. Dan Helfman 2009-03-20 14:07:58 -0700
  • 604578aba1 Haiku: Comma at list end / Makes IE very angry / Cherry blossoms fall Dan Helfman 2009-03-20 13:57:37 -0700
  • 7e805c5fe6 Hopefully releasing today. Dan Helfman 2009-03-20 13:56:19 -0700
  • 7044f2e16f Fixing indentation. Dan Helfman 2009-03-20 13:08:24 -0700
  • a16b0f1194 If upload client receives ten consecutive "starting" states in a row, it gives up on the upload. Also, max upload completion of a non-done upload is 99%. Dan Helfman 2009-03-20 02:01:35 -0700
  • bd18f0600c Increasing initial upload progress poll interval slightly. Dan Helfman 2009-03-20 01:30:42 -0700
  • e326db5cc7 All unit tests pass again. Dan Helfman 2009-03-20 01:29:06 -0700
  • 6408cbafa0 Got controller.Files unit tests passing again since the uploading overhaul. Still need to do controller.Notebooks tests. Dan Helfman 2009-03-20 00:57:14 -0700
  • d3f2951ca1 Mentioning nginx config file value. Dan Helfman 2009-03-19 22:01:01 -0700
  • 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. Dan Helfman 2009-03-19 21:38:42 -0700
  • 92b7cf1084 Removing debugging print. Dan Helfman 2009-03-19 17:43:33 -0700
  • 44bf7ade14 Upload_pulldown now properly displays "import file" instead of "attach file", etc. when a CSV file is being imported. Dan Helfman 2009-03-19 17:40:44 -0700
  • ffb70e547e Fixed toggling of import pulldown by clicking import link. Dan Helfman 2009-03-19 17:37:25 -0700
  • 4587ab0ddd Got rid of Wiki.Import_pulldown and made Upload_pulldown support CSV importing. Unit tests for server side still needed. Dan Helfman 2009-03-19 17:35:24 -0700
  • 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. Dan Helfman 2009-03-19 16:52:53 -0700
  • 25b1fe25f6 Removing dead link. Dan Helfman 2009-03-19 01:40:42 -0700
  • a9de46c78d Reorganized changelog for released that's currently under development. Dan Helfman 2009-03-18 22:55:59 -0700
  • 42c5c91e5d Add whitespace pre-wrap CSS to note frames, which improves copying and pasting newlines. Dan Helfman 2009-03-18 22:19:42 -0700
  • 7512ba1159 Added example Apache and nginx config scripts and updated INSTALL doc accordingly. Dan Helfman 2009-03-18 15:43:21 -0700
  • 3013beddbd New support for nginx's X-Accel-Redirect for downloading files. Also made Files.thumbnail() non-streaming. Dan Helfman 2009-03-18 15:11:46 -0700
  • 503625bdea Fixed a bug in tools/luminotes_debian_initscript that prevented the "stop" command from working properly. Dan Helfman 2009-03-17 14:08:55 -0700
  • 1d1873d38a Fixing typo. Dan Helfman 2009-03-16 18:47:44 -0700
  • c7c8c86b68 It's release day! Dan Helfman 2009-03-16 18:46:25 -0700
  • 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. Dan Helfman 2009-03-16 17:09:31 -0700
  • 205adeb904 Added a remove formatting feature to the tools menu. Dan Helfman 2009-03-16 16:35:04 -0700
  • bbd0328858 Fixed a bug in which the filename of an exported HTML file was just "export" instead of being based on the notebook name. Dan Helfman 2009-03-16 15:09:33 -0700
  • a40bda5d3d Reworded text displayed when an invite is sent. Dan Helfman 2009-03-06 15:20:51 -0800
  • 27f5f4e1a9 Improved schema upgraded for the case when no new database schemas are available. Updated unit tests accordingly. Dan Helfman 2009-03-06 15:14:17 -0800
  • d0f9c20e69 Removing a bunch of unnecessary semi-colons. Dan Helfman 2009-03-06 15:01:50 -0800
  • 0f21416310 Bumping version. Dan Helfman 2009-03-06 14:58:33 -0800
  • 74b197aa90 Showing "print" link on printable version of notebook/note, since Google Chrome doesn't print on page load. Dan Helfman 2009-03-03 00:14:19 -0800
  • 7585a795d5 Removing an unneeded image from the desktop version to save space. Dan Helfman 2009-03-03 00:13:32 -0800
  • 1d0de90446 Releasing soon. Dan Helfman 2009-03-02 23:20:53 -0800
  • b62e1244ef When printing the whole notebook, the current note is now saved first so its changes are included in the printing. Dan Helfman 2009-03-02 21:48:58 -0800
  • 024713fc4e "print this note" link now saves the note before printing it, so any unsaved changes are included in the printing. Dan Helfman 2009-03-02 21:35:26 -0800
  • e9414117ce Renamed "options" tab to "tools" tab. Dan Helfman 2009-03-02 19:39:02 -0800
  • 50cc2ff19b Fixed spacing around titles. Dan Helfman 2009-03-02 19:37:35 -0800
  • 7def0fe58c You can now print an individual note. Dan Helfman 2009-03-02 17:16:15 -0800
  • c262ad7b00 Updated to include name of "print" link. Dan Helfman 2009-03-02 16:52:02 -0800
  • 73325f17fb Unit tests for notebook printing. Dan Helfman 2009-03-02 16:51:32 -0800
  • c282570539 You can now print your entire notebook. Dan Helfman 2009-03-02 16:39:08 -0800
  • ecbaa091cd Made some visual tweaks to the pricing page. Dan Helfman 2009-03-02 13:16:40 -0800
  • 970bc77def Html_cleaner now strips out all unknown HTML tags instead of just escaping them. Dan Helfman 2009-02-25 19:12:14 -0800
  • ee36e49332 Updated to mention Ubuntu as well as Debian. Dan Helfman 2009-02-24 13:01:30 -0800
  • 23c193a843 Changed instructions so that Python binary is just "python" instead of "python2.4". Dan Helfman 2009-02-24 12:58:46 -0800
  • 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). Dan Helfman 2009-02-24 12:52:44 -0800
  • 53c26c6037 "release" is a reserved keyword in newer versions of sqlite, so put it in quotes. Dan Helfman 2009-02-23 16:55:07 -0800
  • 8003ae4107 Fixed unit test by making Notebooks.export() look for AttributeError in addition to ImportError. Dan Helfman 2009-02-23 16:45:52 -0800
  • e27cb4dcd1 Eliminating spacing around product buttons. Dan Helfman 2009-02-23 00:31:42 -0800
  • 5ad8d43db4 Bumping version. Dan Helfman 2009-02-23 00:30:13 -0800
  • 81388ed36b There is now a downloadable free trial for Luminotes Desktop. Also made export plugins work on Windows. Dan Helfman 2009-02-23 00:11:48 -0800
  • 1d4f3e8300 Removing debugging traceback print. Dan Helfman 2009-02-20 15:31:41 -0800
  • e6fbbfec41 Several minor improvements to CSV importing and exporting. Dan Helfman 2009-02-20 15:22:23 -0800
  • f72297be32 Additional unit tests for exporting. Dan Helfman 2009-02-20 14:06:27 -0800
  • 67162b9ec8 No longer hard-coding list of supported export plugins. Dan Helfman 2009-02-20 14:05:48 -0800
  • e778c354d1 Removing a duplicate <h3> tag in the list of permitted Html_cleaner tags. Dan Helfman 2009-02-20 14:05:07 -0800
  • 7f6be83465 Removing unnecessary import. Dan Helfman 2009-02-18 23:55:35 -0800
  • 26722eee93 Converting export features to work as separate plugins. Made exported filenames based on the name of the exported notebook. Dan Helfman 2009-02-18 23:52:18 -0800
  • b018abafa2 Bumping version. Dan Helfman 2009-02-17 16:12:38 -0800
  • fd66241f49 Mentioning "close" link. Dan Helfman 2009-02-16 20:10:02 -0800
  • b12ce0f292 Reworded some of the changelog for the most recent release. Dan Helfman 2009-02-16 20:04:27 -0800
  • 27c26ec5c2 Now, if you copy a link from another web page and paste it into a note, Luminotes properly recognizes it as an external link. Dan Helfman 2009-02-16 16:54:17 -0800
  • 8beb9a393d Fixed a bug in which clicking "compare versions" during a conflict didn't actually display the changes between the two versions. Dan Helfman 2009-02-16 16:30:48 -0800
  • 42cff5421c You can now copy the Luminotes Desktop URL and paste it into another web browser without getting an error message. Dan Helfman 2009-02-16 14:25:24 -0800
  • 78cac16bde Removing the byline whenever a note is saved so it doesn't accidentally get written to the database. Dan Helfman 2009-02-16 13:41:11 -0800
  • c74a18ae1e Luminotes Desktop now has a "close" link at the top of the page to completely shut down the process. Dan Helfman 2009-02-16 13:19:05 -0800
  • 66525ffd34 Being a little more lenient about parsing of internal URLs. Dan Helfman 2009-02-13 15:50:39 -0800
  • 6e693eaef3 Made Luminotes Desktop try to default to a particular port number. Dan Helfman 2009-02-13 14:32:26 -0800
  • 3da4f7e739 Html_cleaner now allows mailto URLs. Dan Helfman 2009-02-13 13:45:31 -0800
  • c2e3aae96a Luminotes now recognizes "mailto:" links as external links, so you can include links to email addresses within your notes. Dan Helfman 2009-02-13 13:07:21 -0800
  • 5e30028087 Bumping version. Dan Helfman 2009-02-12 14:43:39 -0800
  • 16745f98dd Now ignoring even more unneeded HTML tags from an MS Word copy-and-paste: Specifically, "</o:p>" and similar. Dan Helfman 2009-02-12 14:23:48 -0800
  • a072564573 Fixed a bug in which a drag-and-dropped note occasionally didn't resize back to its original size. Dan Helfman 2009-02-12 14:11:54 -0800
  • 38479d455a Fixed a bug in Internet Explorer in which opening a note by following a link didn't display the opened note correctly. (Missing table <tbody>.) Dan Helfman 2009-02-12 14:03:54 -0800
  • 56b25bd1ff Re-added editor_focused( null ) in hide_editor() and delete_editor(), but now passing in a flag that prevents save_editor() from being double called. Dan Helfman 2009-02-12 13:19:29 -0800
  • fdc755f11e Bumping version. Dan Helfman 2009-02-12 13:15:38 -0800
  • 57ec58b2ce Release today! Dan Helfman 2009-02-12 03:38:57 -0800