summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
AgeCommit message (Collapse)Author
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
parameters remain the same, but additional options are now passed in using named parameters. * Change plugin interface version to 1.02 to reflect this change. * Add a new anchor option to htmllink. Thanks Ben for the idea. * Support anchors in wikilinks. * Add a "more" plugin based on one contributed by Ben to allow implementing those dreaded "Read more" links in blogs.
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
PageSpecs, by using "./". pagespec_match() has grown a new third parameter to support this.
2007-02-05* Add feedshow option to allow reducing the number of items included injoey
an rss or atom feed.
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
is available for translation. * Export gettext() from IkiWiki module.
2006-12-21* Add support for links of the form [[../foo]], this links to the pagejoey
* Fix code to make absolute urls for rss feeds, was missing some urls. * Fix double-escaping of html entities in titles etc in rss feeds that occured if escaped characters were present in the page filename.
2006-12-21* Turn $config{wiki_file_prune_regexps} into an array that is easier tojoey
manipulate. * Only exclude rss and atom files from processing if the inline plugin is enabled and that feed type is enabled. Else it's just a copyable file type. * Move rss and atom option handling code into the inline plugin. * Applied a rather old patch from Recai to fix the "pruning is too strict" issue. Now you can have wiki source directories inside dotdirs and the like, if you want.
2006-12-21* Fix an issue with inlining a page with a rss feed inside anotherjoey
page with an rss feed.
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
child process.
2006-11-28* Allow /etc/ikiwiki/wikilist to list just the names of users, if so thenjoey
* Fix url absolution code in inline plugin to support class and id fields in links and imgs, and to support anchor urls.
2006-11-26bugsjoey
2006-11-26add quick mode for speeding up generation of big archive pagesjoey
2006-11-22* Add toggle plugin.joey
* Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time.
2006-11-21* Add a test suite for the mercurial backend, contributed by Emanuele Aina.joey
* Add a test suite for the svn backend. * Daemonize before sending RPC pings, since that can take a while and/or hang. * Daemonize before sending commit mails, as that can also take a long time/hang if the mail server is unhappy. * Factor out commit mail sending code into new function.
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
or what have you, by creating enclosures for non-page items that are included in feeds.
2006-10-22* Change the rss feed title from the wikiname to the page title, withjoey
an exception for the wiki's toplevel index page, which will still use the wikiname as the feed title. * Sanitize possibly problimatic characters out of the polygen grammar names, just in case. Should not be exploitable anyway, since it only tries to run polygen after finding the specified grammar file.
2006-10-20* Change the rss feed title from the wikiname to the page title.joey
Overriding the page title with meta title already overrode the rss feed tittle.
2006-10-16todojoey
2006-10-16* Wrap entire technortati ping operation in an eval to catch all possiblejoey
failure modes, after I observed a simple ->value crashing ikiwiki when a ping failed.
2006-10-08* Atom feed support based on a patch by Clint Adams.joey
* Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins.
2006-10-08* Change %renderedfiles to store an array of files rendered from a givenjoey
source file, to allow tracking of extra rendered files like rss feeds. * Note that plugins that accessed this variable will need to be updated! The plugin interface has been increased to version 1.01 for this change. * Add will_render function to the plugin interface, used to register that a page renders a destination file, and do some security checks. * Use will_render in the inline and linkmap plugins. * Previously but no longer rendered files will be cleaned up. * You will need to rebuild your wiki on upgrade to this version.
2006-09-25 * inline: Add ability to sort by page name, based on a patch fromjoey
Benjamin A'Lee.
2006-09-09* Work on firming up the plugin interface:joey
- Plugins should not need to load IkiWiki::Render to get commonly used functions, so moved some functions from there to IkiWiki. - Picked out the set of functions and variables that most plugins use, documented them, and made IkiWiki export them by default, like a proper perl module should. - Use the other functions at your own risk. - This is not quite complete, I still have to decide whether to export some other things. * Changed all plugins included in ikiwiki to not use "IkiWiki::" when referring to stuff now exported by the IkiWiki module. * Anyone with a third-party ikiwiki plugin is strongly enrouraged to make like changes to it and avoid use of non-exported symboles from "IkiWiki::". * Link debian/changelog and debian/news to NEWS and CHANGELOG. * Support hyperestradier version 1.4.2, which adds a new required phraseform setting.
2006-09-06* Include <link rel> tag for RSS feeds, used by some aggregators andjoey
firefox to find the feed.
2006-09-03* Fix another destpage issue in the inline directive. Closes: #385512joey
again.
2006-09-03releasing version 1.23joey
2006-08-28don't add actions if all emptyjoey
2006-08-28* Patch from James Westby to add an actions option to inline; thisjoey
adds Edit and Discussion links at the end of blog entries.
2006-08-28* Change htmlize, format, and sanitize hooks to use named parameters.joey
2006-08-26* Patch from James Westby to allow a description to be set for rss feeds.joey
2006-08-25* Generalised preprocesser loop protection code.joey
2006-08-23* Change order of linkify and preprocess; first preprocess and then linkify.joey
This allows passing a wikilink inside a parameter to a preprocessor directive without it being expanded to html, and leaking out of the parameter, which had required some non-obvious use of triple-quoting to avoid. Note that any preprocessor plugins that output something that looks like a wikilink will now have it treated as such; AFAIK this doesn't change any behavior though except for the template plugin. * Enable preprocessor directives when previewing an edit.
2006-08-22* Fix a bug introduced last version to do with nested inlines.joey
2006-08-18* Support inlining pages raw, rather than creating a blog.joey
* Clean up yes/no parameter parsing in inline plugin. * Implemented better cycle detection in the inline plugin; nested inlines will now work.
2006-08-18* Call filter hooks on inlined page content.joey
2006-08-15avoid undefined value warning in some casejoey
2006-08-12releasing version 1.17joey
2006-08-12* Set die_on_bad_params => 0 for all templates, to allow users to modifyjoey
them without annoyances. * Suck in the page content when generating an inline archive page, to work around the meta plugin's lack of caching of title metadata across runs.
2006-08-05* Fix dates in rss feeds if running localised, so they're still rfc 822.joey
2006-08-04need to make it really utf8 or the url encode won't workjoey
2006-08-04fixjoey