Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-12 | insert flattr javascript via sanitize, not format hook | Joey Hess | |
This makes the javascript be added to rss feeds, which allows the buttons to be displayed by aggregators. At least, if the aggregator does not sanitize javascript. | |||
2010-08-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-08-12 | flattr: New plugin. | Joey Hess | |
Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler. | |||
2010-08-12 | correct comment; javascript is put after <body> | Joey Hess | |
2010-08-12 | Note about jsMath | https://www.google.com/accounts/o8/id?id=AItOawnbe6oB_ecFtNYII1JN3zSggwUPUdOb8jI | |
2010-08-12 | Added a comment: field and getfield and ymlfront | http://kerravonsen.dreamwidth.org/ | |
2010-08-11 | Alternative way? | tschwinge | |
2010-08-11 | Question. | tschwinge | |
2010-08-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
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. |