Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-02 | ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories. ↵ | Joey Hess | |
Closes: #510518 | |||
2009-01-02 | update | Joey Hess | |
2009-01-02 | po/todo: update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po(isvalidpo): more meaningful error message | intrigeri | |
... explaining how to go on with edit. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: back to the cansave hook, as the form validation is not sufficient | intrigeri | |
Form validation works, but after trying to save invalid PO content, the user is brought back to the page he/she was editing, without any single clue to explain why it was not saved. The dedicated cansave hook is thus necessary. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: first attempt to replace cansave hook with form validate tweaks | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/i18n: move the function names out of the translatable strings | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: updated copyright years | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: added note about now implemented feature | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | meta branch merge required | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po(formbuilder_setup): remove the rename/remove buttons on slave pages | intrigeri | |
This has to be done after the rename/remove plugins have added their buttons, so we set this hook to be run last. The canrename/canremove hooks already ensure this is forbidden at the backend level, so this is only UI sugar. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: avoid warnings and possible bugs with nested named subroutines | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: gettext-ize error messages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: remove silly ideas. | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: do not allow to create pages of type po | intrigeri | |
The main reason to do so is to bypass the "favor the type of linking page on page creation" logic, which is unsuitable when a broken link is clicked on a slave (PO) page. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: added better implementation ideas | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: remove completed item | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: cosmetic changes to percent translated display | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po(formbuilder_setup): use a template to display the warning | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: test formbuilder_setup hook to warn about new master page's language | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po/todo: added bugreport about new page's type | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | po: require ikiwiki plugin interface 3.0 | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | bug reopened | mburmester | |
2009-01-01 | Add actual result for the example | http://openid.alexandrefranke.com/ | |
2009-01-01 | po/todo: update | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: send msgfmt output to /dev/null, else it creates messages.mo files | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: fix error messages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(cansave): check PO validity using new isvalidpo function | intrigeri | |
... because Po4a's parser does not care about malformed PO data. Use gettext's msgfmt program instead. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | debian/control: suggest gettext, which is used by the po plugin | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | skeleton plugin: added the canrename and canremove hooks | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(TODO): the plugin code will need to be gettextized, at some point | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(cansave): use po_to_markup to check PO validity | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: move most of filter code to its own function | intrigeri | |
Allow this new po_to_markup function to run in non-fatal mode, we need this in our cansave hook. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: register a (dummy) cansave hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | editpage: added a cansave hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | Pass src, srcfile, dest and destfile to the canrename hook. | intrigeri | |
This is not needed by the use I'm doing of it, but seems more consistent to me. Future users of this hook may need this data to make their mind. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: bugfix | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: fix canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | rename: pass the CGI and session to the rename hook | intrigeri | |
The po plugin remame + canrename hook combination will need this. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: use the new canrename hook to prevent translation renames in the CGI | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | rename: implemented new canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | remove: implemented a new canremove hook; use it in the po plugin | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(todo): test results for markup languages support, thoughts about ↵ | intrigeri | |
renaming/deleting Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-01 | link to related bug | http://www.cse.unsw.edu.au/~willu/ | |
2009-01-01 | Render.pm: also use 'our' for $backlinks_calculated | intrigeri | |
Since %backlinks are now declared with 'our', this variable must be as well. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(myurlto): more robust run_by_editpage logic | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: some code/comments refactoring | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> |