summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-03-10web commit by XTaran: New hnb pluginJoey Hess
2008-03-07web commit by bremner: update link to my siteJoey Hess
2008-03-07web commit by bremnerJoey Hess
2008-03-06web commit by bremner: added pointer to relevant discussionJoey Hess
2008-03-06web commit by bremner: answer one of my own questionsJoey Hess
2008-03-06web commit by bremner: new version, language configurable, sortofJoey Hess
2008-03-06web commit by bremnerJoey Hess
2008-03-06web commit by bremner: added work in progress sourcehighlight pluginJoey Hess
2008-03-06web commit by bremner: me too request for the tag generating codeJoey Hess
2008-03-05responseJoey Hess
2008-03-05web commit by http://subvert.org.uk/~bma/: Add my thoughts.Joey Hess
2008-03-05web commit by tschwinge: There's a bug somewhere.Joey Hess
2008-03-03* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo.
2008-03-03web commit by tschwinge: Set the title *after* instantiating the templates.Joey Hess
2008-03-03web commit by tschwinge: Set page title.Joey Hess
2008-03-02Add robots tag to meta pluginmartin f. krafft
Add special handling for <meta name="robots" ...> which needs not be scrubbed as it's harmless. Signed-off-by: martin f. krafft <madduck@madduck.net> (cherry picked from commit b15d0299a7f7b147e89d8a202d6cca1c21491af2)
2008-02-11* Add the linkify and scan hooks. These hooks can be used to implementJoey Hess
custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default.
2008-02-10add templatesJoey Hess
2008-02-10add templateJoey Hess
2008-02-10add templatesJoey Hess
2008-02-10add templateJoey Hess
2008-02-10updateJoey Hess
2008-02-10* htmlscrubber security fix: Block javascript in uris.Joey Hess
* Add htmlscrubber test suite.
2008-02-04note about will_render and previewJoey Hess
2008-02-03* recentchanges: Exipre all *._change pages, even if the directoryJoey Hess
they're in has changed.
2008-02-03* recentchanges: Improve handling of links on the very static changes pagesJoey Hess
by thunking to the CGI, which can redirect to the page, or allow it to be created if it doesn't exist.
2008-02-03web commit by tschwinge: Another minor bug.Joey Hess
2008-02-03web commit by tschwinge: Thanks!, and a bug report.Joey Hess
2008-02-03* cgi hooks are now run before ikiwiki state is loaded.Joey Hess
* This allows locking the wiki before loading state, which avoids some tricky locking code when saving a web edit.
2008-01-30move suggestion to a todo itemJoey Hess
2008-01-29* meta: Add pagespec functions to match against title, author, authorurl,Joey Hess
license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces.
2008-01-29added configuration for recentchangesJoey Hess
I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made.
2008-01-29updateJoey Hess
2008-01-29improve support for internal pagesJoey Hess
This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them.
2008-01-29document the new refresh hookJoey Hess
2008-01-29omit recentchanges from various metadata pagesJoey Hess
2008-01-29don't render internal-use pages, and document themJoey Hess
2008-01-28proof of concept implementation of static recentchangesJoey Hess
Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works.
2008-01-23web commit by http://id.loopysoft.com/matt/: Slight typo fixJoey Hess
2008-01-16improve formatting and minor rewordJoey Hess
2008-01-16web commit by JeremyReed: Document account_creation_password -- some of this ↵Joey Hess
text taken from original todo.
2008-01-11web commit by rdennis: set initial state of toggle pluginJoey Hess
2008-01-09* meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess
meta link. * Fix support for the case where metadata appears after an inline directive. This was broken in version 2.16.
2008-01-09* inline: Add copyright/license info on a per-post basis to atomJoey Hess
feeds if available. (rss doesn't allow such info on a per-post basis) * meta: Allow copyright/license metadata to contain arbitrary markup.
2008-01-07Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-07* Improved the canedit hook interface, allowing a callback function to beJoey Hess
returned (and not run in some cases) rather than the plugins directly forcing a user to log in. * opendiscussion: allow editing of the toplevel discussion page, and, indirectly, allow creating new discussion pages.
2008-01-06web commit by http://madduck.myopenid.com/Joey Hess
2008-01-02web commit by tschwinge: Answer.Joey Hess
2008-01-01responseJoey Hess
2008-01-01web commit by tschwinge: Report an inconvenience.Joey Hess