aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins.mdwn
Commit message (Collapse)AuthorAge
* Revert spam commits.Amitai Schleier2018-04-12
|
* update for rename of usage.mdwn to Pagina.htmlSlodreDalk2018-04-11
|
* avoid showing subpages of contrib pluginsJoey Hess2010-06-18
|
* use among limit for correctnessJoey Hess2009-10-05
|
* switch plugins page to use a map instead of an inlineJoey Hess2009-10-05
| | | | | | | | | | | A map just seems a better fit for reference, since it deliniates the contrib plugins better, and orders better. It also has the advantage of being less expensive, since the plugins page does not need to update when eg, the pagecount page changes. Only downside is, no rss feed of new plugins. Which I know a few people were subscribed to.
* Sort plugins by title.JoshTriplett2008-08-06
|
* remove ikiwiki.setupJoey Hess2008-07-26
| | | | | | To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
* Migrate everything else via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* remove map, was added for testing and committed by accidentJoey Hess2008-06-29
|
* meta: Store "description" in pagestate for use by other plugins.Joey Hess2008-06-15
| | | | map: Support show=description.
* exclude write/*joey2007-08-23
|
* improved docs, add a tutorial for writing pluginsjoey2007-08-13
|
* * Add a libdir config option to let ikiwiki load perl modules, includingjoey2007-07-27
| | | | plugins, from a user-configurable directory.
* web commit by NicolasLimare: how to use plugins from $HOMEjoey2007-07-26
|
* make explicit that these plugins are included in ikiwikijoey2007-06-05
|
* use h2joey2007-05-19
|
* layout take 2joey2007-05-12
|
* layoutjoey2007-05-12
|
* use a tag cloud for plugin typesjoey2007-05-12
|
* fix created_after limitsjoey2007-05-02
|
* highlight goodstuffjoey2007-04-30
|
* * Enable openid logins by default.joey2007-04-29
| | | | * Enable usedirs by default.
* use feedpages to limit all feeds to new items, in preparation for switchingjoey2007-04-14
| | | | | ikiwiki.info to usedirs
* * Add postformtext parameter to inline.joey2007-04-12
|
* * Allow plugins to add new types of tests that can be used in PageSpecs.joey2007-02-12
| | | | | | | | | * Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki.
* * Add canedit hook, allowing arbitrary controls over when a page can bejoey2007-02-02
| | | | | | | | | | | | | edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup.
* updatesjoey2006-11-22
|
* * Add "last" parameter to hook function. Very basic ordering, and hopefullyjoey2006-11-20
| | | | | | | | nothing more spohisticated will be needed. * Add formbuilder_setup and formbuilder hooks. * Split out a passwordauth module, that holds all the traditional password based authentication etc code. It's enabled by default, but can be disabled if you want only openid or some other auth method.
* * Make auth methods pluggable.joey2006-11-20
| | | | | * Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
* web commit by joeywww-data2006-09-07
|
* changes to show= paramsjoey2006-08-23
|
* revert broken parentlinks fix, which was broken, explain whyjoey2006-08-22
| | | | | add plugins/contrib page to avoid broken link on this wiki
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey2006-08-18
| | | | | | * If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though.
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
| | | | | | | | plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk.
* updatsjoey2006-07-29
|
* * Tag plugins according to type.joey2006-07-29
|
* * Support htmlize plugins and make mdwn one such plugin, which is enabled byjoey2006-07-03
| | | | default (of course!). Based on a patch by Faidon Liambotis.
* * Introduce add_plugins and disable_plugins config options in setup files.joey2006-07-03
| | | | | | This allows adding or removing plugins w/o overriding the whole list of default plugins, which makes it easier to upgrade when new default plugins are added.
* * The page name and parent links has switched from using a <h1> to a styledjoey2006-05-26
| | | | | | | | | | <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly.
* web commit by joeywww-data2006-05-05
|
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
| | | | and --disable-plugin htmlscrubber.
* haiku pluginjoey2006-05-05
|
* * Added smiley plugin, nicely controlled and documented by the smileys page.joey2006-05-04
| | | | * Copied in some smileys from Moin Moin.
* web commit by joeywww-data2006-05-04
|
* web commit by joeywww-data2006-05-04
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey2006-05-02
| | | | | | | | | | to pave the way for adding other RCS support. This also changes the setup files, where before they had svn => 1 or svn => 0, now they have rcs => "svn" or rcs => "". * Add a debian/NEWS file with upgrade notes. * Load whatever rcs module is specified, so new ones can be just dropped in as plugins and work. * Add some basic docs about writing RCS modules.
* web commit by joeywww-data2006-05-02
|