Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | (no commit message) | Spida | |
2010-01-14 | mention that lighttpd does support this. Example needed. | Joey Hess | |
2009-09-08 | update | Joey Hess | |
2009-08-30 | Revert "po: do not inject custom bestlink function when po_link_to eq default" | Joey Hess | |
This reverts commit cdc3576c8d1efb2593cac2d9da3f2393a2afe26e. Conflicts: IkiWiki/Plugin/po.pm This change broke the test suite and is not strictly necessary. | |||
2009-08-29 | doc/po(test suite failures): follow-up | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-28 | merged | Joey Hess | |
2009-08-28 | po test suite failure | Joey Hess | |
2009-08-28 | doc/po: report problem with link() + propose patch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-28 | doc/po: bug report + patch proposal wrt. inline's post form's rootpage | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-28 | both changes picked | Joey Hess | |
2009-08-28 | doc/po: reported bug + patches wrt. created page type | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | fix merged | Joey Hess | |
2009-08-27 | fix cherry-picked | Joey Hess | |
2009-08-27 | change cherry-picked; move to discussion | Joey Hess | |
2009-08-27 | doc/po(self-links): follow-ups | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | doc/po: follow-up | intrigeri | |
2009-08-27 | doc/po: follow-up | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | followups | Joey Hess | |
2009-08-27 | cherry-picked fix for recentchanges links | Joey Hess | |
2009-08-27 | unsure if this patch is enough | Joey Hess | |
2009-08-26 | translation of directives | Joey Hess | |
2009-08-26 | po: more TODO items comments and patches | intrigeri | |
2009-08-26 | po: commenting some TODO items | intrigeri | |
2009-08-26 | po: maybe fixed self links | intrigeri | |
2009-08-19 | another issue | Joey Hess | |
2009-08-16 | minor problem | Joey Hess | |
2009-08-15 | po: Better fix for missing underlay translation problem. | Joey Hess | |
If a page is taken from the underlay, and one of the specified languages does not have po files in the underlay, it would create a broken link to the translated version of the page for that language. With this change, there's no broken link. | |||
2009-08-15 | update | Joey Hess | |
2009-08-15 | apache config details | Joey Hess | |
2009-08-15 | another problem.. | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | noticed a problem | Joey Hess | |
2009-08-10 | po: Fix copy of po file from underlay when editing | Joey Hess | |
When first editing a page that was in the underlay, avoid losing the translation by copying the po file over from the underlay. | |||
2009-07-21 | oddity | Joey Hess | |
2009-07-21 | one issue with basewiki translations | Joey Hess | |
2009-07-21 | po: Add support for mo files in underlays | Joey Hess | |
In order to support translated basewiki and other underlays, we need support for mo files in underlays. The code did not allow this before, because if a mo file was in an underlay, then it might try to update it, and its pot, and write to the underlay, which is guaranteed to either fail due to permissions, or be undesirable. To fix, my approach is to just detect if a mo or pot file that is about to be updated is in an underlay, and skip updating it. This seems to work well: - If the mo is out of date in the underlay, it won't get updated, but this would probably be due to a problem in the underlay, or more likely, the wiki is being rebuilt and so it *thinks* the mo is out of date, but it's really not (and it would be a waste of time to rebuild it anyway). - If a page from the basewiki is edited, it is saved to the srcdir, which causes generation of an updated mo and pot also in the srcdir; the underlay stops being used for that page, and everything seems to work. Note that I am not including an underlay search directory for pot files. They *seem* to be unnecessary for the underlay, since the mo files in there never need to be updated. | |||
2009-07-20 | build translated underlays for use with non-English wikis | Joey Hess | |
2009-07-20 | create translated underlays in mdwn format | Joey Hess | |
These are for use by wikis where the primary language is not English. On such a wiki, it makes sense to use an underlay has the source for pages in the native language. | |||
2009-07-20 | more thoughts on underlays | Joey Hess | |
2009-07-20 | update, think I have the real bug this time | Joey Hess | |
2009-07-19 | %links dedup bug? | Joey Hess | |
2009-07-19 | bad po plugin bug | Joey Hess | |
2009-07-19 | language display order | Joey Hess | |
2009-07-19 | shut up msgmerge | Joey Hess | |
2009-07-19 | new minor bug | Joey Hess | |
2009-07-19 | bugfix: Avoid generating po files for files that are not httmlizable | Joey Hess | |
2009-07-19 | add a bug | Joey Hess | |
2009-07-19 | s/castellano/espaƱol/ | Joey Hess | |
2009-07-19 | move robustness tests section to discussion | Joey Hess | |