| Commit message (Expand) | Author | Age |
* | prune: do not prune beyond an optional base directory, and add a test•••Previously, prune("wiki/srcdir/sandbox/test.mdwn") could delete srcdir
or even wiki, if they happened to be empty. This is rarely what you
want: there's usually some base directory (destdir, srcdir, transientdir
or another subdirectory of wikistatedir) beyond which you do not want to
delete.
| Simon McVittie | 2012-04-07 |
* | Added a "changes" hook. Renamed the "change" hook to "rendered", but•••the old hook name is called for now for back-compat.
| Joey Hess | 2012-03-28 |
* | avoid unnecessary uses of UNIVERSAL•••Foo->Bar->can("method") works just as well, even if Foo::Bar is not
loaded. Using UNIVERSAL::can is deprecated.
But, I was unable to easily eliminate conditional.pm's use of UNIVERSAL::can
| Joey Hess | 2012-03-18 |
* | po: add lang_code and lang_name template variables. | intrigeri | 2011-07-18 |
* | Merge remote-tracking branch 'intrigeri/po' | Joey Hess | 2011-06-03 |
|\ |
|
| * | po: set Locale::Po4a::Xml's ontagerror option to warn only. | intrigeri | 2011-05-26 |
* | | po: support language codes in the form of 'es_AR', and 'arn'.•••... additionally to the previously supported two-letters codes.
| intrigeri | 2011-05-26 |
|/ |
|
* | fix targetpage replacement to support 3 argument form•••Oddly, this hadn't caused any visible breakage. Possibly inline,
which is the only thing to use targetpage, resolves the function
to the "real" one before po gets loaded?
| Joey Hess | 2011-03-24 |
* | avoid stomping on inline's rootpage sub if it's not already present•••If the inline plugin is not being loaded, or is perhaps loaded after po
(when IkiWiki::Setup::getsetup loads all the plugins, for example),
po should not inject its custom rootpage sub, as that will lead to a
redefinition error message when inline loads.
| Joey Hess | 2011-03-24 |
* | run po checkconfig last so it can see underlays added in other checkconfig hooks | Joey Hess | 2011-01-25 |
* | po: do not override homepage title when it was overridden. | intrigeri | 2010-12-22 |
* | po plugin: update injected urlto signature.•••The lack of $from will probably hurt setups using po_link_to = current,
but at least we can fix the blocker bug that prevents any wiki using the po
plugin to build.
| intrigeri | 2010-12-20 |
* | make use of precompiled regex objects | Simon McVittie | 2010-11-20 |
* | use warn | Joey Hess | 2010-09-10 |
* | avoid dups getting into @slavelanguages•••This could happen if checkconfig was run twice, I think.
| Joey Hess | 2010-09-10 |
* | po: Auto-upgrade old format settings to new formats when writing setup file. | Joey Hess | 2010-09-10 |
* | po: Make the po_master_language use a langpair like "en|English", so it can b... | Joey Hess | 2010-09-10 |
* | po: Allow enabling via web setup.•••The only unsafe thing should be that enabling it with some languages will
generate po files.
| Joey Hess | 2010-09-10 |
* | needsbuild hook interface changed; the hooks should now return the modified a... | Joey Hess | 2010-09-07 |
* | po: re-scan in scan hook rather than using the rescan hook that won't be added. | intrigeri | 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 |
* | po: rescan converted content on refresh too. | intrigeri | 2010-07-30 |
* | po: use rescan hook instead of rebuilding twice.•••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.
| intrigeri | 2010-07-30 |
* | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-07-24 |
|\ |
|
| * | whitespace fixes and a typo | Joey Hess | 2010-07-23 |
* | | po: optimization•••No need to use "keys %{$config{po_slave_languages}}" repeatedly:
the slave languages codes list is already cached in @slavelanguages.
| intrigeri | 2010-07-20 |
|/ |
|
* | Support ordered po_slave_languages as discussed previously.•••Backward compatibility is still supported.
| intrigeri | 2010-07-20 |
* | Revert "po_slave_languages can now be a hash, if order matters."•••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
| Joey Hess | 2010-07-18 |
* | typo | Joey Hess | 2010-07-18 |
* | po: check validity of po_slave_languages array. | intrigeri | 2010-07-11 |
* | po: added an optional target percentage to needstranslation | intrigeri | 2010-07-11 |
* | Revert po vs. template kludges.•••This reverts commits dcd57dd5c9f3265bb7a78a5696b90976698c43aa,
d4136aea8aa8968d2cd87b40e8d85301a3549323 and
d877b9644bcfbbfc5eaf3f7fc13cb96ecda946c9.
| intrigeri | 2010-07-11 |
* | Merge remote branch 'upstream/master' into prv/po•••Conflicts:
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn
| intrigeri | 2010-07-11 |
|\ |
|
| * | po: added support for html pagetype•••... after having audited the po4a Xml and Xhtml modules for security issues.
Signed-off-by: intrigeri <intrigeri@boum.org>
(cherry picked from commit a128c256a51392fcf752bf612d83a90e8c68027e)
| intrigeri | 2010-07-04 |
| * | po: s/utf-8/UTF-8, to solve part of the double commit bug.•••(cherry picked from commit 4f44534d72c9a9a947bc38a3cb4987705c25bea5)
| intrigeri | 2010-07-04 |
| * | review of needstranslation() pagespec•••Minor wording fix; changelog; etc.
| Joey Hess | 2010-07-04 |
| * | po: added a needstranslation() pagespec•••(cherry picked from commit b225fdc44d4b3d2853db622d59aed7b59788aeec)
| intrigeri | 2010-07-04 |
* | | bugfix | intrigeri | 2010-07-02 |
* | | po: added a needstranslation() pagespec | intrigeri | 2010-06-29 |
* | | Add a fullpage arg to filter.•••Set it to true every time IkiWiki::filter is called on a full page's content.
This is a much nicer solution, for the po plugin, than previous whitelisting
using caller().
| intrigeri | 2010-06-29 |
* | | po: s/utf-8/UTF-8, to solve part of the double commit bug. | intrigeri | 2010-06-26 |
* | | po_slave_languages can now be a hash, if order matters. | intrigeri | 2010-06-26 |
* | | po: added support for html pagetype•••... after having audited the po4a Xml and Xhtml modules for security issues.
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2010-06-25 |
* | | TODO++ | intrigeri | 2010-06-25 |
* | | po: also filter sidebar translation pages | intrigeri | 2010-06-25 |
* | | po: fix bug with translated pages including templates•••The protection against processing loops (i.e. the alreadyfiltered stuff) was
playing against us: the template plugin triggered a filter hooks run with the
very same ($page, $destpage) arguments pair that we use to identify a already
filtered page. Processing an included template could then mark the whole
translation page as already filtered, which prevented po_to_markup to be called
on the PO content.
This commit only runs the whole PO filter logic when our filter hook is run by
IkiWiki::render, which only happens when the full page needs to be filtered.
| intrigeri | 2010-06-25 |
* | | Merge remote branch 'upstream/master' into prv/po•••Conflicts:
IkiWiki/Plugin/po.pm
| intrigeri | 2010-06-25 |
|\| |
|
| * | update for new rcs_commit_staged API•••In the process, lost the commits from special usernames
when committing changed po files. Instead of trying to dummy up a session
object for the special username, I just don't pass one, and the commit will
appear to be from whatever user ikiwiki runs as.
| Joey Hess | 2010-06-23 |