Archived
1
0
Commit Graph

584 Commits

Author SHA1 Message Date
Dan Helfman
ede5e5ac27 Fixin tyepo. 2008-04-05 17:33:56 +00:00
Dan Helfman
b7830de70d This max-width was breaking the front page layout at lower resolutions. 2008-04-04 22:32:08 +00:00
Dan Helfman
af9b8de448 Blog page now triggers Firefox/IE rss feed autodetection. 2008-04-04 09:20:14 +00:00
Dan Helfman
7ba963090c Width of search text field now set to full width of link area instead of a specific character width. 2008-04-04 08:18:54 +00:00
Dan Helfman
20d5e4a651 Done. 2008-04-04 07:54:36 +00:00
Dan Helfman
5d97c2b194 Fixed minor bug in initdb that caused initial anonymous user creation with
owner permission to main notebook.

Fixed variable shadowing bug when picking out notebook to use in header "my
wiki" link.
2008-04-04 07:54:17 +00:00
Dan Helfman
0d5610fa80 Header links are now properly bolded when the page for that link is being viewed. 2008-04-04 07:17:01 +00:00
Dan Helfman
97104fbf38 One of those max-widths did not agree with Firefox's notion of text centering. 2008-04-04 06:51:40 +00:00
Dan Helfman
3e86a72ba8 A few max-widths make the header scale better with bigger and smaller font sizes. 2008-04-04 06:49:26 +00:00
Dan Helfman
21fa43b49c Moving notebook header down a bit. 2008-04-04 06:30:19 +00:00
Dan Helfman
a072cbc5ae When search text field is blurred, redisplay "search" in it. 2008-04-04 06:28:26 +00:00
Dan Helfman
d232826d0b Several cosmetic and layout changes to the wiki editing page. Specifically,
made the header that's on the product pages present at the top of the wiki
page as well. Still need to make links bold when viewing certain pages
(help, contact, etc).
2008-04-04 05:39:40 +00:00
Dan Helfman
88d4f4dbfc Added rss icon to blog subscribe link. 2008-04-03 21:49:21 +00:00
Dan Helfman
6fb7038229 * Implemented all unit tests for new thumbnail() and related methods.
* Changed default thumbnail size to ( 125, 125 ) instead of ( 75, 75 ).
2008-04-02 05:34:50 +00:00
Dan Helfman
03f015f99a * Propsetting a bunch of svn:ignores.
* Added a bunch of thumbnail-related methods to controller.Files.
 * Modified Files.download() method to redirect to image preview if
   requested.
 * Implemented image preview to popup full image in a separate window.
 * Added empty stubs for relevant unit tests. Still to-do.
 * Added new dependency on python-imaging package (PIL).
 * Updated file info popup to include clickable thumbnail.
