fix cgiurl check
[ikiwiki.git] / IkiWiki / Plugin / inline.pm
2008-07-27 Joey Hessfix cgiurl check
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey Hessremove default values in getsetup
2008-07-26 Joey HessMerge branch 'master' into autoconfig
2008-07-26 Joey Hesstypo
2008-07-26 Joey Hessturn booleans into questions
2008-07-26 Joey Hesspredefine pingurl
2008-07-25 Joey HessMerge branch 'master' into autoconfig
2008-07-25 Joey HessMerge branch 'master' into autoconfig
2008-07-25 Joey Hessadd getconfig for inline
2008-07-25 Joey Hessfix feed urls
2008-07-16 Joey HessMerge commit 'intrigeri/pedigree'
2008-07-14 Simon McVittieMerge commit 'origin/master' into aggregateinternal
2008-07-14 Simon McVittieMerge branch 'master' of git://git.ikiwiki.info
2008-07-13 Joey Hessswitch preprocess hooks to use error function
2008-07-12 Simon McVittieRename [[!inline atomid="..."]] to [[!inline guid=...
2008-07-12 Simon McVittieAccept [[!inline ... atomid="..."]] and use it to popul...
2008-07-12 Joey HessMerge commit 'smcv/master'
2008-07-12 Joey HessMove yesno function out of inline and into IkiWiki...
2008-07-12 Joey Hessrename uuid to guid
2008-07-12 Joey Hesselide temp var
2008-07-12 Joey HessMerge commit 'smcv/force-uuids' into force-uuids
2008-07-11 Simon McVittieinline plugin: if meta plugin is also enabled, and...
2008-07-06 Joey HessMerge branch 'master' into tova
2008-07-06 Joey Hesseditpage escaping fixes
2008-06-04 Joey HessPass a destpage parameter to the sanitize hook.
2008-05-31 Joey Hessinline: The optimisation in 2.41 broke nested inlines...
2008-05-15 Joey Hessinline: Display a message if the 'pages' parameter...
2008-05-07 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-05-07 Joey HessOptimised file statting code when scanning for modified...
2008-05-06 Joey HessPOSIX::setsid is not exported per default
2008-04-03 Joey Hessneed to handle urls to images the same
2008-04-03 Manoj SrivastavaBug#473987: [PATCH] Links relative to baseurl mangled...
2008-03-23 Joey Hessinline: Allow the "feedshow" parameter to take values...
2008-03-21 Joey Hesswork around perl warning
2008-03-21 Joey Hessdelete inline data after it's used
2008-03-21 Joey Hesscrazy optimisation to work around slow markdown
2008-03-12 Joey Hess* Use absolute url for feedurl when filling out the...
2008-02-24 Joey Hess* inline: When forcing urls absolute for rss feeds...
2008-02-24 Joey Hess* Fix another preview will_render bug. This one involve...
2008-02-05 Joey HessMerge branch 'master' into prefix-directives
2008-02-04 Joey Hessproper fix for the preview/will_render issue
2008-02-04 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-04 Joey Hesspreview shouldn't show the feed buttons or post form
2008-02-04 Joey Hess* inline: Add new `allowrss` and `allowatom` config...
2008-02-04 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-04 Joey Hess* inline: When previewing, still call will_render on...
2008-01-30 Joey HessMerge git://git.samba.org/jelmer/ikiwiki
2008-01-29 Joey HessMerge branch 'master' into recentchanges
2008-01-29 Joey Hess * inline: The template can check for FIRST and LAST...
2008-01-09 Joey Hess* meta: Run in scan mode again (more intelligently...
2008-01-07 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-07 Joey Hessfix some bad copy and pasted plugin ids
2007-12-16 Joey Hesscorrect variable scoping error in nils's patch
2007-12-16 Nis Martensenrssurl and atomurl are only needed where $feeds is set
2007-12-16 Nis MartensenAlso increment feednum only if feeds are generated
2007-12-12 Nis MartensenSet page_numfeeds only if feeds are being generated
2007-11-13 Joey Hess* inline: Add timeformat parameter to control how the...
2007-10-25 Joey Hessuse nulls to avoid ambiguities
2007-10-25 Joey Hess* Add handling of feeds for nested inlines, as well...
2007-09-13 joey* inline: add feedonly option, set feedonly=yes to...
2007-09-02 joey* Correct generation of RFC 3339 format times for atom...
2007-08-26 joey* Fix bug when blogging by cgi, introduced in last...
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...
next