summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2009-02-11add instruction of lighttpdhttp://weakish.int.eu.org/
2009-02-10more details on ikiwiki directiveshttp://weakish.int.eu.org/
2009-02-10ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perlhttp://weakish.int.eu.org/
2009-02-09document writefile symlink checksJoey Hess
2009-02-07Note todo with patch attached to solve listed problemhttp://www.cse.unsw.edu.au/~willu/
2009-02-06(no commit message)http://taozhyn.myopenid.com/
2009-02-05note about pathJoey Hess
2009-02-04note possible abandonment of sourcehighlight in favour of sourcecodebremner
2009-02-04fix joeyh's link :-)bremner
2009-02-04(no commit message)bremner
2009-01-31rename apache404 -> 404Joey Hess
This may already work with other web servers that have copied apache's interface, and it should be easy to add support to it for web servers that use some other interface. So, make the name more general.
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31Split apache404 into an independent pluginSimon McVittie
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring.
2009-01-29removedhttp://weakish.int.eu.org/
2009-01-27contrib/po: announce my meta-po integration branchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po/todo: drop a note about my meta-po branchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27responseJoey Hess
2009-01-27contrib/po: misc answers and questionsintrigeri
Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po/todo: take note of the commit that will need to be reverted laterintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po: remove all dependencies on nicepagetitleintrigeri
... as my meta branch probably won't be merged before the po plugin is, contrary to what I was originally supposing. This implies removing the po_translation_status_in_links and po_strictly_refresh_backlinks options. Added a note to the TODO section to think of bringing these features back later, as they really enhance user experience on a translatable wiki. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27rename hook: instead of modifying the passed-by-name array, return a copyintrigeri
This is intended to solve Joey's concerns expressed on http://ikiwiki.info/todo/need_global_renamepage_hook/, i.e. the need to make it possible to use this hook from external plugins. A plugin using this hook still can add/modify/remove elements of the @torename array. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26Merge commit 'smcv/underlay'Joey Hess
2009-01-26commentsJoey Hess
2009-01-27contrib/po: backlinks=>dependencies is now an optionintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po: make the "backlinks involve dependencies" feature optionalintrigeri
It can now be configured with the po_strictly_refresh_backlinks setting. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27the rename hooks names waltz seems overintrigeri
Another set of hooks would not endure such heavy renaming, but the rename* hooks actually do ;) Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27revert renamepage's hook original nameintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26contrib/po: update after implementing suggested changesintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26plugins/po: talk about the po4a version in the first linesintrigeri
... as it seems it can be missed if I keep it only in the security section. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26only pass named parameters to the canremove hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26only pass named parameters to the canrename hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26Merge commit 'upstream/master' into prv/pointrigeri
2009-01-26po and doc/todo/need_global_renamepage_hook: responseintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26reviewJoey Hess
2009-01-26don't add new exported warning functionJoey Hess
Nothing in the po plugin actually uses this function. The benefit of adding the function in general is debatable, but I'd prefer to keep the changes involved in merging po at a minimum.
2009-01-26Merge branch 'master' into poJoey Hess
2009-01-25updateJoey Hess
2009-01-25updateJoey Hess
2009-01-25add a button to prefs page for comment moderationJoey Hess
2009-01-25comments: If comment content checks fail, store the comment (in ↵Joey Hess
.ikiwiki/comments_pending) for moderator review.
2009-01-20po: let's walk the last steps needed before merge!intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19remove cansave plugin, now replaced by Joey's checkcontent oneintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19make checkcontent compatible with hooks that need the full contentintrigeri
Always pass the full (modified) content in `content` named parameter. When the user edits an existing wiki page, also pass a `diff` named parameter, which includes only the lines that they added to the page, or modified. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-18Document underlay plugin as includedSimon McVittie
2009-01-18fix typo, mention git branchhttp://smcv.pseudorandom.co.uk/
2009-01-18underlay plugin, a command-line interface for add_underlay()http://smcv.pseudorandom.co.uk/
2009-01-18Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: t/syntax.t
2009-01-17Typo.PaulePanter
2009-01-17Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t
2009-01-17po(doc): moved security analysis to its own pageintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>