| Commit message (Expand) | Author | Age |
* | fix bad example of exclude configuration item, and remove some stuff about•••it from discussion, since it is indeed documented
| joey | 2006-12-28 |
* | * Add mirrorlist plugin. | joey | 2006-12-23 |
* | * Add userdir config setting. | joey | 2006-12-19 |
* | rename | joey | 2006-11-22 |
* | * Add toggle plugin.•••* Introduce the nicebundle. This is a kind of plugin, that just enables
many other plugins. It's an easy way to boost ikiwiki from its default,
basic wiki, to a full-featured wiki, without manually picking the right
set of plugins. New plugins will be added to the nicebundle from time to
time.
| joey | 2006-11-22 |
* | rewrite | joey | 2006-11-20 |
* | * Add "last" parameter to hook function. Very basic ordering, and hopefully••• 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.
| joey | 2006-11-20 |
* | * Add openidsignup config option.•••* Make the openid plugin support the callbacks from myopenid.com via its
affiliate program.
* Change how post signin actions are propigated through the signin process;
they're now stored in the session.
| joey | 2006-11-20 |
* | * Make auth methods pluggable.•••* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
| joey | 2006-11-20 |
* | web commit by JoshTriplett: Use example.org as the example domain throughout.... | joey | 2006-11-19 |
* | * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
| joey | 2006-10-08 |
* | * Patch from Alec Berryman adding a http_auth config item that allows••• using HTTP Authentication instead of ikiwiki's built in authentication.
Useful for eg, large sites with their own previously existing user auth
setup. Closes: #384534
| joey | 2006-10-02 |
* | estseek patch (slightly altered) and other replies | joey | 2006-09-18 |
* | * Add a linkmap plugin (requires graphviz). | joey | 2006-09-07 |
* | * Add support for mercurial, contributed by Emanuele Aina. | joey | 2006-09-06 |
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
* | * Add toc (table of contents) plugin. | joey | 2006-08-28 |
* | * Patch from James Westby to add a --sslcookie switch, which forces••• cookies to only be sent over ssl connections to avoid interception.
* Factor out the cgi header printing code into a new function.
* Fix preferences page on anonok wikis; still need to sign in to get
to the preferences page.
| joey | 2006-08-27 |
* | * Add first draft at a Restructured Text (rst) plugin, by Sergio••• Talens-Oliag. Note that this has many known issues -- see the caveats on
the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.
| joey | 2006-08-19 |
* | * Add a map plugin contributed by Alessandro Dotti Contra. | joey | 2006-08-18 |
* | * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.•••* 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.
| joey | 2006-08-18 |
* | * Add --syslog config option, to log to the syslog. | joey | 2006-08-16 |
* | add fortune | joey | 2006-07-29 |
* | * Locale patch from Faidon:••• - Adds a locale setting to setup files.
- Proper local time, if the locale configuration option is used.
- Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
commiting (or even rcs_updating) on repositories with UTF-8 filenames was
impossible.
| joey | 2006-07-29 |
* | * htmltidy plugin from Faidon. | joey | 2006-07-29 |
* | add pagestats | joey | 2006-07-29 |
* | * Add exclude option in setup files, works same as --exclude. | joey | 2006-07-28 |
* | * Patch from Enrico that••• - allows preprocessor directives to have parameters with no specified
value
- fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value
- Add a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for this.
| joey | 2006-07-27 |
* | * Add wikitext markup plugin, which supports ".wiki" pages written in the••• original wiki syntax, CamelCase links and all.
| joey | 2006-07-07 |
* | * Make RecentChanges use a table and some CSS, should be much more readable.••• No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
| joey | 2006-07-04 |
* | * Introduce add_plugins and disable_plugins config options in setup files.••• 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.
| joey | 2006-07-03 |
* | fix path to git hook script | joey | 2006-07-03 |
* | * Support pinging services such as Technorati using XML-RPC to notify them••• about changes to rss feeds.
| joey | 2006-06-27 |
* | misc fixes from Recai | joey | 2006-06-03 |
* | improve the ikiwiki.setup for git, hope I got everything right | joey | 2006-06-02 |
* | * Add --timeformat config option to allow changing how dates are displayed.••• Note that as a side effect, dates will now be displayed using the local
timezone, not as GMT.
| joey | 2006-05-29 |
* | use right name for search plugin | joey | 2006-05-25 |
* | * Allow discussion links on pages to be turned off with --no-discussion. | joey | 2006-05-05 |
* | * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber••• and --disable-plugin htmlscrubber.
| joey | 2006-05-05 |
* | update | joey | 2006-05-04 |
* | rather a lot of changes to make hyperestraier search be a plugin, allowing•••for other types of search engine plugins if wanted, and also opening up a
lot of new possibilities for other kinds of plugins later
some notable changes along the way:
- lots of new hook types: cgi, render, delete
- wrapper files fixed to support config strings with newlines in them
- HEADERCONTENT in page template useful for plugins. Probably needs to be
expanded to more such for other places plugins might want to add content.
- remove unnecessary wrappers field from config info stored in wrappers
| joey | 2006-05-03 |
* | * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,••• 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.
| joey | 2006-05-02 |
* | typo | joey | 2006-05-02 |
* | * Added plugin system, currently only supporting for PreProcessorDirectives.•••* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
| joey | 2006-05-02 |
* | implemented html sanitisation | joey | 2006-04-25 |
* | update | joey | 2006-04-24 |
* | fix broken example config file and detect this breakage | joey | 2006-04-20 |
* | fix mode quoting and fix commenting out of wrapper block | joey | 2006-04-03 |
* | added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
| joey | 2006-03-29 |
* | fixes | joey | 2006-03-24 |