summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-23fix to use prefix directivesJoey Hess
2008-12-23fix to use prefix directivesJoey Hess
2008-12-23updateJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-23updateJoey Hess
2008-12-23Merge branch 'master' into nextJoey Hess
2008-12-23fix a few directives using the old syntaxJoey Hess
I'm turning on prefix_directives for the live wiki now.
2008-12-23enable prefix_directives by defaultJoey Hess
2008-12-23beginning docs for 3.0Joey Hess
2008-12-23enable aggregate_internal by defaultJoey Hess
2008-12-23responseJoey Hess
2008-12-23fix popcon graph linkJoey Hess
2008-12-23Any other schools?http://hendry.iki.fi/
2008-12-23po: make the dev timing clearerintrigeri
2008-12-23httpauth_feature_parity_with_passwordauth: a bit more thinkingintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-12-22(no commit message)http://puck.openid.org/
2008-12-22merge recentchanges comments fixJoey Hess
2008-12-22Merge commit 'smcv/recentchanges'Joey Hess
2008-12-22Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-12-22reference my recentchanges branchhttp://smcv.pseudorandom.co.uk/
2008-12-22recentchanges_link CGI: If the linked page is internal, use its permalinkSimon McVittie
This fixes a bug, that comments appear in recentchanges as broken links.
2008-12-22updateJoey Hess
2008-12-22add news item for ikiwiki 2.71Joey Hess
2008-12-21unify pagespecsJoey Hess
2008-12-21fix linksJoey Hess
2008-12-21formattingJoey Hess
2008-12-21mention comments pluginJoey Hess
2008-12-21avoid an uninitialized value warningJoey Hess
2008-12-21openid branch mergedJoey Hess
2008-12-21Merge commit 'smcv/openid'Joey Hess
2008-12-21more reorgJoey Hess
2008-12-21close merged bugsJoey Hess
2008-12-21add another testJoey Hess
2008-12-21Merge commit 'smcv/comments'Joey Hess
2008-12-21Merge branch 'comments'Joey Hess
2008-12-21Another fixed bug in beautify_urlpathhttp://smcv.pseudorandom.co.uk/
2008-12-21trivial bug with patchhttp://smcv.pseudorandom.co.uk/
2008-12-21Another comments improvementSimon McVittie
2008-12-21rssitem.tmpl: include comments URL (HTML only)Simon McVittie
2008-12-21atomitem.tmpl: include comments URLs (HTML and Atom versions)Simon McVittie
2008-12-21comments: substitute commentsurl and atomcommentsurl for use in feedsSimon McVittie
2008-12-21Mention a patch to improve OpenID displayhttp://smcv.pseudorandom.co.uk/
2008-12-21Add a regression test for &openiduserSimon McVittie
2008-12-21openid: 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-21openid: 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-21Record another couple of pending bugfixesSimon McVittie
2008-12-21beautify_urlpath: add a regression testSimon McVittie
2008-12-21beautify_urlpath: if path already starts with ./, don't add another ./Simon McVittie
2008-12-21beautify_urlpath: add ./ before checking for /index.htmlSimon 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-21comments: run pagetemplate hooksSimon McVittie
This fixes the bug that comments are always said to be from an anonymous user at an unknown IP address.