Archived
1
0
Commit Graph

929 Commits

Author SHA1 Message Date
Dan Helfman
9d4a33218f Updated Database.py, initdb.py, and updatedb.py to support local SQLite database. Still need other changes in model/*.py though. 2008-08-15 17:27:03 -07:00
Dan Helfman
3d1919287b Began a local/desktop mode, and made the server exit upon startup if it's already running. 2008-08-15 15:00:16 -07:00
Dan Helfman
c37e35b042 Fixed a rare bug in which undeleting a note via "undo" sometimes does not show the undeleted note even if the undelete is successful. 2008-08-13 13:34:30 -07:00
Dan Helfman
c5b916885a When clearing pulldowns, preventing use of pulldown div if it has no pulldown member. 2008-08-13 13:02:07 -07:00
Dan Helfman
c6dbeffc10 Fixed a bug in which the character encoding of uploaded CSV files was not properly detected and used to decode the file.
Note that this fix introduces a new dependency: http://chardet.feedparser.org/ found in the python-chardet package.
2008-08-11 22:53:01 -07:00
Dan Helfman
5ef02e5c0c Fixed a bug in Firefox 3 in which disabling title text did not work. Fixed a bug in Firefox 2 and 3 so enter consistently inserts the same tag. 2008-08-11 20:37:20 -07:00
Dan Helfman
f3aa7a4497 Added a light gray line under note title text to make it clearer that it's a title as opposed to just bold text. 2008-08-11 17:35:59 -07:00
Dan Helfman
cc6338ec31 Releasing today. 2008-08-11 13:28:49 -07:00
Dan Helfman
6e8e1a31c9 Improved escaping of titles based on value of plaintext parameter. Finished unit for import_csv(). 2008-08-11 13:21:12 -07:00
Dan Helfman
6b8bb9ce4f Tweaked CSV import to support HTML refs (e.g. >) in imported titles. 2008-08-11 03:47:17 -07:00
Dan Helfman
4d50c1b869 Began unit tests for Notebooks.import_csv() and added stub tests for those that are still to do. 2008-08-11 02:34:32 -07:00
Dan Helfman
178bf48c86 Completed Files.csv_head() unit tests and reduced maximum returned elements per row length. 2008-08-09 02:13:52 -07:00
Dan Helfman
9ed4254e43 When there's no CSV title column, attempting to use the first line of the contents instead of just the first few words.
Also nuking HTML earlier on so that it doesn't interfere with title truncation.
Still needs unit tests for this code.
2008-08-09 01:08:15 -07:00
Dan Helfman
e844091cdc "There isn't a title column." -> "There is no title column." 2008-08-09 01:05:12 -07:00
Dan Helfman
64bf4c49ee No longer introducing double newlines in CSV header sniff sample.
Also fixed unit tests for Files.parse_csv() with data appropriate for correctly sniffing the header.
2008-08-09 01:04:06 -07:00
Dan Helfman
52f129e571 New notebook import feature for importing notes from a CSV file. (Beta.)
Uses existing file upload mechanism with slightly modified UI to upload the file.
Then there's new CSV parsing code to parse the CSV and import it as a new notebook.
Still need a few more unit tests before this feature can be considered complete.
2008-08-08 16:39:53 -07:00
Dan Helfman
cc317c03ad Enforcing maximum note length after stripping the note of any disallowed HTML tags instead of before.
Also fixed broken unit test for save_note() without login.
2008-08-05 17:42:56 -07:00
Dan Helfman
4b795ef722 Removed locale setting from model/schema.sql and put it in the INSTALL instructions instead. 2008-08-05 16:40:19 -07:00
Dan Helfman
7e713b92b8 Removing execution permissions from rss.png. 2008-08-04 16:17:37 -07:00
Dan Helfman
1c44759ca5 Updated with missing DROP of group-related tables/views. 2008-08-03 13:57:03 -07:00
Dan Helfman
b7e07fbc72 Fixed a bug in which renaming a link title and then pressing ctrl-L would replace the link destination. 2008-08-01 15:50:49 -07:00
Dan Helfman
9fed61aae1 Skipping clearing of messages/errors if they haven't been open long enough to read. 2008-07-31 15:50:25 -07:00
Dan Helfman
99b2cd95f7 Moved "contact" link to the top. Added Facebook and Twitter links as well. 2008-07-31 13:15:17 -07:00
Dan Helfman
c6b586c38a Fixed bug in IE 7 in which there was too much horizontal spacing at very wide resolutions. 2008-07-30 20:38:39 -07:00
Dan Helfman
17b49b404c Increased speed of note hiding animations. 2008-07-30 20:38:20 -07:00
Dan Helfman
3950b21abc Made recent IE 6 and 7 CSS changes slightly better. (IE 7 no longer flickers on resize.)
Also fixed persistent annoying problem of notebook header name being off-center in certain conditions.
2008-07-30 19:43:24 -07:00
Dan Helfman
a6bbf04dad Fairly large CSS overhaul with the goal of making both the left and right areas position: fixed;
Still works in IE 6 and 7. And of course Firefox. Even appears visually okay in Safari.
2008-07-30 16:49:50 -07:00
Dan Helfman
066ffdb308 Fixed bug where if you click on a (non-dirty) note, add a character, remove the character, and then click the save button, nothing happened.
Now, if save_editor() decides there's no need to actually save the focused note to the server, it disabled the save button as if a save occurred.
2008-07-29 19:05:34 -07:00
Dan Helfman
ac5c8f6174 By popular demand, added a "save" button that becomes grayed out when everything is saved. 2008-07-29 16:38:35 -07:00
Dan Helfman
c04b888646 Now displaying "saving" status text on HTTP POST and "loading" status on GET. 2008-07-29 15:37:12 -07:00
Dan Helfman
622d872c47 Releasing today. 2008-07-29 15:06:11 -07:00
Dan Helfman
953bc5360d On second thought, making scrolling speed even faster (0.25 seconds in duration). 2008-07-29 14:52:23 -07:00
Dan Helfman
3a4030fee5 When scrolling to and then highlighting a note, do so serially instead of in parallel.
Also made speed of scrolling to a note or message slightly faster.
2008-07-29 14:48:54 -07:00
Dan Helfman
d56710bf78 "Sign up for free" hook no longer shows up on sign up page itself. 2008-07-29 14:04:07 -07:00
Dan Helfman
a1a663ff44 Updated with previous commits. 2008-07-28 16:55:14 -07:00
Dan Helfman
da4f7f46bd Added "Sign up in seconds. For free." to the front page. 2008-07-28 16:53:49 -07:00
Dan Helfman
913cc5ef51 Reordered the FAQ questions & answers. 2008-07-28 16:41:34 -07:00
Dan Helfman
c74ff817c2 "Nothing but notes" mode now hides the toolbar as well. 2008-07-28 16:18:56 -07:00
Dan Helfman
5e31887260 Moved "sign up for free" on demo page lower down beneath most of the link area. 2008-07-28 16:15:15 -07:00
Dan Helfman
d8eccee5aa In several places, made it clearer that sign up is free to entice people to go to the pricing/signup page. 2008-07-28 16:09:20 -07:00
Dan Helfman
d8c58e5f5d Fixed a bug where clicking the link for an updated note in an RSS feed did not properly redirect to that note after login. 2008-07-25 17:05:13 -07:00
Dan Helfman
3c7394c686 Updated the product tour with an analogy to index cards. 2008-07-24 15:43:27 -07:00
Dan Helfman
105dcd3322 Updating to support conversion JavaScript instead of conversion HTML. 2008-07-20 15:00:03 -07:00
Dan Helfman
61985d0318 Added today's date to version. 2008-07-18 15:01:40 -07:00
Dan Helfman
9d2f0d344d When you invite other people to view or edit your notebook, you can now see the invite link they'll get. 2008-07-18 15:01:09 -07:00
Dan Helfman
e106dc27f9 Increased size of upload pulldown frame to look better in both FF3 and IE6. 2008-07-16 14:05:51 -07:00
Dan Helfman
19159a164e Updated to mention font reduction and sign up FAQs. 2008-07-15 19:46:09 -07:00
Dan Helfman
149a1a6fd6 New FAQs directly on the pricing & sign up page. Updated the original FAQ accordingly. 2008-07-15 19:44:19 -07:00
Dan Helfman
8cb5750ca9 Reducing font size of upload pulldown text to match the smaller font size of other pulldowns. 2008-07-15 15:05:42 -07:00
Dan Helfman
f5f54738f3 Can now tab/shift-tab when suggest_pulldown is "open" but invisible. 2008-07-12 14:24:23 -07:00