summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
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
2009-08-13Add discussionpage configuration settingJoey Hess
2009-08-12fix some more foreaches that clal functions to not use $_Joey Hess
2009-07-31Merge commit 'remotes/smcv/ready/among'Joey Hess
2009-07-23Change rendering→building in translatable strings, to ease translations.Jonas Smedegaard
2009-07-20split two helper functions of of render()Joey Hess
2009-07-17IkiWiki::Render: split out backlink_pages() function from backlinks()Simon McVittie
2009-06-09Disable the Preferences link if no plugin with an auth hook is enabled.Joey Hess
2009-06-04fix further places where translated discussion case was assumedJoey Hess
2009-06-04Avoid relying on translators preserving the case when translating "discussion...Joey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-10-30set ctime in --render mode if not knownJoey Hess
2008-10-29fix display of error msgJoey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-17relativedate: New javascript-alicious plugin that makes all dates display rel...Joey Hess
2008-09-29use gettextJoey Hess
2008-09-23Print a debug message if a page has multiple source files.Joey Hess