Commit Graph

117 Commits

Author SHA1 Message Date
Stefan Ritter e7d313cdc4 Added a simple plugin interface 2009-12-07 00:32:35 +01:00
Stefan Ritter 2f74887f62 no_break bugfix 2009-12-06 22:14:26 +01:00
Stefan Ritter 338d986fb8 Making a wonderful place for regexp and added some more blockelements to the list 2009-12-06 21:50:12 +01:00
Stefan Ritter af6f93cc1f Added '../.blogthonrc' as possible configuration, added TODO 2009-12-06 20:35:52 +01:00
Stefan Ritter d26d49f03c Added '../blogthonrc' as alternative configuration 2009-12-06 17:03:28 +01:00
Stefan Ritter e89bbb6bc3 Some regexp foo 2009-12-06 14:57:47 +01:00
Stefan Ritter 6ed3f5009f Improved rss description to use html tags (like formatting, images, ...) 2009-12-04 00:29:05 +01:00
Pascal Turbing 5c5c0cdf0b Fixed Atom-Timestamp 2009-12-03 22:53:37 +01:00
Pascal Turbing 6c4970adff Feeds:
* Added Preview of Blogpost in Atom/RSS Feeds
* Added feed_preview in configuration to set the length of BlogPostPreview in Lines
2009-12-03 22:19:56 +01:00
Stefan Ritter 6f50460eda Bugfix (last 10, not len(entries)) 2009-12-03 14:53:21 +01:00
Stefan Ritter 6c778b2e8b RSS:
* Displaying the last 10 entries
* Added timestamp of each entry
* Title now links to entry instead of blog_url
2009-12-03 14:48:20 +01:00
Stefan Ritter 2fb6e1483d Code cleanup and bugfix 2009-12-02 14:12:05 +01:00
Stefan Ritter aabeaf3cbc Removed debugline 2009-12-02 12:25:12 +01:00
Stefan Ritter 31b7b41d65 Code cleanup:
* Removed some regexp
* Using String Formatting Operation to fill 1byte string with '0'
2009-12-02 12:19:30 +01:00
Stefan Ritter e2b597fc1b Fixed ugly generation of errors 2009-12-02 11:47:01 +01:00
Stefan Ritter e0c3504a30 Simplified generate_uuid function 2009-12-01 18:14:21 +01:00
Stefan Ritter ea64a53ba3 Some typo fixes 2009-11-16 08:00:41 +01:00
Stefan Ritter bb47b2dbd9 Added labels for each comment 2009-11-02 14:14:21 +01:00
Stefan Ritter 2a108530e7 Added utf-8 coding to header 2009-11-01 15:41:17 +01:00
Stefan Ritter 420347a05f Removed smtp auth as long as configuration is world readable 2009-11-01 15:39:13 +01:00
Stefan Ritter 50f6f862f6 Don't show comment form when comments are disabled 2009-10-31 00:33:19 +01:00
Stefan Ritter a8f13c725e Really fixed now ;) 2009-10-30 15:18:58 +01:00
Stefan Ritter aea159f141 Bugfix 2009-10-30 15:03:02 +01:00
Stefan Ritter 7888e09a27 Bugfix 2009-10-30 15:00:54 +01:00
Stefan Ritter e6ff0c0b30 Bugfix 2009-10-30 15:00:06 +01:00
Stefan Ritter 7cb32d56d5 Bugfix 2009-10-30 14:56:45 +01:00
Stefan Ritter b56bc33a16 Added extern_link tag to static pages 2009-10-30 14:53:37 +01:00
Stefan Ritter 9aedd9142a Merge branch 'master' of fucktheforce.de:blogthon 2009-10-21 15:43:36 +02:00
Stefan Ritter 6450122338 Fixed some indentions 2009-10-21 15:43:17 +02:00
Stefan Ritter 8d11662b5b Made two regexp more beautiful 2009-10-16 16:49:24 +02:00
Stefan Ritter 8a9962265a Fixed transitional/strict mismatch 2009-09-30 12:38:49 +02:00
Stefan Ritter 4e7b90d677 Fixed listitems in staticpages too 2009-09-30 10:18:07 +02:00
Stefan Ritter 0df5bfac09 No <br /> at the end of list items 2009-09-27 17:19:22 +02:00
Stefan Ritter ac19e12ada Bugfix when comments=false (thanks to talynrae for reporting) 2009-09-22 13:15:26 +02:00
Stefan Ritter a0da3b8091 Bugfixes:
* Switched to xhtml strict
* Removed a empty line and added a whitespace
2009-07-29 20:17:16 +02:00
Stefan Ritter 57ead80853 Added 'To:' header entry for outgoing mails 2009-07-28 10:36:44 +02:00
Adrian Vondendriesch 38ce719e5a Merge branch 'master' of git@fucktheforce.de:blogthon 2009-07-24 16:32:33 +02:00
Adrian Vondendriesch 8d585d5e7e fix a style bug in comments area 2009-07-24 16:31:01 +02:00
Stefan Ritter f24d0587a5 Added missing ' 2009-07-24 16:23:07 +02:00
Stefan Ritter 0d757b0522 Added exception for not writable commentsfile 2009-07-24 16:21:56 +02:00
Adrian Vondendriesch 88b4922344 Merge branch 'master' of git@fucktheforce.de:blogthon 2009-07-24 16:12:03 +02:00
discostu 3f632c4575 Fix a stylesheet bug in comments area 2009-07-24 15:54:54 +02:00
Maximilian Gass a328abe745 Fixed typo (stmp -> smtp) 2009-07-24 15:01:50 +02:00
Maximilian Gass 743cb0f08b Made SMTP Auth actually functional 2009-07-24 14:58:38 +02:00
Stefan Ritter 8d77719cee Link to entry in new-comment-mail parsed through re.sub 2009-07-24 14:33:21 +02:00
Stefan Ritter 57b8c5aaca Added SMTP code for sending a mail when new comments arrive 2009-07-24 11:53:09 +02:00
Stefan Ritter 479e4490bc Fixed a grave security issue 2009-07-21 17:27:23 +02:00
Stefan Ritter 6203534223 Small RSS fix 2009-07-12 10:56:31 +02:00
Stefan Ritter 7c912c0dcd Small linklist fix 2009-07-11 17:07:59 +02:00
Stefan Ritter 7f2404fba2 Permalink bugfix 2009-07-10 08:58:30 +02:00