aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
Commit message (Collapse)AuthorAge
* not working for mehttp://schmonz.livejournal.com/2008-07-31
|
* Fix broken linkhttp://smcv.pseudorandom.co.uk/2008-07-30
|
* responseJoey Hess2008-07-30
|
* s/sslrequire/requiressl/ghttp://schmonz.livejournal.com/2008-07-30
|
* more suidhttp://schmonz.livejournal.com/2008-07-30
|
* fix cuttohttp://schmonz.livejournal.com/2008-07-30
|
* okay, tested to really work as advertisedhttp://schmonz.livejournal.com/2008-07-30
|
* http(oop)shttp://schmonz.livejournal.com/2008-07-30
|
* updatehttp://schmonz.livejournal.com/2008-07-30
|
* revamp, so it's vampierhttp://schmonz.livejournal.com/2008-07-30
|
* (no commit message)http://schmonz.livejournal.com/2008-07-30
|
* alternate 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-29
|
* on the security of this plugin..Joey Hess2008-07-29
|
* tuneJoey Hess2008-07-29
|
* Merge branch 'master' into tovaJoey Hess2008-07-29
|\
| * rename discussion page to match plugin nameJoey Hess2008-07-29
| |
* | initial draftJoey Hess2008-07-29
|/
* document unixauth.pmhttp://schmonz.livejournal.com/2008-07-28
|
* changelog and tweaksJoey Hess2008-07-26
|
* Added cutpaste plugin.Enrico Zini2008-07-26
| | | | I'm wondering if cutandpaste wouldn't be a better name.
* fix feed urlsJoey Hess2008-07-25
| | | | | | 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.
* document link fixup on renameJoey Hess2008-07-23
|
* add renamepage hooksJoey Hess2008-07-23
| | | | Implemented for regular wikilinks, with a test suite.
* Merge branch 'master' into tovaJoey Hess2008-07-23
|\
| * fixed description for open parameterrdennis2008-07-23
| |
* | formattingJoey Hess2008-07-22
| |
* | improve docsJoey Hess2008-07-21
| |
* | really addJoey Hess2008-07-21
| |
* | Merge branch 'master' into tovaJoey Hess2008-07-21
|\| | | | | | | | | | | Conflicts: debian/changelog
| * Don't prepend tagbase to tags if they start with "./" or "/".Simon McVittie2008-07-21
| | | | | | | | | | That syntax made little sense previously, and this allows sites to put "most" of their tags under $tagbase.
* | document remove pluginJoey Hess2008-07-21
|/
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* Change to new preprocessor syntaxhttp://www.cse.unsw.edu.au/~willu/2008-07-21
|
* remove note about versionJoey Hess2008-07-19
| | | | | | 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).
* description meta taghttp://alcopop.org/me/openid/2008-07-19
|
* list which versions of ikiwiki have this featurehttp://alcopop.org/me/openid/2008-07-19
|
* Add a postscan hook.Joey Hess2008-07-17
| | | | | * Add a postscan hook. * search: Use postscan hook, avoid updating index when previewing.
* web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess2008-07-17
| | | | specified! :)
* move complex examples to a tipJoey Hess2008-07-16
|
* Merge commit 'intrigeri/pedigree'Joey Hess2008-07-16
|\
| * pedigree rename to parentlinks: rename/adapt everythingintrigeri2008-07-15
| | | | | | | | | | | | | | | | | | | | * 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>
| * pedigree rename to parentlinks: renamed files, to start withintrigeri2008-07-15
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: rewrote with different designintrigeri2008-07-15
| | | | | | | | | | | | (and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: added documentation (doc/plugins/pedigree.mdwn)intrigeri2008-07-14
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess2008-07-14
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/plugins/aggregate.mdwn
| * | Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie2008-07-15
| | |
* | | improve instructionsJoey Hess2008-07-14
|/ / | | | | | | | | 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.