aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
Commit message (Expand)AuthorAge
...
| | * | | | Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer2010-02-02
| | * | | | Add a function add_autofiles().David Riebenbauer2010-02-02
| | * | | | Make srcfile() return undef, if the file isn't there.David Riebenbauer2010-02-02
* | | | | | improved fix for depends_simple_mixupJoey Hess2010-04-22
* | | | | | indentJoey Hess2010-04-21
| |_|_|_|/ |/| | | |
* | | | | add missing undef guard in derelJoey Hess2010-04-21
| |_|_|/ |/| | |
* | | | layoutJoey Hess2010-04-21
* | | | Always give createlink class to links to nonexistent pagesGiuseppe Bilotta2010-04-21
| |_|/ |/| |
* | | remove 2 argument form of file_prunedJoey Hess2010-04-20
* | | unfinished file_prune revampJoey Hess2010-04-17
|/ /
* | automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
* | --gettime revampJoey Hess2010-04-16
* | refactor sortspec translationJoey Hess2010-04-12
* | optimization: pagespec_match_list with no num limit matches before sortingJoey Hess2010-04-11
* | minor style etc changesJoey Hess2010-04-06
* | Merge remote branch 'smcv/ready/sort-package'Joey Hess2010-04-06
|\ \
| * | Use $a and $b for SortSpec cmp callbacksSimon McVittie2010-04-05
| * | Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie2010-04-03
| * | Remove support for check_cmp_foo (pre-sort checks)Simon McVittie2010-04-03
| * | Split out sortnaturally into a pluginSimon McVittie2010-04-03
| * | Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie2010-03-25
| * | Allow sorting to be combined and/or reversedSimon McVittie2010-03-24
| * | Allow hooks to add sorting functions to pagespec_match_listSimon McVittie2010-03-24
* | | Merge remote branch 'smcv/ready/link-types'Joey Hess2010-04-06
|\ \ \
| * | | Remove the typedlink(tag foo) pagespec feature, which is less friendly than t...Simon McVittie2010-04-04
| * | | implement typed links; add tagged_is_strict config optionSimon McVittie2010-04-04
* | | | fix bug that left stray </p> tagsJoey Hess2010-04-05
|/ / /
* | | don't check $@ after pagespec_translateJoey Hess2010-03-28
* | | Fix incorrect influence info returned by a failing link() pagespec, that coul...Joey Hess2010-03-26
|/ /
* | shorten setuptypeJoey Hess2010-03-19
* | allow multiple setup file types, and support safe parsingJoey Hess2010-03-19
* | audited use POSIXJoey Hess2010-03-19
* | add Makefile to exclude exampleJoey Hess2010-03-17
* | set exclude example to match *.private and improve its descriptionJoey Hess2010-03-17
* | slight optimisation to file_prunedJoey Hess2010-03-14
* | Add a include setting, which can be used to make ikiwiki process wiki source ...Joey Hess2010-03-14
* | Improve openid url munging; do not display anchors and cgi parameters, as use...Joey Hess2010-03-13
* | Add new --clean option; this makes ikiwiki remove all built files in the dest...Joey Hess2010-02-28
* | Loosen regexp, to allow empty quoted parameters in directives.Joey Hess2010-02-26
* | add ngettext support & optimize gettext handlingJoey Hess2010-02-14
* | Allow globs to be used in user() pagespecs.Joey Hess2010-02-11
* | httpauth: Add httpauth_pagespec setting that can be used to limit pages to on...Joey Hess2010-02-11
* | update comment re openid library versionJoey Hess2010-02-06
* | factor out a userpage functionJoey Hess2010-02-04
* | remove userlink()Joey Hess2010-02-04
|/
* fix typoJoey Hess2009-12-14
* fix bestlink to not return just-deleted pagesJoey Hess2009-11-30
* calendar: Add title attributes for all links in the calendars.Joey Hess2009-11-26
* htmllink: allow a title attribute to be specifiedJoey Hess2009-11-26
* remove debugging and cruftJoey Hess2009-10-13