aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improve translatable texts to ease translation (e.g. to→into and ↵Jonas Smedegaard2009-07-23
| | | | from→inside)
* Fix typo attepting→attemptingJonas Smedegaard2009-07-23
|
* Partly localized danish directive underlayJonas Smedegaard2009-07-23
|
* Update danish underlays for po4a 0.36.2Jonas Smedegaard2009-07-22
|
* fix installJoey Hess2009-07-21
|
* make `make underlays` work in a clean tree that has not been builtJoey Hess2009-07-21
|
* oddityJoey Hess2009-07-21
|
* install underlay/ po filesJoey Hess2009-07-21
|
* use underlay_install as optimisatonJoey Hess2009-07-21
|
* split out underlay_install targetJoey Hess2009-07-21
|
* relocate po directory up a levelJoey Hess2009-07-21
|
* add a warningJoey Hess2009-07-21
|
* Merge branch 'master' of git://git.ikiwiki.infoJon Dowland2009-07-21
|\
| * one issue with basewiki translationsJoey Hess2009-07-21
| |
| * turn off pot file underlay againJoey Hess2009-07-21
| |
| * improve invalid gettext messageJoey Hess2009-07-21
| | | | | | | | (and gettext it as translators will see this!)
| * updateJoey Hess2009-07-21
| |
* | some thoughts in the wake of a spam attackJon Dowland2009-07-21
|/
* updateJoey Hess2009-07-21
|
* po: Add support for mo files in underlaysJoey Hess2009-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-07-21
|\
| * (no commit message)harishcm2009-07-21
| |
| * patch overcoming the issue of <ul> with no <li>harishcm2009-07-21
| |
* | fix exampleJoey Hess2009-07-21
|/
* link to alternative patchhttp://smcv.pseudorandom.co.uk/2009-07-20
|
* link to existing bughttp://smcv.pseudorandom.co.uk/2009-07-20
|
* Issue with ul and div tag closure when returning empty mapharishcm2009-07-20
|
* (no commit message)harishcm2009-07-20
|
* how to achieve this by modifying your templateshttp://jmtd.livejournal.com/2009-07-20
|
* Danish translation updateJonas Smedegaard2009-07-20
|
* Unfuzz danish translation of basewiki/.../po.da underlayJonas Smedegaard2009-07-20
|
* updateJoey Hess2009-07-20
|
* po/underlay/* should be BSD licensed, like the rest of the underlaysJoey Hess2009-07-20
|
* fixes for Danish integrationJoey Hess2009-07-20
|
* Merge branch 'master' into integrationJoey Hess2009-07-20
|\
| * build translated underlays for use with non-English wikisJoey Hess2009-07-20
| |
| * po: Support running with a non-english master lang; add translated underlaysJoey Hess2009-07-20
| | | | | | | | | | 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.
| * remove prototype from renamehookJoey Hess2009-07-20
| | | | | | | | | | Recursive calls make perl whine about protypes, and it wasn't adding any value.
| * create translated underlays in mdwn formatJoey Hess2009-07-20
| | | | | | | | | | | | 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.
| * split two helper functions of of render()Joey Hess2009-07-20
| |
| * more thoughts on underlaysJoey Hess2009-07-20
| |
| * note branch nameJoey Hess2009-07-20
| |
* | Merge commit 'remotes/jonas/underlay-da' into integrationJoey Hess2009-07-20
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.ikiwiki.info into underlay-daJonas Smedegaard2009-07-20
| |\
| * | Add initial danish underlay translationJonas Smedegaard2009-07-20
| | |
* | | add jonas's git repoJoey Hess2009-07-20
| | |
* | | Update with Git URL for danish l10n.Jonas Smedegaard2009-07-20
| |/ |/|
* | update, think I have the real bug this timeJoey Hess2009-07-20
| |
* | use empty underlay dirs when building po underlaysJoey Hess2009-07-20
| |
* | %links dedup bug?Joey Hess2009-07-19
| |