Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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> | |||
2009-01-01 | po: follow new coding style (removed Vim folding markers | intrigeri | |
) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: added postscan hook, to make pages depend on the pages linking to them | intrigeri | |
... so that nicepagetitle hook's effects, such as translation status displayed in links, are updated when the linked page changes. The replacement of 'my %backlinks' with 'our %backlinks' in Render.pm made this work: previously, every postscan hook was called with an almost empty %backlinks, which defeated all my attempts to implement this feature. This feature hits performance a bit. Its cost was quite small in my real-world use-cases (a few percents bigger refresh time), but could be bigger in worst cases. Time will tell. NB: this hack could also be used by my meta branch. It may even be a ikiwiki optional feature. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | Fix version. | JoshTriplett | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | fix link | Joey Hess | |
2008-12-31 | fix link | Joey Hess | |
2008-12-31 | 3.0 annoucement | Joey Hess | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | add news item for ikiwiki 3.00 | Joey Hess | |
2008-12-31 | releasing version 3.00 | Joey Hess | |
2008-12-31 | fix moveprefs transition | Joey Hess | |
2008-12-31 | move to correct location | Joey Hess | |
2008-12-31 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-31 | Merge branch 'next' | Joey Hess | |