summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2010-03-26Fix incorrect influence info returned by a failing link() pagespec, that coul...Joey Hess
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
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
2009-10-09pagespec_match_list allow additional pagespec limit parameters againJoey Hess
2009-10-09conditional: use yesnoJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
2009-10-08Merge branch 'master' into dependency-typesJoey Hess
2009-10-08Optimize away most expensive file prune calls, when refreshingJoey Hess
2009-10-08use_pagespec: do not fail with error when unable to match, unless it failsJoey Hess
2009-10-08add use_pagespec and deptype functionsJoey Hess
2009-10-08fix handling of influences of pagespecs that fail to matchJoey Hess
2009-10-07bugfixJoey Hess
2009-10-07add type info to influence informationJoey Hess
2009-10-07convert add_depends to use influencesJoey Hess
2009-10-07add influence info to match_*Joey Hess
2009-10-07make success and failreason objects carry an influences hashJoey Hess
2009-10-06add_depends should default to content dependencies if unknown type specifiedJoey Hess
2009-10-06oops!!Joey Hess
2009-10-06support backlink() in pagespecs for links dependenciesJoey Hess
2009-10-05implement links dependenciesJoey Hess
2009-10-04add test suite for add_dependsJoey Hess
2009-10-04Merge branch 'master' into dependency-typesJoey Hess
2009-10-04remove /i from regexpJoey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04expand the set of things that can be matched contentlessJoey Hess