Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-23 | add po4a to build-deps | Joey Hess | |
2009-07-23 | quote version numbers to avoid them being interpreted as unicode characters | Joey Hess | |
2009-07-23 | revert revert | Joey Hess | |
2009-07-23 | improve string to be less confusing | Joey Hess | |
2009-07-23 | reverted a few of the string changes | Joey Hess | |
Improved one string. | |||
2009-07-23 | Fix fatal typos in danish directives underlay translation | Jonas Smedegaard | |
2009-07-23 | Merge branch 'master' of git://git.ikiwiki.info | Jonas Smedegaard | |
2009-07-23 | Unfuzz translations (after rephrasings) | Jonas Smedegaard | |
2009-07-23 | Update german translation | Jonas Smedegaard | |
2009-07-23 | Rephrase translatable string to clarify data requested (account or openid) | Jonas Smedegaard | |
2009-07-23 | Change rendering→building in translatable strings, to ease translations. | Jonas Smedegaard | |
2009-07-23 | Rephrase suggestion to not get confused as info on action already done. | Jonas Smedegaard | |
2009-07-23 | Rephrase 'linked to by' confusing for translators. | Jonas Smedegaard | |
2009-07-23 | Improve translatable texts to ease translation (e.g. to→into and ↵ | Jonas Smedegaard | |
from→inside) | |||
2009-07-23 | Fix typo attepting→attempting | Jonas Smedegaard | |
2009-07-23 | Merge commit 'jonas/master' | Joey Hess | |
2009-07-23 | Partly localized danish directive underlay | Jonas Smedegaard | |
2009-07-22 | Update danish underlays for po4a 0.36.2 | Jonas Smedegaard | |
2009-07-22 | add --previous at bubulle's suggestion | Joey Hess | |
2009-07-22 | remove ion | Joey Hess | |
2009-07-21 | fix install | Joey Hess | |
2009-07-21 | make `make underlays` work in a clean tree that has not been built | Joey Hess | |
2009-07-21 | oddity | Joey Hess | |
2009-07-21 | install underlay/ po files | Joey Hess | |
2009-07-21 | use underlay_install as optimisaton | Joey Hess | |
2009-07-21 | split out underlay_install target | Joey Hess | |
2009-07-21 | relocate po directory up a level | Joey Hess | |
2009-07-21 | add a warning | Joey Hess | |
2009-07-21 | Merge branch 'master' of git://git.ikiwiki.info | Jon Dowland | |
2009-07-21 | some thoughts in the wake of a spam attack | Jon Dowland | |
2009-07-21 | one issue with basewiki translations | Joey Hess | |
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 | |