Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-09 | filecheck: Fall back to using the file command if the freedesktop magic file ↵ | Joey Hess | |
cannot identify a file. | |||
2010-08-06 | formatting | http://kerravonsen.dreamwidth.org/ | |
2010-08-06 | Should I remove the old ymlfront format now that it recognises directives? | http://kerravonsen.dreamwidth.org/ | |
2010-08-06 | ymlfront now provides a ymlfront directive | http://kerravonsen.dreamwidth.org/ | |
2010-08-06 | update docs for new version | http://kerravonsen.dreamwidth.org/ | |
2010-08-05 | typo | Joey Hess | |
2010-08-05 | add new item for ikiwiki-hosting, the free ikiwiki management interface I ↵ | Joey Hess | |
developed for Branchable | |||
2010-08-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-08-05 | add Branchable, new ikiwiki hosting service run by me and liw | Joey Hess | |
2010-08-05 | (no commit message) | Perry | |
2010-08-05 | Note that the problem is not only for Brian May.... | Perry | |
2010-08-04 | Remove vandalism. | Perry | |
2010-08-04 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkuR0eo_HO1s1hs49h0Y_4Bzm08l9evMEc | |
2010-08-04 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkuR0eo_HO1s1hs49h0Y_4Bzm08l9evMEc | |
2010-08-04 | add news item for ikiwiki 3.20100804 | Joey Hess | |
2010-08-04 | releasing version 3.20100804 | Joey Hess | |
2010-08-04 | Fixes a bug that prevented matching deleted pages when using the page() ↵ | Joey Hess | |
PageSpec. | |||
2010-08-04 | bug isolated | Joey Hess | |
2010-08-02 | resp | Joey Hess | |
2010-08-02 | (no commit message) | http://liw.fi/ | |
2010-08-02 | explored possible ways to do it, got trapped. | intrigeri | |
2010-08-02 | fix copy'n'paste error | intrigeri | |
2010-08-02 | both are now fixed in my po branch. | intrigeri | |
2010-08-02 | po.t: added a bunch of tests for recent code changes | intrigeri | |
2010-08-02 | po: re-scan in scan hook rather than using the rescan hook that won't be added. | intrigeri | |
2010-08-02 | Run the preprocess hooks in scan mode *before* the scan hooks. | intrigeri | |
2010-08-02 | Revert "Added a rescan hook." | intrigeri | |
This reverts commit 25447bccae0439ea56da7a788482a4807c7c459d. | |||
2010-08-02 | po: ignore non-existent translations in otherlanguages* | intrigeri | |
2010-08-02 | po: avoid bringing duplicates into %links | intrigeri | |
2010-08-02 | po(mybestlink): avoid linking to non-existent translation pages. | intrigeri | |
2010-08-02 | Merge remote branch 'upstream/master' into prv/po | intrigeri | |
2010-08-02 | ack² | intrigeri | |
2010-08-01 | comment | Joey Hess | |
2010-08-01 | response | Joey Hess | |
2010-08-01 | pot files maybe.. | Joey Hess | |
2010-08-01 | close, cannot reproduce | Joey Hess | |
2010-07-31 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-31 | Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵ | Joey Hess | |
simplify dependencies. Closes: #591040 | |||
2010-07-30 | eventually got rid of the double rebuild issue. please have a look. | intrigeri | |
2010-07-30 | po: rescan converted content on refresh too. | intrigeri | |
2010-07-30 | po: 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-30 | Added 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-30 | resubmitted patch to po4a upstream | intrigeri | |
2010-07-30 | fixed by the last po4a release | intrigeri | |
2010-07-29 | todo++ | intrigeri | |
2010-07-29 | fixed broken link | intrigeri | |
2010-07-29 | remove spurious map directive | intrigeri | |
2010-07-29 | Move po todo/bugs to dedicated pages. | intrigeri | |
2010-07-29 | found the root cause of the "bug" | intrigeri | |
2010-07-29 | what approach to take for pagination? | http://kerravonsen.dreamwidth.org/ | |