summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When viewing an individual journal entry, include a meta link to the entry's ...Matthias Benkard2010-01-161-0/+6
* Fix the “self” link in individual entries' comment feeds.Matthias Benkard2010-01-151-1/+3
* Fix yet another typo.Matthias Benkard2010-01-151-1/+1
* Fix another typo.Matthias Benkard2010-01-151-1/+1
* Fix a typo.Matthias Benkard2010-01-151-2/+2
* Generate the individual entries' comment feeds statically.Matthias Benkard2010-01-151-3/+21
* Fix a typo.Matthias Benkard2010-01-151-1/+1
* Add a comment feed for each individual journal entry.Matthias Benkard2010-01-151-2/+9
* Scroll PRE elements horizontally as needed.Matthias Benkard2010-01-051-0/+6
* Do not change the headings' colours when visited by the user.Matthias Benkard2010-01-051-0/+4
* Improve the colour scheme a bit.Matthias Benkard2010-01-051-0/+8
* metaWeblog.getRecentPosts: Return the list of journal entries in ascending or...Matthias Benkard2009-12-071-1/+5
* metaWeblog.getRecentPosts: Fix an off-by-one error.Matthias Benkard2009-12-071-1/+1
* Fix a typo in the Lisp code prettifier.Matthias Benkard2009-12-071-1/+1
* Improve Lisp code formatting.Matthias Benkard2009-12-071-6/+6
* Add prettify/lang-lisp.js from the Google Code Prettifier.Matthias Benkard2009-12-071-0/+93
* Fix an HTML syntax error.Matthias Benkard2009-12-071-2/+2
* Add an onload handler for the Google Code Prettifier.Matthias Benkard2009-12-071-1/+1
* Enable the Google Code Prettifier Lisp extension.Matthias Benkard2009-12-071-0/+2
* Include the Google Code Prettifier on every web page.Matthias Benkard2009-12-071-0/+5
* Fix publishing via the MetaWeblog API.Matthias Benkard2009-12-031-17/+27
* Fix database access when moderating comments and trackbacks.Matthias Benkard2009-12-031-2/+8
* Make the stylesheet agnostic of most tag names.Matthias Benkard2009-11-151-4/+4
* Add an “archives” relation to the link pointing to the archives.Matthias Benkard2009-11-151-1/+1
* Restore the charset meta tag in an HTML-5-conforming way.Matthias Benkard2009-11-151-0/+4
* Use numeric HTML entity references only.Matthias Benkard2009-11-152-26/+26
* Declare an HTML 5 doctype.Matthias Benkard2009-11-151-1/+1
* Make the markup conforming to HTML 5.Matthias Benkard2009-11-151-4/+9
* Assume that the stylesheet is served from the same directory as the journal i...Matthias Benkard2009-11-151-1/+1
* Fix site map XML.Matthias Benkard2009-11-121-1/+1
* Specify absolute URIs in the site map.Matthias Benkard2009-11-121-3/+3
* Fix a reader-syntax problem.Matthias Benkard2009-11-121-1/+3
* Add action “sitemap”.Matthias Benkard2009-11-122-2/+29
* Fix Pingback error handling.Matthias Benkard2009-11-061-2/+2
* Fix registration of pingbacks.Matthias Benkard2009-11-061-1/+5
* Fix a typo.Matthias Benkard2009-11-061-1/+1
* Fix the Pingback link tag.Matthias Benkard2009-11-061-1/+1
* Fix Atom links.Matthias Benkard2009-11-061-1/+1
* Support pingbacks.Matthias Benkard2009-11-065-4/+172
* MetaWeblog: Create and support ID parameters of type string rather than of ty...Matthias Benkard2009-10-311-2/+8
* Add the postid attribute to MetaWeblog journal entry responses.Matthias Benkard2009-10-301-0/+1
* Add the permaLink attribute to MetaWeblog journal entry responses.Matthias Benkard2009-10-301-0/+1
* Fix MetaWeblog implementation.Matthias Benkard2009-10-301-1/+1
* Fix the return value of metaWeblog.getCategories.Matthias Benkard2009-10-301-1/+1
* Add an XML declaration to XML-RPC responses.Matthias Benkard2009-10-301-0/+1
* Fix XML-RPC letter case problems.Matthias Benkard2009-10-301-15/+18
* Implement blogger.getUsersBlogs.Matthias Benkard2009-10-301-0/+5
* Implement metaWeblog.getCategories and metaWeblog.getRecentPosts.Matthias Benkard2009-10-302-5/+19
* When returning a journal entry via XML-RPC, convert the content to HTML first.Matthias Benkard2009-10-302-4/+8
* Fix the handling of /RPC2 URIs.Matthias Benkard2009-10-301-4/+7