Commit Graph

108 Commits

Author SHA1 Message Date
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
804cfea9c7 Merged in controller rename and URL bug fixes. 2010-02-07 00:08:38 +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
90621b2051 Renamed "admin" to "account". 2010-02-06 23:41:16 +02:00
Raoul Snyman
cfb5fad893 Renamed admin.py to account.py 2010-02-06 23:39:05 +02:00
Raoul Snyman
eb19d4d92b Added TinyMCE! 2010-02-03 22:39:48 +02:00
Raoul Snyman
5129d66deb Added TinyMCE 2010-02-03 13:53:50 +02:00
Raoul Snyman
169ded4bdf Merged in Edit Post and Draft functionality. 2010-02-03 13:00:33 +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
4b03d57c43 Added user indicator.
Added pagination.
Fixed problem where new tags were being created instead of using existing ones.
Fixed incorrect comment ordering.
2010-01-31 15:52:38 +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
00256870f8 Adding registration and activation. 2010-01-30 23:55:23 +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
6f806aad1c Removed run-server script, which was just getting in the way. 2010-01-30 23:42:06 +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
db6d31cc9e Fixed a small problem with the tags page. 2010-01-27 10:33:06 +02:00
Raoul Snyman
0778a373d0 Merged in the feeds functionality. 2010-01-27 10:19:54 +02:00
Raoul Snyman
72c107e817 Fixed a problem on the tags page. 2010-01-27 10:15:39 +02:00
Raoul Snyman
daeb272c17 Removed unnecessary line 2010-01-27 09:52:31 +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
e3cef7a4fd Initial RSS+Atom feeds. 2010-01-26 15:44:26 +02:00
Raoul Snyman
30b11b1cc4 Added feed controller 2010-01-26 15:06:47 +02:00
Raoul Snyman
9909eeab36 Added activate method. 2010-01-25 23:32:48 +02:00
Raoul Snyman
0797f5799c Added registration link.
Added smtp transport.
2010-01-25 20:39:00 +02:00
Raoul Snyman
9b8bdce543 Modified run-server for trunk.
Fixed URL generation (stripping leading and trailing dashes).
Dynamically add revision number to version in setup.py.
2010-01-22 23:59:17 +02:00
Raoul Snyman
f6761bc2a6 Added in tagging. 2010-01-22 14:13:16 +02:00
Raoul Snyman
c842c6d039 Added run script 2010-01-22 13:09:20 +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
d2907d72e8 A couple of security fixes. 2010-01-19 22:56:05 +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
Raoul Snyman
e55abb024f Merged in trunk, fixed a conflict. 2010-01-19 22:37:10 +02:00
Raoul Snyman
cac7d13239 Some security fixes. 2010-01-19 22:36:23 +02:00
David Rubin
e7d407c19e Changes, tweaks and security fixes. 2010-01-19 22:35:05 +02:00
David Rubin
7c8dbc9d78 Merged in changes from ie setup proccess changes 2010-01-19 22:20:01 +02:00
David Rubin
e4dd10af2c Removed now unneeded default user configs 2010-01-19 22:01:51 +02:00
Raoul Snyman
e61fee8258 Added some authentication methods. 2010-01-19 21:51:45 +02:00
Raoul Snyman
597f3d4c24 Merged in changes to the setup process. 2010-01-19 21:50:58 +02:00
David Rubin
0a4aee3222 Removed default params for routes 2010-01-19 21:23:12 +02:00
Raoul Snyman
1062967427 As the user for user details 2010-01-19 11:08:44 +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
9898e04795 Added authentication check for edit_POST (security issue) 2010-01-18 23:16:11 +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
David Rubin
35ece0ef38 Moved default user settings to config.ini 2010-01-18 22:36:02 +02:00
David Rubin
8a5e979650 First commit 2010-01-18 22:28:34 +02:00