summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-06Should I remove the old ymlfront format now that it recognises directives?http://kerravonsen.dreamwidth.org/
2010-08-06ymlfront now provides a ymlfront directivehttp://kerravonsen.dreamwidth.org/
2010-08-06update docs for new versionhttp://kerravonsen.dreamwidth.org/
2010-08-05typoJoey Hess
2010-08-05add new item for ikiwiki-hosting, the free ikiwiki management interface I ↵Joey Hess
developed for Branchable
2010-08-05Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-08-05add Branchable, new ikiwiki hosting service run by me and liwJoey Hess
2010-08-05(no commit message)Perry
2010-08-05Note that the problem is not only for Brian May....Perry
2010-08-04Remove 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-04add news item for ikiwiki 3.20100804Joey Hess
2010-08-04releasing version 3.20100804Joey Hess
2010-08-04Fixes a bug that prevented matching deleted pages when using the page() ↵Joey Hess
PageSpec.
2010-08-04bug isolatedJoey Hess
2010-08-02respJoey Hess
2010-08-02(no commit message)http://liw.fi/
2010-08-02explored possible ways to do it, got trapped.intrigeri
2010-08-02fix copy'n'paste errorintrigeri
2010-08-02both are now fixed in my po branch.intrigeri
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