aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* rootpage is not a pagespecJoey Hess2008-09-14
* minor optimisationJoey Hess2008-09-08
* editpage: New core plugin factoring out page editing to allow disabling it if...Joey Hess2008-09-05
* error if ping fails, rather than printing debugJoey Hess2008-08-11
* inline: Ignore parent dirs when sorting pages by title.Joey Hess2008-08-07
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* fix cgiurl checkJoey Hess2008-07-27
* remove default values in getsetupJoey Hess2008-07-26
* typoJoey Hess2008-07-26
* turn booleans into questionsJoey Hess2008-07-26
* predefine pingurlJoey Hess2008-07-26
* add getconfig for inlineJoey Hess2008-07-25
* fix feed urlsJoey Hess2008-07-25
* switch preprocess hooks to use error functionJoey Hess2008-07-13
* Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent wi...Simon McVittie2008-07-12
* Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>.Simon McVittie2008-07-12
* Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess2008-07-12
* rename uuid to guidJoey Hess2008-07-12
* elide temp varJoey Hess2008-07-12
* inline plugin: if meta plugin is also enabled, and has collected a uuid for a...Simon McVittie2008-07-11
* editpage escaping fixesJoey Hess2008-07-06
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
* inline: The optimisation in 2.41 broke nested inlines. Detect those and avoid...Joey Hess2008-05-31
* inline: Display a message if the 'pages' parameter is missing, before it just...Joey Hess2008-05-15
* Optimised file statting code when scanning for modified pages; cut the number...Joey Hess2008-05-07
* POSIX::setsid is not exported per defaultJoey Hess2008-05-06
* 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