aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | |
| * | Merge commit 'intrigeri/po'Joey Hess2008-11-05
| |\ \ | | |/ | |/|
| * | responseJoey Hess2008-11-05
| | |
| * | add a more useful example of a relative date ;-)Joey Hess2008-11-05
| | |
| * | use error for two messagesJoey Hess2008-11-05
| | |
* | | po plugin: more detailed backlinks todo itemintrigeri2008-11-05
| | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | | po plugin(filter): redesign temp file managementintrigeri2008-11-05
| | | | | | | | | | | | | | | | | | | | | | | | ... in a way compatible with various File::Temp versions. The result is far from being perfect (see comments in the code for details), but it does work. Signed-off-by: intrigeri <intrigeri@boum.org>
* | | Merge branch 'prv/po' into pub/pointrigeri2008-11-04
|\ \ \ | |_|/ |/| |
| * | Merge commit 'upstream/master' into prv/pointrigeri2008-11-04
| |\|
| | * maintain listJoey Hess2008-11-04
| | |
| | * responseJoey Hess2008-11-04
| | |
| | * Question excluding images in inline pagespecJason Blevins2008-11-04
| | |
| | * Fix reference linkJason Blevins2008-11-04
| | |
| | * Added experimental code, metamail, pandoc, and path pluginsJason Blevins2008-11-04
| | |
| | * Forum responseJason Blevins2008-11-04
| | |
| | * Undo too much quoting.Thomas Schwinge2008-11-04
| | |
| | * Bug in the txt plugin.Thomas Schwinge2008-11-04
| | |
| | * trackpad registered a click on saveneale2008-11-03
| | |