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