2008-04-01 21:54:43 +00:00
Dan Helfman
276bb9b5bc Fixing unit test to account for new Html_cleaner tag stripping behavior. 2008-04-01 21:32:01 +00:00
Dan Helfman
388b49c345 Now stripping HTML comments. 2008-03-31 04:29:18 +00:00
Dan Helfman
b403e5419c Made Html_cleaner support many more HTML tags and attributes, so users can
cut and paste from other programs into Luminotes.
2008-03-31 00:31:13 +00:00
Dan Helfman
0a5af3d9c0 1.2.20 2008-03-29 08:34:15 +00:00
Dan Helfman
010cbcf01b Now issuing a *synchronous* save_note() call on page unload. When this call
was done asynchronously, and a Luminotes Firefox window was closed, sometimes
save_note() didn't get called. This didn't occur in IE.
2008-03-29 08:31:34 +00:00
Dan Helfman
818b25e64c Another "thing to do" with Luminotes. 2008-03-27 04:14:13 +00:00
Dan Helfman
3fc9a74591 Additional unit tests for purging file links that have a quote_filename parameter. 2008-03-27 03:48:13 +00:00
Dan Helfman
afe8c1227c Fixed a bug in which Files.purge_unused() deleted the file for a file link
that had a quote_filename parameter.
2008-03-27 02:50:16 +00:00
Dan Helfman
7cc155ac64 Increasing default socket timeout in attempt to combat occasional save_note() timeouts. 2008-03-25 21:37:49 +00:00
Dan Helfman
7d8607187d Newly updated with more funny! 2008-03-24 23:57:46 +00:00
Dan Helfman
96724c9d55 Adding jpg versin of screenshot. 2008-03-24 23:23:16 +00:00
Dan Helfman
e126fd5c19 Don't show "you're currently subscribe to..." for anonymous users. 2008-03-24 23:14:13 +00:00
Dan Helfman
50c761de54 Phased out in favor of Upgrade_page.py 2008-03-24 22:55:29 +00:00
Dan Helfman
b43d93fddc Changed old "/upgrade" link to "/pricing". 2008-03-24 22:53:16 +00:00
Dan Helfman
0d9983e960 Removing blue background. 2008-03-24 22:50:04 +00:00
Dan Helfman
e04dd2422e Updating items completed. 2008-03-24 22:37:50 +00:00
Dan Helfman
c452408106 Finished remake of signup page. You can now click "signup" for non-free accounts even if you're not logged in. 2008-03-24 22:33:00 +00:00
Dan Helfman
e9d2ea28d1 Began redesign of upgrade/pricing page. 2008-03-22 04:01:21 +00:00
Dan Helfman
2cae1faf2d Conditionally quoting download filenames based on detected browser. 2008-03-18 22:22:19 +00:00
Dan Helfman
39a9cba457 Fixed a bug that prevented the upload of filenames with special characters
in them. In other words, I made controller.Files work better with unicode.
2008-03-18 20:40:39 +00:00
Dan Helfman
27c0e90d6d Sigh. 2008-03-17 23:15:53 +00:00
Dan Helfman
adca110c90 Fixed to also set rank for anonymous user. 2008-03-17 23:15:18 +00:00
Dan Helfman
0754a0b4bb Apparently get_transaction_status() was introduced in psycopg 2.0.6. :( 2008-03-17 23:10:14 +00:00
Dan Helfman
456160a3a2 Whoops. Forgot to check these in. 2008-03-17 23:09:04 +00:00
Dan Helfman
49a4c3c72d Completed unit tests for notebook movement methods. 2008-03-17 22:37:37 +00:00
Dan Helfman
16333c48ec Additional comments on upgrading. 2008-03-17 21:58:54 +00:00
Dan Helfman
0967965847 Implemented transition script to set the ranks for all users' notebooks. 2008-03-17 21:51:26 +00:00
Dan Helfman
f3b0d563c1 Fixed database transaction leak by wrapping every exposed database-using
controller method with a new @end_transaction() decorator. This
decorator is responsible for rolling back unfinished transactions.
2008-03-17 21:17:00 +00:00
Dan Helfman
a4387ea371 New rollback() method. Not yet used anywhere. 2008-03-17 19:47:56 +00:00
Dan Helfman
90a31c4e81 Makes blog work again. 2008-03-17 08:32:21 +00:00
Dan Helfman
3bc72dc165 Adding missing step to installation. 2008-03-17 08:24:53 +00:00
Dan Helfman
94a51889f9 Added ability to reorder notebooks on the right side of the page.
Need to complete unit tests for controller.Notebooks.move_up() and move_down().
2008-03-15 03:04:59 +00:00
Dan Helfman
68fe84b707 Adding missing unit tests for controller.Root.tour(). 2008-03-13 20:45:45 +00:00
Dan Helfman
fd07c7e120 * When the "all notes" note is the only note open, it now actually hides when
the "hide" button is clicked.
2008-03-12 01:09:06 +00:00
Dan Helfman
911137b112 The "all notes" note now actually hides when the "hide" button is clicked and
doesn't just reappear.
2008-03-12 01:06:50 +00:00