Multilanguage CMSMS 1.X - Changelog
version 1.1.1 (29 Aug 2007):
-
Improved patch of CMSMS MLE 1.02- Update files to CMSMS 1.1.1
version 1.1.2 (05 Sep 2007):
- Update files to CMSMS 1.1.2
- For a quickly switch language insert flags list in:
listcontent
editcontent
edithtmlblobs
version 1.1.3.1 (22 Sep 2007):
- Update files to CMSMS 1.1.3.1
- Update function.lang.php with same code of GetURL() of official release
-
05 Oct 2007: join in forge and a big thank you to katon for all work done
version 1.1.4.1 (08 Oct 2007):
- Update files to CMSMS 1.1.4.1
- Add index.debug.php for debug in production site without change in config.php.
For security, it's advisable that you rename to new "strange" newfilename.php that you know.
You can check debug page while site works, substitute in url address index.php with newfilename.php
version 1.2 (19 Oct 2007):
- Update to CMSMS 1.2
- Bugfix: content block not working in prev releases because I forgot a modify from 1.1.2

- Defined a $force_mle_default variable for force initial language
- Add function.concat_lang.php plugin
version 1.2.1 (28 Nov 2007):
- Update to CMSMS 1.2.1 + patch modifier.cms_date_format.php
- few bugfix
- mod_rewrite htaccess (doc/htaccess.txt) for CMSMS MLE (
thanks to josin)
- separated backend/frontend cookies
- more logical define initial frontend lang
- add text and parent in config_lang
- new smarty $parent_lang vs DEPRECATED $currlang
- improved lang plugin:
- add class parameter
- add text parameter (
request)
- add urlparam parameter (
request)
- Link content type multilingual: field url and target for each language (
request)
-
Visual tutorials- EXTENDED version: add languages to metadata and description field
version 1.2.2 (03 Dec 2007):
- Update to CMSMS 1.2.2
- Enhanced freedom for language url. READ comment and example in config_lang.php.alby.label
- Improved User Interface (from 1.2.1):
- View relative lang flag in add content/link/global content
- Disable link of relative lang flag in edit content/link/global content
version 1.2.3 (03 Jan 2008):
- Update to CMSMS 1.2.3
- Little cosmetic changed
version 1.2.4 (31 Mar 2008):
- Update to CMSMS 1.2.4
- Display DEFAULT_LANG content (and/or content block="XXX" and/or global content) if content (and/or content block="XXX" and/or global content) in current language is empty (
request)
version 1.2.4b (13 Apr 2008):
- Display DEFAULT_LANG content was broken in MLE 1.2.4
- Display DEFAULT_LANG content is not default now (old behaviour) but you can enable the new behaviour with new param
view_default in content and global content tag
- Add to cookies path/domain/secure
-
Wiedmann patches for lang plugin
- Correct initial language selection
version 1.2.5 (18 May 2008):
- Update to CMSMS 1.2.5
- For display menu/content/GCB from DEFAULT_LANG if current lang is not ready use now a new global variable in config_lang: $default_lang_fallback. Remove old optional param view_default in 1.2.4b (Wiedmann).
- function lang: if config_lang is disabled you have official behavior
- ADODBLite UTF8
- Initial works on transform to UTF8
version 1.3 (7 Jun 2008):
Update to 1.3
Remove all flags (install apart, view multilang-flags)
Options are in DB preferences and not in config_lang.php file
Opacity for icons flag for no current langs
Minor change layout in admin
Bugfix: revert GetURL for W3C failure, set default content for Default Page
version 1.3.1 (25 Jun 2008):
Update to 1.3.1
Alby