summaryrefslogtreecommitdiff
path: root/mulkcms.lisp
Commit message (Expand)AuthorAgeFilesLines
* Take `full-p` into account when querying the cache.Matthias Andreas Benkard2018-05-271-6/+8
* Also sort by ID in article overview.Matthias Andreas Benkard2018-05-271-1/+1
* Add support for explicit journal keeping in the database.Matthias Andreas Benkard2018-05-271-11/+35
* Omit empty titles from articles.Matthias Andreas Benkard2017-05-141-1/+1
* Add missing changes from previous patch.Matthias Andreas Benkard2013-01-171-17/+27
* Actually make the decoupled design work.Matthias Andreas Benkard2011-12-231-1/+1
* Fix a small compilation order problem.Matthias Andreas Benkard2011-12-231-4/+3
* Fix a typo.Matthias Andreas Benkard2011-12-231-0/+1
* Fix the usage of local-time.Matthias Andreas Benkard2011-12-231-1/+2
* Completely decouple the core from the Hunchentoot frontend by depending on lo...Matthias Andreas Benkard2011-12-231-2/+4
* Further decouple the core from Hunchentoot.Matthias Andreas Benkard2011-12-231-27/+30
* Fix formatting.Matthias Andreas Benkard2011-12-231-3/+3
* Loosen the core's dependency on Hunchentoot.Matthias Andreas Benkard2011-12-231-31/+46
* Disable the cache for POST requests and fix another stupid IF condition confu...Matthias Andreas Benkard2011-03-251-2/+5
* Fix a stupid confusion of IF cases.Matthias Andreas Benkard2011-03-241-2/+2
* Make the cache SSL-aware.Matthias Andreas Benkard2011-03-241-7/+9
* Introduce site variables *BASE-URI/SSL* and *BASE-URI/PLAIN*. When using SSL...Matthias Andreas Benkard2011-03-241-7/+12
* Add a <link rel="canonical"/> to all article pages.Matthias Andreas Benkard2011-03-221-3/+8
* Generate a new random state for each invocation of MAKE-UUID.Matthias Andreas Benkard2011-03-221-11/+12
* 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