summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Expand)Author
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
2008-09-05editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess
2008-07-26historyurl can be undefJoey Hess
2008-07-23Rebuild pages that change their type.Gabriel McManus
2008-07-21Add allow_symlinks_before_srcdir config settingJoey Hess
2008-07-17Add a postscan hook.Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
2008-07-12avoid hardlinking files owned by othersJoey Hess
2008-07-06editpage escaping fixesJoey Hess
2008-07-01fix expensive move code pathJoey Hess
2008-07-01break out fast_file_copyJoey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-06-04Filter hooks are no longer called during the scan phase. This will prevent wi...Joey Hess
2008-05-08load plugins before printing messagesJoey Hess
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
2008-05-07Optimised file statting code when scanning for modified pages; cut the number...Joey Hess
2008-03-29Added a hardlink option in the setup file, useful if the source and dest are ...Joey Hess
2008-02-24avoid calling getctime on internal pagesJoey Hess
2008-02-11* Add the linkify and scan hooks. These hooks can be used to implementJoey Hess
2008-02-09* Page templates can now use CTIME to show when the page was created.Joey Hess
2008-02-07* Don't die if running with --getctime and rcs_getctime throws an error.Joey Hess
2008-02-02* Revert preservation of input file modification times in output files,Joey Hess
2008-01-30move recentchanges link enabling into a pagetemplate hookJoey Hess
2008-01-29avoid temp varJoey Hess
2008-01-29don't scan internal pagesJoey Hess
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
2008-01-29avoid redundant recentpages action on the recentchanges page itselfJoey Hess
2008-01-29added configuration for recentchangesJoey Hess
2008-01-29improve support for internal pagesJoey Hess
2008-01-29add refresh hookJoey Hess
2008-01-29indicate that an internal page will be rendered even if skipping itJoey Hess
2008-01-29update RecentChanges action to point to pageJoey Hess
2008-01-29don't render internal-use pages, and document themJoey Hess
2007-12-19* Improved parentlinks special case for index pages.Joey Hess
2007-12-12* Avoid unnecessary stat calls to get mtime when rendering pages, useJoey Hess