Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-21 | turn off pot file underlay again | Joey Hess | |
2009-07-21 | improve invalid gettext message | Joey Hess | |
(and gettext it as translators will see this!) | |||
2009-07-21 | update | Joey Hess | |
2009-07-21 | update | 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-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-07-21 | fix example | Joey Hess | |
2009-07-21 | (no commit message) | harishcm | |
2009-07-21 | patch overcoming the issue of <ul> with no <li> | harishcm | |
2009-07-20 | link to alternative patch | http://smcv.pseudorandom.co.uk/ | |
2009-07-20 | link to existing bug | http://smcv.pseudorandom.co.uk/ | |
2009-07-20 | Issue with ul and div tag closure when returning empty map | harishcm | |
2009-07-20 | (no commit message) | harishcm | |
2009-07-20 | how to achieve this by modifying your templates | http://jmtd.livejournal.com/ | |
2009-07-20 | Danish translation update | Jonas Smedegaard | |
2009-07-20 | Unfuzz danish translation of basewiki/.../po.da underlay | Jonas Smedegaard | |
2009-07-20 | update | Joey Hess | |
2009-07-20 | po/underlay/* should be BSD licensed, like the rest of the underlays | Joey Hess | |
2009-07-20 | fixes for Danish integration | Joey Hess | |
2009-07-20 | Merge branch 'master' into integration | Joey Hess | |
2009-07-20 | build translated underlays for use with non-English wikis | Joey Hess | |
2009-07-20 | po: Support running with a non-english master lang; add translated underlays | Joey Hess | |
It seem to make sense to remove the check for there being slave languages as part of this, since one might want a wiki that is only in non-English. | |||
2009-07-20 | remove prototype from renamehook | Joey Hess | |
Recursive calls make perl whine about protypes, and it wasn't adding any value. | |||
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 | split two helper functions of of render() | Joey Hess | |
2009-07-20 | more thoughts on underlays | Joey Hess | |
2009-07-20 | note branch name | Joey Hess | |
2009-07-20 | Merge commit 'remotes/jonas/underlay-da' into integration | Joey Hess | |
2009-07-20 | add jonas's git repo | Joey Hess | |
2009-07-20 | Update with Git URL for danish l10n. | Jonas Smedegaard | |
2009-07-20 | Merge branch 'master' of git://git.ikiwiki.info into underlay-da | Jonas Smedegaard | |
2009-07-20 | Add initial danish underlay translation | Jonas Smedegaard | |
2009-07-20 | update, think I have the real bug this time | Joey Hess | |
2009-07-20 | use empty underlay dirs when building po underlays | Joey Hess | |
2009-07-19 | %links dedup bug? | Joey Hess | |
2009-07-19 | bad po plugin bug | Joey Hess | |
2009-07-19 | speed up incremental underlaypo runs | Joey Hess | |
2009-07-19 | Use a link that will work on other wikis | http://smcv.pseudorandom.co.uk/ | |
2009-07-19 | meta language vs po language... | http://smcv.pseudorandom.co.uk/ | |
2009-07-19 | Consistency nitpicking in docs: lowercase in attachment and po lists | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Use third tense in pagespec list | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Note: → Note that | Jonas Smedegaard | |
2009-07-19 | Merge branch 'master' of git://git.ikiwiki.info | Jonas Smedegaard | |
2009-07-19 | Improve wording of tagged() docs | Jonas Smedegaard | |
2009-07-19 | s//bad//invalid// # jonas= | Joey Hess | |
2009-07-19 | language display order | Joey Hess | |
2009-07-19 | reorder | Joey Hess | |
2009-07-19 | avoid Po4a::Common exporting anything | Joey Hess | |
It exports gettext and stuff by default, which conflicts with IkiWiki exports. | |||
2009-07-19 | shut up msgmerge | Joey Hess | |
2009-07-19 | commit for jonas | Joey Hess | |