aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.joey2006-08-13
| | | | | | | | | | | | | | * 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.
* mehjoey2006-08-12
|
* * If the meta plugin overides the page title, set a title_overriddenjoey2006-08-12
| | | | | variable in the template to true. This allows doing things with the templates conditional on the title being overriden.
* add news item for ikiwiki 1.17joey2006-08-12
|
* releasing version 1.17joey2006-08-12
|
* note about perl versionjoey2006-08-12
|
* * Set die_on_bad_params => 0 for all templates, to allow users to modifyjoey2006-08-12
| | | | | | them without annoyances. * Suck in the page content when generating an inline archive page, to work around the meta plugin's lack of caching of title metadata across runs.
* formatjoey2006-08-10
|
* web commit by ChristianAichinger: Added my homepagewww-data2006-08-10
|
* remove byte order mark that vim added for some reasonjoey2006-08-10
|
* suggest running make test as part of installjoey2006-08-10
|
* updatejoey2006-08-10
|
* * Improve markdown loading. First, try to load it as a properl perl module,joey2006-08-10
| | | | | | | in case it was installed as one. Then fall back to trying /usr/bin/markdown. * Document in install page how to install markdown, since it has no installation procedure in the upstream tarball.
* remove clutterjoey2006-08-10
|
* preliminary rst plugin by Sergio Talens-Oliagjoey2006-08-10
|
* web commit by testerwww-data2006-08-10
|
* web commit by tester: testingwww-data2006-08-10
|
* web commit by rmedenwww-data2006-08-10
|
* * Display an error message if /usr/bin/markdown can't be loaded.joey2006-08-10
|
* web commit by rmeden: test pagewww-data2006-08-10
|
* web commit by rmeden: add an eden test?www-data2006-08-10
|
* web commit by rmeden: this is a blog entrywww-data2006-08-10
|
* web commit by SergioTalensOliag: Added myself as ikiwikiuserwww-data2006-08-09
|
* * Ship ikiwiki executable as ikiwiki.pl in source to avoid issues onjoey2006-08-08
| | | | case-sensative filesystems like OSX.
* web commit by joeywww-data2006-08-07
|
* viewcvs url also changedjoey2006-08-07
|
* subversion repo location movejoey2006-08-07
|
* web commit by joey: testwww-data2006-08-07
|
* misc changesjoey2006-08-05
|
* * Turn on HTML::Template loop_context_vars; not actually used in stockjoey2006-08-05
| | | | | templates but can be useful for things like making comma-delimited lists of tags or what have you.
* * Turn off tidy indentation too.joey2006-08-05
|
* * Move tidy back to sanitize hook, found out how to only show body.joey2006-08-05
|
* * Disable tidy generator tag.joey2006-08-05
|
* add news item for ikiwiki 1.16joey2006-08-05
|
* releasing version 1.16joey2006-08-05
|
* * Fix dates in rss feeds if running localised, so they're still rfc 822.joey2006-08-05
|
* tone back claims of what tidy can do, it's not perfectjoey2006-08-04
|
* * Don't run tidy with -xml as that fails if the input is not well-formed.joey2006-08-04
| | | | | | | | | Run it with -asxhtml instead, so it will output well-formed xhtml no matter what the input. * Disable tidy warnings too. * Add a new format hook, and make tidy use it, since tidy can really only operate on and output complete html documents, not the body chunks that sanitise gets.
* * Fix the htmltidy plugin, which wasn't working due my breaking it whenjoey2006-08-04
| | | | I added it..
* use rel=bookmark here too..joey2006-08-04
|
* * Also generate rel=bookmark links for permalinks.joey2006-08-04
|
* fixjoey2006-08-04
|
* need to make it really utf8 or the url encode won't workjoey2006-08-04
|
* use htmlpage a couple of places instead of hardcoding the extensionjoey2006-08-04
|
* * Add xhtml files to the default prune regexp.joey2006-08-04
|
* fixjoey2006-08-04
|
* * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.joey2006-08-04
|
* revert this, it seems wrongjoey2006-08-04
|
* oopsjoey2006-08-04
|
* * Various CSS and formatting changes.joey2006-08-04
|