| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
line by test rendering a single page.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
|
|
|
|
|
|
|
|
|
|
|
| |
quotes and such can be represented in title tags.
* Depend and build-depend on HTML::Parser for HTML::Entities which is used
for the above.
* Make --rebuild also cause --aggregate to re-download and write aggregated
pages.
* Avoid outputting duplicate meta info.
* Include title metadata on aggregated posts for capitalised and un-munged
titles.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* Add --tagbase option to tag plugin.
|
|
|
|
| |
support, to edit pages etc without a web server.
|
|
|
|
|
| |
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
|
|
| |
will be automatically done on all upgrades.
|
|
|
|
| |
default (of course!). Based on a patch by Faidon Liambotis.
|
|
|
|
| |
about changes to rss feeds.
|
|
|
|
|
| |
tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
|
|
|
|
|
| |
Note that as a side effect, dates will now be displayed using the local
timezone, not as GMT.
|
|
|
|
|
|
|
| |
fix and make it a bit more flexible
* rcs_getctime is changed, now rather than needing to loop over all pages,
it should just use the rcs to get the ctime of the passed file.
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
| |
fix man page errors due to too long line
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
|
|
|
|
|
|
|
|
|
| |
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Let's only do them for blog pages.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This {gross,amazing} hack makes all wrapped uses of ikiwiki forgo any
option parsing at all. Options come in preparses via an env var from the
wrapper. As a bonus, Wrapper.pm no longer needs to be updated when command
line options are added to the program. Load time is sped up by around 10%.
ikiwikiwrap --params is no longer supported by this change. You will need
to rebuild your wrappers to take advantage of it.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
allow filename param to --wrapper
|
|
|
|
|
| |
- move all the config vars into %config
|
| |
|
| |
|
| |
|