witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

1710 Commits

Author SHA1 Message Date
Dan Helfman 2d164ece5a Moved search field up above "notes" heading. Changed "quick link" to "note link". 2009-04-27 15:38:28 -07:00
Dan Helfman ada0ce8319 Fixed a Firefox bug in which removing some bold text and then typing new text would make the new text bold. 2009-04-26 16:45:18 -07:00
Dan Helfman 84f6da7c27 Got toolbar buttons aligned correctly in various browsers (especially WebKit). 2009-04-24 15:02:42 -07:00
Dan Helfman 12ca44e512 Removing broken image. 2009-04-24 14:45:02 -07:00
Dan Helfman 23ad536d13 Fixing duplicate button. 2009-04-24 14:31:03 -07:00
Dan Helfman efaf14c315 Updated with recent developments. 2009-04-24 14:22:02 -07:00
Dan Helfman 10bb4fe6fc Changed "add notebook" to "+ notebook", and "add quick link" to "+ quick link", mostly to save space. 2009-04-24 13:45:49 -07:00
Dan Helfman b1d3ebe2f9 Replace "+" buttons in left and right areas with textual buttons that should be a little clearer. 2009-04-24 13:42:13 -07:00
Dan Helfman 0c9c3844bd Got toolbar resizing working again. 2009-04-23 17:46:06 -07:00
Dan Helfman 410af8f011 Removing now-unnecessary src attributes. 2009-04-22 16:17:32 -07:00
Dan Helfman 6b0a87e097 Moved themes into its own directory under static/. That way, each theme directory can containing everything it needs: images, CSS, etc. 2009-04-22 15:36:58 -07:00
Dan Helfman a580e1759d Fixed a bug in which placeholder next ids in the note_current table weren't getting reaped. 2009-04-11 23:52:09 -07:00
Dan Helfman 00b5a8ad81 Discovered that WebKit CSS border radius can be set on individual corners. 2009-03-29 12:24:26 -07:00
Dan Helfman 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).
2009-03-29 12:23:55 -07:00
Dan Helfman 190a3fa41d Fixed a bug in which toolbar buttons didn't depress based on the current location of the text cursor. 2009-03-21 02:02:23 -07:00
Dan Helfman af7f1c0c07 proxy_redirect needs to be off for nginx to work with Luminotes. 2009-03-20 20:17:25 -07:00
Dan Helfman d0853c8e6b Removing newlines so that formatting (spacing, specifically) shows up correctly. 2009-03-20 17:44: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 1021a01e6a Added <tbody> to upload progress table to make IE happy. 2009-03-20 16:14:08 -07:00
Dan Helfman 0d91bc043e Made upload pulldown never ephemeral, since when it was, it could sometimes disappear in IE after you selected a file to upload. 2009-03-20 15:57:44 -07:00
Dan Helfman 588e0906b9 Upping client timeout threshold for uploads. 2009-03-20 15:39:40 -07:00
Dan Helfman 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. 2009-03-20 15:37:14 -07:00
Dan Helfman 74b3c37b61 Oops, log to screen should be false. 2009-03-20 15:36:37 -07:00
Dan Helfman e35f566609 Better spacing around file upload instructions. 2009-03-20 14:07:58 -07:00
Dan Helfman 604578aba1 Haiku: Comma at list end / Makes IE very angry / Cherry blossoms fall 2009-03-20 13:57:37 -07:00
Dan Helfman 7e805c5fe6 Hopefully releasing today. 2009-03-20 13:56:19 -07:00
Dan Helfman 7044f2e16f Fixing indentation. 2009-03-20 13:08:24 -07:00
Dan Helfman 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%. 2009-03-20 02:01:35 -07:00
Dan Helfman bd18f0600c Increasing initial upload progress poll interval slightly. 2009-03-20 01:30:42 -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 d3f2951ca1 Mentioning nginx config file value. 2009-03-19 22:01:01 -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 92b7cf1084 Removing debugging print. 2009-03-19 17:43:33 -07:00
Dan Helfman 44bf7ade14 Upload_pulldown now properly displays "import file" instead of "attach file", etc. when a CSV file is being imported. 2009-03-19 17:40:44 -07:00
Dan Helfman ffb70e547e Fixed toggling of import pulldown by clicking import link. 2009-03-19 17:37:25 -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 25b1fe25f6 Removing dead link. 2009-03-19 01:40:42 -07:00
Dan Helfman a9de46c78d Reorganized changelog for released that's currently under development. 2009-03-18 22:55:59 -07:00
Dan Helfman 42c5c91e5d Add whitespace pre-wrap CSS to note frames, which improves copying and pasting newlines. 2009-03-18 22:19:42 -07:00
Dan Helfman 7512ba1159 Added example Apache and nginx config scripts and updated INSTALL doc accordingly. 2009-03-18 15:43:21 -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 1d1873d38a Fixing typo. 2009-03-16 18:47:44 -07:00
Dan Helfman c7c8c86b68 It's release day! 2009-03-16 18:46:25 -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 205adeb904 Added a remove formatting feature to the tools menu. 2009-03-16 16:35:04 -07:00
Dan Helfman bbd0328858 Fixed a bug in which the filename of an exported HTML file was just "export" instead of being based on the notebook name. 2009-03-16 15:09:33 -07:00
Dan Helfman a40bda5d3d Reworded text displayed when an invite is sent. 2009-03-06 15:20:51 -08:00