summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-07-31not working for mehttp://schmonz.livejournal.com/
2008-07-30Fix broken linkhttp://smcv.pseudorandom.co.uk/
2008-07-30responseJoey Hess
2008-07-30s/sslrequire/requiressl/ghttp://schmonz.livejournal.com/
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 '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-26changelog and tweaksJoey Hess
2008-07-26Added cutpaste plugin.Enrico Zini
I'm wondering if cutandpaste wouldn't be a better name.
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>
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree: rewrote with different designintrigeri
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
Conflicts: doc/plugins/aggregate.mdwn
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14improve instructionsJoey Hess
It's better to -refresh rather than rebuild, as this way ikiwiki deletes all the html files rendered to destdir for the aggregated pages before.
2008-07-15Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.Simon McVittie
Also use [[!foo]] in aggregate.mdwn.