aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
Commit message (Expand)AuthorAge
* * Add umask configuration option. Closes: #443329Joey Hess2007-11-27
* typoJoey Hess2007-11-27
* * Fix mercurial historyurl in example setup file.Joey Hess2007-11-17
* * In the example setup file, use mode 6755 for the git post-update hook.••• It needs to be setgid if the master repo is a shared repository, so that pushes into the working copy repository happen as the same group, avoiding permissions problems. Joey Hess2007-11-12
* fix issue bma noticed (why does it use "r2"?)joey2007-08-30
* remove the mtnbinpath config option; users should use PATH if they need•••this kind of thing. change formatting of some quotes joey2007-08-21
* * Add monotone support, contributed by William Uther.joey2007-08-21
* fix typojoey2007-07-27
* * Add a libdir config option to let ikiwiki load perl modules, including••• plugins, from a user-configurable directory. joey2007-07-27
* * Add a htmlext config option, this can be used to make ikiwiki generate••• html files with a different extension. joey2007-07-25
* setup file should not have verbose => 0joey2007-06-01
* * Add an account-creation password as a simple anti-spam mechanism. If••• set in the wiki setup, passwordauth will require the password in order to create an account. joshtriplett2007-05-09
* * Enable openid logins by default.•••* Enable usedirs by default. joey2007-04-29
* turn on syslog for the svn post-commit hookjoey2007-04-09
* Improve description of usedirs in ikiwiki.setupjoshtriplett2007-04-02
* * Finally apply the index.html patch, with thanks to everyone who worked••• on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default. joey2007-04-01
* web commit by JoshTriplett: Add commented underlaydir usage, to document the ...joey2007-02-09
* web commit by JoshTriplett: Remove trailing whitespace.joey2007-02-09
* * Add canedit hook, allowing arbitrary controls over when a page can be••• 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. joey2007-02-02
* * Make gitorigin_branch and gitmaster_branch configurable via the setup••• file. Closes: #408599 joey2007-01-27
* fix typojoey2007-01-15
* fix bad example of exclude configuration item, and remove some stuff about•••it from discussion, since it is indeed documented joey2006-12-28
* * Add mirrorlist plugin.joey2006-12-23
* * Add userdir config setting.joey2006-12-19
* renamejoey2006-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. joey2006-11-22
* rewritejoey2006-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. joey2006-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. joey2006-11-20
* * Make auth methods pluggable.•••* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. joey2006-11-20
* web commit by JoshTriplett: Use example.org as the example domain throughout....joey2006-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. joey2006-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 joey2006-10-02
* estseek patch (slightly altered) and other repliesjoey2006-09-18
* * Add a linkmap plugin (requires graphviz).joey2006-09-07
* * Add support for mercurial, contributed by Emanuele Aina.joey2006-09-06
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04
* * Add toc (table of contents) plugin.joey2006-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. joey2006-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. joey2006-08-19
* * Add a map plugin contributed by Alessandro Dotti Contra.joey2006-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. joey2006-08-18
* * Add --syslog config option, to log to the syslog.joey2006-08-16
* add fortunejoey2006-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. joey2006-07-29
* * htmltidy plugin from Faidon.joey2006-07-29
* add pagestatsjoey2006-07-29
* * Add exclude option in setup files, works same as --exclude.joey2006-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. joey2006-07-27
* * Add wikitext markup plugin, which supports ".wiki" pages written in the••• original wiki syntax, CamelCase links and all. joey2006-07-07