Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | When processing If-Modified-Since headers, recognise HTTP dates. | Matthias Benkard | 2009-10-07 | 1 | -1/+2 | |
| | | | | | | Ignore-this: 38ca7adc0b2cec14bd8d0524cd1585ef darcs-hash:72d2028420de3803dbb31d9ddb8fe1dc78f130dd | |||||
* | Do not crash when processing a request without an If-Modified-Since header. | Matthias Benkard | 2009-10-07 | 1 | -5/+6 | |
| | | | | darcs-hash:4a5478c5c626f7574f54a8bc0a252769306c8718 | |||||
* | Really REALLY fix the system definition. | Matthias Benkard | 2009-10-07 | 1 | -1/+1 | |
| | | | | | | Ignore-this: 5a0ae6262149da3a828bca9eaed1a44d darcs-hash:892eb34147eea5b835bc4e2667721587087e4516 | |||||
* | Really fix the system definition. | Matthias Benkard | 2009-10-07 | 1 | -1/+1 | |
| | | | | | | Ignore-this: acafb52399c7df187fc883d5227b02f7 darcs-hash:0e185760d5310f44c8e66b25ae5e5f019fbd68e7 | |||||
* | Fix the ASDF system definition. | Matthias Benkard | 2009-10-07 | 1 | -1/+2 | |
| | | | | | | Ignore-this: b055a0c47aac98303c03d71d1167c83c darcs-hash:23eb21a8dd209b53085085a54724089c05b6bdc5 | |||||
* | For CLISP, revert to requiring the older version of Yaclml. | Matthias Benkard | 2009-10-07 | 1 | -4/+8 | |
| | | | | | | Ignore-this: 60f94bc6ac2e6b40f5c42b9f42314265 darcs-hash:b49d6773463ed5028bf17e5112e5f0498f3acdda | |||||
* | Add Cybertiggyr-Time to the repository. | Matthias Benkard | 2009-10-07 | 2 | -1/+1289 | |
| | | | | | | Ignore-this: ffdce45d1d92888d783100df4ebac44d darcs-hash:d918615baeb352c1c81ef6f377282ca030d3426d | |||||
* | Enable caching for feeds. | Matthias Benkard | 2009-10-07 | 1 | -0/+2 | |
| | | | | | | Ignore-this: c1f9c6911cf4e7a6b3b4ce819e757704 darcs-hash:453af9de0db5e2b1f6d6510ab08f920633308e9b | |||||
* | Update for the most recent version of Yaclml. | Matthias Benkard | 2009-10-07 | 1 | -4/+4 | |
| | | | | | | Ignore-this: c8441c0ffd4a147c8a6f01c1b89c2f4b darcs-hash:94c3831dbe9231dba730708e4cf66daf2bd0825b | |||||
* | On NFSN, determine the directory layout by inspecting the appropriate ↵ | Matthias Benkard | 2009-10-07 | 1 | -1/+7 | |
| | | | | | | | | environment variables. Ignore-this: b862483c845d9a652a4e0e38f907d7a4 darcs-hash:745e58921f76d7fb838e375c04f3bbf07bcdaf12 | |||||
* | Do not depend on the presence of the Common-Lisp Controller. | Matthias Benkard | 2009-10-07 | 1 | -1/+1 | |
| | | | | | | Ignore-this: 83781260a8ffe3318af46a4e53bdf38 darcs-hash:b21a8ab0bc0c9160043e6f2d83452b5421d2e520 | |||||
* | Implement sane caching behaviour. | Matthias Benkard | 2009-10-07 | 5 | -1/+19 | |
| | | | | | | Ignore-this: 8ed0815613cb44c0eee9d8ac47e1753b darcs-hash:e41ff965d8172b7979369cb0df98302f29a9a9c4 | |||||
* | Update build scripts. | Matthias Benkard | 2009-02-17 | 1 | -1/+1 | |
| | | | | | | Ignore-this: 95d7b6bd7f7eb93bc0b527025d8355fe darcs-hash:52c96933040d629880d4a4c740cde5cbe65b57fb | |||||
* | Set CFFI:*DEFAULT-FOREIGN-ENCODING* to :ISO-8859-15. | Matthias Benkard | 2009-02-17 | 1 | -1/+1 | |
| | | | | darcs-hash:be4261d3deab8cae8c84db9553b9ba6d2b162fc5 | |||||
* | Really fix comment feed title. | Matthias Benkard | 2009-01-08 | 1 | -1/+1 | |
| | | | | darcs-hash:9111dc8407835e3429f024fde3d196a82d90bea0 | |||||
* | Fix comment feed title. | Matthias Benkard | 2009-01-08 | 1 | -2/+3 | |
| | | | | darcs-hash:8a6b92dcefe4f71c84974764b7c056651c8ed691 | |||||
* | Fix even more recent feed lossage. | Matthias Benkard | 2009-01-07 | 1 | -1/+1 | |
| | | | | darcs-hash:27ff112b58e2577868c7a0ef1ab3d16ccbd62603 | |||||
* | Fix major feed lossage introduced by recent changes. | Matthias Benkard | 2009-01-07 | 1 | -4/+5 | |
| | | | | darcs-hash:f1ab5fb9c97a6bdb2da1f639975c80aae5b831f8 | |||||
* | Fix minor bugs in the comment feed. | Matthias Benkard | 2009-01-07 | 1 | -2/+3 | |
| | | | | darcs-hash:a30bb1ad0cd52c6a2c4e3b7c07e569eb4cee3ea3 | |||||
* | Fix object-relational mapping for comments. | Matthias Benkard | 2009-01-07 | 1 | -2/+1 | |
| | | | | | | | Previously, a SELECT would take an instance of each comment for each journal entry, which would make the number of comments explode to a ridiculous degree. darcs-hash:8e686d87e18f5d09cc613792da9dd5b284296b14 | |||||
* | Link web pages to the comment feed. | Matthias Benkard | 2009-01-07 | 1 | -0/+4 | |
| | | | | darcs-hash:793478ef3e6a8804a0e50a4303e5f8190e2ce65a | |||||
* | Add a comment feed. | Matthias Benkard | 2009-01-07 | 2 | -6/+78 | |
| | | | | darcs-hash:f7082552f0f6aac46b15956740661b8b74237fec | |||||
* | Remove spurious line breaks from preformatted blocks. | Matthias Benkard | 2008-12-16 | 1 | -1/+2 | |
| | | | | darcs-hash:b82dbd2f9b53f02e6f5279b1dc513e6f58e4c0b5 | |||||
* | Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*. | Matthias Benkard | 2008-12-11 | 1 | -1/+1 | |
| | | | | darcs-hash:d5007595e2b8041ecb37df737581c09618d78fe6 | |||||
* | Only show the most recent entries in full on the main page, add a complete ↵ | Matthias Benkard | 2008-12-11 | 2 | -96/+137 | |
| | | | | | | table of all entries at the bottom. darcs-hash:c67b0affeccbbcc24c70c7836795884c52f4a560 | |||||
* | Improve main page layout. | Matthias Benkard | 2008-12-10 | 1 | -16/+30 | |
| | | | | darcs-hash:f2612544d22dbc7d2e61980f2c8102362a3feb67 | |||||
* | Fix code formatting. | Matthias Benkard | 2008-12-10 | 1 | -10/+10 | |
| | | | | darcs-hash:3d73e2fccd56f3c68e05836b4e5725e5b30b4322 | |||||
* | Minor updates and fixes. | Matthias Benkard | 2008-12-10 | 2 | -3/+2 | |
| | | | | darcs-hash:182b7ad2f1c671161b6a2f056ab01f88d414eb99 | |||||
* | On the main page, omit body data of old entries. | Matthias Benkard | 2008-12-10 | 2 | -31/+40 | |
| | | | | darcs-hash:02d7634f84bc05274aa8fcc27e8a062448cd14b8 | |||||
* | Add workaround for recent Alexandria/CL-FAD incompatibility. | Matthias Benkard | 2008-12-10 | 1 | -1/+1 | |
| | | | | darcs-hash:9ccbb464a7ac64880abfb2a6b24b1cfca2eaf8e9 | |||||
* | journal.css: Make block quotations oblique. | Matthias Benkard | 2008-09-24 | 1 | -1/+9 | |
| | | | | darcs-hash:7255511e3f85a7303bdfb0bebaf92583e20c73a9 | |||||
* | Atom feed: Include body data for recent changes. | Matthias Benkard | 2008-12-10 | 1 | -1/+4 | |
| | | | | darcs-hash:51ebb84c4b9d13651bfc60f6700375455bb2cfe4 | |||||
* | Atom feed: Omit body data for old journal entries. | Matthias Benkard | 2008-12-10 | 1 | -21/+26 | |
| | | | | darcs-hash:bfebd08ac474795e3dbf49c7c0fbdc8d2f7a00ae | |||||
* | Update build scripts. | Matthias Benkard | 2008-12-10 | 1 | -4/+4 | |
| | | | | darcs-hash:84b596146de9bc561cdd81fc1a8f8990033ff784 | |||||
* | FORMAT-DATE: Fix time zone handling. | Matthias Benkard | 2008-12-10 | 1 | -1/+1 | |
| | | | | darcs-hash:2ca96eaebb542646ff761ab4abc5b24d8f9aa58c | |||||
* | QUOTE-PRINTABLE: Add a remark about the relationship between the ↵ | Matthias Benkard | 2007-10-12 | 1 | -1/+9 | |
| | | | | | | Quoted-Printable and Q encodings. darcs-hash:e70a4c2b8a1b5575de39600670bc016eb47af0ac | |||||
* | Support comment submission notification via e-mail. | Matthias Benkard | 2007-10-12 | 5 | -12/+93 | |
| | | | | darcs-hash:72d3c69e6dc8ef47e9e6224adcc135637957ad09 | |||||
* | Hide spam comments. | Matthias Benkard | 2007-10-07 | 2 | -8/+19 | |
| | | | | darcs-hash:857a0fd8096dff8f61c30ee9dce15abbddbe2387 | |||||
* | Make use of Akismet for spam detection. | Matthias Benkard | 2007-10-07 | 10 | -14/+138 | |
| | | | | darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4 | |||||
* | Support posting and editing journal entries. | Matthias Benkard | 2007-10-05 | 5 | -55/+193 | |
| | | | | darcs-hash:e7a6041bdeeddcd098313a6c21491cefbaedbb21 | |||||
* | Cache JOURNAL-MARKUP->HTML results. | Matthias Benkard | 2007-10-02 | 1 | -20/+22 | |
| | | | | darcs-hash:20405a72f26b378da02c00680fb61382e3e64ab9 | |||||
* | Add a debugging page. | Matthias Benkard | 2007-10-02 | 2 | -1/+24 | |
| | | | | darcs-hash:e4f4c096e3e20e6e8de59a4466e891fab8005a80 | |||||
* | Fix feed generation. | Matthias Benkard | 2007-10-02 | 1 | -3/+15 | |
| | | | | darcs-hash:85bccb1687a2d4e49ac064d01e43cca11acac1bf | |||||
* | Make journal.cgi usable on NearlyFreeSpeech.NET. | Matthias Benkard | 2007-09-30 | 1 | -1/+9 | |
| | | | | darcs-hash:01e7640968def891b020f6e5cd216a605c474ce9 | |||||
* | Fix comment viewing. | Matthias Benkard | 2007-09-30 | 2 | -8/+6 | |
| | | | | darcs-hash:abb4db3e848ccfb0b9c90e8648460d25122e66aa | |||||
* | A few minor bug fixes. | Matthias Benkard | 2007-09-30 | 4 | -23/+29 | |
| | | | | darcs-hash:e8acb95333d31014bed6cba528ee5c92e9aa20ef | |||||
* | Store data using CLSQL rather than custom files. | Matthias Benkard | 2007-09-29 | 9 | -147/+192 | |
| | | | | darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94 | |||||
* | Add some missing CGI environment variables. | Matthias Benkard | 2007-09-27 | 2 | -2/+5 | |
| | | | | darcs-hash:f77db90245b04c308573fb44b1788874af599a24 | |||||
* | Indicate the site language both in the HTTP headers and HTML code. | Matthias Benkard | 2007-09-20 | 2 | -1/+7 | |
| | | | | darcs-hash:2f851251a0fda4418c462d0cc663ea82c3f07bde | |||||
* | Improve the stylesheet a bit. | Matthias Benkard | 2007-09-20 | 1 | -0/+1 | |
| | | | | darcs-hash:bc9e735afd5d4f6d31e8349510016a33f9a9853b |