summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
AgeCommit message (Expand)Author
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
2007-03-03remove debugging codejoey
2007-03-02* Add "template" option to inline plugin to allow for use of customisedjoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-08* Add "reverse" option to inline to invert sort orders.joey
2007-02-06* Patch based on a patch from Ethan to support relative matching injoey
2007-02-05* Add feedshow option to allow reducing the number of items included injoey
2007-01-31* Fix one more missing translation of Discussion.joey
2007-01-18* Fix handling of discussion links on discussion pages when l10n is used.joey
2007-01-14fix broken format string, manual unfuzzyjoey
2007-01-10* Fix --locale to control LC_ALL now.joey
2006-12-29* Don't put discussion links on discussion pages.joey
2006-12-29use same logic as for regular discussion linksjoey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
2006-12-21* Add support for links of the form [[../foo]], this links to the pagejoey
2006-12-21* Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey
2006-12-21* Fix an issue with inlining a page with a rss feed inside anotherjoey
2006-12-14* Fix sometimes broken links to Discussion pages from blog pages.joey
2006-12-02* Fix daemonisation code to only do daemon setup things after forking thejoey
2006-11-28* Allow /etc/ikiwiki/wikilist to list just the names of users, if so thenjoey
2006-11-26bugsjoey
2006-11-26add quick mode for speeding up generation of big archive pagesjoey
2006-11-22* Add toggle plugin.joey
2006-11-21* Add a test suite for the mercurial backend, contributed by Emanuele Aina.joey
2006-11-08* Make sure to check for errors from every eval.joey
2006-11-08* Patch from Ethan Glasser Camp to add a skip option to the inline plugin.joey
2006-11-01* Patch from James Westby to support podcasting, photoblogging, vidcasting,joey
2006-10-22* Change the rss feed title from the wikiname to the page title, withjoey
2006-10-20* Change the rss feed title from the wikiname to the page title.joey
2006-10-16todojoey
2006-10-16* Wrap entire technortati ping operation in an eval to catch all possiblejoey
2006-10-08* Atom feed support based on a patch by Clint Adams.joey