summaryrefslogtreecommitdiff
path: root/mulkcms.lisp
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging statements.Matthias Andreas Benkard2011-03-221-2/+0
* Add a comment moderation page.Matthias Andreas Benkard2011-03-221-4/+59
* Properly set the Content-Type header when giving a 304 Not Modified response.Matthias Andreas Benkard2011-03-221-2/+2
* Implement proper If-Modified-Since handling.Matthias Andreas Benkard2011-03-221-8/+67
* Make use Hunchentoot's restricted If-Modified-Since handling.Matthias Andreas Benkard2011-03-221-0/+5
* Calculate global article revision IDs by recursion over the child-parent rela...Matthias Andreas Benkard2011-03-221-1/+28
* Use the Accept-Language HTTP header to determine preferred user languages.Matthias Andreas Benkard2011-03-221-2/+16
* Don't crash when fewer than 5 articles are to be displayed.Matthias Andreas Benkard2011-03-191-1/+5
* Propagate the “hl” parameter as well.Matthias Andreas Benkard2011-03-191-1/+3
* Make the “lang” parameter override the characteristics precedence list ra...Matthias Andreas Benkard2011-03-191-6/+6
* Propagate the “lang” variable to generated links.Matthias Andreas Benkard2011-03-191-9/+44
* Support “lang” HTTP parameter.Matthias Andreas Benkard2011-03-191-34/+57
* Support the edition of article revision characteristics.Matthias Andreas Benkard2011-03-191-5/+51
* Replace outdated cache data instead of crashing when encountering some.Matthias Andreas Benkard2011-03-161-0/+6
* Be more tolerant towards PostgreSQL 8.4.Matthias Andreas Benkard2011-03-161-1/+3
* Remove a debugging statement.Matthias Andreas Benkard2011-03-151-1/+0
* Use PURI for calculation of absolute URIs from relative ones.Matthias Andreas Benkard2011-03-151-27/+32
* Fix feed content type.Matthias Andreas Benkard2011-03-151-4/+13
* Fix feed problems.Matthias Andreas Benkard2011-03-151-9/+25
* Use caching for individual article pages.Matthias Andreas Benkard2011-03-151-71/+76
* Add a database-backed page caching mechanism.Matthias Andreas Benkard2011-03-151-65/+104
* Database schema: Fix column order.Matthias Andreas Benkard2011-03-151-5/+12
* Add news feed support.Matthias Andreas Benkard2011-03-151-27/+61
* Improve spam detection information on comment submission pages.Matthias Andreas Benkard2011-03-151-14/+24
* Add support for spam detection via Akismet.Matthias Andreas Benkard2011-03-151-4/+43
* Color info messages more meaningfully.Matthias Andreas Benkard2011-03-151-23/+30
* Fix Hashcash support.Matthias Andreas Benkard2011-03-151-1/+2
* Optionally use Hashcash for comment verification.Matthias Andreas Benkard2011-03-151-22/+66
* Support comment submission.Matthias Andreas Benkard2011-03-151-4/+58
* Support the creation of articles and the addition of aliases to existing arti...Matthias Andreas Benkard2011-03-141-4/+40
* Add article summary page.Matthias Andreas Benkard2011-03-141-12/+120
* Fix formatting.Matthias Andreas Benkard2011-03-131-9/+9
* Require authorization to edit articles.Matthias Andreas Benkard2011-03-131-51/+79
* Fix formatting.Matthias Andreas Benkard2011-03-131-2/+2
* Support article editing.Matthias Andreas Benkard2011-03-131-30/+114
* Reduce the number of roundtrips needed for archive page creation.Matthias Andreas Benkard2011-03-131-42/+34
* Properly calculate an article's publishing date.Matthias Andreas Benkard2011-03-121-8/+21
* Format dates.Matthias Andreas Benkard2011-03-121-5/+12
* Improve journal archive table layout and labelling.Matthias Andreas Benkard2011-03-121-2/+10
* Calculate the number of comments for each article. Add Google Code Prettify.Matthias Andreas Benkard2011-03-121-9/+39
* Fill in a couple of template variables.Matthias Andreas Benkard2011-03-111-16/+67
* Journal archive page: Fix article order.Matthias Andreas Benkard2011-03-111-1/+1
* Reduce the number of database roundtrips necessary for displaying the journal...Matthias Andreas Benkard2011-03-111-14/+105
* Add a table of all journal articles to the journal archive page.Matthias Andreas Benkard2011-03-101-4/+14
* Add the journal archive.Matthias Andreas Benkard2011-03-101-22/+75
* Add function FIND-ARTICLE-REVISIONS.Matthias Andreas Benkard2011-03-101-10/+40
* Fix formatting.Matthias Andreas Benkard2011-03-101-3/+2
* Properly format comments.Matthias Andreas Benkard2011-03-101-1/+13
* Display article comments.Matthias Andreas Benkard2011-03-101-37/+69
* Handle simple article requests.Matthias Andreas Benkard2011-03-101-6/+90