Discussion:
[xwiki-notifications] [xwiki/xwiki-platform] 6728f5: XWIKI-11285: No way to switch back to original lan...
GitHub
2014-10-23 11:12:47 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 6728f53d07460afe26d3d54d25920c9c9bb7be17
https://github.com/xwiki/xwiki-platform/commit/6728f53d07460afe26d3d54d25920c9c9bb7be17
Author: Anca Luca <lucaa-l2mTs9s+***@public.gmane.org>
Date: 2014-10-23 (Thu, 23 Oct 2014)

Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/src/main/resources/flamingo/menus_language.vm

Log Message:
-----------
XWIKI-11285: No way to switch back to original language after looking to a translation
* Fixed the display of the languages, to display on top the current language, and in the submenus the other languages of the document, including original language of document + translations
* Fixed the display of the language pretty name, to display the language in the language itself, this way when switching to Chinese and wanting to go back to english, english will be displayed as "English"


Commit: 728113153ea85de791921435d15d6cc11f0717d1
https://github.com/xwiki/xwiki-platform/commit/728113153ea85de791921435d15d6cc11f0717d1
Author: Anca Luca <lucaa-l2mTs9s+***@public.gmane.org>
Date: 2014-10-23 (Thu, 23 Oct 2014)

Changed paths:
M xwiki-platform-core/xwiki-platform-web/src/main/webapp/templates/pdf.vm

Log Message:
-----------
XWIKI-11316: No way to access the document currently being exported from the pdf template
* Added a velocity variable in pdf.vm to store the current translated document ($tdoc), this way when $tdoc will be changed by the render function of the pdftemplate properties, this var will still point to the current document being exported.


Compare: https://github.com/xwiki/xwiki-platform/compare/3ae80936d449...728113153ea8
Loading...