Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-22 | (no commit message) | http://puck.openid.org/ | |
2008-12-22 | merge recentchanges comments fix | Joey Hess | |
2008-12-22 | Merge commit 'smcv/recentchanges' | Joey Hess | |
2008-12-22 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-22 | reference my recentchanges branch | http://smcv.pseudorandom.co.uk/ | |
2008-12-22 | recentchanges_link CGI: If the linked page is internal, use its permalink | Simon McVittie | |
This fixes a bug, that comments appear in recentchanges as broken links. | |||
2008-12-22 | update | Joey Hess | |
2008-12-22 | add news item for ikiwiki 2.71 | Joey Hess | |
2008-12-21 | unify pagespecs | Joey Hess | |
2008-12-21 | fix links | Joey Hess | |
2008-12-21 | formatting | Joey Hess | |
2008-12-21 | mention comments plugin | Joey Hess | |
2008-12-21 | avoid an uninitialized value warning | Joey Hess | |
2008-12-21 | openid branch merged | Joey Hess | |
2008-12-21 | Merge commit 'smcv/openid' | Joey Hess | |
2008-12-21 | more reorg | Joey Hess | |
2008-12-21 | close merged bugs | Joey Hess | |
2008-12-21 | add another test | Joey Hess | |
2008-12-21 | Merge commit 'smcv/comments' | Joey Hess | |
2008-12-21 | Merge branch 'comments' | Joey Hess | |
2008-12-21 | Another fixed bug in beautify_urlpath | http://smcv.pseudorandom.co.uk/ | |
2008-12-21 | trivial bug with patch | http://smcv.pseudorandom.co.uk/ | |
2008-12-21 | Another comments improvement | Simon McVittie | |
2008-12-21 | rssitem.tmpl: include comments URL (HTML only) | Simon McVittie | |
2008-12-21 | atomitem.tmpl: include comments URLs (HTML and Atom versions) | Simon McVittie | |
2008-12-21 | comments: substitute commentsurl and atomcommentsurl for use in feeds | Simon McVittie | |
2008-12-21 | Mention a patch to improve OpenID display | http://smcv.pseudorandom.co.uk/ | |
2008-12-21 | Add a regression test for &openiduser | Simon McVittie | |
2008-12-21 | openid: in &openiduser, allow subdirectory-style providers to end with '/' | Simon McVittie | |
This improves the display of OpenIDs like 'http://id.mayfirst.org/jamie/' (taking an example from the IkiWiki commit log). | |||
2008-12-21 | openid: in &openiduser, let domain-style providers have arbitrarily many ↵ | Simon McVittie | |
subdomains This leads to better display for OpenIDs like smcv.pseudorandom.co.uk and thm.id.fedoraproject.org (to take a couple of examples from the IkiWiki commit history). | |||
2008-12-21 | Record another couple of pending bugfixes | Simon McVittie | |
2008-12-21 | beautify_urlpath: add a regression test | Simon McVittie | |
2008-12-21 | beautify_urlpath: if path already starts with ./, don't add another ./ | Simon McVittie | |
2008-12-21 | beautify_urlpath: add ./ before checking for /index.html | Simon McVittie | |
This fixes a bug: when a page links to its own #comments anchor you would get a link like "index.html#comments" rather than "./#comments". | |||
2008-12-21 | comments: run pagetemplate hooks | Simon McVittie | |
This fixes the bug that comments are always said to be from an anonymous user at an unknown IP address. | |||
2008-12-21 | comments: linkify and preprocess preview with correct 'page' param | Simon McVittie | |
2008-12-21 | Merge commit 'origin/comments' into comments-joey | Simon McVittie | |
2008-12-21 | todo/comments: Properly escape inline HTML | Simon McVittie | |
2008-12-21 | todo/comments: reorganise by status | Simon McVittie | |
2008-12-21 | comments: note fixed things and recommend merging origin/comments | Simon McVittie | |
2008-12-21 | fix markdown | http://smcv.pseudorandom.co.uk/ | |
2008-12-21 | meta: Process meta date during scan pass so that the date will always affect ↵ | Joey Hess | |
sorting in inlines. | |||
2008-12-21 | analysis | Joey Hess | |
2008-12-21 | comment layout change | Joey Hess | |
I saw a layout similar to this on blogger, and I sorta like it The dash avoids parens sitting next to each other in some cases. | |||
2008-12-21 | Merge branch 'master' into comments | Joey Hess | |
2008-12-20 | Response; added shell code and html formating to reproduction steps | http://dtrt.org/ | |
2008-12-20 | avoid storing transient state in pagestate | Joey Hess | |
None of the comment state needs to be stored through the a later run of ikiwiki, so move it all from pagestate to a more transient storage. This is assuming that we'll never want to add pagespecs to search against the comment state. Pagespecs like author() are why the meta plugin does store its meta data in pagestate -- the data can be needed later to match against. | |||
2008-12-20 | response | Joey Hess | |
2008-12-20 | Sort paramater not a problem; Revised steps to reprodce | http://dtrt.org/ | |
2008-12-20 | alternate idea | Joey Hess | |