Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-07 | po: write detailed specification of wished backlinks behaviour | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | meta: Plugin is now enabled by default since the basewiki uses it. | Joey Hess | |
2008-11-06 | response | Joey Hess | |
2008-11-06 | po: fix link to homepage in special case | intrigeri | |
... by wrapping IkiWiki::urlto in order to workaround hard-coded /index.$config{htmlext}, which is wrong when usedirs=0 and po_link_to=current and translatable homepage Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: misc responses to Joey | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: redesign (once more) automatic POT/PO files update | intrigeri | |
Now use the change hook to update these files, check them into VCS, and trigger IkiWiki::refresh as needed. The needsbuild hook's help was required to prevent infinite looping. This more rigorous way of doing this fixes recentchanges (that was previously not updated in some cases), and probably is a better long-term solution than the two previously tested ones. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: doc/todo update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: use prep_writefile before creating any files in refreshpot and refreshpo | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: reported parentlinks misbehaviour in special case | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: po_link_to is safe, and fallbacks to a working value if needed | intrigeri | |
warnings are displayed if it is set to an invalid or incompatible value (e.g. po_link_to=negotiated and disabled usedirs) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: mark po_translatable_pages as a safe configuration setting | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: po_master_language and po_slave_languages are safe config settings | intrigeri | |
... and check their validity in checkconfig Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: added license and copyright | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-06 | Merge commit 'upstream/po' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-05 | need license | Joey Hess | |
2008-11-05 | response | Joey Hess | |
2008-11-05 | fixed one security problem, two more need review | Joey Hess | |
2008-11-05 | avoid hitting the shell with system() | Joey Hess | |
2008-11-05 | response | Joey Hess | |
2008-11-05 | comments and questions | Joey Hess | |
2008-11-05 | minor wording improvements/changes | Joey Hess | |
2008-11-05 | Merge commit 'intrigeri/po' | Joey Hess | |
2008-11-05 | response | Joey Hess | |
2008-11-05 | add a more useful example of a relative date ;-) | Joey Hess | |
2008-11-05 | po plugin: more detailed backlinks todo item | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-04 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2008-11-04 | po plugin: redesign refresh mechanism after master page update | intrigeri | |
manually triggering IkiWiki::refresh() was at least dubious, and more or less buggy (it randomly broke the whole backlinks feature); thinking a bit more to add the necessary bits to @needsbuild seems like a better way. don't play with ikiwiki's internals if not absolutely needed. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-04 | po plugin: remove broken parentlinks for home page's translations | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-04 | po plugin: updated doc/todo | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-03 | trackpad registered a click on save | neale | |
2008-11-03 | (no commit message) | neale | |
2008-11-03 | po plugin: updated doc+todo | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-03 | po plugin: slave pages link to the master's discussion page | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | po plugin: updated todo / doc | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | po: now uses inject | intrigeri | |
2008-11-02 | Revert "added the targetpage hook" | intrigeri | |
This reverts commit fc299df955879bf958aa78338ba64d56a7df17a9. Such functionality can now be achieved using the inject() function. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | Revert "added hook urlpath" and "rename urlpath hook into tweakurlpath..." | intrigeri | |
This reverts commits d9b9022c13af3aa6c469df05beaa293fcf33cafc and 39d44d443d2271ec8787e6192b8b5811bee41ebf. This functionality should now be achieved using the new inject() function. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | po plugin: added TODO about charset/encoding in new translations | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | Revert "added the tweakbestlink hook" | intrigeri | |
This reverts commit e51089e11fc1093a253fc13ebfbd5d55912eba59. The new "inject()" feature should replace this ad-hoc hook. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-02 | Merge commit 'origin/master' into prv/po | intrigeri | |
2008-10-31 | rename | Joey Hess | |
2008-10-31 | (no commit message) | alexander | |
2008-10-31 | (no commit message) | alexander | |
2008-10-31 | format: New plugin, allows embedding differntly formatted text inside a page ↵ | Joey Hess | |
(ie, otl inside a mdwn page, or syntax highlighted code inside a page). | |||
2008-10-30 | start discussion of the plugin | jwalzer | |
2008-10-30 | opml-Plugin - Stub-Page | jwalzer | |
2008-10-30 | (no commit message) | http://lollipopman.myopenid.com/ | |
2008-10-29 | wording | Joey Hess | |