aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
Commit message (Expand)AuthorAge
* 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
* * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-01-29
* avoid redundant recentpages action on the recentchanges page itselfJoey Hess2008-01-29
* added configuration for recentchangesJoey Hess2008-01-29
* improve support for internal pagesJoey Hess2008-01-29
* add refresh hookJoey Hess2008-01-29
* indicate that an internal page will be rendered even if skipping itJoey Hess2008-01-29
* update RecentChanges action to point to pageJoey Hess2008-01-29
* don't render internal-use pages, and document themJoey Hess2008-01-29
* * Improved parentlinks special case for index pages.Joey Hess2007-12-19
* * Avoid unnecessary stat calls to get mtime when rendering pages, useJoey Hess2007-12-12
* releasing version 2.14Joey Hess2007-11-26
* * Support for looking in multiple directories for underlay files.joey2007-08-28
* typojoey2007-07-28
* * Add templatefile hook.joey2007-07-26
* * Fix re-rendering of pages when a linked to page goes away. This was brokenjoey2007-07-26
* * Add a destpage parameter to the filter hook.joey2007-05-17
* optimise backlinks counting for pagestats, simplify function returns againjoey2007-05-12
* * Add the needsbuild hook. Plugins can use this to manipulate which filesjoey2007-05-09
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* oopsjoey2007-04-08
* magic 0joey2007-04-07
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
* * Finally fixed the longstanding inline removal bug.joey2007-03-24
* * The underscore escaping support exposed a bug in edit links: Such linksjoey2007-03-08
* My fix to support encoded underscores in page titles broke links to pagesjoey2007-03-07
* * Changed calling convention for httmllink slightly. The first threejoey2007-02-20
* * Many changes to make ikiwiki very resistant to write failuresjoey2007-02-15
* * Patch based on a patch from Ethan to support relative matching injoey2007-02-06
* code checking for locked pages into a new "lockedit" plugin. Both arejoey2007-02-03
* * Fix handling of discussion links on discussion pages when l10n is used.joey2007-01-18
* * Don't put discussion links on discussion pages.joey2006-12-29
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* * Improve code that ignores files in the underlaydir if the srcdir has ajoey2006-12-28
* the problem with coding while drunk -- idiotic mistakesjoey2006-12-23
* * Avoid creating edit links when not in cgi mode.joey2006-12-23
* * Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey2006-12-21
* foojoey2006-11-26
* * Make sure to check for errors from every eval.joey2006-11-08
* * Implemented expiry options for aggregate plugin.joey2006-11-01
* fix a bugjoey2006-10-28
* instead of over and over. Typical speedup is ~4x. Max possible speedup:joey2006-10-28