summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2009-03-15Fix bug that caused weird things to appear as page types.Joey Hess
2009-03-13unknown option wording tweakJoey Hess
2009-02-19Add noextension parameter to htmlize hooks to support, eg, Makefile.Joey Hess
2009-02-12move check_canedit, check_content to IkiWiki library from editpageJoey Hess
2009-01-24clarify description of verboseJoey Hess
2009-01-20add human-readable error when unknown pagespec function is calledJoey Hess
2009-01-12export installdirJoey Hess
2009-01-10Consistently allow use of relative paths in all PageSpecs that take a page na...Joey Hess
2009-01-10refactor pagespec derelevitisation codeJoey Hess
2009-01-03yesno: Always accept English even when localised.Joey Hess
2008-12-26Merge branch 'master' into nextJoey Hess
2008-12-26inline: Run format hook firstJoey Hess
2008-12-23hack to avoid globlist deprecaton message false positiveJoey Hess
2008-12-23Add deprecation warning for GlobLists, which will stop working in 3.0.Joey Hess
2008-12-23remove globlist supportJoey Hess
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-23enable prefix_directives by defaultJoey Hess
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
2008-12-18clarifyJoey Hess
2008-12-17don't rely on $@Joey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-12-11inline: Support feedfile option to change the filename of the feed generated.Joey Hess
2008-11-26fix handling of wrappergroup optionJoey Hess
2008-11-20avoid adding ./ to urls unnecessarilyJoey Hess
2008-11-12check for invalid utf-8, and toss it back to avoid crashesJoey Hess
2008-11-11make unlockwiki drop the cgilockJoey Hess
2008-11-11lockwiki changesJoey Hess
2008-11-09Fix the link() pagespec to match links that are internally recorded as absolute.Joey Hess
2008-11-07document wikistatedir, though it's still internalJoey Hess
2008-11-06meta: Plugin is now enabled by default since the basewiki uses it.Joey Hess
2008-10-29allow_symlinks_before_srcdir is a booleanJoey Hess
2008-10-23untrusted committers code seems to be fully workingJoey Hess
2008-10-23more work on untrusted committersJoey Hess
2008-10-22initial support for git repos with untrusted committersJoey Hess
2008-10-21function injection overhaulJoey Hess
2008-10-19add displaytime hookJoey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-17add_underlay: avoid adding the same underlay twiceJoey Hess
2008-10-08lockedit: Support specifying which users (and IP addresses) a page is locked ...Joey Hess
2008-10-01typoJoey Hess
2008-09-29add newpagefile functionJoey Hess
2008-09-29Add indexpages optionJoey Hess
2008-09-27editpage: Be more aggressive (and less buggy) about cleaning up temporary fil...Joey Hess
2008-09-27Add %wikistate, which is like %pagestate except not specific to a given page,...Joey Hess
2008-09-27Reorganize index file, add a format version field.Joey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-23Add keepextension parameter to htmlize hook. (Willu)Joey Hess
2008-09-11Improve error message if external plugin fails to load. Closes: #498458Joey Hess
2008-09-09Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.Joey Hess