aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* refactor autofilesJoey Hess2010-04-17
* whitespaceJoey Hess2010-04-17
* Merge remote branch 'davrieb/autotag' into autotagJoey Hess2010-04-17
|\
| * Make sure deleted tag pages don't get recreated.David Riebenbauer2010-04-03
| * Revert "Revert the effects of find_del_files() for (re)autoadded files."David Riebenbauer2010-04-03
| * fix bugs in `find_src_files()`.David Riebenbauer2010-02-03
| * Revert the effects of find_del_files() for (re)autoadded files.David Riebenbauer2010-02-02
| * Process files from @autofiles in refresh().David Riebenbauer2010-02-02
| * Code deduplication fin find_src_files()David Riebenbauer2010-02-02
* | automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
* | --gettime revampJoey Hess2010-04-16
* | Fix some typos that would break Render during changed-link calculationSimon McVittie2010-04-04
* | implement typed links; add tagged_is_strict config optionSimon McVittie2010-04-04
* | don't check $@ after pagespec_translateJoey Hess2010-03-28
* | Add new --clean option; this makes ikiwiki remove all built files in the dest...Joey Hess2010-02-28
|/
* fix actions accountingJoey Hess2010-01-04
* Fix several places that did not properly handle capitalization of the discuss...Joey Hess2010-01-02
* fix inverted testJoey Hess2009-12-02
* fix bestlink to not return just-deleted pagesJoey Hess2009-11-30
* Moved the postscan hook to run on the raw html of a page, before the template...Joey Hess2009-11-08
* Fix a bug introduced in the last version that caused ikiwiki to skip all file...Joey Hess2009-10-21
* Merge branch 'master' into dependency-typesJoey Hess2009-10-08
|\
| * Optimize away most expensive file prune calls, when refreshingJoey Hess2009-10-08
* | fix backlink new change detection codeJoey Hess2009-10-07
* | typoJoey Hess2009-10-06
* | fix support of a single dependency that combines links and exists typesJoey Hess2009-10-06
* | fix handling of links+content dependencyJoey Hess2009-10-06
* | refactor 3Joey Hess2009-10-06
* | refresh refactor 2Joey Hess2009-10-06
* | split up refreshJoey Hess2009-10-05
* | new link change detection method and general code reworkJoey Hess2009-10-05
* | make links dependencies fire if broken links changeJoey Hess2009-10-05
* | implement links dependenciesJoey Hess2009-10-05
* | typosJoey Hess2009-10-05
* | rework dependency types codeJoey Hess2009-10-04
* | Merge branch 'dependency-types' into transitive-dependenciesJoey Hess2009-10-04
|\ \
| * | implement support for DEPEND_EXISTSJoey Hess2009-10-03
| |/
* | minor optimisationJoey Hess2009-10-02
* | handle transitive dependencies by re-running dep resolverJoey Hess2009-10-02
|/
* got rid of the postrefresh hook after allJoey Hess2009-09-11
* Revivify unixauth and rsync plugins (and hook needed by rsync) lost inAmitai Schlair2009-09-10
* remove hook not used by cvsJoey Hess2009-09-10
* Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair2009-08-30
|\
| * <pedant>rename depends_exact to depends_simpleJoey Hess2009-08-28
| * Avoid duplicating debug message for building a page due to a dependencySimon McVittie2009-08-28
| * Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie2009-08-28
| * Fix typo in dependency debug messageSimon McVittie2009-08-28
| * Add depends_exact: simplified dependency tracking for dependencies on a singl...Simon McVittie2009-08-28
| * don't use pagespec_match_listJoey Hess2009-08-25
| * use pagespec_match_listSimon McVittie2009-08-25