| Commit message (Expand) | Author | Age |
... | |
* | | | | need copyright | Joey Hess | 2009-07-31 |
* | | | | bug closures and changelog since smcv's ready branch didn't include them•••Which would really make my merging rock if they did in the future.</hint>
| Joey Hess | 2009-07-31 |
* | | | | Merge commit 'remotes/smcv/ready/among' | Joey Hess | 2009-07-31 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | pagestats: add `among` parameter, which only counts links from specified pages | Simon McVittie | 2009-07-17 |
* | | | | progress | http://schmonz.livejournal.com/ | 2009-07-30 |
* | | | | add missing backquote | http://schmonz.livejournal.com/ | 2009-07-29 |
* | | | | (no commit message) | harishcm | 2009-07-28 |
* | | | | Implement Will's suggestion | Simon McVittie | 2009-07-27 |
* | | | | Flag branches as ready for review, by using a ready/ prefix as Joey suggested | Simon McVittie | 2009-07-27 |
* | | | | (no commit message) | simonraven | 2009-07-27 |
* | | | | (no commit message) | simonraven | 2009-07-27 |
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-07-27 |
|\ \ \ \ |
|
| * | | | | more data | http://schmonz.livejournal.com/ | 2009-07-27 |
| * | | | | CVS work in progress, debugging help appreciated | http://schmonz.livejournal.com/ | 2009-07-27 |
| * | | | | Changes look good to me. | http://www.cse.unsw.edu.au/~willu/ | 2009-07-26 |
* | | | | | merged | Joey Hess | 2009-07-27 |
|/ / / / |
|
* | | | | .gitignore merge request | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | | Link to my amended version of Will's plugin | Simon McVittie | 2009-07-26 |
| |_|/
|/| | |
|
* | | | Similar request | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | The 404 plugin also closes an old wishlist item | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | is this in fact WONTFIX? | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | See also | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | Reference a potentially-useful Perl module | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | Reference another todo item | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | pass on Joey's comments from another page | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | maybe postform and inline need separating? | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | Fix wtf-8, link to similar todo items, mark Joey's thoughts as such | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | plugins/contrib/album will also want attachment uploads into an underlay | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | internal pages are already matched specially... | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | html5: reference git branch via template | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | you don't need to copy all the templates, only page.tmpl | http://smcv.pseudorandom.co.uk/ | 2009-07-26 |
* | | | fix typo | http://schmonz.livejournal.com/ | 2009-07-26 |
* | | | spelling | http://schmonz.livejournal.com/ | 2009-07-25 |
* | | | New branch based on optimize-pagespecs: remove pagespec_merge | Simon McVittie | 2009-07-25 |
* | | | Link my inline-pagenames branch | Simon McVittie | 2009-07-25 |
* | | | I now have a git branch with harishcm's [[!map]] bugfix. If I was a reviewer,... | Simon McVittie | 2009-07-25 |
* | | | Add [[!template id=gitbranch]] for things available from git, and use it•••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.
| Simon McVittie | 2009-07-25 |
* | | | Fix syntax, remove duplicate entry for Jon's repository | http://smcv.pseudorandom.co.uk/ | 2009-07-25 |
* | | | Add all the forks on github, except gmcmanus' which was already there | http://smcv.pseudorandom.co.uk/ | 2009-07-25 |
* | | | remove ion | Joey Hess | 2009-07-22 |
* | | | 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 |
|\ \ \ |
|
| * | | | one issue with basewiki translations | Joey Hess | 2009-07-21 |
* | | | | some thoughts in the wake of a spam attack | Jon Dowland | 2009-07-21 |
|/ / / |
|
* | | | po: Add support for mo files in underlays•••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.
| Joey Hess | 2009-07-21 |
* | | | (no commit message) | harishcm | 2009-07-21 |
* | | | patch overcoming the issue of <ul> with no <li> | harishcm | 2009-07-21 |
* | | | link to alternative patch | http://smcv.pseudorandom.co.uk/ | 2009-07-20 |
* | | | link to existing bug | http://smcv.pseudorandom.co.uk/ | 2009-07-20 |