You are here

CHANGELOG.txt in Language Sections 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
$Id:
Tue 16 Mar 2010 13:47:39 CET 

* Added "all" and "other" codes instead of the confusing "qq" and "qz", the latter left in for backward compatibility.
* All comparisons are now case-insensitive, e.g. en-GB and en-gb should work.
* Supports longer language codes, format xx-yyyyy (2 to 5 characters in the second part) by default.

Tue 29 Jul 2008 03:12:41 CEST 
Added support for "default" sections, uses "qz" pseudo-language-code.  Updated help and readme to match.
Was a feature request - http://drupal.org/node/287515

Tue 17 Jun 2008 13:17:56 CEST

Added Drupal 6 compatibility. Currently the same .module file handles both Drupal 5 and 6 internally, only the .info files are different.
Minor tidy-up of text messages.

Sun 15 Jun 2008 17:23:57 CEST 
Tweaked for more correct handling of white-space.
So, can now handle substitution on a single line, e.g:
This is =en= English =es= Spanish =qq= text.

Fri 13 Jun 2008 21:06:16 CEST
"no cache" option logic reversed - changed to "cache", i.e. defaults to
"no cache" due to caching problems reported in http://drupal.org/node/269280

Wed 09 Apr 2008 00:27:07 CEST 
Added configuration options to set "no cache" and "alternative pattern".
 
Mon 07 Apr 2008 01:30:43 CEST 
.info file - Moved to package "Multilanguage"
To release as 1.2 final

Thu 03 Apr 2008 11:31:30 CEST 
To release as 1.2-BETA1

Thu 03 Apr 2008 08:49:37 CEST 
Minor fix: loop < count($matches) was <=
Code layout changes for Drupal coding standards.


File

CHANGELOG.txt
View source
  1. $Id:
  2. Tue 16 Mar 2010 13:47:39 CET
  3. * Added "all" and "other" codes instead of the confusing "qq" and "qz", the latter left in for backward compatibility.
  4. * All comparisons are now case-insensitive, e.g. en-GB and en-gb should work.
  5. * Supports longer language codes, format xx-yyyyy (2 to 5 characters in the second part) by default.
  6. Tue 29 Jul 2008 03:12:41 CEST
  7. Added support for "default" sections, uses "qz" pseudo-language-code. Updated help and readme to match.
  8. Was a feature request - http://drupal.org/node/287515
  9. Tue 17 Jun 2008 13:17:56 CEST
  10. Added Drupal 6 compatibility. Currently the same .module file handles both Drupal 5 and 6 internally, only the .info files are different.
  11. Minor tidy-up of text messages.
  12. Sun 15 Jun 2008 17:23:57 CEST
  13. Tweaked for more correct handling of white-space.
  14. So, can now handle substitution on a single line, e.g:
  15. This is =en= English =es= Spanish =qq= text.
  16. Fri 13 Jun 2008 21:06:16 CEST
  17. "no cache" option logic reversed - changed to "cache", i.e. defaults to
  18. "no cache" due to caching problems reported in http://drupal.org/node/269280
  19. Wed 09 Apr 2008 00:27:07 CEST
  20. Added configuration options to set "no cache" and "alternative pattern".
  21. Mon 07 Apr 2008 01:30:43 CEST
  22. .info file - Moved to package "Multilanguage"
  23. To release as 1.2 final
  24. Thu 03 Apr 2008 11:31:30 CEST
  25. To release as 1.2-BETA1
  26. Thu 03 Apr 2008 08:49:37 CEST
  27. Minor fix: loop < count($matches) was <=
  28. Code layout changes for Drupal coding standards.