index
:
mulk/mulkjournal
master
Blog engine as a CGI script. Supports MetaWeblog and AtomPub.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement FORMAT-DATE for improved performance.
Matthias Benkard
2009-10-08
1
-29
/
+45
*
Add function DEBUG-LOG.
Matthias Benkard
2009-10-08
1
-0
/
+4
*
Support the posting of trackbacks.
Matthias Benkard
2009-10-08
1
-0
/
+21
*
Include the comment ID in a comment notification e-mail message.
Matthias Benkard
2009-10-07
1
-0
/
+2
*
Specify the correct content type even for 304 responses.
Matthias Benkard
2009-10-07
1
-2
/
+2
*
Fix REVALIDATE-CACHE-OR-DIE.
Matthias Benkard
2009-10-07
1
-1
/
+1
*
Don't crash when COMPUTE-JOURNAL-LAST-MODIFIED-DATE returns NIL.
Matthias Benkard
2009-10-07
1
-2
/
+5
*
Fix yet another typo.
Matthias Benkard
2009-10-07
1
-1
/
+1
*
Fix another typo.
Matthias Benkard
2009-10-07
1
-2
/
+2
*
Fix a typo.
Matthias Benkard
2009-10-07
1
-1
/
+1
*
When processing If-Modified-Since headers, recognise HTTP dates.
Matthias Benkard
2009-10-07
1
-1
/
+2
*
Do not crash when processing a request without an If-Modified-Since header.
Matthias Benkard
2009-10-07
1
-5
/
+6
*
Implement sane caching behaviour.
Matthias Benkard
2009-10-07
1
-0
/
+10
*
FORMAT-DATE: Fix time zone handling.
Matthias Benkard
2008-12-10
1
-1
/
+1
*
QUOTE-PRINTABLE: Add a remark about the relationship between the Quoted-Print...
Matthias Benkard
2007-10-12
1
-1
/
+9
*
Support comment submission notification via e-mail.
Matthias Benkard
2007-10-12
1
-0
/
+72
*
Make use of Akismet for spam detection.
Matthias Benkard
2007-10-07
1
-0
/
+42
*
Store data using CLSQL rather than custom files.
Matthias Benkard
2007-09-29
1
-0
/
+6
*
Fix a typo in FIXUP-MARKDOWN-OUTPUT.
Matthias Benkard
2007-08-05
1
-1
/
+1
*
Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL.
Matthias Benkard
2007-08-05
1
-16
/
+16
*
Move all macro definitions into a separate file.
Matthias Benkard
2007-06-30
1
-23
/
+0
*
Make CALL-WITH-RESULT-CACHE not break in the absence of a cache directory.
Matthias Benkard
2007-06-30
1
-2
/
+5
*
Cache FORMAT-DATE results for faster page generation.
Matthias Benkard
2007-06-30
1
-26
/
+78
*
Split journal.lisp into multiple files.
Matthias Benkard
2007-06-30
1
-0
/
+167