summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-02fix copy'n'paste errorintrigeri
2010-08-02po.t: added a bunch of tests for recent code changesintrigeri
2010-08-02po: re-scan in scan hook rather than using the rescan hook that won't be added.intrigeri
2010-08-02Run the preprocess hooks in scan mode *before* the scan hooks.intrigeri
2010-08-02Revert "Added a rescan hook."intrigeri
This reverts commit 25447bccae0439ea56da7a788482a4807c7c459d.
2010-08-02po: ignore non-existent translations in otherlanguages*intrigeri
2010-08-02po: avoid bringing duplicates into %linksintrigeri
2010-08-02po(mybestlink): avoid linking to non-existent translation pages.intrigeri
2010-08-02Merge remote branch 'upstream/master' into prv/pointrigeri
2010-08-02ack²intrigeri
2010-08-01commentJoey Hess
2010-08-01responseJoey Hess
2010-08-01pot files maybe..Joey Hess
2010-08-01close, cannot reproduceJoey Hess
2010-07-31Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-31Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess
simplify dependencies. Closes: #591040
2010-07-30eventually got rid of the double rebuild issue. please have a look.intrigeri
2010-07-30po: rescan converted content on refresh too.intrigeri
2010-07-30po: use rescan hook instead of rebuilding twice.intrigeri
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.
2010-07-30Added a rescan hook.intrigeri
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.
2010-07-30resubmitted patch to po4a upstreamintrigeri
2010-07-30fixed by the last po4a releaseintrigeri
2010-07-29todo++intrigeri
2010-07-29fixed broken linkintrigeri
2010-07-29remove spurious map directiveintrigeri
2010-07-29Move po todo/bugs to dedicated pages.intrigeri
2010-07-29found the root cause of the "bug"intrigeri
2010-07-29what approach to take for pagination?http://kerravonsen.dreamwidth.org/
2010-07-28todo++ (?)intrigeri
2010-07-28researched a bit the next po bugintrigeri
2010-07-28currently unreproducibleintrigeri
2010-07-28replyintrigeri
2010-07-28po todo update: this has been fixed already.intrigeri
2010-07-26remove debug codeJoey Hess
2010-07-26Add new disable hook, allowing plugins to perform cleanup after they have ↵Joey Hess
been disabled.
2010-07-26use new disable hookJoey Hess
clean up xapian db when plugin is disabled
2010-07-26avoid generating receive wrapper if there are no untrusted committersJoey Hess
The wrapper is pointless in that configuration. Also, the code for it doesn't compile w/o untrusted commiters to test. :)
2010-07-25meta: Allow syntax closer to html meta to be used.Joey Hess
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.
2010-07-25Revert refactmentJoey Hess
2010-07-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-25(no commit message)https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0
2010-07-24Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-07-24move wrapper building loop into Wrapper.pmJoey Hess
2010-07-24Single escape (not double escape) square bracket.http://sirireiter.dk/
2010-07-24git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ↵Joey Hess
jrayhawk)
2010-07-24responseJoey Hess
2010-07-24Merge remote branch 'intrigeri/po'Joey Hess