witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

447 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 73ba66ea72 Fixed a Firefox 3.5 bug in which bold mode (or italics mode) would inexplicably end after typing a few characters. 2009-07-12 13:27:31 -07:00
Dan Helfman 5fd918898d Added a dynamic preview of your current color selections to the color picker. Made the color picker stay open after a color is selected. 2009-05-20 17:46:24 -07:00
Dan Helfman 45f2042e48 Fixed a Chrome/Safari bug in which popups such as those for export and color were not positioned correctly if the page was scrolled past the top. Fixed a bug in which certain popups on the left and right side of the page scrolled along with the page instead of staying fixed in place. 2009-05-20 16:43:21 -07:00
Dan Helfman 161d6ad734 Fixed bug in which Color_pulldown wasn't changing this.editor when shown. 2009-05-18 15:23:45 -07:00
Dan Helfman 5f47ae3187 Fixed hiding of table border in color pulldown in IE. Tweak light/dark threshold. Added :hover border on color boxes. 2009-05-18 14:48:24 -07:00
Dan Helfman ec3486f05d Color pulldown is now cached for speed reasons. Also, fixed a bug in which a <font> tag could have both a CSS style attribute and a color attribute. 2009-05-18 13:57:17 -07:00
Dan Helfman 9f42372ebc Fixed a bug in which color table rows were displayed incorrect in WebKit when switching colors. 2009-05-15 23:21:39 -07:00
Dan Helfman 03259b5350 Further refined the previous fix so as not to break clicking on links within pulldowns. 2009-05-15 19:19:01 -07:00
Dan Helfman 7b2b792572 Previous fix was to prevent clicking on pulldown background from closing pulldown. Fix that fix so that radio button clicks are not impeded. 2009-05-15 19:16:52 -07:00
Dan Helfman d7a2558dbe Prevent clicks on the pulldown's background from closing the pulldown. 2009-05-15 16:05:27 -07:00
Dan Helfman c7d7d6f58c Several IE color fixes. 2009-05-15 16:03:51 -07:00
Dan Helfman 4e21547da6 Added a toolbar color button for setting text and background colors. Still needs more testing/fixing in IE and WebKit. 2009-05-14 16:20:43 -07:00
Dan Helfman 882ccbc808 Fixed a bug in which discussion forum bylines ("Posted by...") were sometimes duplicated several times on a given post. Now bylines are displayed below each post rather than within it. 2009-04-27 16:24:31 -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 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 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 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 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 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 205adeb904 Added a remove formatting feature to the tools menu. 2009-03-16 16:35:04 -07:00
Dan Helfman b62e1244ef When printing the whole notebook, the current note is now saved first so its changes are included in the printing. 2009-03-02 21:48:58 -08:00
Dan Helfman 024713fc4e "print this note" link now saves the note before printing it, so any unsaved changes are included in the printing. 2009-03-02 21:35:26 -08:00
Dan Helfman e9414117ce Renamed "options" tab to "tools" tab. 2009-03-02 19:39:02 -08:00
Dan Helfman 7def0fe58c You can now print an individual note. 2009-03-02 17:16:15 -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 78cac16bde Removing the byline whenever a note is saved so it doesn't accidentally get written to the database. 2009-02-16 13:41:11 -08:00
Dan Helfman c2e3aae96a Luminotes now recognizes "mailto:" links as external links, so you can include links to email addresses within your notes. 2009-02-13 13:07:21 -08:00
Dan Helfman 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. 2009-02-12 13:19:29 -08:00
Dan Helfman 403fda3590 Fixed a bug in which hiding a note could produce a spurious save conflict notification error.
The solution involves no longer calling Wiki.focused_editor( null ) in Wiki.hide_editor().
2009-02-12 03:38:14 -08:00
Dan Helfman 0b978c4f01 Fixed a bug in which moving a note and then clicking the "changes" tab on any other note failed to show that note's previous revisions. 2009-02-12 03:25:18 -08:00
Dan Helfman e366e324a7 Note tree link order now updates when notes are themselves reordered. 2009-02-10 22:08:42 -08:00
Dan Helfman a8af8b3fb3 Fixed several edge cases with re-ranking notes during a reorder. Now updating several notes' ranks on every reorder instead of making successively more precise fractional ranks. 2009-02-10 17:05:03 -08:00
Dan Helfman c03c54026f Better interaction between empty notes and note reordering via dragging. 2009-02-10 02:17:28 -08:00
Dan Helfman d0aa2614bc Properly handling hitting page-up at the top or page-down at the bottom of the notes. 2009-02-10 02:04:37 -08:00
Dan Helfman 4f3267b0f4 Now note reordering is saved to the server. Still to do: New unit tests for reordering. Re-rank all notes in notebook when necessary. 2009-02-10 01:32:08 -08:00
Dan Helfman 0c01d9143f Note drag-and-drop no longer breaks page-up and page-down. 2009-02-09 17:37:58 -08:00
Dan Helfman 6bf81cd2cb A bit safer. 2009-02-06 15:01:46 -08:00