aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* need to handle urls to images the sameJoey Hess2008-04-03
* Bug#473987: [PATCH] Links relative to baseurl mangled in atom/rss feedsManoj Srivastava2008-04-03
* inline: Allow the "feedshow" parameter to take values greater than the value ...Joey Hess2008-03-23
* work around perl warningJoey Hess2008-03-21
* delete inline data after it's usedJoey Hess2008-03-21
* crazy optimisation to work around slow markdownJoey Hess2008-03-21
* * Use absolute url for feedurl when filling out the feed templates.Joey Hess2008-03-12
* * inline: When forcing urls absolute for rss feeds, skip mailto and otherJoey Hess2008-02-24
* * Fix another preview will_render bug. This one involved inline,Joey Hess2008-02-24
* proper fix for the preview/will_render issueJoey Hess2008-02-04
* preview shouldn't show the feed buttons or post formJoey Hess2008-02-04
* * inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess2008-02-04
* * inline: When previewing, still call will_render on rss/atom files,Joey Hess2008-02-04
* * inline: The template can check for FIRST and LAST, which will beJoey Hess2008-01-28
* * meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess2008-01-09
* fix some bad copy and pasted plugin idsJoey Hess2008-01-07
* correct variable scoping error in nils's patchJoey Hess2007-12-16
* rssurl and atomurl are only needed where $feeds is setNis Martensen2007-12-16
* Also increment feednum only if feeds are generatedNis Martensen2007-12-16
* Set page_numfeeds only if feeds are being generatedNis Martensen2007-12-12
* * inline: Add timeformat parameter to control how the ctime ofJoey Hess2007-11-13
* use nulls to avoid ambiguitiesJoey Hess2007-10-25
* * Add handling of feeds for nested inlines, as well as support for aJoey Hess2007-10-25
* * inline: add feedonly option, set feedonly=yes to get only the feed buttonjoey2007-09-13
* * Correct generation of RFC 3339 format times for atom/rss feeds. Always usejoey2007-09-02
* * Fix bug when blogging by cgi, introduced in last version.joey2007-08-26
* * Apply a patch from NicolasLimare adding modification date tags to rss andjoey2007-08-11
* * Move blog form code out of CGI.pm and into the inline plugin.joey2007-08-05
* * Patch fixing various additional problems with test suite. Closes: #425891joey2007-06-26
* * Make the url absolution code for feeds significantly more robust.joey2007-06-03
* * 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