aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote branch 'upstream/master' into prv/pointrigeri2010-08-02
|\
| * ack²intrigeri2010-08-02
| |
| * commentJoey Hess2010-08-01
| |
| * responseJoey Hess2010-08-01
| |
| * pot files maybe..Joey Hess2010-08-01
| |
| * close, cannot reproduceJoey Hess2010-08-01
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-07-31
| |\
| | * eventually got rid of the double rebuild issue. please have a look.intrigeri2010-07-30
| | |
| * | Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess2010-07-31
| | | | | | | | | | | | simplify dependencies. Closes: #591040
* | | po: rescan converted content on refresh too.intrigeri2010-07-30
| | |
* | | po: use rescan hook instead of rebuilding twice.intrigeri2010-07-30
| | | | | | | | | | | | | | | | | | | | | The po rescan hook re-runs the scan hooks, and runs the preprocess ones in scan mode, both on the po-to-markup converted content. This way, plugins such as meta are given a chance to gather correct information, rather than ugly/buggy escaped data it did gather from unconverted PO files.
* | | Added a rescan hook.intrigeri2010-07-30
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | This is needed for the po plugin vs. e.g. meta titles. In order to get rid of the ugly "rebuilding all pages to fix meta titles" thing, Joey suggested to make "po, at scan time, re-run the scan hooks, passing them modified content (either converted from po to mdwn or with the escaped stuff cheaply de-escaped)". This would unfortunately not work, as the meta plugin gathers its data using the preprocess hook in scan mode: it would overwrite with buggy data the correct data we would have forced it to gather in po's scan hook. We then need a hook that runs *after* the preprocess hook has been run in scan mode, but *before* any page rendering is started. Hence this one.
* | resubmitted patch to po4a upstreamintrigeri2010-07-30
| |
* | fixed by the last po4a releaseintrigeri2010-07-30
| |
* | todo++intrigeri2010-07-29
| |
* | fixed broken linkintrigeri2010-07-29
| |
* | remove spurious map directiveintrigeri2010-07-29
| |
* | Move po todo/bugs to dedicated pages.intrigeri2010-07-29
| |
* | found the root cause of the "bug"intrigeri2010-07-29
| |
* | what approach to take for pagination?http://kerravonsen.dreamwidth.org/2010-07-29
| |
* | todo++ (?)intrigeri2010-07-28
| |
* | researched a bit the next po bugintrigeri2010-07-28
| |
* | currently unreproducibleintrigeri2010-07-28
| |
* | replyintrigeri2010-07-28
| |
* | po todo update: this has been fixed already.intrigeri2010-07-28
|/
* remove debug codeJoey Hess2010-07-26
|
* Add new disable hook, allowing plugins to perform cleanup after they have ↵Joey Hess2010-07-26
| | | | been disabled.
* use new disable hookJoey Hess2010-07-26
| | | | clean up xapian db when plugin is disabled
* avoid generating receive wrapper if there are no untrusted committersJoey Hess2010-07-26
| | | | | The wrapper is pointless in that configuration. Also, the code for it doesn't compile w/o untrusted commiters to test. :)
* meta: Allow syntax closer to html meta to be used.Joey Hess2010-07-25
| | | | | | | | The idea here is that <meta name="foo" description="bar"> can be written like [[!meta name="foo" description="bar">. Of course, [[!meta foo=bar]] is still supported; this new feature provides some DWIM when trying to directly convert a meta tag into a meta directive.
* Revert refactmentJoey Hess2010-07-25
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-07-25
|\
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL02010-07-25
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL02010-07-25
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL02010-07-25
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL02010-07-25
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-07-24
|\|
| * Single escape (not double escape) square bracket.http://sirireiter.dk/2010-07-24
| |
* | move wrapper building loop into Wrapper.pmJoey Hess2010-07-24
|/
* git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ↵Joey Hess2010-07-24
| | | | jrayhawk)
* responseJoey Hess2010-07-24
|
* Merge remote branch 'intrigeri/po'Joey Hess2010-07-24
|\
| * Merge remote branch 'upstream/master' into prv/pointrigeri2010-07-24
| |\
| * | po.t: fix expected resultsintrigeri2010-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki underlay before running msgmerge. msgmerge marks as obsolete the translation strings that came from the basewiki po files, but the link plugin does not make the difference between obsolete and up-to-date links. $links{'index.fr'} and $links{'index.es'} are therefore expected to contain SandBox and ikiwiki.
| * | Added tests for po::pofiles.intrigeri2010-07-20
| | |
| * | Run checkconfig after loading the po plugin, else state is not populated.intrigeri2010-07-20
| | | | | | | | | | | | | | | The pofiles function relies on @slavelanguages to have been populated by po's checkconfig hook.
| * | po: optimizationintrigeri2010-07-20
| | | | | | | | | | | | | | | No need to use "keys %{$config{po_slave_languages}}" repeatedly: the slave languages codes list is already cached in @slavelanguages.
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-07-24
|\ \ \ | | |/ | |/|
| * | answering joeyintrigeri2010-07-24
| | |
* | | whitespaceJoey Hess2010-07-23
|/ /