summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Renovate configuration for GitLab.HEADmasterMatthias Benkard2023-01-091-1/+1
|
* Dockerfile: Update base images, use fixed Quicklisp version.Matthias Andreas Benkard2022-12-171-5/+10
|
* Configure Renovate (#1)renovate[bot]2022-12-161-0/+3
| | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Andreas Benkard <code@mail.matthias.benkard.de>
* Remove comment feed links.Matthias Andreas Benkard2018-08-102-9/+0
| | | | | The functionality was never implemented, so the links have always been dead.
* Assume UTF-8 when parsing templates.Matthias Andreas Benkard2018-08-101-1/+1
| | | | | This fixes a problem where the Docker version of MulkCMS was unable to parse the comment moderation page template.
* Disable simple-date/postgres-glue to make the Dockerfile work.Matthias Andreas Benkard2018-07-292-2/+2
|
* Load site.lisp at runtime.Matthias Andreas Benkard2018-07-292-5/+7
| | | | | Loading site.lisp on startup rather than at compile-time is necessary to make the Docker/Kubernetes use case work.
* Dockerfile: Pin Quicklisp.Matthias Andreas Benkard2018-07-291-1/+1
|
* Skip titleless articles in the archive list.Matthias Andreas Benkard2018-07-161-3/+7
|
* Include lang-hs.js for prettyprinting.Matthias Andreas Benkard2018-06-283-0/+3
|
* Include lang-rust.js for prettyprinting.Matthias Andreas Benkard2018-06-283-0/+3
|
* Update Google Code Prettify.Matthias Andreas Benkard2018-06-2865-145/+1177
|
* Fix up licensing information on the third-party text editor component.Matthias Andreas Benkard2018-06-101-5/+5
|
* Use WYMeditor as the article text editor.Matthias Andreas Benkard2018-06-0934-37/+2055
| | | | WYMeditor produces much better XHTML than Trumbowyg.
* Add Dockerfile.Matthias Andreas Benkard2018-05-285-2/+66
| | | | | The Dockerfile uses deploy (https://shinmera.github.io/deploy/) to create a self-contained binary and packages it as a Docker image.
* Take `full-p` into account when querying the cache.Matthias Andreas Benkard2018-05-271-6/+8
| | | | This makes the “full archive” link work.
* Also sort by ID in article overview.Matthias Andreas Benkard2018-05-271-1/+1
| | | | | This is good because it puts new articles on top so you can edit them faster.
* Add support for explicit journal keeping in the database.Matthias Andreas Benkard2018-05-274-12/+64
|
* Update system definition for updated Postmodern.Matthias Andreas Benkard2018-05-271-1/+1
|
* Add progress dots for Hashcash.Matthias Andreas Benkard2017-05-151-1/+2
|
* Remove Flattr button.Matthias Andreas Benkard2017-05-152-12/+0
|
* Add .gitignore file.Matthias Andreas Benkard2017-05-151-0/+3
|
* Use Trumbowyg to edit articles.Matthias Andreas Benkard2017-05-1513-16/+82
| | | | This patch also updates jQuery to v3.2.1.
* Omit empty titles from articles.Matthias Andreas Benkard2017-05-142-2/+4
|
* Add license file.Matthias Andreas Benkard2017-03-251-0/+661
|
* Add missing changes from previous patch.Matthias Andreas Benkard2013-01-171-17/+27
|
* Add parameter *DROP-UNFILTERED* to control whether unauthenticated comments ↵Matthias Andreas Benkard2013-01-163-3/+8
| | | | are to be dropped immediately.
* Merge tip.Matthias Andreas Benkard2013-01-073-70/+125
|\
| * Fix static file handling.Matthias Andreas Benkard2011-12-231-17/+18
| |
| * Actually make the decoupled design work.Matthias Andreas Benkard2011-12-232-20/+22
| |
| * 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
| |
| * Fix frontend-decoupled authorization.Matthias Andreas Benkard2011-12-231-3/+2
| |
| * Add dependency on local-time to system definition.Matthias Andreas Benkard2011-12-231-1/+2
| |
| * Completely decouple the core from the Hunchentoot frontend by depending on ↵Matthias Andreas Benkard2011-12-231-2/+4
| | | | | | | | local-time for HTTP date formatting.
| * Further decouple the core from Hunchentoot.Matthias Andreas Benkard2011-12-232-47/+58
| |
| * Fix formatting.Matthias Andreas Benkard2011-12-231-3/+3
| |
| * Loosen the core's dependency on Hunchentoot.Matthias Andreas Benkard2011-12-232-36/+74
| |
* | Add Flattr button.Matthias Andreas Benkard2012-12-182-5/+30
|/
* Add simple-date as a dependency.Matthias Andreas Benkard2011-12-071-1/+1
|
* Update to latest Hunchentoot release.Matthias Andreas Benkard2011-12-071-3/+7
|
* Disable the cache for POST requests and fix another stupid IF condition ↵Matthias Andreas Benkard2011-03-251-2/+5
| | | | confusion bug.
* 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 ↵Matthias Andreas Benkard2011-03-243-9/+17
| | | | SSL, set *BASE-URI* to the former, otherwise set it to the latter.
* Make stylesheet <link/>s more consistent with each other.Matthias Andreas Benkard2011-03-232-4/+2
|
* Database schema: Add function do_full_text_search and a couple of full-text ↵Matthias Andreas Benkard2011-03-221-0/+48
| | | | search indices.
* Add a <link rel="canonical"/> to all article pages.Matthias Andreas Benkard2011-03-222-3/+11
|
* Generate a new random state for each invocation of MAKE-UUID.Matthias Andreas Benkard2011-03-222-11/+13
|