Commit Graph

54 Commits

Author SHA1 Message Date
Raoul Snyman 12fa4bce4f Pass the file name back to TinyMCE. 2010-11-11 08:16:08 +02:00
Raoul Snyman e10466d808 Commit last changes. 2010-11-11 07:17:00 +02:00
Raoul Snyman 5268a19a48 Fixed a bug in the browser template. 2010-06-06 22:10:03 +02:00
Raoul Snyman e3836b5a41 Moved the image file stuff to the server side.
Fixed up the initial file display.
2010-06-05 19:38:28 +02:00
Raoul Snyman 37dabf6386 Added file images.
Added visual file selection.
2010-06-04 08:16:01 +02:00
Raoul Snyman 11579fc604 Got stuff working! 2010-06-03 15:32:07 +02:00
Raoul Snyman 000469e16f Got the focus event working. 2010-06-01 08:10:17 +02:00
Raoul Snyman 310cff88bc Started working on the display of the files. 2010-04-30 00:44:58 +02:00
Raoul Snyman 5830655100 Added the fileBrowser hook stuff. 2010-04-23 15:07:12 +02:00
Raoul Snyman 030166f356 Added the initial directory tree for the media library. 2010-04-22 08:12:04 +02:00
Raoul Snyman 85b2cd8484 Added Change Password 2010-03-26 14:33:41 +02:00
Raoul Snyman 60f74bf90a Restructured the menu. 2010-03-25 08:05:09 +02:00
Raoul Snyman 3e37dff1b8 Added pages to the mix. 2010-03-24 07:51:32 +02:00
Raoul Snyman 462d1e6130 - Merged adminmenu and account.
- Added "Add Page" to menu.
- Added "New Page" page.
2010-03-11 23:18:40 +02:00
Raoul Snyman ea72b9e6e6 Added timezones to user accounts. 2010-03-09 14:18:43 +02:00
Raoul Snyman ea875ca816 Start of account management. 2010-03-08 14:50:18 +02:00
Raoul Snyman c11de84241 Added timezones 2010-03-02 16:00:05 +02:00
Raoul Snyman ec49c6da34 Started adding a basic account page. 2010-03-02 15:21:43 +02:00
Raoul Snyman 86958bca41 Added AJAX previous and next links on the calendar. 2010-02-28 23:15:33 +02:00
Raoul Snyman d015214ba4 Step one in the calendar widget. 2010-02-27 23:18:16 +02:00
Raoul Snyman 170bc0822c Added a simple print stylesheet. 2010-02-24 13:53:03 +02:00
Raoul Snyman 72aed21a39 - Added a small CSS fix for short pages.
- Set the login page to redirect to the referer except when there's already a redirect url specified, and when the previous url is the login page.
- Linked the ScribeEngine in the page footer to the project page.
- Added auto-expanding comment text areas.
2010-02-24 13:40:39 +02:00
Raoul Snyman bbd366c0cb Added simple formatting to comments. \n\n becomes </p><p> and \n becomes <br /> 2010-02-23 22:21:52 +02:00
Raoul Snyman 4080489478 Fixed a problem in the edit template that prevented posts from being saved. 2010-02-22 23:20:54 +02:00
Raoul Snyman d2bfec7c2e Search on steroids! Searching now takes complicated queries. 2010-02-22 22:46:35 +02:00
Raoul Snyman 31fc3695c3 Made searching more advanced. 2010-02-18 09:02:46 +02:00
Raoul Snyman 12d2a96626 Added very basic searching. 2010-02-17 23:10:21 +02:00
Raoul Snyman c6fb5feffb Last few bug fixes. 2010-02-16 22:10:09 +02:00
Raoul Snyman f824ce014a Merged trunk back in here. 2010-02-16 21:50:57 +02:00
Raoul Snyman 30cbc8af0b Last few touchups:
- Added a hint to the date fields.
- Renamed the input fields.
2010-02-16 08:02:31 +02:00
Raoul Snyman 424f406182 Added dates back in, after I somehow lost them. 2010-02-15 15:55:56 +02:00
Raoul Snyman 4cb8469233 Added reset password stuff. 2010-02-14 23:26:06 +02:00
Raoul Snyman e26f3aa3c4 Added "reset password" e-mail template. 2010-02-11 22:09:31 +02:00
Raoul Snyman a1af325882 Renamed "AdminController" to "AccountController" and fixed up some bugs relating to url generation. 2010-02-07 00:03:29 +02:00
Raoul Snyman 69b7142acc Added draft capabilities. 2010-02-02 22:08:28 +02:00
Raoul Snyman 50e5bbc094 Added "edit post" links. 2010-02-01 23:57:47 +02:00
Raoul Snyman c0e74e19bb Added "logged in as" text to identify the current user.
Added pagination to the default post view.
Fixed a bug where the comments were being ordered incorrectly.
2010-01-31 15:45:20 +02:00
Raoul Snyman fcf5587af7 Moved flash message up and put a gap underneath it. 2010-01-30 23:52:59 +02:00
Raoul Snyman c4bb6d0e93 Added registration/activation stuff.
Merged from trunk.
Removed conflict.
2010-01-30 23:41:29 +02:00
Raoul Snyman 9c73b32de1 Added the activation template, and completed the registration/activation process. 2010-01-30 23:39:44 +02:00
Raoul Snyman 72c107e817 Fixed a problem on the tags page. 2010-01-27 10:15:39 +02:00
Raoul Snyman 9ac86fc3e1 Removed HTML from feeds, and reduced them just to the teaser. 2010-01-27 09:26:47 +02:00
Raoul Snyman 0797f5799c Added registration link.
Added smtp transport.
2010-01-25 20:39:00 +02:00
Raoul Snyman a8a9510c62 Added a "tags" view. 2010-01-22 13:07:27 +02:00
Raoul Snyman 91338e7691 Added tagging, and a nice tag editor component. 2010-01-21 23:40:15 +02:00
Raoul Snyman 3ad5f581d4 Conditionally show the "new post" link for users with the permission to add posts. 2010-01-19 22:44:25 +02:00
David Rubin 36dbb226ca Reworked urls 2010-01-19 00:41:00 +02:00
David Rubin aa8e663588 Reworked all urls to come from h.url_for binding. Allows every easy change in url layout or db config 2010-01-19 00:29:50 +02:00
David Rubin 8383d72436 Added links to new blog post for logged in users 2010-01-18 23:15:24 +02:00
David Rubin 75b679b23a Added easier link to new posts, for logged in users. 2010-01-18 22:50:47 +02:00