aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
...
* code review of hnd pluginJoey Hess2008-03-12
|
* web commit by http://noone.org/openid/: Shorter syntaxJoey Hess2008-03-11
|
* web commit by http://bremner.myopenid.com/: changed source link to point to ↵Joey Hess2008-03-11
| | | | git. added plugin box. made epsilon less verbose
* web commit by http://bremner.myopenid.com/: added some notes about related ↵Joey Hess2008-03-11
| | | | approaches
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2008-03-11
|\
| * web commit by http://madduck.net/Joey Hess2008-03-11
| |
| * web commit by http://bremner.myopenid.com/Joey Hess2008-03-11
| |
| * web commit by http://bremner.myopenid.com/Joey Hess2008-03-11
| |
| * web commit by XTaran: Idea for improvementJoey Hess2008-03-10
| |
| * web commit by buo: Minor nitpickJoey Hess2008-03-10
| |
| * web commit by XTaran: Download linkJoey Hess2008-03-10
| |
| * web commit by XTaran: New hnb pluginJoey Hess2008-03-10
| |
* | Generate openid2 headers as wellmartin f. krafft2008-03-11
| | | | | | | | | | | | This causes meta.openid to also generate the openid2 headers. Signed-off-by: martin f. krafft <madduck@madduck.net>
* | Let meta.openid set X-XRDS-Location headermartin f. krafft2008-03-11
|/ | | | | | | | | | 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>
* web commit by bremner: update link to my siteJoey Hess2008-03-07
|
* web commit by bremnerJoey Hess2008-03-07
|
* web commit by bremner: added pointer to relevant discussionJoey Hess2008-03-06
|
* web commit by bremner: answer one of my own questionsJoey Hess2008-03-06
|
* web commit by bremner: new version, language configurable, sortofJoey Hess2008-03-06
|
* web commit by bremnerJoey Hess2008-03-06
|
* web commit by bremner: added work in progress sourcehighlight pluginJoey Hess2008-03-06
|
* web commit by bremner: me too request for the tag generating codeJoey Hess2008-03-06
|
* responseJoey Hess2008-03-05
|
* web commit by http://subvert.org.uk/~bma/: Add my thoughts.Joey Hess2008-03-05
|
* web commit by tschwinge: There's a bug somewhere.Joey Hess2008-03-05
|
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess2008-03-03
| | | | | | * 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.
* web commit by tschwinge: Set the title *after* instantiating the templates.Joey Hess2008-03-03
|
* web commit by tschwinge: Set page title.Joey Hess2008-03-03
|
* Add robots tag to meta pluginmartin f. krafft2008-03-02
| | | | | | | | 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)
* * Add the linkify and scan hooks. These hooks can be used to implementJoey Hess2008-02-11
| | | | | | custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default.
* add templatesJoey Hess2008-02-10
|
* add templateJoey Hess2008-02-10
|
* add templatesJoey Hess2008-02-10
|
* add templateJoey Hess2008-02-10
|
* updateJoey Hess2008-02-10
|
* * htmlscrubber security fix: Block javascript in uris.Joey Hess2008-02-10
| | | | * Add htmlscrubber test suite.
* note about will_render and previewJoey Hess2008-02-04
|
* * recentchanges: Exipre all *._change pages, even if the directoryJoey Hess2008-02-03
| | | | they're in has changed.
* * recentchanges: Improve handling of links on the very static changes pagesJoey Hess2008-02-03
| | | | | by thunking to the CGI, which can redirect to the page, or allow it to be created if it doesn't exist.
* web commit by tschwinge: Another minor bug.Joey Hess2008-02-03
|
* web commit by tschwinge: Thanks!, and a bug report.Joey Hess2008-02-03
|
* * cgi hooks are now run before ikiwiki state is loaded.Joey Hess2008-02-03
| | | | | * This allows locking the wiki before loading state, which avoids some tricky locking code when saving a web edit.
* move suggestion to a todo itemJoey Hess2008-01-30
|
* * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-01-29
| | | | | | | 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.
* added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | 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.
* updateJoey Hess2008-01-29
|
* improve support for internal pagesJoey Hess2008-01-29
| | | | | | 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.
* document the new refresh hookJoey Hess2008-01-29
|
* omit recentchanges from various metadata pagesJoey Hess2008-01-29
|
* don't render internal-use pages, and document themJoey Hess2008-01-29
|