aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* * 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
|
* proof of concept implementation of static recentchangesJoey Hess2008-01-28
| | | | | Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works.
* web commit by http://id.loopysoft.com/matt/: Slight typo fixJoey Hess2008-01-23
|
* improve formatting and minor rewordJoey Hess2008-01-16
|
* web commit by JeremyReed: Document account_creation_password -- some of this ↵Joey Hess2008-01-16
| | | | text taken from original todo.
* web commit by rdennis: set initial state of toggle pluginJoey Hess2008-01-11
|
* * meta: Run in scan mode again (more intelligently) and re-add support forJoey Hess2008-01-09
| | | | | | meta link. * Fix support for the case where metadata appears after an inline directive. This was broken in version 2.16.
* * inline: Add copyright/license info on a per-post basis to atomJoey Hess2008-01-09
| | | | | feeds if available. (rss doesn't allow such info on a per-post basis) * meta: Allow copyright/license metadata to contain arbitrary markup.
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2008-01-07
|\
| * web commit by http://madduck.myopenid.com/Joey Hess2008-01-06
| |
* | * Improved the canedit hook interface, allowing a callback function to beJoey Hess2008-01-07
|/ | | | | | | 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.
* web commit by tschwinge: Answer.Joey Hess2008-01-02
|
* responseJoey Hess2008-01-01
|
* web commit by tschwinge: Report an inconvenience.Joey Hess2008-01-01
|
* Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess2007-12-28
|\
| * web commit by AlexandreDupas: Fix typo.Joey Hess2007-12-28
| |
| * web commit by AlexandreDupas: Patch for new header optionsJoey Hess2007-12-28
| |
* | * img: Allow the link parameter to point to an exterior url.Joey Hess2007-12-28
|/
* web commit by JoshTriplett: Fix typo.Joey Hess2007-12-23
|
* IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.Thomas Schwinge2007-12-22
|
* web commit by tschwinge: Default content for *copyright* and *license*.Joey Hess2007-12-21
|
* web commit by tschwinge: Confirmed. Removing this.Joey Hess2007-12-19
|
* important note about pagestate persistenceJoey Hess2007-12-16
|
* * meta: Drop support for "meta link", since supporting this for internalJoey Hess2007-12-16
| | | | | | | | | | | | | | | | links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook.
* web commit by tschwinge: Umeet 2007: talk about OpenID by Stephane Bortzmeye.Joey Hess2007-12-16
|
* followup to other questionJoey Hess2007-12-12
|
* * Allow dashes in preprocessor directive commands, and shortcuts.Joey Hess2007-12-12
|
* reformatJoey Hess2007-12-12
|
* formatting fixupsJoey Hess2007-12-12
|
* * Change formbuilder hook to not be responsible for displaying a form,Joey Hess2007-12-12
| | | | | | so that more than one plugin can use this hook. I believe this is a safe change, since only passwordauth uses this hook. (If some other plugin already used it, it would have broken passwordauth!)