aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* * More consistent encoding of titles in rss and atom feeds. Don't usejoey2007-05-28
* * Add a destpage parameter to the filter hook.joey2007-05-17
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
* * Add feedshow parameter to inline, which can be useful for eg, removingjoey2007-04-14
* * Patch from Tuomov to link to the directory in feeds when usedirs is injoey2007-04-14
* * Add postformtext parameter to inline.joey2007-04-12
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
* * Finally fixed the longstanding inline removal bug.joey2007-03-24
* * Fix link() PageSpecs to not just look at the raw link text, but at wherejoey2007-03-21
* * The underscore escaping support exposed a bug in edit links: Such linksjoey2007-03-08
* * Add preview parameter to preprocesser calls, use this rather than thejoey2007-03-06
* remove debugging codejoey2007-03-03
* * Add "template" option to inline plugin to allow for use of customisedjoey2007-03-02
* * Changed calling convention for httmllink slightly. The first threejoey2007-02-20
* * Add "reverse" option to inline to invert sort orders.joey2007-02-08
* * Patch based on a patch from Ethan to support relative matching injoey2007-02-06
* * Add feedshow option to allow reducing the number of items included injoey2007-02-05
* * Fix one more missing translation of Discussion.joey2007-01-31
* * Fix handling of discussion links on discussion pages when l10n is used.joey2007-01-18
* fix broken format string, manual unfuzzyjoey2007-01-14
* * Fix --locale to control LC_ALL now.joey2007-01-10
* * Don't put discussion links on discussion pages.joey2006-12-29
* use same logic as for regular discussion linksjoey2006-12-29
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
* * Add support for links of the form [[../foo]], this links to the pagejoey2006-12-21
* * Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey2006-12-21
* * Fix an issue with inlining a page with a rss feed inside anotherjoey2006-12-21
* * Fix sometimes broken links to Discussion pages from blog pages.joey2006-12-14
* * Fix daemonisation code to only do daemon setup things after forking thejoey2006-12-02
* * Allow /etc/ikiwiki/wikilist to list just the names of users, if so thenjoey2006-11-28
* bugsjoey2006-11-26
* add quick mode for speeding up generation of big archive pagesjoey2006-11-26
* * Add toggle plugin.joey2006-11-22
* * Add a test suite for the mercurial backend, contributed by Emanuele Aina.joey2006-11-21
* * Make sure to check for errors from every eval.joey2006-11-08
* * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.joey2006-11-08
* * Patch from James Westby to support podcasting, photoblogging, vidcasting,joey2006-11-01
* * Change the rss feed title from the wikiname to the page title, withjoey2006-10-22
* * Change the rss feed title from the wikiname to the page title.joey2006-10-20
* todojoey2006-10-16
* * Wrap entire technortati ping operation in an eval to catch all possiblejoey2006-10-16
* * Atom feed support based on a patch by Clint Adams.joey2006-10-08
* * Change %renderedfiles to store an array of files rendered from a givenjoey2006-10-08
* * inline: Add ability to sort by page name, based on a patch fromjoey2006-09-25
* * Work on firming up the plugin interface:joey2006-09-09
* * Include <link rel> tag for RSS feeds, used by some aggregators andjoey2006-09-06
* * Fix another destpage issue in the inline directive. Closes: #385512joey2006-09-03
* releasing version 1.23joey2006-09-03
* don't add actions if all emptyjoey2006-08-28