summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2008-09-27typoJoey Hess
2008-09-26htmlscrubber: Add a config setting that can be used to disable the scrubber a...Joey Hess
2008-09-26decode utf-8 in recentchanges_link parameterJoey Hess
2008-09-25tag: Make edit link for new tags ensure that the tags are created inside tagb...Joey Hess
2008-09-25git: Fix handling of utf-8 filenames in recentchanges.Joey Hess
2008-09-25attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess
2008-09-25aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess
2008-09-25recentchanges: Fix redirects to non-page files.Joey Hess
2008-09-23rename: Hide type field from rename form when renaming attachments.Joey Hess
2008-09-23multiple rename support is workingJoey Hess
2008-09-23Merge branch 'master' into tovaJoey Hess
2008-09-23rename, remove: Don't rely on a form parameter to tell whether the page shoul...Joey Hess
2008-09-23factor out fixlinksJoey Hess
2008-09-23factor out do_renameJoey Hess
2008-09-23add checkbox to rename subpages tooJoey Hess
2008-09-23layoutJoey Hess
2008-09-23Print a debug message if a page has multiple source files.Joey Hess
2008-09-23include perl error in warning about openidJoey Hess
2008-09-23Fix typo in skeleton.pm.example: sessionncgi (with extra n)Simon McVittie
2008-09-21remove: redirect via urlto(), avoiding mentions of index.htmlSimon McVittie
2008-09-21recentchanges: construct redirections via urlto(), avoiding mentions of index...Simon McVittie
2008-09-21poll: Use urlto to produce redirection URLs, avoiding mentions of index.htmlSimon McVittie
2008-09-21editpage: beautify redirection URLs, avoiding exposing the implementation det...Simon McVittie
2008-09-20handle templates with special characters in nameJoey Hess
2008-09-20avoid uninitialised value warningJoey Hess
2008-09-20add missing page name sanity checkJoey Hess
2008-09-20avoid warning if percent value is not numericJoey Hess
2008-09-20avoid duplicate template lookupJoey Hess
2008-09-20revert colon part of changeJoey Hess
2008-09-20edittemplate patch from WilluJoey Hess
2008-09-19i18nJoey Hess
2008-09-19progress: Display an error if the progress cannot be parsed, and allow the pe...Joey Hess
2008-09-17fix check for nonexistant contentJoey Hess
2008-09-17store ctime for use by expiry codeJoey Hess
2008-09-17aggregate: Support atom feeds with only a summary element, and no content ele...Joey Hess
2008-09-17editdiff: Broken since 2.62 due to wrong syntax, now fixed.Joey Hess
2008-09-17aggregate: Allow expirecount to work on the first pass. (expireage still need...Joey Hess
2008-09-14rootpage is not a pagespecJoey Hess
2008-09-11listdirectives: Enable use of the directives underlay.Joey Hess
2008-09-11change git hook descriptionJoey Hess
2008-09-09goodstuff updateJoey Hess
2008-09-09img: Support sizes like 200x. Closes: #475149Joey Hess
2008-09-09progress: New plugin to generate progress bars (willu)Joey Hess
2008-09-08ddate: Stop clobbering timeformat when not enabled.Joey Hess
2008-09-08minor optimisationJoey Hess
2008-09-05editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess
2008-09-05UNIVERSAL not used in this pluginJoey Hess
2008-09-02use yesnoJoey Hess
2008-09-02table: Support header=column to make the table header be the first column of ...Joey Hess
2008-09-01filecheck: Fall back to testing for binary or plain text files if no mime typ...Joey Hess