| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
original wiki syntax, CamelCase links and all.
|
|
|
|
|
| |
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
about changes to rss feeds.
|
| |
|
| |
|
|
|
|
|
| |
Note that as a side effect, dates will now be displayed using the local
timezone, not as GMT.
|
| |
|
| |
|
|
|
|
| |
and --disable-plugin htmlscrubber.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
rebuilt
This changes ikiwiki's syntax to require only 2 parameters (source and
dest) and not three. The templatedir parameter is now an optional
--templatedir.
|
|
|
|
|
| |
locking
|
| |
|
|
|
|
|
| |
improve svn log regexp to deal with file copies/moves
|
| |
|
|
|
|
|
| |
add MakeMaker foo for module
|
| |
|
|
|