aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* <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
* 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
* relativedate: New javascript-alicious plugin that makes all dates display rel...Joey Hess2008-10-17
* use gettextJoey Hess2008-09-29
* Print a debug message if a page has multiple source files.Joey Hess2008-09-23
* editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess2008-09-05
* historyurl can be undefJoey Hess2008-07-26
* Rebuild pages that change their type.Gabriel McManus2008-07-23
* Add allow_symlinks_before_srcdir config settingJoey Hess2008-07-21
* Add a postscan hook.Joey Hess2008-07-17
* pedigree rename to parentlinks: rename/adapt everythingintrigeri2008-07-15
* avoid hardlinking files owned by othersJoey Hess2008-07-12
* editpage escaping fixesJoey Hess2008-07-06
* fix expensive move code pathJoey Hess2008-07-01
* break out fast_file_copyJoey Hess2008-07-01
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
* Filter hooks are no longer called during the scan phase. This will prevent wi...Joey Hess2008-06-04
* load plugins before printing messagesJoey Hess2008-05-08
* amazon s3 support implemented and kinda workingJoey Hess2008-05-07
* Optimised file statting code when scanning for modified pages; cut the number...Joey Hess2008-05-07
* Added a hardlink option in the setup file, useful if the source and dest are ...Joey Hess2008-03-29
* avoid calling getctime on internal pagesJoey Hess2008-02-24
* * Add the linkify and scan hooks. These hooks can be used to implementJoey Hess2008-02-11
* * Page templates can now use CTIME to show when the page was created.Joey Hess2008-02-09
* * Don't die if running with --getctime and rcs_getctime throws an error.Joey Hess2008-02-07
* * Revert preservation of input file modification times in output files,Joey Hess2008-02-02
* move recentchanges link enabling into a pagetemplate hookJoey Hess2008-01-30
* avoid temp varJoey Hess2008-01-29
* don't scan internal pagesJoey Hess2008-01-29