summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-26Fix wtf-8, link to similar todo items, mark Joey's thoughts as suchhttp://smcv.pseudorandom.co.uk/
2009-07-26plugins/contrib/album will also want attachment uploads into an underlayhttp://smcv.pseudorandom.co.uk/
2009-07-26internal pages are already matched specially...http://smcv.pseudorandom.co.uk/
2009-07-26html5: reference git branch via templatehttp://smcv.pseudorandom.co.uk/
2009-07-26you don't need to copy all the templates, only page.tmplhttp://smcv.pseudorandom.co.uk/
2009-07-26fix typohttp://schmonz.livejournal.com/
2009-07-25spellinghttp://schmonz.livejournal.com/
2009-07-25New branch based on optimize-pagespecs: remove pagespec_mergeSimon McVittie
2009-07-25Link my inline-pagenames branchSimon McVittie
2009-07-25I now have a git branch with harishcm's [[!map]] bugfix. If I was a ↵Simon McVittie
reviewer, I'd approve it
2009-07-25Add [[!template id=gitbranch]] for things available from git, and use itSimon McVittie
The uses are somewhat biased towards my own branches, because I know where to find them and what they do :-) but I've tagged some other people's as well.
2009-07-25Fix syntax, remove duplicate entry for Jon's repositoryhttp://smcv.pseudorandom.co.uk/
2009-07-25Add all the forks on github, except gmcmanus' which was already therehttp://smcv.pseudorandom.co.uk/
2009-07-23add po4a to build-depsJoey Hess
2009-07-23quote version numbers to avoid them being interpreted as unicode charactersJoey Hess
2009-07-23revert revertJoey Hess
2009-07-23improve string to be less confusingJoey Hess
2009-07-23reverted a few of the string changesJoey Hess
Improved one string.
2009-07-23Fix fatal typos in danish directives underlay translationJonas Smedegaard
2009-07-23Merge branch 'master' of git://git.ikiwiki.infoJonas Smedegaard
2009-07-23Unfuzz translations (after rephrasings)Jonas Smedegaard
2009-07-23Update german translationJonas Smedegaard
2009-07-23Rephrase translatable string to clarify data requested (account or openid)Jonas Smedegaard
2009-07-23Change rendering→building in translatable strings, to ease translations.Jonas Smedegaard
2009-07-23Rephrase suggestion to not get confused as info on action already done.Jonas Smedegaard
2009-07-23Rephrase 'linked to by' confusing for translators.Jonas Smedegaard
2009-07-23Improve translatable texts to ease translation (e.g. to→into and ↵Jonas Smedegaard
from→inside)
2009-07-23Fix typo attepting→attemptingJonas Smedegaard
2009-07-23Merge commit 'jonas/master'Joey Hess
2009-07-23Partly localized danish directive underlayJonas Smedegaard
2009-07-22Update danish underlays for po4a 0.36.2Jonas Smedegaard
2009-07-22add --previous at bubulle's suggestionJoey Hess
2009-07-22remove ionJoey Hess
2009-07-21fix installJoey Hess
2009-07-21make `make underlays` work in a clean tree that has not been builtJoey Hess
2009-07-21oddityJoey Hess
2009-07-21install underlay/ po filesJoey Hess
2009-07-21use underlay_install as optimisatonJoey Hess
2009-07-21split out underlay_install targetJoey Hess
2009-07-21relocate po directory up a levelJoey Hess
2009-07-21add a warningJoey Hess
2009-07-21Merge branch 'master' of git://git.ikiwiki.infoJon Dowland
2009-07-21some thoughts in the wake of a spam attackJon Dowland
2009-07-21one issue with basewiki translationsJoey Hess
2009-07-21turn off pot file underlay againJoey Hess
2009-07-21improve invalid gettext messageJoey Hess
(and gettext it as translators will see this!)
2009-07-21updateJoey Hess
2009-07-21updateJoey 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-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess