summaryrefslogtreecommitdiffstats
path: root/testing/065
Commit message (Collapse)AuthorAgeFilesLines
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+2
| | | | | | | | | | | Until now the brief description of pages was prepended to the <detaileddescription> element and the <briefdescription> element was not present at all, which meant there was no easy way to extract the brief description for purposes of creating a page index, for example. With this patch, the brief description is included in both <briefdescription> and <detaileddescription>, thus duplicated, to avoid backwards compatibility issues.
* Fix bug: language switch command "\~" failed to detect language id which ↵kbinani2014-12-011-0/+10
contains '-' Support language switch for language ids, 'Japanese-en', 'Korean-en', 'Serbian-Cyrillic', and similer langauge ids.