summaryrefslogtreecommitdiff
path: root/utils.lisp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when COMPUTE-JOURNAL-LAST-MODIFIED-DATE returns NIL.Matthias Benkard2009-10-071-2/+5
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
* Fix another typo.Matthias Benkard2009-10-071-2/+2
* Fix a typo.Matthias Benkard2009-10-071-1/+1
* When processing If-Modified-Since headers, recognise HTTP dates.Matthias Benkard2009-10-071-1/+2
* Do not crash when processing a request without an If-Modified-Since header.Matthias Benkard2009-10-071-5/+6
* Implement sane caching behaviour.Matthias Benkard2009-10-071-0/+10
* FORMAT-DATE: Fix time zone handling.Matthias Benkard2008-12-101-1/+1
* QUOTE-PRINTABLE: Add a remark about the relationship between the Quoted-Print...Matthias Benkard2007-10-121-1/+9
* Support comment submission notification via e-mail.Matthias Benkard2007-10-121-0/+72
* Make use of Akismet for spam detection.Matthias Benkard2007-10-071-0/+42
* Store data using CLSQL rather than custom files.Matthias Benkard2007-09-291-0/+6
* Fix a typo in FIXUP-MARKDOWN-OUTPUT.Matthias Benkard2007-08-051-1/+1
* Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL.Matthias Benkard2007-08-051-16/+16
* Move all macro definitions into a separate file.Matthias Benkard2007-06-301-23/+0
* Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory.Matthias Benkard2007-06-301-2/+5
* Cache FORMAT-DATE results for faster page generation.Matthias Benkard2007-06-301-26/+78
* Split journal.lisp into multiple files.Matthias Benkard2007-06-301-0/+167