Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-29 | removed | http://weakish.int.eu.org/ | |
2009-01-29 | use mercurial instead of hg when set rcs option | http://weakish.int.eu.org/ | |
2009-01-28 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-28 | close this, we have comments now | Joey Hess | |
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 | thought | Joey Hess | |
2009-01-27 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | 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: fixed half, added proposal for the other half | intrigeri | |
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 | update | Joey Hess | |
2009-01-26 | typo | Joey Hess | |
2009-01-26 | fix directive | Joey Hess | |
2009-01-26 | underlay: New plugin, allows pulling in additional files not in version ↵ | Joey Hess | |
control. (smcv) | |||
2009-01-26 | Merge commit 'smcv/underlay' | Joey Hess | |
2009-01-26 | meta: New "updated" metadata specifies a fake modification time for a page, ↵ | Joey Hess | |
to be output into RSS and Atom feeds. (smcv) | |||
2009-01-26 | Merge commit 'smcv/updated' | Joey Hess | |
2009-01-26 | followup | Joey Hess | |
2009-01-26 | comments | Joey Hess | |
2009-01-26 | rename hook issues | Joey Hess | |
2009-01-26 | close bug on this branch | Joey Hess | |
2009-01-26 | hook function names should be the same as the hook name | 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 | need_global_renamepage_hook: s/suggest/will | 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 | po: bring back a useful use of scalar | intrigeri | |
... that was removed in 68869d664b978b063c9181d024edb34a63306c33 Without this scalar, a two-cells array is passed to $template->param, which builds a hash with an odd number of elements. 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 | suggest a po4a version not subject to DoS | intrigeri | |
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 | po(formbuilder): stop hunting down non-existent cases | intrigeri | |
After some thinking about it, I can't find why the type of a page being created in the CGI could be restricted to po. So the previous case seems enough. 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 | new bug report | Joey Hess | |
2009-01-26 | review | Joey Hess | |
2009-01-26 | add mising hooks and fix syntax error | Joey Hess | |
2009-01-26 | remove unnecessary returns | Joey Hess | |
check_canremove/canrename is called only for its side effect (of failing if removal is not allowed), its return value is never used and returning something makes that unclear | |||
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 | remove redundant use | Joey Hess | |
use is file-scoped so warnings and strict are already enabled inside the second package, and IkiWiki is already loaded (though not imported into this context) | |||
2009-01-26 | non-code changes | Joey Hess | |
2009-01-26 | more unnecessary parens | Joey Hess | |
2009-01-26 | avoid keeping running if a DOS attack is possible | Joey Hess | |
2009-01-26 | remove unnecessary parens | Joey Hess | |