summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* In CGI mode, create and load a single FASL file instead of loading each ↵Matthias Benkard2009-10-113-13/+46
| | | | | | | | source file directly. Ignore-this: ea3269e86aae4bb2642cb25bb0db9d42 darcs-hash:4ec74e8bdc53cd16d103ce15cfe3a6d812f2c514
* Make the CGI script helpers more tolerant against changes in the directory ↵Matthias Benkard2009-10-112-2/+2
| | | | | | | | structure. Ignore-this: 638485b221bc02ad39979f21204019b1 darcs-hash:f69800ac33d4b21f0856bc809dce5dcf399bf3df
* Treat POST requests on journal entries as trackback requests.Matthias Benkard2009-10-101-1/+5
| | | | | | Ignore-this: 47e2e545540841f28aebdd98fd95e6c3 darcs-hash:5d5f7dbfad550f94a82a028b9537eb24f55815e1
* Use absolute links in embedded RDF.Matthias Benkard2009-10-101-1/+1
| | | | | | Ignore-this: dee3cedc78f737eeb7b511888620a65d darcs-hash:a2027609464d410bee7803659e4dc39525f0325c
* Add a comment about the option of using escaped HTML instead of embedded XHTML.Matthias Benkard2009-10-091-0/+8
| | | | | | Ignore-this: 8054060bf5c28c72f0c1808eb5b376f4 darcs-hash:703f4f5878e0db0ab9350c97413de45a5fddfee9
* Cleanups.Matthias Benkard2009-10-091-2/+2
| | | | | | Ignore-this: 1f41960dbf7dde782a0c2e905f124e81 darcs-hash:06fd3071bcb306c6c362675c872b8421a22735a8
* Fix Atom posting and putting behaviour.Matthias Benkard2009-10-091-23/+29
| | | | | | Ignore-this: 699e88b96861c768a840e5697d34d537 darcs-hash:f336d3040ad229cc6c7b6f1fbcfe70e30b774435
* Fix the display of entries of type “html”.Matthias Benkard2009-10-091-6/+11
| | | | | | Ignore-this: 4ff8f3464673f1f27ac9d444b9e7f975 darcs-hash:0eaa27bd94d09a8e489c800088767318bc0ff273
* In WSSE authentication, correctly decode the nonce submitted by the client.Matthias Benkard2009-10-081-1/+3
| | | | | | Ignore-this: 49dc2804a0cc8a3c1eef66315d4e7cab darcs-hash:9cdef053979e0cc217d74468341520a4ef3c537d
* Further correct the use of Ironclad.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 5b955b1405d40a077c1dba5f65c9a24c darcs-hash:8f02a037f5f824c97631a976d40fc04f8dbdce14
* Correct the use of Ironclad and CL-Base64.Matthias Benkard2009-10-081-2/+2
| | | | | | Ignore-this: b72aa14995541e8cde0715ac21c88a87 darcs-hash:3f9d574e1cae7aaeb53f27ec3105eb5902c7ebe6
* Make WSSE authentication more robust.Matthias Benkard2009-10-081-7/+17
| | | | | | Ignore-this: 3f4ac5b5cf14401c9d410d1fb4878437 darcs-hash:6a6ad14132a6a2bb4f22e4743c96d12a5cfe6c90
* Recognise WSSE time stamps correctly.Matthias Benkard2009-10-081-1/+3
| | | | | | Ignore-this: 329443f3c545af16b381b1b0a2ec1657 darcs-hash:a95e7ddaa371dd22a7ebacb65e27676b2c9c6310
* Use keywords to indicate Ironclad digest algorithms.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 26c81c9c4ab7748e63c8b1c7a1667342 darcs-hash:724eae94ea8e14ee31357c655217ce8a0121d7c4
* Enable WSSE authentication.Matthias Benkard2009-10-083-41/+81
| | | | | | Ignore-this: a6ac88e1116f63a79ef8ccb4598b6280 darcs-hash:cc2c4916527d57c382cf2c342da04a7fd2b475ed
* Add util-macros.lisp to our Ironclad fork.Matthias Benkard2009-10-082-1/+11
| | | | | | Ignore-this: 95ba9ec94b949f41b8c9ebefe3712880 darcs-hash:75d28ef9577590743bf320b39d1acffe70882e83
* Add Ironclad to the repository.Matthias Benkard2009-10-086-0/+1122
| | | | | | Ignore-this: b593d6a88f692903b98053c1142a6290 darcs-hash:c2e554362d9434a1cc8a0be9e8952d61f6cd4bb4
* Improve Atom publishing API conformance.Matthias Benkard2009-10-082-4/+11
| | | | | | Ignore-this: 35f3d7d6ce625b2c66dfbfdcd2e6c53a darcs-hash:d8fa4f56187060dc4a5cc513c0c675110c2eca0f
* Add missing Atom publishing functionality.Matthias Benkard2009-10-082-5/+17
| | | | | | Ignore-this: 854e1b167c18c61a8faf29bd05594180 darcs-hash:651ba98e3341e180f1a21e9c432f69280458a501
* Support Atom POST and PUT requests.Matthias Benkard2009-10-081-1/+37
| | | | | | Ignore-this: 863d7ccbf42458f3d4a528397c7a53ad darcs-hash:3f75e9c1387418c20fbb9cb8ec3ca99c3769164c
* When processing an Atom request, do not try to parse the POST data as a ↵Matthias Benkard2009-10-081-12/+14
| | | | | | | | query string. Ignore-this: 1b3a2318de3e658b4128b4abbaa33707 darcs-hash:b62d66cefb8bec7d817f72b315688871af406343
* Fix SHOW-ATOM-ENTRY.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: ca9ea9a314ccd9e89bff8db673729824 darcs-hash:ebd7692666b643b8fba43f252d445162b8828743
* Simplifications.Matthias Benkard2009-10-081-20/+18
| | | | | | Ignore-this: 11065dcb0a018f50522827fd3e80f161 darcs-hash:f17d99384ad8fa4f68314f605383f6231fb092a0
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 2cba86c6e487475ea4fe3e99a99674c6 darcs-hash:f72812bef6f63bdb55c46d29f8e0bf09d311491c
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: d1c94b1c198bc14f548b7e4b05c07707 darcs-hash:6f4dd484b90225e8639e804806eee4104d4ca24c
* Fix the entry Atom feed.Matthias Benkard2009-10-081-26/+25
| | | | | | Ignore-this: 63b8785e4e3b69883f5825b8209dcb8b darcs-hash:7498821fb7e50a2032f0a224a03e36c0408a90ac
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 413def3eea2a19b027c323a925354b2a darcs-hash:cdf887cc70721e6572cc84370c7f6319e48085ee
* Implement /atom link handling.Matthias Benkard2009-10-082-25/+59
| | | | | | Ignore-this: 4bf94a6b2b36c823aea563f248fbeff7 darcs-hash:e7a223d376d972513716b2b9ab6604cb1e9f6bc6
* Add xmls to the repository.Matthias Benkard2009-10-083-0/+662
| | | | | | Ignore-this: 7947f9f9c082d8a0ff7fd7e1b31754ae darcs-hash:87d1fa99e2c798638dcf1c5718904bb52215dd7f
* Update database schema for support of different kinds of journal entries.Matthias Benkard2009-10-081-0/+5
| | | | | | Ignore-this: d815788d40b9d931cd96e2c8148f9887 darcs-hash:c74eb42a2a923cfe0ea80d34823dc37ad6d648c3
* Add a comment and trackback moderation page.Matthias Benkard2009-10-082-29/+107
| | | | | | Ignore-this: 45d484506c4f5f4b0560f6397e5b61a2 darcs-hash:9cc1720d761894eff92ca76970a7c750dccc69d1
* Reimplement FORMAT-DATE for improved performance.Matthias Benkard2009-10-082-35/+51
| | | | | | Ignore-this: 9a98268184ce979a4c2676da9f58951e darcs-hash:94ec31059fb0961f727859c63fcdabb32683918b
* Make COMPUTE-JOURNAL-LAST-MODIFIED-DATE take trackbacks into account.Matthias Benkard2009-10-081-0/+5
| | | | | | Ignore-this: c78bf66833a39e4f134bdbc9edd3f0ea darcs-hash:fa5c84b0dac74a4a532ff979207723d64e9f1856
* Display trackbacks just like comments.Matthias Benkard2009-10-081-2/+27
| | | | | | Ignore-this: fe76b7323c2590281829e0baa2cd7b97 darcs-hash:f7fb163726f9b61ad1229ea097a5242f363e8b89
* Update build scripts.Matthias Benkard2009-10-082-7/+5
| | | | | | Ignore-this: bb3af5ab17cf5242a9d6980023dcb945 darcs-hash:5cb26f36c421790ac815acb1f6462da5508e8507
* Enhance debuggability.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: 2e67ecfcc5d9e28bf7c980b6950b1938 darcs-hash:a583add7534ee3865d71928c50958b06fdca5156
* Fix RDF trackback links.Matthias Benkard2009-10-081-0/+1
| | | | | | Ignore-this: 5987e089dd3454baa1069bb78612f8ed darcs-hash:85db5e048e8313dd660db876b1d72a5e53c7e8b2
* Add an RDF comment announcing the appropriate trackback URI to all journal ↵Matthias Benkard2009-10-081-0/+11
| | | | | | | | entry view pages. Ignore-this: 987734d9f935b959fdfc9f8a58caa502 darcs-hash:078244745609508238ff821c9bc6c48111fcfb36
* Add function DEBUG-LOG.Matthias Benkard2009-10-081-0/+4
| | | | | | Ignore-this: 1521e8ded95ae1f8c5ae2e19dffeb36f darcs-hash:c6b5765a68033982747e15789d15769b7a52f98e
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: ed0592833c3aa3404eacf6fcdc3dabc9 darcs-hash:9938420ae79febf5c09ac14af294a1dd9adcc1b5
* Don't record trackbacks that do not specify a source URI.Matthias Benkard2009-10-081-12/+12
| | | | | | Ignore-this: 32405052f2ec95ca977b98e52503ae4b darcs-hash:268cfba3e3e476425789ac960ab3e47e5ec050c4
* Fix a typo.Matthias Benkard2009-10-081-1/+1
| | | | | | Ignore-this: fcdd7cfd0c7c8eccc83a299ac7b83cc0 darcs-hash:b55fb9c48cf8d7b510a29241cd63e73fbff7506e
* Implement function TRACKBACKS-ABOUT.Matthias Benkard2009-10-081-0/+20
| | | | | | Ignore-this: 41344fec9989ec3d6112206cc0b2f1fd darcs-hash:536611839f47ca7e67f83e38fbe49b0920c5991e
* Support the posting of trackbacks.Matthias Benkard2009-10-083-1/+137
| | | | | | Ignore-this: 5f2d53c3ba9415a9e66240e7b7711c4b darcs-hash:6c085435bf95459afcb1ce53a55b058ef5b5a3d7
* Fix yet another typo.Matthias Benkard2009-10-071-1/+1
| | | | | | Ignore-this: 19f02efdf14c355631e75a6de76f2dec darcs-hash:83d630c474fd176a2beaf08dd4510864fbae2f07
* Fix another typo.Matthias Benkard2009-10-071-1/+1
| | | | | | Ignore-this: d58546015170d7b8b42fbe1587a02391 darcs-hash:d2e7c4b5227e9215417140bb9736f0d3e60d30fb
* Fix a typo.Matthias Benkard2009-10-071-1/+1
| | | | | | Ignore-this: e7eb9f2a961b5c8e87dde5470973759e darcs-hash:b316126630a03508c5d92aa2bdae7201ee41cc3f
* Fix a mistake related to read-macros.Matthias Benkard2009-10-071-1/+3
| | | | | | Ignore-this: 8054711e24061afeccf7465ea01127be darcs-hash:291dcb790079defb43622fbd03ceea515dd7214d
* Do not automatically approve comments that pass Akismet spam checking.Matthias Benkard2009-10-071-1/+14
| | | | | | Ignore-this: b23b3ce4e3ecb487cb7c87c02f1aab83 darcs-hash:fe86957519a16cbf6ee561b45f3a0164e047791a
* Only show comments that have been marked as non-spam.Matthias Benkard2009-10-072-3/+4
| | | | | | Ignore-this: a4902d3cf1e4596c928d5c3ba8b6990c darcs-hash:78d565dad4cfbfdd9a515c96086c8100dee6022d