| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a Content-Type meta tag to XHTML pages. | Matthias Benkard | 2009-10-12 | 1 | -0/+7 |
* | Add newlines to the XHTML preamble. | Matthias Benkard | 2009-10-11 | 1 | -1/+3 |
* | Add an XML declaration on the top of every XHTML page. | Matthias Benkard | 2009-10-11 | 1 | -0/+1 |
* | Make “canonical” links absolute. | Matthias Benkard | 2009-10-11 | 1 | -1/+1 |
* | Fix a typo. | Matthias Benkard | 2009-10-11 | 1 | -1/+1 |
* | Add link metainformation of type “canonical” to journal entry pages. | Matthias Benkard | 2009-10-11 | 2 | -6/+9 |
* | Never display dynamic warning boxes on static pages. | Matthias Benkard | 2009-10-11 | 1 | -1/+1 |
* | Make comment moderation more efficient, only rebuilding the pages that need t... | Matthias Benkard | 2009-10-11 | 1 | -7/+14 |
* | Fix comment submission. | Matthias Benkard | 2009-10-11 | 1 | -5/+7 |
* | Add WSSE debug info. | Matthias Benkard | 2009-10-11 | 1 | -0/+2 |
* | Show titles including HTML code correctly. | Matthias Benkard | 2009-10-11 | 1 | -4/+4 |
* | Revert to the old CGI helper behaviour. | Matthias Benkard | 2009-10-11 | 3 | -31/+5 |
* | Fix a typo in the setting of the *QUERY* variable. | Matthias Benkard | 2009-10-11 | 1 | -1/+1 |
* | Make the environment variable handling code more portable. | Matthias Benkard | 2009-10-11 | 3 | -30/+20 |
* | Avoid XML validation errors caused by the use of double dashes in journal ent... | Matthias Benkard | 2009-10-11 | 1 | -1/+1 |
* | Fix static generation of the index page. | Matthias Benkard | 2009-10-11 | 1 | -1/+2 |
* | Save static files with a file-name extension of “xhtml”. | Matthias Benkard | 2009-10-11 | 1 | -2/+2 |
* | Automatically update static files as necessary. | Matthias Benkard | 2009-10-11 | 1 | -4/+20 |
* | Implement output of static HTML and XML files. | Matthias Benkard | 2009-10-11 | 3 | -0/+52 |
* | CGI helpers: Take care to concatenate the FASL files in the right order. | Matthias Benkard | 2009-10-11 | 2 | -2/+2 |
* | Change the way admin mode is selected. | Matthias Benkard | 2009-10-11 | 2 | -7/+5 |
* | Introduce a *MODE* variable that distinguishes between static and dynamic mode. | Matthias Benkard | 2009-10-11 | 3 | -14/+23 |
* | Simplify the CGI helpers a bit. | Matthias Benkard | 2009-10-11 | 2 | -14/+4 |
* | In CGI mode, create and load a single FASL file instead of loading each sourc... | Matthias Benkard | 2009-10-11 | 3 | -13/+46 |
* | Make the CGI script helpers more tolerant against changes in the directory st... | Matthias Benkard | 2009-10-11 | 2 | -2/+2 |
* | Treat POST requests on journal entries as trackback requests. | Matthias Benkard | 2009-10-10 | 1 | -1/+5 |
* | Use absolute links in embedded RDF. | Matthias Benkard | 2009-10-10 | 1 | -1/+1 |
* | Add a comment about the option of using escaped HTML instead of embedded XHTML. | Matthias Benkard | 2009-10-09 | 1 | -0/+8 |
* | Cleanups. | Matthias Benkard | 2009-10-09 | 1 | -2/+2 |
* | Fix Atom posting and putting behaviour. | Matthias Benkard | 2009-10-09 | 1 | -23/+29 |
* | Fix the display of entries of type “html”. | Matthias Benkard | 2009-10-09 | 1 | -6/+11 |
* | In WSSE authentication, correctly decode the nonce submitted by the client. | Matthias Benkard | 2009-10-08 | 1 | -1/+3 |
* | Further correct the use of Ironclad. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |
* | Correct the use of Ironclad and CL-Base64. | Matthias Benkard | 2009-10-08 | 1 | -2/+2 |
* | Make WSSE authentication more robust. | Matthias Benkard | 2009-10-08 | 1 | -7/+17 |
* | Recognise WSSE time stamps correctly. | Matthias Benkard | 2009-10-08 | 1 | -1/+3 |
* | Use keywords to indicate Ironclad digest algorithms. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |
* | Enable WSSE authentication. | Matthias Benkard | 2009-10-08 | 3 | -41/+81 |
* | Add util-macros.lisp to our Ironclad fork. | Matthias Benkard | 2009-10-08 | 2 | -1/+11 |
* | Add Ironclad to the repository. | Matthias Benkard | 2009-10-08 | 6 | -0/+1122 |
* | Improve Atom publishing API conformance. | Matthias Benkard | 2009-10-08 | 2 | -4/+11 |
* | Add missing Atom publishing functionality. | Matthias Benkard | 2009-10-08 | 2 | -5/+17 |
* | Support Atom POST and PUT requests. | Matthias Benkard | 2009-10-08 | 1 | -1/+37 |
* | When processing an Atom request, do not try to parse the POST data as a query... | Matthias Benkard | 2009-10-08 | 1 | -12/+14 |
* | Fix SHOW-ATOM-ENTRY. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |
* | Simplifications. | Matthias Benkard | 2009-10-08 | 1 | -20/+18 |
* | Fix a typo. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |
* | Fix a typo. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |
* | Fix the entry Atom feed. | Matthias Benkard | 2009-10-08 | 1 | -26/+25 |
* | Fix a typo. | Matthias Benkard | 2009-10-08 | 1 | -1/+1 |