Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-16 | minor problem | Joey Hess | |
2009-08-16 | Life is simpler on a git branch. | Amitai Schlair | |
2009-08-16 | Add sentence to clarify how to get feeds for the RecentChanges page. | PaulePanter | |
2009-08-15 | po: 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-15 | update | Joey Hess | |
2009-08-15 | apache config details | Joey Hess | |
2009-08-15 | another problem.. | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | noticed a problem | Joey Hess | |
2009-08-13 | fix name | Joey Hess | |
2009-08-13 | review: question | Joey Hess | |
2009-08-10 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-10 | po: Fix copy of po file from underlay when editing | Joey 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-08-09 | the post-commit wrapper wrapper also avoids cvs deadlock | http://schmonz.livejournal.com/ | |
2009-08-09 | add install and usage directions, to-do list | http://schmonz.livejournal.com/ | |
2009-08-09 | add my response | http://certifi.ca/lunix | |
2009-08-08 | reponse about highlight plugin | http://certifi.ca/lunix | |
2009-08-08 | point out where to get highlight perl bindings | Joey Hess | |
2009-08-08 | centos question | http://certifi.ca/lunix | |
2009-08-08 | ok, thanks. I'll probably do the same. | bremner | |
2009-08-08 | response | Joey Hess | |
2009-08-08 | question (for joeyh?) about IkiWiki::refresh() | bremner | |
2009-08-08 | finish merging getsource | Joey Hess | |
2009-08-08 | Merge commit 'smcv/ready/getsource' | Joey Hess | |
Conflicts: debian/changelog | |||
2009-08-07 | (no commit message) | http://bob-bernstein.myopenid.com/ | |
2009-08-06 | (no commit message) | http://bob-bernstein.myopenid.com/ | |
2009-08-06 | (no commit message) | Jogo | |
2009-08-06 | (no commit message) | Jogo | |
2009-08-06 | (no commit message) | Jogo | |
2009-08-03 | maybe prevent trying to create .../CVS/whatever.mdwn | http://schmonz.livejournal.com/ | |
2009-08-03 | note Perl module dependencies | http://schmonz.livejournal.com/ | |
2009-08-01 | remove reference to needing a branch which was merged already | http://smcv.pseudorandom.co.uk/ | |
2009-08-01 | Document the getsource plugin | Simon McVittie | |
2009-07-31 | specify where in IkiWiki.pm CVS metadata is avoided (wiki_file_prune_regexps) | http://schmonz.livejournal.com/ | |
2009-07-31 | add working CVS plugin | http://schmonz.livejournal.com/ | |
2009-07-31 | Self-review... | http://smcv.pseudorandom.co.uk/ | |
2009-07-31 | I now realise that one of trail's modes is a bit flawed... | http://smcv.pseudorandom.co.uk/ | |
2009-07-29 | add missing backquote | http://schmonz.livejournal.com/ | |
2009-07-26 | fix typo | http://schmonz.livejournal.com/ | |
2009-07-25 | Add [[!template id=gitbranch]] for things available from git, and use it | Simon 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-21 | oddity | 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 | 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 | (no commit message) | harishcm | |
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 | |