aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed Atom-TimestampPascal Turbing2009-12-031-3/+3
|
* Feeds:Pascal Turbing2009-12-031-8/+32
| | | | | * Added Preview of Blogpost in Atom/RSS Feeds * Added feed_preview in configuration to set the length of BlogPostPreview in Lines
* Bugfix (last 10, not len(entries))Stefan Ritter2009-12-031-1/+1
|
* RSS:Stefan Ritter2009-12-031-12/+14
| | | | | | * Displaying the last 10 entries * Added timestamp of each entry * Title now links to entry instead of blog_url
* Code cleanup and bugfixStefan Ritter2009-12-021-13/+7
|
* Removed debuglineStefan Ritter2009-12-021-1/+0
|
* Code cleanup:Stefan Ritter2009-12-021-24/+18
| | | | | * Removed some regexp * Using String Formatting Operation to fill 1byte string with '0'
* Fixed ugly generation of errorsStefan Ritter2009-12-021-33/+24
|
* Simplified generate_uuid functionStefan Ritter2009-12-011-6/+1
|
* Some typo fixesStefan Ritter2009-11-161-5/+5
|
* Added labels for each commentStefan Ritter2009-11-021-0/+6
|
* Added utf-8 coding to headerStefan Ritter2009-11-011-0/+1
|
* Removed smtp auth as long as configuration is world readableStefan Ritter2009-11-011-8/+0
|
* Don't show comment form when comments are disabledStefan Ritter2009-10-311-15/+17
|
* Really fixed now ;)Stefan Ritter2009-10-301-14/+9
|
* BugfixStefan Ritter2009-10-301-1/+2
|
* BugfixStefan Ritter2009-10-301-0/+1
|
* BugfixStefan Ritter2009-10-301-2/+5
|
* BugfixStefan Ritter2009-10-301-1/+1
|
* Added extern_link tag to static pagesStefan Ritter2009-10-301-1/+8
|
* Merge branch 'master' of fucktheforce.de:blogthonStefan Ritter2009-10-211-3/+3
|\
| * Made two regexp more beautifulStefan Ritter2009-10-161-2/+2
| |
| * Fixed transitional/strict mismatchStefan Ritter2009-09-301-1/+1
| |
* | Fixed some indentionsStefan Ritter2009-10-211-5/+5
|/
* Fixed listitems in staticpages tooStefan Ritter2009-09-301-1/+4
|
* No <br /> at the end of list itemsStefan Ritter2009-09-271-1/+4
|
* Bugfix when comments=false (thanks to talynrae for reporting)Stefan Ritter2009-09-221-0/+3
|
* Bugfixes:Stefan Ritter2009-07-291-5/+4
| | | | | * Switched to xhtml strict * Removed a empty line and added a whitespace
* Added 'To:' header entry for outgoing mailsStefan Ritter2009-07-281-1/+1
|
* Merge branch 'master' of git@fucktheforce.de:blogthonAdrian Vondendriesch2009-07-241-15/+18
|\
| * Added missing 'Stefan Ritter2009-07-241-1/+1
| |
| * Added exception for not writable commentsfileStefan Ritter2009-07-241-15/+18
| |
* | fix a style bug in comments areaAdrian Vondendriesch2009-07-241-0/+2
|/
* Merge branch 'master' of git@fucktheforce.de:blogthonAdrian Vondendriesch2009-07-241-1/+24
|\
| * Fixed typo (stmp -> smtp)Maximilian Gass2009-07-241-1/+1
| |
| * Made SMTP Auth actually functionalMaximilian Gass2009-07-241-0/+2
| |
| * Link to entry in new-comment-mail parsed through re.subStefan Ritter2009-07-241-1/+1
| |
| * Added SMTP code for sending a mail when new comments arriveStefan Ritter2009-07-241-1/+22
| |
* | Fix a stylesheet bug in comments areadiscostu2009-07-241-1/+0
|/
* Fixed a grave security issueStefan Ritter2009-07-211-1/+7
|
* Small RSS fixStefan Ritter2009-07-121-1/+3
|
* Small linklist fixStefan Ritter2009-07-111-1/+1
|
* Permalink bugfixStefan Ritter2009-07-101-2/+2
|
* box.css and bugfixes:Stefan Ritter2009-07-101-5/+14
| | | | | | * Added comments in box.css * Fixed a div bug in blogthon.cgi * Added containers for form inputs
* box.css updateStefan Ritter2009-07-081-3/+2
| | | | * also a little bugfix (error in containername)
* Regexp that converts underscores in filenames to minusStefan Ritter2009-07-061-3/+4
|
* Feed bugfixStefan Ritter2009-06-051-1/+1
|
* First version of RSS feed generationStefan Ritter2009-06-051-0/+25
|
* Edit the commens section in blogthon.cgiAdrian Vondendriesch2009-06-041-15/+16
|
* Correct the Commentsarea in blogthon.cgi an make some changes to the style ↵Adrian Vondendriesch2009-06-041-1/+1
| | | | blogthon_noir