aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge commit 'upstream/master' into prv/pointrigeri2008-11-07
|\
| * (no commit message)http://josephturian.blogspot.com/2008-11-07
| |
| * oopsJoey Hess2008-11-06
| |
| * txt: Do not encode quotes when filtering the txt, as that broke later ↵Joey Hess2008-11-06
| | | | | | | | parsing of any directives on the page.
| * responseJoey Hess2008-11-06
| |
| * meta: Plugin is now enabled by default since the basewiki uses it.Joey Hess2008-11-06
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-11-06
| |\
| | * (no commit message)http://josephturian.blogspot.com/2008-11-06
| | |
| * | aggregate: Try to query XML::Feed for the base url when derelevatising ↵Joey Hess2008-11-06
| |/ | | | | | | links. Since this needs the just released XML::Feed 0.3, as well as a not yet released XML::RSS, it will fall back to the old method if no xml:base info is available.
| * responseJoey Hess2008-11-06
| |
| * responseJoey Hess2008-11-06
| |
| * po: misc responses to Joeyintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * (no commit message)http://alcopop.org/me/openid/2008-11-06
| |
| * New bug reporthttp://mjr.towers.org.uk/2008-11-06
| |
| * po: responseintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: finished backlinks implementationintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: oops, removed debug output from testsuitintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: implemented linking/backlinks specification for po_link_to=negotiatedintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: implemented linking specification in testcaseintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: added pofiles() function, will use this soonintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: write detailed specification of wished backlinks behaviourintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: add commentsintrigeri2008-11-07
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | Merge commit 'upstream/po' into prv/pointrigeri2008-11-07
|\ \
| * | note copyright of po.pmJoey Hess2008-11-06
| | |
* | | po: fix link to homepage in special caseintrigeri2008-11-06
|/ / | | | | | | | | | | | | | | ... by wrapping IkiWiki::urlto in order to workaround hard-coded /index.$config{htmlext}, which is wrong when usedirs=0 and po_link_to=current and translatable homepage Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: redesign (once more) automatic POT/PO files updateintrigeri2008-11-06
| | | | | | | | | | | | | | | | | | | | | | | | Now use the change hook to update these files, check them into VCS, and trigger IkiWiki::refresh as needed. The needsbuild hook's help was required to prevent infinite looping. This more rigorous way of doing this fixes recentchanges (that was previously not updated in some cases), and probably is a better long-term solution than the two previously tested ones. Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: doc/todo updateintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: use prep_writefile before creating any files in refreshpot and refreshpointrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: reported parentlinks misbehaviour in special caseintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: syntax warning fixintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: fixed whitespaceintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: po_link_to is safe, and fallbacks to a working value if neededintrigeri2008-11-06
| | | | | | | | | | | | | | warnings are displayed if it is set to an invalid or incompatible value (e.g. po_link_to=negotiated and disabled usedirs) Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: mark po_translatable_pages as a safe configuration settingintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: po_master_language and po_slave_languages are safe config settingsintrigeri2008-11-06
| | | | | | | | | | | | ... and check their validity in checkconfig Signed-off-by: intrigeri <intrigeri@boum.org>
* | po: added license and copyrightintrigeri2008-11-06
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | Merge commit 'upstream/master' into prv/pointrigeri2008-11-06
|\|
| * responseJoey Hess2008-11-05
| |
| * comments and questionsJoey Hess2008-11-05
| |
* | Merge commit 'upstream/po' into prv/pointrigeri2008-11-06
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/po.pm doc/plugins/po.mdwn Signed-off-by: intrigeri <intrigeri@boum.org>
| * | first pass over codeJoey Hess2008-11-05
| | | | | | | | | | | | | | | | | | | | | Only change of note is quoting some strings in a regexp, just in case (also avoids the . matching any character!) Mostly whitespace changes of no consequence.
| * | backup refs to injected subs laterJoey Hess2008-11-05
| | | | | | | | | | | | | | | | | | In case two plugins both inject replacements for these subs, backup the ref just before injecting to make sure the most recent version is seen.
| * | minor layout changesJoey Hess2008-11-05
| | |
| * | need licenseJoey Hess2008-11-05
| | |
| * | responseJoey Hess2008-11-05
| | |
| * | fixed one security problem, two more need reviewJoey Hess2008-11-05
| | |
| * | avoid hitting the shell with system()Joey Hess2008-11-05
| | |
| * | minor wording improvements/changesJoey Hess2008-11-05
| | |
| * | another reason to require rebuilds (and not be marked safe)Joey Hess2008-11-05
| | | | | | | | | | | | | | | the plugin changes html filenames, so requiring a manual transition to enable
| * | add a link to pages for enhanced pagespecsJoey Hess2008-11-05
| | |
| * | suggest po4a for po pluginJoey Hess2008-11-05
| | |