summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-07-30more suidhttp://schmonz.livejournal.com/
2008-07-30fix cuttohttp://schmonz.livejournal.com/
2008-07-30okay, tested to really work as advertisedhttp://schmonz.livejournal.com/
2008-07-30http(oop)shttp://schmonz.livejournal.com/
2008-07-30updatehttp://schmonz.livejournal.com/
2008-07-30revamp, so it's vampierhttp://schmonz.livejournal.com/
2008-07-30(no commit message)http://schmonz.livejournal.com/
2008-07-29alternate suggestionhttp://www.cse.unsw.edu.au/~willu/
2008-07-29(no commit message)http://schmonz.livejournal.com/
2008-07-29(no commit message)http://schmonz.livejournal.com/
2008-07-29on the security of this plugin..Joey Hess
2008-07-29tuneJoey Hess
2008-07-29Merge branch 'tova' into autoconfigJoey Hess
Conflicts: debian/changelog
2008-07-29Merge branch 'master' into tovaJoey Hess
2008-07-29rename discussion page to match plugin nameJoey Hess
2008-07-29initial draftJoey Hess
2008-07-28document unixauth.pmhttp://schmonz.livejournal.com/
2008-07-27handle options with no value and no example valueJoey Hess
2008-07-26Merge branch 'master' into autoconfigJoey Hess
2008-07-26changelog and tweaksJoey Hess
2008-07-26Added cutpaste plugin.Enrico Zini
I'm wondering if cutandpaste wouldn't be a better name.
2008-07-26remove ikiwiki.setupJoey Hess
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
2008-07-26clarificationJoey Hess
2008-07-26finish with rcs plugin conversionJoey Hess
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26load all plugins when generating setupJoey Hess
2008-07-26fixesJoey Hess
2008-07-26standardising and documenting getsetupJoey Hess
2008-07-25fix feed urlsJoey Hess
The fix for colons involved adding "./" to some urls. Due to the weird way inline called urlto, these snuck into feed urls and permalinks. Fix it by adding an optional third parameter to urlto.
2008-07-23document link fixup on renameJoey Hess
2008-07-23add renamepage hooksJoey Hess
Implemented for regular wikilinks, with a test suite.
2008-07-23Merge branch 'master' into tovaJoey Hess
2008-07-23fixed description for open parameterrdennis
2008-07-22formattingJoey Hess
2008-07-21improve docsJoey Hess
2008-07-21really addJoey Hess
2008-07-21Merge branch 'master' into tovaJoey Hess
Conflicts: debian/changelog
2008-07-21Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie
That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
2008-07-21document remove pluginJoey Hess
2008-07-21Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie
2008-07-21Migrate doc/plugins via prefix_directivesSimon McVittie
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
2008-07-21Change to new preprocessor syntaxhttp://www.cse.unsw.edu.au/~willu/
2008-07-19remove note about versionJoey Hess
This wiki documents the current (actually, next ;-) release of ikiwiki. I don't want to have version numbers everywhere. (plugins/write is an exception to this policy).
2008-07-19description meta taghttp://alcopop.org/me/openid/
2008-07-19list which versions of ikiwiki have this featurehttp://alcopop.org/me/openid/
2008-07-17Add a postscan hook.Joey Hess
* Add a postscan hook. * search: Use postscan hook, avoid updating index when previewing.
2008-07-17web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess
specified! :)
2008-07-16move complex examples to a tipJoey Hess
2008-07-16Merge commit 'intrigeri/pedigree'Joey Hess
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
* Renamed to parentlinks every single variable or function called pedigree * Removed the parentlinks function from Render.pm * Enabled the new parentlinks plugin by default * Adapted testsuite and documentation to reflate the above facts Signed-off-by: intrigeri <intrigeri@boum.org>