Commit graph

24 commits

Author SHA1 Message Date
lars c26a0a14b3 ignore invalid blog items 2010-05-31 12:13:38 +00:00
lars 57caa5d05e added code for rendering simple blog entries 2010-05-31 12:02:38 +00:00
lars 0cf168b393 improved handling of twitter updates 2010-05-30 15:43:42 +00:00
lars e7bbc91974 allow "~" in links 2010-05-24 14:53:23 +00:00
lars 5f4a4217a3 switched to python2.5 (due to problems on a mixed lenny/squeeze system)
added an optional /public/page/2 for accessing /?page=2 (better for search engines)
enabled wsgi
2010-05-20 11:16:22 +00:00
phear e8d1cb5b12 added a function to automatically send new public polls to twitter 2010-05-13 12:42:05 +00:00
lars c6fe7356bf improve link detection (enclosed in braces) 2010-05-10 09:13:39 +00:00
lars a445d1f6cd moved database URI to a separate config file (BASE_DIR/wortschlucker.conf) 2010-05-09 15:44:23 +00:00
lars 76923a682e remove debug statements 2010-05-08 15:37:17 +00:00
lars 1bc66d929f allow empty dates ("forever")
use dedicated checkboxes for "close" and "expose" dates
2010-05-08 15:31:46 +00:00
lars 841be7d138 input of date values implemented 2010-05-08 00:25:51 +00:00
lars 4f7782cefe honor indirect relationships when looking for related polls 2010-05-07 20:04:29 +00:00
lars 03f68579bf added admin page with all (even non-public) polls and their admin links 2010-05-07 16:28:50 +00:00
lars ff177974be implemented multi-page display of frontpage polls 2010-05-07 15:49:12 +00:00
lars b9411b3855 added code for manipulating related polls 2010-05-07 11:43:55 +00:00
lars d964ba0f6a added support for non-boolean poll settings 2010-05-07 02:32:31 +00:00
lars 9f01982035 clarified template name 2010-05-06 21:33:55 +00:00
lars de315af6c9 implemented proper settings handling
added some defaults for future setting templates
2010-05-06 21:31:20 +00:00
lars 402c9541a8 added "navbar" variable for temporary disabling the navigation bar 2010-05-06 20:53:35 +00:00
lars e9010e8342 removed "/polls/" from the poll links 2010-05-06 11:39:25 +00:00
lars 0bf5bead5c use unicode for strings in the database (except for the hashes - they can be part of the URL)
* this fixes the issue with non-ascii input strings
2010-05-04 17:27:06 +00:00
lars 5355c8a34b added code for converting creole to html
* fixed the new line markup (\\) of creole
2010-04-26 01:43:11 +00:00
lars 8eda09bb20 use hashes of approximately 80 bit and use all digits and characters (lower case) for the hash 2010-04-26 01:13:15 +00:00
lars fc4ff978cc moved code to "src" directory 2010-04-25 21:51:23 +00:00