| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Cybertiggyr-Time to the repository. | Matthias Benkard | 2009-10-07 | 2 | -1/+1289 |
* | Enable caching for feeds. | Matthias Benkard | 2009-10-07 | 1 | -0/+2 |
* | Update for the most recent version of Yaclml. | Matthias Benkard | 2009-10-07 | 1 | -4/+4 |
* | On NFSN, determine the directory layout by inspecting the appropriate environ... | Matthias Benkard | 2009-10-07 | 1 | -1/+7 |
* | Do not depend on the presence of the Common-Lisp Controller. | Matthias Benkard | 2009-10-07 | 1 | -1/+1 |
* | Implement sane caching behaviour. | Matthias Benkard | 2009-10-07 | 5 | -1/+19 |
* | Update build scripts. | Matthias Benkard | 2009-02-17 | 1 | -1/+1 |
* | Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15. | Matthias Benkard | 2009-02-17 | 1 | -1/+1 |
* | Really fix comment feed title. | Matthias Benkard | 2009-01-08 | 1 | -1/+1 |
* | Fix comment feed title. | Matthias Benkard | 2009-01-08 | 1 | -2/+3 |
* | Fix even more recent feed lossage. | Matthias Benkard | 2009-01-07 | 1 | -1/+1 |
* | Fix major feed lossage introduced by recent changes. | Matthias Benkard | 2009-01-07 | 1 | -4/+5 |
* | Fix minor bugs in the comment feed. | Matthias Benkard | 2009-01-07 | 1 | -2/+3 |
* | Fix object-relational mapping for comments. | Matthias Benkard | 2009-01-07 | 1 | -2/+1 |
* | Link web pages to the comment feed. | Matthias Benkard | 2009-01-07 | 1 | -0/+4 |
* | Add a comment feed. | Matthias Benkard | 2009-01-07 | 2 | -6/+78 |
* | Remove spurious line breaks from preformatted blocks. | Matthias Benkard | 2008-12-16 | 1 | -1/+2 |
* | Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*. | Matthias Benkard | 2008-12-11 | 1 | -1/+1 |
* | Only show the most recent entries in full on the main page, add a complete ta... | Matthias Benkard | 2008-12-11 | 2 | -96/+137 |
* | Improve main page layout. | Matthias Benkard | 2008-12-10 | 1 | -16/+30 |
* | Fix code formatting. | Matthias Benkard | 2008-12-10 | 1 | -10/+10 |
* | Minor updates and fixes. | Matthias Benkard | 2008-12-10 | 2 | -3/+2 |
* | On the main page, omit body data of old entries. | Matthias Benkard | 2008-12-10 | 2 | -31/+40 |
* | Add workaround for recent Alexandria/CL-FAD incompatibility. | Matthias Benkard | 2008-12-10 | 1 | -1/+1 |
* | journal.css: Make block quotations oblique. | Matthias Benkard | 2008-09-24 | 1 | -1/+9 |
* | Atom feed: Include body data for recent changes. | Matthias Benkard | 2008-12-10 | 1 | -1/+4 |
* | Atom feed: Omit body data for old journal entries. | Matthias Benkard | 2008-12-10 | 1 | -21/+26 |
* | Update build scripts. | Matthias Benkard | 2008-12-10 | 1 | -4/+4 |
* | FORMAT-DATE: Fix time zone handling. | Matthias Benkard | 2008-12-10 | 1 | -1/+1 |
* | QUOTE-PRINTABLE: Add a remark about the relationship between the Quoted-Print... | Matthias Benkard | 2007-10-12 | 1 | -1/+9 |
* | Support comment submission notification via e-mail. | Matthias Benkard | 2007-10-12 | 5 | -12/+93 |
* | Hide spam comments. | Matthias Benkard | 2007-10-07 | 2 | -8/+19 |
* | Make use of Akismet for spam detection. | Matthias Benkard | 2007-10-07 | 10 | -14/+138 |
* | Support posting and editing journal entries. | Matthias Benkard | 2007-10-05 | 5 | -55/+193 |
* | Cache JOURNAL-MARKUP->HTML results. | Matthias Benkard | 2007-10-02 | 1 | -20/+22 |
* | Add a debugging page. | Matthias Benkard | 2007-10-02 | 2 | -1/+24 |
* | Fix feed generation. | Matthias Benkard | 2007-10-02 | 1 | -3/+15 |
* | Make journal.cgi usable on NearlyFreeSpeech.NET. | Matthias Benkard | 2007-09-30 | 1 | -1/+9 |
* | Fix comment viewing. | Matthias Benkard | 2007-09-30 | 2 | -8/+6 |
* | A few minor bug fixes. | Matthias Benkard | 2007-09-30 | 4 | -23/+29 |
* | Store data using CLSQL rather than custom files. | Matthias Benkard | 2007-09-29 | 9 | -147/+192 |
* | Add some missing CGI environment variables. | Matthias Benkard | 2007-09-27 | 2 | -2/+5 |
* | Indicate the site language both in the HTTP headers and HTML code. | Matthias Benkard | 2007-09-20 | 2 | -1/+7 |
* | Improve the stylesheet a bit. | Matthias Benkard | 2007-09-20 | 1 | -0/+1 |
* | Make all style tags conform to the CSS specification again. | Matthias Benkard | 2007-09-20 | 1 | -1/+1 |
* | Add a rel="nofollow" attribute to hyperlinks in comments. | Matthias Benkard | 2007-09-20 | 1 | -1/+4 |
* | Fix a typo in FIXUP-MARKDOWN-OUTPUT. | Matthias Benkard | 2007-08-05 | 1 | -1/+1 |
* | Reimplement FIXUP-MARKDOWN-OUTPUT using PPCRE:REGEX-REPLACE-ALL. | Matthias Benkard | 2007-08-05 | 1 | -16/+16 |
* | Refrain from generating Last-Modified HTTP headers for now. | Matthias Benkard | 2007-06-30 | 1 | -1/+5 |
* | Move all macro definitions into a separate file. | Matthias Benkard | 2007-06-30 | 5 | -36/+61 |