summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add util-macros.lisp to our Ironclad fork.Matthias Benkard2009-10-082-1/+11
* Add Ironclad to the repository.Matthias Benkard2009-10-086-0/+1122
* Improve Atom publishing API conformance.Matthias Benkard2009-10-082-4/+11
* Add missing Atom publishing functionality.Matthias Benkard2009-10-082-5/+17
* Support Atom POST and PUT requests.Matthias Benkard2009-10-081-1/+37
* When processing an Atom request, do not try to parse the POST data as a query...Matthias Benkard2009-10-081-12/+14
* Fix SHOW-ATOM-ENTRY.Matthias Benkard2009-10-081-1/+1
* Simplifications.Matthias Benkard2009-10-081-20/+18
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Fix the entry Atom feed.Matthias Benkard2009-10-081-26/+25
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Implement /atom link handling.Matthias Benkard2009-10-082-25/+59
* Add xmls to the repository.Matthias Benkard2009-10-083-0/+662
* Update database schema for support of different kinds of journal entries.Matthias Benkard2009-10-081-0/+5
* Add a comment and trackback moderation page.Matthias Benkard2009-10-082-29/+107
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-082-35/+51
* Make COMPUTE-JOURNAL-LAST-MODIFIED-DATE take trackbacks into account.Matthias Benkard2009-10-081-0/+5
* Display trackbacks just like comments.Matthias Benkard2009-10-081-2/+27
* Update build scripts.Matthias Benkard2009-10-082-7/+5
* Enhance debuggability.Matthias Benkard2009-10-081-1/+1
* Fix RDF trackback links.Matthias Benkard2009-10-081-0/+1
* Add an RDF comment announcing the appropriate trackback URI to all journal en...Matthias Benkard2009-10-081-0/+11
* Add function DEBUG-LOG.Matthias Benkard2009-10-081-0/+4
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Don't record trackbacks that do not specify a source URI.Matthias Benkard2009-10-081-12/+12
* Fix a typo.Matthias Benkard2009-10-081-1/+1
* Implement function TRACKBACKS-ABOUT.Matthias Benkard2009-10-081-0/+20
* Support the posting of trackbacks.Matthias Benkard2009-10-083-1/+137
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
* Fix another typo.Matthias Benkard2009-10-071-1/+1
* Fix a typo.Matthias Benkard2009-10-071-1/+1
* Fix a mistake related to read-macros.Matthias Benkard2009-10-071-1/+3
* Do not automatically approve comments that pass Akismet spam checking.Matthias Benkard2009-10-071-1/+14
* Only show comments that have been marked as non-spam.Matthias Benkard2009-10-072-3/+4
* Update e-mail address for comment notification mail.Matthias Benkard2009-10-071-1/+1
* Include the comment ID in a comment notification e-mail message.Matthias Benkard2009-10-071-0/+2
* Add a Last-Modified header to all responses.Matthias Benkard2009-10-071-1/+1
* Specify the correct content type even for 304 responses.Matthias Benkard2009-10-072-5/+5
* Fix REVALIDATE-CACHE-OR-DIE.Matthias Benkard2009-10-071-1/+1
* Fix COMPUTE-JOURNAL-LAST-MODIFIED-DATE.Matthias Benkard2009-10-071-19/+20
* 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
* Really REALLY fix the system definition.Matthias Benkard2009-10-071-1/+1
* Really fix the system definition.Matthias Benkard2009-10-071-1/+1
* Fix the ASDF system definition.Matthias Benkard2009-10-071-1/+2