aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* 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
| * Use a hash to de-duplicate dependenciesSimon McVittie2009-08-25
| * Optimize the dependencies listSimon McVittie2009-08-24
| * optimise brokenlinks by gathering the data when calculating backlinksJoey Hess2009-08-14
| * Add discussionpage configuration settingJoey Hess2009-08-13
* | Add rsync plugin, though the only rsync-specific thing about it is theAmitai Schlair2009-08-23
|/
* fix some more foreaches that clal functions to not use $_Joey Hess2009-08-12
* Merge commit 'remotes/smcv/ready/among'Joey Hess2009-07-31
|\
| * IkiWiki::Render: split out backlink_pages() function from backlinks()Simon McVittie2009-07-17
* | Change rendering→building in translatable strings, to ease translations.Jonas Smedegaard2009-07-23
* | split two helper functions of of render()Joey Hess2009-07-20
|/
* Disable the Preferences link if no plugin with an auth hook is enabled.Joey Hess2009-06-09
* fix further places where translated discussion case was assumedJoey Hess2009-06-04
* Avoid relying on translators preserving the case when translating "discussion...Joey Hess2009-06-04
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* set ctime in --render mode if not knownJoey Hess2008-10-30
* fix display of error msgJoey Hess2008-10-29
* fix relativedate timezone inclusionJoey Hess2008-10-19