summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
AgeCommit message (Collapse)Author
2009-08-28both changes pickedJoey Hess
2009-08-28doc/po: reported bug + patches wrt. created page typeintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-27fix mergedJoey Hess
2009-08-27fix cherry-pickedJoey Hess
2009-08-27change cherry-picked; move to discussionJoey Hess
2009-08-27doc/po(self-links): follow-upsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-27doc/po: follow-upintrigeri
2009-08-27doc/po: follow-upintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-08-27followupsJoey Hess
2009-08-27cherry-picked fix for recentchanges linksJoey Hess
2009-08-27unsure if this patch is enoughJoey Hess
2009-08-26translation of directivesJoey Hess
2009-08-26po: more TODO items comments and patchesintrigeri
2009-08-26po: commenting some TODO itemsintrigeri
2009-08-26po: maybe fixed self linksintrigeri
2009-08-19another issueJoey Hess
2009-08-16minor problemJoey Hess
2009-08-15po: 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-15updateJoey Hess
2009-08-15apache config detailsJoey Hess
2009-08-15another problem..Joey Hess
2009-08-15another problemJoey Hess
2009-08-15another problemJoey Hess
2009-08-15noticed a problemJoey Hess
2009-08-10po: Fix copy of po file from underlay when editingJoey 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-21oddityJoey Hess
2009-07-21one issue with basewiki translationsJoey Hess
2009-07-21po: Add support for mo files in underlaysJoey 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-20build translated underlays for use with non-English wikisJoey Hess
2009-07-20create translated underlays in mdwn formatJoey 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-20more thoughts on underlaysJoey Hess
2009-07-20update, think I have the real bug this timeJoey Hess
2009-07-19%links dedup bug?Joey Hess
2009-07-19bad po plugin bugJoey Hess
2009-07-19language display orderJoey Hess
2009-07-19shut up msgmergeJoey Hess
2009-07-19new minor bugJoey Hess
2009-07-19bugfix: Avoid generating po files for files that are not httmlizableJoey Hess
2009-07-19add a bugJoey Hess
2009-07-19s/castellano/espaƱol/Joey Hess
2009-07-19move robustness tests section to discussionJoey Hess
2009-07-19fix linkJoey Hess
2009-03-28page.tmpl: use OTHERLANGUAGES and PERCENTTRANSLATEDintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-27link changesJoey Hess
2009-01-27po/todo: drop a note about my meta-po branchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po/todo: take note of the commit that will need to be reverted laterintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po: remove all dependencies on nicepagetitleintrigeri
... as my meta branch probably won't be merged before the po plugin is, contrary to what I was originally supposing. This implies removing the po_translation_status_in_links and po_strictly_refresh_backlinks options. Added a note to the TODO section to think of bringing these features back later, as they really enhance user experience on a translatable wiki. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po: make the "backlinks involve dependencies" feature optionalintrigeri
It can now be configured with the po_strictly_refresh_backlinks setting. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-26plugins/po: talk about the po4a version in the first linesintrigeri
... as it seems it can be missed if I keep it only in the security section. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-17po(doc): moved security analysis to its own pageintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>