summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
2010-04-16--gettime revampJoey Hess
2010-04-04Fix some typos that would break Render during changed-link calculationSimon 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-03-28don't check $@ after pagespec_translateJoey Hess
2010-02-28Add new --clean option; this makes ikiwiki remove all built files in the dest...Joey Hess
2010-02-03fix bugs in `find_src_files()`.David Riebenbauer
2010-02-02Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer
2010-02-02Process files from @autofiles in refresh().David Riebenbauer
2010-02-02Code deduplication fin find_src_files()David Riebenbauer
2010-01-04fix actions accountingJoey Hess
2010-01-02Fix several places that did not properly handle capitalization of the discuss...Joey Hess
2009-12-02fix inverted testJoey Hess
2009-11-30fix bestlink to not return just-deleted pagesJoey Hess
2009-11-08Moved the postscan hook to run on the raw html of a page, before the template...Joey Hess
2009-10-21Fix a bug introduced in the last version that caused ikiwiki to skip all file...Joey Hess
2009-10-08Merge branch 'master' into dependency-typesJoey Hess
2009-10-08Optimize away most expensive file prune calls, when refreshingJoey Hess
2009-10-07fix backlink new change detection codeJoey Hess
2009-10-06typoJoey Hess
2009-10-06fix support of a single dependency that combines links and exists typesJoey Hess
2009-10-06fix handling of links+content dependencyJoey Hess
2009-10-06refactor 3Joey Hess
2009-10-06refresh refactor 2Joey Hess
2009-10-05split up refreshJoey Hess
2009-10-05new link change detection method and general code reworkJoey Hess
2009-10-05make links dependencies fire if broken links changeJoey Hess
2009-10-05implement links dependenciesJoey Hess
2009-10-05typosJoey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04Merge branch 'dependency-types' into transitive-dependenciesJoey Hess
2009-10-03implement support for DEPEND_EXISTSJoey Hess
2009-10-02minor optimisationJoey Hess
2009-10-02handle transitive dependencies by re-running dep resolverJoey Hess
2009-09-11got rid of the postrefresh hook after allJoey Hess
2009-09-10Revivify unixauth and rsync plugins (and hook needed by rsync) lost inAmitai Schlair
2009-09-10remove hook not used by cvsJoey Hess
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-28<pedant>rename depends_exact to depends_simpleJoey Hess
2009-08-28Avoid duplicating debug message for building a page due to a dependencySimon McVittie
2009-08-28Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie
2009-08-28Fix typo in dependency debug messageSimon McVittie
2009-08-28Add depends_exact: simplified dependency tracking for dependencies on a singl...Simon McVittie
2009-08-25don't use pagespec_match_listJoey Hess
2009-08-25use pagespec_match_listSimon McVittie
2009-08-25Use a hash to de-duplicate dependenciesSimon McVittie
2009-08-24Optimize the dependencies listSimon McVittie
2009-08-23Add rsync plugin, though the only rsync-specific thing about it is theAmitai Schlair
2009-08-14optimise brokenlinks by gathering the data when calculating backlinksJoey Hess