aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* 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!)
* works, but I'm not entirely happy with it yetJoey Hess2007-12-12
| | | | | | It would be better if it were a formbuilder hook. But the formbuilder hook is wacked.. I may need to change how that hook works, which would mean changing the only current user of it, passwordauth).
* incomplate edittemplate pluginJoey Hess2007-12-12
|
* web commit by tschwinge: Two and a half issues.Joey Hess2007-12-11
|
* remove test codeJoey Hess2007-12-09
|
* * The calendar plugin stores state about when it needs to be updated,Joey Hess2007-12-08
| | | | | | | | and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div.
* fix up some linksJoey Hess2007-12-08
|
* forgot to addJoey Hess2007-12-08
|
* * Finally implemented a simple per-page data storage mechanism for plugins,Joey Hess2007-12-08
| | | | | via the %pagestate hash. * Use pagestate in meta to detect potential redir loops.
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * meta: Add redir support, based on a patch by Thomas Schwinge.Joey Hess2007-12-08
|
* broken linkJoey Hess2007-11-17
|
* * inline: Add timeformat parameter to control how the ctime ofJoey Hess2007-11-13
| | | | inlined pages is displayed. Closes: #451019
* web commit by tschwinge: Bug fixed by ↵Joey Hess2007-11-09
| | | | <http://www.bddebian.com/gitweb/?p=wiki;a=commitdiff;h=3590f319ea80d8a153eba50be0b45bc5e6b87ef8>.
* web commit by tschwinge: *Preview* when creating new pages.Joey Hess2007-11-09
|
* web commit by tschwinge: Non-functional Texinfo commands.Joey Hess2007-11-09
|
* web commit by tschwinge: Further explanation.Joey Hess2007-11-09
|
* web commit by tschwinge: Further idea.Joey Hess2007-11-09
|
* web commit by tschwinge: Correction and extension.Joey Hess2007-11-09
|
* web commit by tschwinge: Mapping between input and output files.Joey Hess2007-11-08
|
* web commit by tschwinge: About M (M > 1) output files.Joey Hess2007-11-08
|
* web commit by tschwinge: Reorder.Joey Hess2007-11-08
|
* web commit by tschwingeJoey Hess2007-11-08
|
* web commit by tschwinge: The current version can parse copyright and ↵Joey Hess2007-11-07
| | | | licensing snippets as specified by the GNU Texinfo manual.