Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/ | |
2010-07-28 | todo++ (?) | intrigeri | |
2010-07-28 | researched a bit the next po bug | intrigeri | |
2010-07-28 | currently unreproducible | intrigeri | |
2010-07-28 | reply | intrigeri | |
2010-07-28 | po todo update: this has been fixed already. | intrigeri | |
2010-07-26 | remove debug code | Joey Hess | |
2010-07-26 | Add new disable hook, allowing plugins to perform cleanup after they have ↵ | Joey Hess | |
been disabled. | |||
2010-07-26 | use new disable hook | Joey Hess | |
clean up xapian db when plugin is disabled | |||
2010-07-26 | avoid generating receive wrapper if there are no untrusted committers | Joey Hess | |
The wrapper is pointless in that configuration. Also, the code for it doesn't compile w/o untrusted commiters to test. :) | |||
2010-07-25 | meta: 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-25 | Revert refactment | Joey Hess | |
2010-07-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey 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-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-24 | move wrapper building loop into Wrapper.pm | Joey Hess | |
2010-07-24 | Single escape (not double escape) square bracket. | http://sirireiter.dk/ | |
2010-07-24 | git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ↵ | Joey Hess | |
jrayhawk) | |||
2010-07-24 | response | Joey Hess | |
2010-07-24 | Merge remote branch 'intrigeri/po' | Joey Hess | |
2010-07-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-24 | Merge remote branch 'upstream/master' into prv/po | intrigeri | |
2010-07-24 | answering joey | intrigeri | |
2010-07-23 | whitespace | Joey Hess | |
2010-07-23 | merged; notes | Joey Hess | |
2010-07-23 | whitespace fixes and a typo | Joey Hess | |
2010-07-23 | Merge commit '862fc7c1ab1f7d709561bcb02fc8ede57b90a51b' | Joey Hess | |
2010-07-23 | html | Joey Hess | |
2010-07-23 | html | Joey Hess | |
2010-07-23 | html | Joey Hess | |
2010-07-23 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-07-23 | template: Fix dependency tracking. Broken in version 3.20100427. | Joey Hess | |
template_depends was adding a dependency on the source filename, instead of on the page name when a template is a page. Such a dependency doesn't work. | |||
2010-07-23 | Implemented, please merge. | intrigeri | |