]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/inline.pm
change word
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
2006-10-08  joey* Change %renderedfiles to store an array of files...
2006-09-25  joey * inline: Add ability to sort by page name, based...
2006-09-09  joey* Work on firming up the plugin interface:
2006-09-06  joey* Include <link rel> tag for RSS feeds, used by some...
2006-09-03  joey* Fix another destpage issue in the inline directive...
2006-09-03  joeyreleasing version 1.23
2006-08-28  joeydon't add actions if all empty
2006-08-28  joey* Patch from James Westby to add an actions option...
2006-08-28  joey* Change htmlize, format, and sanitize hooks to use...
2006-08-26  joey* Patch from James Westby to allow a description to...
2006-08-25  joey* Generalised preprocesser loop protection code.
2006-08-23  joey* Change order of linkify and preprocess; first preproc...
2006-08-22  joey* Fix a bug introduced last version to do with nested...
2006-08-18  joey* Support inlining pages raw, rather than creating a blog.
2006-08-18  joey* Call filter hooks on inlined page content.
2006-08-15  joeyavoid undefined value warning in some case
2006-08-12  joeyreleasing version 1.17
2006-08-12  joey* Set die_on_bad_params => 0 for all templates, to...
2006-08-05  joey* Fix dates in rss feeds if running localised, so they...
2006-08-04  joeyneed to make it really utf8 or the url encode won't work
2006-08-04  joeyfix
2006-08-04  joey* Encode link and guid urls in rss feeds to avoid illeg...
2006-08-04  joey* Make aggregator save permalinks and author name to...
2006-08-02  joey* Renamed GlobLists to PageSpecs.
2006-08-01  joeytypo
2006-08-01  joey* Patch from Roland Mas to support an rss=no parameter...
2006-07-31  joeyfix title metadata on blogs, reorg needed to do it...
2006-07-30  joey* Title metadata of inlined pages now shows up in blogs...
2006-07-30  joey* Add a run_hooks function for the common task of runni...
2006-07-29  joey* Allow preprocessor directives to be expanded in inlin...
2006-07-29  joey* Put categories in rss feeds for tagged items.
2006-07-27  joey* Switch pagetemplate hooks to using named parameters.
2006-07-27  joey - Adds a tag plugin that allows more easily tagging...
2006-07-04  joey* Don't sent pings if the wiki is being rebuilt.
2006-07-03  joeyuse "use open" pragma to avoid manually needing to...
2006-07-02  joeyremove the blog_list sub, only used one place and simpl...
2006-07-02  joey* Centralised all calls to HTML::Template and force...
2006-06-27  joeydon't die fatally here
2006-06-27  joey* Support pinging services such as Technorati using...
2006-06-08  joey* Fix absolute url munging in rss generation to support...
2006-06-02  joey* Reorganised the doc wiki's todo/* pages, using a...
2006-05-29  joey* Add --timeformat config option to allow changing...
2006-05-26  joey* --getctime had bitrotted (well I only ever used it...
2006-05-26  joey* Rebuilding on upgrade to this version is recommended.
2006-05-03  joeychange plugin interface to use named parameters for...
2006-05-02  joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-05-02  joey* Added plugin system, currently only supporting for...