summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-03-21external: Work around XML RPC's lack of support for null by passing a ↵Joey Hess
special sentinal value.
2008-03-20web commit by http://jblevins.org/: A note about the toc plugin and headers ↵Joey Hess
in templates
2008-03-19make setargv take an arrayJoey Hess
for consistentcy with getargv, which returns one
2008-03-19getargv needs to return a list referenceJoey Hess
xml rpc only allows functions to return a single value, no lists. So getargv needs to return a list reference, which means that the caller will see an xml rpc array.
2008-03-17web commit by http://madduck.net/: use new directive syntaxJoey Hess
2008-03-15* external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess
@ARGV.
2008-03-15mention proxy.pyJoey Hess
2008-03-12* Use forcebaseurl to make page previews be displayed with the html baseJoey Hess
set to the destination page. This avoids need for hacks to munge the urls in preview mode, which fixes several bugs. * Several destpage fixes in plugins.
2008-03-12typoJoey Hess
2008-03-12docuent need for mhchem.styJoey Hess
2008-03-12tag as a slow pluginJoey Hess
2008-03-12code review of hnd pluginJoey Hess
2008-03-11web commit by http://noone.org/openid/: Shorter syntaxJoey Hess
2008-03-11web commit by http://bremner.myopenid.com/: changed source link to point to ↵Joey Hess
git. added plugin box. made epsilon less verbose
2008-03-11web commit by http://bremner.myopenid.com/: added some notes about related ↵Joey Hess
approaches
2008-03-11Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-03-11Generate openid2 headers as wellmartin f. krafft
This causes meta.openid to also generate the openid2 headers. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11Let meta.openid set X-XRDS-Location headermartin f. krafft
Adds an optional xrds-location parameter to the openid meta handler, which allows for XRDS delegation. A good document on XRDS is http://www.windley.com/archives/2007/05/using_xrds.shtml Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11web commit by http://madduck.net/Joey Hess
2008-03-11web commit by http://bremner.myopenid.com/Joey Hess
2008-03-11web commit by http://bremner.myopenid.com/Joey Hess
2008-03-10web commit by XTaran: Idea for improvementJoey Hess
2008-03-10web commit by buo: Minor nitpickJoey Hess
2008-03-10web commit by XTaran: Download linkJoey Hess
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.