* Apply a patch from NicolasLimare adding modification date tags to rss and
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
2007-08-11 joey* Apply a patch from NicolasLimare adding modification...
2007-08-05 joey* Move blog form code out of CGI.pm and into the inline...
2007-06-26 joey* Patch fixing various additional problems with test...
2007-06-03 joey* Make the url absolution code for feeds significantly...
2007-05-28 joey* More consistent encoding of titles in rss and atom...
2007-05-17 joey* Add a destpage parameter to the filter hook.
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2007-04-14 joey* Add feedshow parameter to inline, which can be useful...
2007-04-14 joey* Patch from Tuomov to link to the directory in feeds...
2007-04-12 joey* Add postformtext parameter to inline.
2007-04-10 joey* Optimise displaytime, trimming maybe 6% off the build...
2007-04-01 joey* Finally apply the index.html patch, with thanks to...
2007-03-24 joey* Finally fixed the longstanding inline removal bug.
2007-03-21 joey* Fix link() PageSpecs to not just look at the raw...
2007-03-08 joey* The underscore escaping support exposed a bug in...
2007-03-06 joey* Add preview parameter to preprocesser calls, use...
2007-03-03 joeyremove debugging code
2007-03-02 joey* Add "template" option to inline plugin to allow for...
2007-02-20 joey* Changed calling convention for httmllink slightly...
2007-02-08 joey* Add "reverse" option to inline to invert sort orders.
2007-02-06 joey* Patch based on a patch from Ethan to support relative...
2007-02-05 joey* Add feedshow option to allow reducing the number...
2007-01-31 joey* Fix one more missing translation of Discussion.
2007-01-18 joey* Fix handling of discussion links on discussion pages...
2007-01-14 joeyfix broken format string, manual unfuzzy
2007-01-10 joey* Fix --locale to control LC_ALL now.
2006-12-29 joey* Don't put discussion links on discussion pages.
2006-12-29 joeyuse same logic as for regular discussion links
2006-12-29 joey* Initial work on internationalization of the program...
2006-12-21 joey* Add support for links of the form [[../foo]], this...
2006-12-21 joey* Turn $config{wiki_file_prune_regexps} into an array...
2006-12-21 joey* Fix an issue with inlining a page with a rss feed...
2006-12-14 joey* Fix sometimes broken links to Discussion pages from...
2006-12-02 joey* Fix daemonisation code to only do daemon setup things...
2006-11-28 joey* Allow /etc/ikiwiki/wikilist to list just the names...
2006-11-26 joeybugs
2006-11-26 joeyadd quick mode for speeding up generation of big archiv...
2006-11-22 joey* Add toggle plugin.
2006-11-21 joey* Add a test suite for the mercurial backend, contribut...
2006-11-08 joey* Make sure to check for errors from every eval.
2006-11-08 joey* Patch from Ethan Glasser Camp to add a skip option...
2006-11-01 joey* Patch from James Westby to support podcasting, photob...
2006-10-22 joey* Change the rss feed title from the wikiname to the...
2006-10-20 joey* Change the rss feed title from the wikiname to the...
2006-10-16 joeytodo
2006-10-16 joey* Wrap entire technortati ping operation in an eval...
2006-10-08 joey* Atom feed support based on a patch by Clint Adams.
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 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...
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 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...
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...