Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-11 | [tiny] add a link to meta plugin page | http://weakish.int.eu.org/ | |
2009-02-11 | add instruction of lighttpd | http://weakish.int.eu.org/ | |
2009-02-10 | more details on ikiwiki directives | http://weakish.int.eu.org/ | |
2009-02-10 | ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl | http://weakish.int.eu.org/ | |
2009-02-09 | document writefile symlink checks | Joey Hess | |
2009-02-07 | Note todo with patch attached to solve listed problem | http://www.cse.unsw.edu.au/~willu/ | |
2009-02-06 | (no commit message) | http://taozhyn.myopenid.com/ | |
2009-02-05 | note about path | Joey Hess | |
2009-02-04 | note possible abandonment of sourcehighlight in favour of sourcecode | bremner | |
2009-02-04 | fix joeyh's link :-) | bremner | |
2009-02-04 | (no commit message) | bremner | |
2009-01-31 | rename apache404 -> 404 | Joey 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-31 | Split cgi_goto into a goto plugin | Simon McVittie | |
2009-01-31 | Split apache404 into an independent plugin | Simon McVittie | |
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring. | |||
2009-01-29 | removed | http://weakish.int.eu.org/ | |
2009-01-27 | contrib/po: announce my meta-po integration branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po/todo: drop a note about my meta-po branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | response | Joey Hess | |
2009-01-27 | contrib/po: misc answers and questions | intrigeri | |
Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po/todo: take note of the commit that will need to be reverted later | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po: remove all dependencies on nicepagetitle | intrigeri | |
... 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-27 | rename hook: instead of modifying the passed-by-name array, return a copy | intrigeri | |
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-26 | Merge commit 'smcv/underlay' | Joey Hess | |
2009-01-26 | comments | Joey Hess | |
2009-01-27 | contrib/po: backlinks=>dependencies is now an option | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po: make the "backlinks involve dependencies" feature optional | intrigeri | |
It can now be configured with the po_strictly_refresh_backlinks setting. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | the rename hooks names waltz seems over | intrigeri | |
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-27 | revert renamepage's hook original name | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | contrib/po: update after implementing suggested changes | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | plugins/po: talk about the po4a version in the first lines | intrigeri | |
... 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-26 | only pass named parameters to the canremove hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | only pass named parameters to the canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-26 | po and doc/todo/need_global_renamepage_hook: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | review | Joey Hess | |
2009-01-26 | don't add new exported warning function | Joey 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-26 | Merge branch 'master' into po | Joey Hess | |
2009-01-25 | update | Joey Hess | |
2009-01-25 | update | Joey Hess | |
2009-01-25 | add a button to prefs page for comment moderation | Joey Hess | |
2009-01-25 | comments: If comment content checks fail, store the comment (in ↵ | Joey Hess | |
.ikiwiki/comments_pending) for moderator review. | |||
2009-01-20 | po: let's walk the last steps needed before merge! | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-19 | remove cansave plugin, now replaced by Joey's checkcontent one | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-19 | make checkcontent compatible with hooks that need the full content | intrigeri | |
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-18 | Document underlay plugin as included | Simon McVittie | |
2009-01-18 | fix typo, mention git branch | http://smcv.pseudorandom.co.uk/ | |
2009-01-18 | underlay plugin, a command-line interface for add_underlay() | http://smcv.pseudorandom.co.uk/ | |
2009-01-18 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: t/syntax.t | |||
2009-01-17 | Typo. | PaulePanter | |
2009-01-17 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t |