summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
AgeCommit message (Expand)Author
2008-07-12elide temp varJoey Hess
2008-07-11inline plugin: if meta plugin is also enabled, and has collected a uuid for a...Simon McVittie
2008-07-06editpage escaping fixesJoey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-05-31inline: The optimisation in 2.41 broke nested inlines. Detect those and avoid...Joey Hess
2008-05-15inline: Display a message if the 'pages' parameter is missing, before it just...Joey Hess
2008-05-07Optimised file statting code when scanning for modified pages; cut the number...Joey Hess
2008-05-06POSIX::setsid is not exported per defaultJoey Hess
2008-04-03need to handle urls to images the sameJoey Hess
2008-04-03Bug#473987: [PATCH] Links relative to baseurl mangled in atom/rss feedsManoj Srivastava
2008-03-23inline: Allow the "feedshow" parameter to take values greater than the value ...Joey Hess
2008-03-21work around perl warningJoey Hess
2008-03-21delete inline data after it's usedJoey Hess
2008-03-21crazy optimisation to work around slow markdownJoey Hess
2008-03-12* Use absolute url for feedurl when filling out the feed templates.Joey Hess
2008-02-24* inline: When forcing urls absolute for rss feeds, skip mailto and otherJoey Hess
2008-02-24* Fix another preview will_render bug. This one involved inline,Joey Hess
2008-02-04proper fix for the preview/will_render issueJoey Hess
2008-02-04preview shouldn't show the feed buttons or post formJoey Hess
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
2008-02-04* inline: When previewing, still call will_render on rss/atom files,Joey Hess
2008-01-28 * inline: The template can check for FIRST and LAST, which will beJoey Hess
2008-01-09* meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess
2008-01-07fix some bad copy and pasted plugin idsJoey Hess
2007-12-16correct variable scoping error in nils's patchJoey Hess
2007-12-16rssurl and atomurl are only needed where $feeds is setNis Martensen
2007-12-16Also increment feednum only if feeds are generatedNis Martensen
2007-12-12Set page_numfeeds only if feeds are being generatedNis Martensen
2007-11-13* inline: Add timeformat parameter to control how the ctime ofJoey Hess
2007-10-25use nulls to avoid ambiguitiesJoey Hess
2007-10-25* Add handling of feeds for nested inlines, as well as support for aJoey Hess
2007-09-13* inline: add feedonly option, set feedonly=yes to get only the feed buttonjoey
2007-09-02* Correct generation of RFC 3339 format times for atom/rss feeds. Always usejoey
2007-08-26* Fix bug when blogging by cgi, introduced in last version.joey
2007-08-11* Apply a patch from NicolasLimare adding modification date tags to rss andjoey
2007-08-05* Move blog form code out of CGI.pm and into the inline plugin.joey
2007-06-26* Patch fixing various additional problems with test suite. Closes: #425891joey
2007-06-03* Make the url absolution code for feeds significantly more robust.joey
2007-05-28* More consistent encoding of titles in rss and atom feeds. Don't usejoey
2007-05-17* Add a destpage parameter to the filter hook.joey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-04-14* Add feedshow parameter to inline, which can be useful for eg, removingjoey
2007-04-14* Patch from Tuomov to link to the directory in feeds when usedirs is injoey
2007-04-12* Add postformtext parameter to inline.joey
2007-04-10* Optimise displaytime, trimming maybe 6% off the build time.joey
2007-04-01* Finally apply the index.html patch, with thanks to everyone who workedjoey
2007-03-24* Finally fixed the longstanding inline removal bug.joey
2007-03-21* Fix link() PageSpecs to not just look at the raw link text, but at wherejoey
2007-03-08* The underscore escaping support exposed a bug in edit links: Such linksjoey
2007-03-06* Add preview parameter to preprocesser calls, use this rather than thejoey