Age | Commit message (Expand) | Author |
2010-04-04 | implement typed links; add tagged_is_strict config option | Simon McVittie |
2010-04-03 | Make sure deleted tag pages don't get recreated. | David Riebenbauer |
2010-04-03 | Revert "Revert the effects of find_del_files() for (re)autoadded files." | David Riebenbauer |
2010-03-28 | don't check $@ after pagespec_translate | Joey Hess |
2010-02-28 | Add new --clean option; this makes ikiwiki remove all built files in the dest... | Joey Hess |
2010-02-03 | fix bugs in `find_src_files()`. | David Riebenbauer |
2010-02-02 | Revert the effects of find_del_files() for (re)autoadded files. | David Riebenbauer |
2010-02-02 | Process files from @autofiles in refresh(). | David Riebenbauer |
2010-02-02 | Code deduplication fin find_src_files() | David Riebenbauer |
2010-01-04 | fix actions accounting | Joey Hess |
2010-01-02 | Fix several places that did not properly handle capitalization of the discuss... | Joey Hess |
2009-12-02 | fix inverted test | Joey Hess |
2009-11-30 | fix bestlink to not return just-deleted pages | Joey Hess |
2009-11-08 | Moved the postscan hook to run on the raw html of a page, before the template... | Joey Hess |
2009-10-21 | Fix a bug introduced in the last version that caused ikiwiki to skip all file... | Joey Hess |
2009-10-08 | Merge branch 'master' into dependency-types | Joey Hess |
2009-10-08 | Optimize away most expensive file prune calls, when refreshing | Joey Hess |
2009-10-07 | fix backlink new change detection code | Joey Hess |
2009-10-06 | typo | Joey Hess |
2009-10-06 | fix support of a single dependency that combines links and exists types | Joey Hess |
2009-10-06 | fix handling of links+content dependency | Joey Hess |
2009-10-06 | refactor 3 | Joey Hess |
2009-10-06 | refresh refactor 2 | Joey Hess |
2009-10-05 | split up refresh | Joey Hess |
2009-10-05 | new link change detection method and general code rework | Joey Hess |
2009-10-05 | make links dependencies fire if broken links change | Joey Hess |
2009-10-05 | implement links dependencies | Joey Hess |
2009-10-05 | typos | Joey Hess |
2009-10-04 | rework dependency types code | Joey Hess |
2009-10-04 | Merge branch 'dependency-types' into transitive-dependencies | Joey Hess |
2009-10-03 | implement support for DEPEND_EXISTS | Joey Hess |
2009-10-02 | minor optimisation | Joey Hess |
2009-10-02 | handle transitive dependencies by re-running dep resolver | Joey Hess |
2009-09-11 | got rid of the postrefresh hook after all | Joey Hess |
2009-09-10 | Revivify unixauth and rsync plugins (and hook needed by rsync) lost in | Amitai Schlair |
2009-09-10 | remove hook not used by cvs | Joey Hess |
2009-08-30 | Merge branch 'master' of git://github.com/joeyh/ikiwiki | Amitai Schlair |
2009-08-28 | <pedant>rename depends_exact to depends_simple | Joey Hess |
2009-08-28 | Avoid duplicating debug message for building a page due to a dependency | Simon McVittie |
2009-08-28 | Force %depends_exact to lower case, fixing incorrect case-sensitivity | Simon McVittie |
2009-08-28 | Fix typo in dependency debug message | Simon McVittie |
2009-08-28 | Add depends_exact: simplified dependency tracking for dependencies on a singl... | Simon McVittie |
2009-08-25 | don't use pagespec_match_list | Joey Hess |
2009-08-25 | use pagespec_match_list | Simon McVittie |
2009-08-25 | Use a hash to de-duplicate dependencies | Simon McVittie |
2009-08-24 | Optimize the dependencies list | Simon McVittie |
2009-08-23 | Add rsync plugin, though the only rsync-specific thing about it is the | Amitai Schlair |
2009-08-14 | optimise brokenlinks by gathering the data when calculating backlinks | Joey Hess |
2009-08-13 | Add discussionpage configuration setting | Joey Hess |
2009-08-12 | fix some more foreaches that clal functions to not use $_ | Joey Hess |