summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-05-18web commit by KarlMW: wanting a map using page titlesjoey
2007-05-18no, brokenlink is how this bug gets fixed :-)joey
2007-05-18web commit by KarlMW: fix brokenlinkjoey
2007-05-18web commit by KarlMW: fix brokenlink :-)joey
2007-05-17formattingjoey
2007-05-17* Add a destpage parameter to the filter hook.joey
* Fix links to smilies generated by the smiley plugin for inlined pages. The old links were often wrong, but often still worked by accident.
2007-05-17web commit by JoshTriplett: Thanks!joey
2007-05-17web commit by http://roktas.myopenid.com/: todo itemjoey
2007-05-17responsejoey
2007-05-17* Fix some bugs in password handling:joey
- If the password is empty in preferences, don't clear the existing password. - Actually check the confirm password field, even if it's left empty.
2007-05-17web commit by KarlMWjoey
2007-05-17web commit by KarlMWjoey
2007-05-16web commit by KarlMWjoey
2007-05-16web commit by KarlMWjoey
2007-05-16web commit by KarlMWjoey
2007-05-16web commit by KarlMW: hassle with usedirs and relative linking - probably solvedjoey
2007-05-16Add shortcut linuxbug for the Linux bugzilla. Could possibly use a better name.joshtriplett
2007-05-15Add todo item for an httpauth example.joshtriplett
2007-05-13web commit by hb: titlesjoey
2007-05-12layout take 2joey
2007-05-12layoutjoey
2007-05-12page cloud was split into two definitionsjoey
2007-05-12use a tag cloud for plugin typesjoey
2007-05-12* Patch from hb to fix the pagestats plugin, which was broken by a pastjoey
change to the backlinks() function.
2007-05-12web commit by hbjoey
2007-05-12web commit by hb: typojoey
2007-05-12web commit by hbjoey
2007-05-12web commit from 88.172.149.251: poll vote (Accept only OpenID for logins)joey
2007-05-11* Make all templates have a footer div to ease themeing. Required templatejoey
and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there.
2007-05-11web commit by http://ptecza.myopenid.com/: * Thanksjoey
2007-05-11web commit by http://ptecza.myopenid.com/: * Thanksjoey
2007-05-11web commit by KarlMWjoey
2007-05-10web commit by Fred: Updated patchjoey
2007-05-10web commit by http://ressukka.net/: Add an example of redirecting with lighttpdjoey
2007-05-10responsejoey
2007-05-10* Apply patch from Pawel to avoid using -L in Makefile as it's not availablejoey
in older finds.
2007-05-10responsejoey
2007-05-10web commit by JoshTriplett: Add gmane shortcut for gmane groups, and ↵joey
gmanemsg shortcut to look for a Message-ID on gmane.
2007-05-10web commit by http://ptecza.myopenid.com/: * Next bug reportjoey
2007-05-10web commit by http://ptecza.myopenid.com/: * FTBFS reportjoey
2007-05-10web commit by http://ptecza.myopenid.com/: * Bug reportjoey
2007-05-09web commit by Fredjoey
2007-05-09* Updated Czech translation from Miroslav Kure.joey
2007-05-09web commit by http://ptecza.myopenid.com/joey
2007-05-09* Add an account-creation password as a simple anti-spam mechanism. Ifjoshtriplett
set in the wiki setup, passwordauth will require the password in order to create an account.
2007-05-09* Add the needsbuild hook. Plugins can use this to manipulate which filesjoey
ikiwiki builds when refreshing the wiki.
2007-05-09* Add all=no option to conditional, can be used to form conditionals that dojoey
not need to examine every page in the wiki. * Use this to simplify the goodstuff detection in the plugin template.
2007-05-08web commit by JoshTriplett: Remove account-creation password item, now a ↵joey
separate todo item http://ikiwiki.info/todo/Account-creation_password/
2007-05-08web commit by JoshTriplettjoey
2007-05-08Use an explicit glob(plugins/<TMPL_VAR name>) rather than relying onjoey
implicit glob detection. This is necessary because when this page is being built standalone, the TMPL_VAR will not be expanded, and is instead treated as two globs, and the globlist is then invalid and produces build errors. Using glob() causes it to treated as a single glob, avoiding this problem.