Merge branch 'master' of git://github.com/joeyh/ikiwiki
[ikiwiki.git] / IkiWiki / Render.pm
2008-02-10 Joey Hess* Page templates can now use CTIME to show when the...
2008-02-08 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-08 Joey Hess* Don't die if running with --getctime and rcs_getctime...
2008-02-05 Joey HessMerge branch 'master' into prefix-directives
2008-02-03 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-03 Joey Hess* Revert preservation of input file modification times...
2008-01-30 Joey Hessmove recentchanges link enabling into a pagetemplate...
2008-01-30 Joey HessMerge git://git.samba.org/jelmer/ikiwiki
2008-01-29 Joey Hessavoid temp var
2008-01-29 Joey Hessdon't scan internal pages
2008-01-29 Joey Hess* meta: Add pagespec functions to match against title...
2008-01-29 Joey Hessavoid redundant recentpages action on the recentchanges...
2008-01-29 Joey Hessadded configuration for recentchanges
2008-01-29 Joey Hessimprove support for internal pages
2008-01-29 Joey Hessadd refresh hook
2008-01-29 Joey Hessindicate that an internal page will be rendered even...
2008-01-29 Joey Hessupdate RecentChanges action to point to page
2008-01-29 Joey Hessdon't render internal-use pages, and document them
2007-12-19 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-19 Joey Hess* Improved parentlinks special case for index pages.
2007-12-12 Joey Hess* Avoid unnecessary stat calls to get mtime when render...
2007-11-26 Joey Hessreleasing version 2.14 2.14
2007-08-28 joey* Support for looking in multiple directories for under...
2007-07-28 joeytypo
2007-07-26 joey* Add templatefile hook.
2007-07-26 joey* Fix re-rendering of pages when a linked to page goes...
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-05-12 joeyoptimise backlinks counting for pagestats, simplify...
2007-05-09 joey* Add the needsbuild hook. Plugins can use this to...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-08 joeyoops
2007-04-07 joeymagic 0
2007-04-01 joey* Finally apply the index.html patch, with thanks to...
2007-03-31 joey* Hide excess backlinks and expand using CSS trick...
2007-03-24 joey* Finally fixed the longstanding inline removal bug.
2007-03-08 joey* The underscore escaping support exposed a bug in...
2007-03-07 joeyMy fix to support encoded underscores in page titles...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-15 joey* Many changes to make ikiwiki very resistant to write...
2007-02-06 joey* Patch based on a patch from Ethan to support relative...
2007-02-03 joey code checking for locked pages into a new "lockedit...
2007-01-18 joey* Fix handling of discussion links on discussion pages...
2006-12-29 joey* Don't put discussion links on discussion pages.
2006-12-29 joey* Initial work on internationalization of the program...
2006-12-28 joey* Improve code that ignores files in the underlaydir...
2006-12-23 joeythe problem with coding while drunk -- idiotic mistakes
2006-12-23 joey* Avoid creating edit links when not in cgi mode.
2006-12-21 joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-11-26 joeyfoo
2006-11-08 joey* Make sure to check for errors from every eval.
2006-11-01 joey* Implemented expiry options for aggregate plugin.
2006-10-28 joeyfix a bug
2006-10-28 joey instead of over and over. Typical speedup is ~4x...
2006-10-28 joey* Add a separate pass to find page links, and only...
2006-10-08 joey* Change %renderedfiles to store an array of files...
2006-09-21 joey* Add --render mode, which can be used to preview an...
2006-09-09 joey* Work on firming up the plugin interface:
2006-08-31 joeydrop the loop number to 3, 10 seems a bit much..
2006-08-28 joey* Change htmlize, format, and sanitize hooks to use...
2006-08-27 joeyfix reference counting oops
2006-08-27 joeyre-emit unprocessed preprocessor directives in full...
2006-08-26 joeyadded info
2006-08-26 joeyswitch to > n (currently 10) cycle loop protection...
2006-08-25 joeyuse a hash
2006-08-25 joey* Generalised preprocesser loop protection code.
2006-08-23 joeyremove unused option
2006-08-23 joey* Change order of linkify and preprocess; first preproc...
2006-08-23 joeyupdate
2006-08-23 joeyfixes
2006-08-23 joey* Allow preprocessor directives to contain python-like...
2006-08-23 joey* Allow preprocessor directives to span multiple lines...
2006-08-22 joeyrevert broken parentlinks fix, which was broken, explai...
2006-08-21 joey* Clean up behavior with broken parentlinks.
2006-08-21 joey* Fixed a bug with previews of subpages having broken...
2006-08-13 joey* The last release accidentially installed ikiwiki...
2006-08-04 joey* Don't run tidy with -xml as that fails if the input...
2006-08-04 joeyuse htmlpage a couple of places instead of hardcoding...
2006-08-02 joey* Renamed GlobLists to PageSpecs.
2006-07-30 joey* ikiwiki can now download and aggregate feeds with...
2006-07-30 joey* Add a run_hooks function for the common task of runni...
2006-07-29 joey * Build-depend on libtext-wikiformat-perl, so that...
2006-07-27 joey* Switch pagetemplate hooks to using named parameters.
2006-07-27 joey* Patch from Enrico that
2006-07-26 joey* Run page through any relevant filters when generating...
2006-07-05 joeyEncode:: cleanup from Recai
2006-07-04 joey* Improve display of parentlinks and page title of...
2006-07-04 joey * Work around very innefficient behavior in File...
2006-07-03 joeyuse "use open" pragma to avoid manually needing to...
2006-07-03 joey* Support htmlize plugins and make mdwn one such plugin...
2006-07-03 joey* Introduce add_plugins and disable_plugins config...
2006-07-03 joeyEncode is used in nearly all code paths so stop loading...
2006-07-03 joey* Support pages with utf8 filenames. Patch by Faidon...
2006-07-02 joey* Centralised all calls to HTML::Template and force...
2006-07-02 joeyperl bugnum and refix
2006-07-02 joey so make sure to let perl know it should be handled...
2006-07-02 joey* POSIX::strftime doesn't know about encodings and...
2006-07-02 joey* Honor LC_CTIME when formatting a time for display...
2006-06-16 joey* Put back the encode_utf8 in the input to markdown...
2006-06-11 joey* Patch from Recai Oktaş to improve utf-8 support,...
2006-06-02 joey* Reorganised the doc wiki's todo/* pages, using a...
next