Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include lang-hs.js for prettyprinting. | Matthias Andreas Benkard | 2018-06-28 | 3 | -0/+3 |
| | |||||
* | Include lang-rust.js for prettyprinting. | Matthias Andreas Benkard | 2018-06-28 | 3 | -0/+3 |
| | |||||
* | Update Google Code Prettify. | Matthias Andreas Benkard | 2018-06-28 | 65 | -145/+1177 |
| | |||||
* | Fix up licensing information on the third-party text editor component. | Matthias Andreas Benkard | 2018-06-10 | 1 | -5/+5 |
| | |||||
* | Use WYMeditor as the article text editor. | Matthias Andreas Benkard | 2018-06-09 | 34 | -37/+2055 |
| | | | | WYMeditor produces much better XHTML than Trumbowyg. | ||||
* | Add Dockerfile. | Matthias Andreas Benkard | 2018-05-28 | 5 | -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 Benkard | 2018-05-27 | 1 | -6/+8 |
| | | | | This makes the “full archive” link work. | ||||
* | Also sort by ID in article overview. | Matthias Andreas Benkard | 2018-05-27 | 1 | -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 Benkard | 2018-05-27 | 4 | -12/+64 |
| | |||||
* | Update system definition for updated Postmodern. | Matthias Andreas Benkard | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | Add progress dots for Hashcash. | Matthias Andreas Benkard | 2017-05-15 | 1 | -1/+2 |
| | |||||
* | Remove Flattr button. | Matthias Andreas Benkard | 2017-05-15 | 2 | -12/+0 |
| | |||||
* | Add .gitignore file. | Matthias Andreas Benkard | 2017-05-15 | 1 | -0/+3 |
| | |||||
* | Use Trumbowyg to edit articles. | Matthias Andreas Benkard | 2017-05-15 | 13 | -16/+82 |
| | | | | This patch also updates jQuery to v3.2.1. | ||||
* | Omit empty titles from articles. | Matthias Andreas Benkard | 2017-05-14 | 2 | -2/+4 |
| | |||||
* | Add license file. | Matthias Andreas Benkard | 2017-03-25 | 1 | -0/+661 |
| | |||||
* | Add missing changes from previous patch. | Matthias Andreas Benkard | 2013-01-17 | 1 | -17/+27 |
| | |||||
* | Add parameter *DROP-UNFILTERED* to control whether unauthenticated comments ↵ | Matthias Andreas Benkard | 2013-01-16 | 3 | -3/+8 |
| | | | | are to be dropped immediately. | ||||
* | Merge tip. | Matthias Andreas Benkard | 2013-01-07 | 3 | -70/+125 |
|\ | |||||
| * | Fix static file handling. | Matthias Andreas Benkard | 2011-12-23 | 1 | -17/+18 |
| | | |||||
| * | Actually make the decoupled design work. | Matthias Andreas Benkard | 2011-12-23 | 2 | -20/+22 |
| | | |||||
| * | Fix a small compilation order problem. | Matthias Andreas Benkard | 2011-12-23 | 1 | -4/+3 |
| | | |||||
| * | Fix a typo. | Matthias Andreas Benkard | 2011-12-23 | 1 | -0/+1 |
| | | |||||
| * | Fix the usage of local-time. | Matthias Andreas Benkard | 2011-12-23 | 1 | -1/+2 |
| | | |||||
| * | Fix frontend-decoupled authorization. | Matthias Andreas Benkard | 2011-12-23 | 1 | -3/+2 |
| | | |||||
| * | Add dependency on local-time to system definition. | Matthias Andreas Benkard | 2011-12-23 | 1 | -1/+2 |
| | | |||||
| * | Completely decouple the core from the Hunchentoot frontend by depending on ↵ | Matthias Andreas Benkard | 2011-12-23 | 1 | -2/+4 |
| | | | | | | | | local-time for HTTP date formatting. | ||||
| * | Further decouple the core from Hunchentoot. | Matthias Andreas Benkard | 2011-12-23 | 2 | -47/+58 |
| | | |||||
| * | Fix formatting. | Matthias Andreas Benkard | 2011-12-23 | 1 | -3/+3 |
| | | |||||
| * | Loosen the core's dependency on Hunchentoot. | Matthias Andreas Benkard | 2011-12-23 | 2 | -36/+74 |
| | | |||||
* | | Add Flattr button. | Matthias Andreas Benkard | 2012-12-18 | 2 | -5/+30 |
|/ | |||||
* | Add simple-date as a dependency. | Matthias Andreas Benkard | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | Update to latest Hunchentoot release. | Matthias Andreas Benkard | 2011-12-07 | 1 | -3/+7 |
| | |||||
* | Disable the cache for POST requests and fix another stupid IF condition ↵ | Matthias Andreas Benkard | 2011-03-25 | 1 | -2/+5 |
| | | | | confusion bug. | ||||
* | Fix a stupid confusion of IF cases. | Matthias Andreas Benkard | 2011-03-24 | 1 | -2/+2 |
| | |||||
* | Make the cache SSL-aware. | Matthias Andreas Benkard | 2011-03-24 | 1 | -7/+9 |
| | |||||
* | Introduce site variables *BASE-URI/SSL* and *BASE-URI/PLAIN*. When using ↵ | Matthias Andreas Benkard | 2011-03-24 | 3 | -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 Benkard | 2011-03-23 | 2 | -4/+2 |
| | |||||
* | Database schema: Add function do_full_text_search and a couple of full-text ↵ | Matthias Andreas Benkard | 2011-03-22 | 1 | -0/+48 |
| | | | | search indices. | ||||
* | Add a <link rel="canonical"/> to all article pages. | Matthias Andreas Benkard | 2011-03-22 | 2 | -3/+11 |
| | |||||
* | Generate a new random state for each invocation of MAKE-UUID. | Matthias Andreas Benkard | 2011-03-22 | 2 | -11/+13 |
| | |||||
* | Remove debugging statements. | Matthias Andreas Benkard | 2011-03-22 | 1 | -2/+0 |
| | |||||
* | Add a comment moderation page. | Matthias Andreas Benkard | 2011-03-22 | 4 | -13/+97 |
| | |||||
* | Properly set the Content-Type header when giving a 304 Not Modified response. | Matthias Andreas Benkard | 2011-03-22 | 1 | -2/+2 |
| | |||||
* | Implement proper If-Modified-Since handling. | Matthias Andreas Benkard | 2011-03-22 | 1 | -8/+67 |
| | |||||
* | Make use Hunchentoot's restricted If-Modified-Since handling. | Matthias Andreas Benkard | 2011-03-22 | 1 | -0/+5 |
| | |||||
* | Calculate global article revision IDs by recursion over the child-parent ↵ | Matthias Andreas Benkard | 2011-03-22 | 1 | -1/+28 |
| | | | | relationship. | ||||
* | Use the Accept-Language HTTP header to determine preferred user languages. | Matthias Andreas Benkard | 2011-03-22 | 2 | -3/+20 |
| | |||||
* | Don't crash when fewer than 5 articles are to be displayed. | Matthias Andreas Benkard | 2011-03-19 | 1 | -1/+5 |
| | |||||
* | Completely rethink the way articles are retrieved from the database based on ↵ | Matthias Andreas Benkard | 2011-03-19 | 2 | -48/+27 |
| | | | | the requested characteristics. |