Age | Commit message (Expand) | Author |
2009-01-15 | po(_istranslation): fix unitialized value | intrigeri |
2009-01-15 | po: fix broken links from slave pages | intrigeri |
2009-01-13 | po: do not add translation status to parentlinks | intrigeri |
2009-01-02 | po(isvalidpo): more meaningful error message | intrigeri |
2009-01-02 | po: back to the cansave hook, as the form validation is not sufficient | intrigeri |
2009-01-02 | po: first attempt to replace cansave hook with form validate tweaks | intrigeri |
2009-01-02 | po/i18n: move the function names out of the translatable strings | intrigeri |
2009-01-02 | po: updated copyright years | intrigeri |
2009-01-02 | po(formbuilder_setup): remove the rename/remove buttons on slave pages | intrigeri |
2009-01-02 | po: avoid warnings and possible bugs with nested named subroutines | intrigeri |
2009-01-02 | po: gettext-ize error messages | intrigeri |
2009-01-02 | po: do not allow to create pages of type po | intrigeri |
2009-01-02 | po: cosmetic changes to percent translated display | intrigeri |
2009-01-02 | po(formbuilder_setup): use a template to display the warning | intrigeri |
2009-01-02 | po: test formbuilder_setup hook to warn about new master page's language | intrigeri |
2009-01-02 | po: require ikiwiki plugin interface 3.0 | intrigeri |
2009-01-01 | po: send msgfmt output to /dev/null, else it creates messages.mo files | intrigeri |
2009-01-01 | po: fix error messages | intrigeri |
2009-01-01 | po(cansave): check PO validity using new isvalidpo function | intrigeri |
2009-01-01 | po(cansave): use po_to_markup to check PO validity | intrigeri |
2009-01-01 | po: move most of filter code to its own function | intrigeri |
2009-01-01 | po: register a (dummy) cansave hook | intrigeri |
2009-01-01 | Pass src, srcfile, dest and destfile to the canrename hook. | intrigeri |
2009-01-01 | po: bugfix | intrigeri |
2009-01-01 | po: fix canrename hook | intrigeri |
2009-01-01 | po: use the new canrename hook to prevent translation renames in the CGI | intrigeri |
2009-01-01 | remove: implemented a new canremove hook; use it in the po plugin | intrigeri |
2009-01-01 | po(myurlto): more robust run_by_editpage logic | intrigeri |
2009-01-01 | po: some code/comments refactoring | intrigeri |
2009-01-01 | po: follow new coding style (removed Vim folding markers | intrigeri |
2009-01-01 | po: added postscan hook, to make pages depend on the pages linking to them | intrigeri |
2008-12-31 | po: new po_translation_status_in_links option | intrigeri |
2008-12-31 | po(nicepagetitle): forgot to display % | intrigeri |
2008-12-31 | po(percenttranslated): fix issue with leading / | intrigeri |
2008-12-31 | po(nicepagetitle): append translation status to links to translated pages | intrigeri |
2008-12-31 | po: inject our own (currently a no-op) nicepagetitle function | intrigeri |
2008-12-31 | po: fix redirect after edit, using a somehow tricky hack | intrigeri |
2008-12-31 | po: delete translations of deleted master pages | intrigeri |
2008-12-30 | po: remove debug statements | intrigeri |
2008-12-30 | po: remove renamed pages special handling, not needed anymore | intrigeri |
2008-12-30 | the rename hook can now change the list of pages to rename | intrigeri |
2008-12-30 | renamed the renamepage hook to renamelink, added rename hook | intrigeri |
2008-11-13 | po(change): reset renamed pages status at a better time | intrigeri |
2008-11-13 | po: initial infrastructure to deal with renamed master page | intrigeri |
2008-11-13 | po(delete): added hook, and function skeleton | intrigeri |
2008-11-13 | po(change): avoid losing information before guessing the same... | intrigeri |
2008-11-13 | po(istranslatablefile): extracted this from istranslatable | intrigeri |
2008-11-12 | po(otherlanguages): return pages that should exist | intrigeri |
2008-11-12 | po: memoized istranslatable, eventually | intrigeri |
2008-11-12 | po(change): flush Memoize cache, to fix bug after rename/remove | intrigeri |