summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2010-04-06minor style etc changesJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
2010-04-06Merge remote branch 'smcv/ready/link-types'Joey Hess
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-05fix bug that left stray </p> tagsJoey Hess
2010-04-04Remove the typedlink(tag foo) pagespec feature, which is less friendly than t...Simon McVittie
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Make sure deleted tag pages don't get recreated.David Riebenbauer
2010-04-03Revert "Revert the effects of find_del_files() for (re)autoadded files."David Riebenbauer
2010-04-03Check for existence off srcfile in add_autofileDavid Riebenbauer
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
2010-04-03Remove support for check_cmp_foo (pre-sort checks)Simon McVittie
2010-04-03Split out sortnaturally into a pluginSimon McVittie
2010-03-28don't check $@ after pagespec_translateJoey Hess
2010-03-26Fix incorrect influence info returned by a failing link() pagespec, that coul...Joey Hess
2010-03-25Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie
2010-03-24Allow sorting to be combined and/or reversedSimon McVittie
2010-03-24Allow hooks to add sorting functions to pagespec_match_listSimon McVittie
2010-03-19shorten setuptypeJoey Hess
2010-03-19allow multiple setup file types, and support safe parsingJoey Hess
2010-03-19audited use POSIXJoey Hess
2010-03-17add Makefile to exclude exampleJoey Hess
2010-03-17set exclude example to match *.private and improve its descriptionJoey Hess
2010-03-14slight optimisation to file_prunedJoey Hess
2010-03-14Add a include setting, which can be used to make ikiwiki process wiki source ...Joey Hess
2010-03-13Improve openid url munging; do not display anchors and cgi parameters, as use...Joey Hess
2010-02-28Add new --clean option; this makes ikiwiki remove all built files in the dest...Joey Hess
2010-02-26Loosen regexp, to allow empty quoted parameters in directives.Joey Hess
2010-02-14add ngettext support & optimize gettext handlingJoey Hess
2010-02-11Allow globs to be used in user() pagespecs.Joey Hess
2010-02-11httpauth: Add httpauth_pagespec setting that can be used to limit pages to on...Joey Hess
2010-02-06update comment re openid library versionJoey Hess
2010-02-04factor out a userpage functionJoey Hess
2010-02-04remove userlink()Joey Hess
2010-02-03Revert "Make srcfile() return undef, if the file isn't there."David Riebenbauer
2010-02-02Export add_autofile() for use in Plugins.David Riebenbauer
2010-02-02Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer
2010-02-02Add a function add_autofiles().David Riebenbauer
2010-02-02Make srcfile() return undef, if the file isn't there.David Riebenbauer
2009-12-14fix typoJoey Hess
2009-11-30fix bestlink to not return just-deleted pagesJoey Hess
2009-11-26calendar: Add title attributes for all links in the calendars.Joey Hess
2009-11-26htmllink: allow a title attribute to be specifiedJoey Hess
2009-10-13remove debugging and cruftJoey Hess
2009-10-13influence blocker implementationJoey Hess
2009-10-13match_link: dynamic influence needed for page that currently has no linksJoey Hess
2009-10-09add_depends: optimise influence calculationJoey Hess
2009-10-09rework influence calculationJoey Hess
2009-10-09fix pagespec_match_list handling of list parameterJoey Hess
2009-10-09pagespec_match_list: change limit to filterJoey Hess