summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2011-01-22autoindex: default to autoindex_commit=1 as intendedSimon McVittie
2011-01-22Don't create autoindex pages just because of transient thingsSimon McVittie
2011-01-22Allow autoindex files to be written into the transient underlaySimon McVittie
2011-01-22Merge branch 'ready/autoindex-autofile' into HEADSimon McVittie
2011-01-22autoindex: stop tracking deletions, use generic autofile tracking insteadSimon McVittie
2011-01-22autoindex: use add_autofileSimon McVittie
2011-01-22rename: Fix crash when renaming a page that is linked to by a page in an unde...Joey Hess
2011-01-22comments: Fix XSS security hole due to missing validation of page name.Joey Hess
2011-01-22fix uninitilized value warning on bad page nameJoey Hess
2011-01-07Put newly aggregated pages in the transient underlaySimon McVittie
2011-01-07Only unlink excess recentchanges from srcdir if not in transientdirSimon McVittie
2011-01-07Put recent changes in the transient underlaySimon McVittie
2011-01-07tag: default to tag_autocreate_commit=1 as intendedSimon McVittie
2011-01-07tag: optionally write autocreated tags to the transient underlaySimon McVittie
2011-01-07Add add_literal_underlay and use it for the transient underlaySimon McVittie
2011-01-07Assume obsolete transient pages have the same extension as the changed pageSimon McVittie
2011-01-07GC unused pages in the transient underlaySimon McVittie
2011-01-07Add transient plugin, which adds ~/.ikiwiki/transient as an underlaySimon McVittie
2011-01-06reword feed descsJoey Hess
2011-01-06inline: pass the Atom/RSS titles to the templatesGiuseppe Bilotta
2011-01-05fix urlto(undef)Joey Hess
2011-01-05use cgitemplate, remove misctemplateJoey Hess
2011-01-05add cgitemplateJoey Hess
2011-01-05better handling of relative permalinksJoey Hess
2011-01-05factored out an urlabs from aggregate and cgiJoey Hess
2011-01-05oopsJoey Hess
2011-01-05Export three cgi env vars needed for CGI->url to work.Joey Hess
2011-01-05Fix permalinks to recentchanges items and comments, broken by last release.Joey Hess
2011-01-05typoJoey Hess
2011-01-05remove old unused baseurl parameterJoey Hess
2011-01-05Fix redirect to use a full url.Joey Hess
2011-01-05Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess
2011-01-05unescape tag namesGiuseppe Bilotta
2011-01-04fix patch to not strip a leading "." unless it's part of a pathJoey Hess
2011-01-04fix patch to not expose config setting as a regexpJoey Hess
2011-01-04tag name sanitationGiuseppe Bilotta
2011-01-02remove second parameter to include_javascriptJoey Hess
2010-12-29git: Fix bug involving attempting to web revert a commit that included change...Joey Hess
2010-12-29bugfixJoey Hess
2010-12-29Add a second parameter to the rcs_diff hook, and avoid bloating memory readin...Joey Hess
2010-12-29Update highlight plugin for highlight api.David Bremner
2010-12-28monotone.pm: while we're still only checking the major and minorThomas Keller
2010-12-26teximg: Use `\[` and `\]` instead of not recommended `$$`.Paul Menzel
2010-12-25use CGI->url to get current absolute cgi url for openid login processJoey Hess
2010-12-25revert cgiurl change that broke openid loginJoey Hess
2010-12-25editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess
2010-12-25inline: Force an absolute page location when the inline postform is used.Joey Hess
2010-12-25indentJoey Hess
2010-12-25fix commentJoey Hess
2010-12-22po: do not override homepage title when it was overridden.intrigeri