Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | fix copy'n'paste error | 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-07-31 | Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵ | Joey Hess | |
simplify dependencies. Closes: #591040 | |||
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-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-24 | move wrapper building loop into Wrapper.pm | Joey Hess | |
2010-07-24 | git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks ↵ | Joey Hess | |
jrayhawk) | |||
2010-07-24 | Merge remote branch 'upstream/master' into prv/po | intrigeri | |
2010-07-23 | whitespace fixes and a typo | Joey Hess | |
2010-07-20 | po: optimization | intrigeri | |
No need to use "keys %{$config{po_slave_languages}}" repeatedly: the slave languages codes list is already cached in @slavelanguages. | |||
2010-07-20 | Support ordered po_slave_languages as discussed previously. | intrigeri | |
Backward compatibility is still supported. | |||
2010-07-18 | Revert "po_slave_languages can now be a hash, if order matters." | Joey Hess | |
This reverts commit 4cf185e781a5f94373b30ec9a0e10dfb626b6d86. That commit broke t/po.t (probably the test case only is testing too close the the old implementation and needs correcting). Also, we have not decided how to want to represent it yet, so I'm not ready for this change. Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn | |||
2010-07-18 | typo | Joey Hess | |
2010-07-18 | Merge remote branch 'intrigeri/po' | Joey Hess | |
2010-07-14 | add getsetup hook | Joey Hess | |
2010-07-14 | add section to getsetup info | Joey Hess | |
2010-07-14 | add 2 more missing getsetup hooks | Joey Hess | |
2010-07-13 | add missing getsetup hook | Joey Hess | |
2010-07-12 | po: added an optional target percentage to needstranslation | intrigeri | |
(cherry picked from commit 98cc9460ac67fee606437712882cfa1e5d259729) | |||
2010-07-12 | Merge branch 'filter-full' | Joey Hess | |
2010-07-11 | openid: Fix handling of utf-8 nicknames. | Joey Hess | |
2010-07-11 | po: check validity of po_slave_languages array. | intrigeri | |
2010-07-11 | po: added an optional target percentage to needstranslation | intrigeri | |
2010-07-11 | Merge remote branch 'upstream/filter-full' into prv/po | intrigeri | |
2010-07-11 | Revert po vs. template kludges. | intrigeri | |
This reverts commits dcd57dd5c9f3265bb7a78a5696b90976698c43aa, d4136aea8aa8968d2cd87b40e8d85301a3549323 and d877b9644bcfbbfc5eaf3f7fc13cb96ecda946c9. | |||
2010-07-11 | Merge remote branch 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn | |||
2010-07-08 | fix child process error propigation | Joey Hess | |
$? holds the full exit status | |||
2010-07-08 | fork a child to run dumpsetup | Joey Hess | |
2010-07-06 | revert bugfix | Joey Hess | |
Not needed; lastupdate will be 0 for new feeds. | |||
2010-07-06 | bugfix | Joey Hess | |
2010-07-06 | aggregate: Write timestamp next aggregation can happen to ↵ | Joey Hess | |
.ikiwiki/aggregatetime, to allow for more sophisticated cron jobs. | |||
2010-07-05 | comments: Added commentmoderation directive for easy linking to the comment ↵ | Joey Hess | |
moderation queue. | |||
2010-07-05 | img: Add a margin around images displayed by this directive. | Joey Hess | |
Particularly important for floating images, which could before be placed uncomfortably close to text. | |||
2010-07-04 | move nickname sanitization out | Joey Hess | |
Probably best to store it unsanitized and sanitize as needed on use. And it already was for comments, leaving only the need to sanitize the nickname when git committing, to ensure the email address is legal. | |||
2010-07-04 | comment: Fix problem moderating comments of certian pages with utf-8 in ↵ | Joey Hess | |
their name. | |||
2010-07-04 | further sanitize nickname characters | Joey Hess | |
2010-07-04 | po: added support for html pagetype | intrigeri | |
... after having audited the po4a Xml and Xhtml modules for security issues. Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit a128c256a51392fcf752bf612d83a90e8c68027e) | |||
2010-07-04 | po: s/utf-8/UTF-8, to solve part of the double commit bug. | intrigeri | |
(cherry picked from commit 4f44534d72c9a9a947bc38a3cb4987705c25bea5) |