You are here

CHANGELOG.txt in Language Sections 5

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
$Id:

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 29 Jul 2008 03:12:41 CEST
  3. Added support for "default" sections, uses "qz" pseudo-language-code. Updated help and readme to match.
  4. Was a feature request - http://drupal.org/node/287515
  5. Tue 17 Jun 2008 13:17:56 CEST
  6. Added Drupal 6 compatibility. Currently the same .module file handles both Drupal 5 and 6 internally, only the .info files are different.
  7. Minor tidy-up of text messages.
  8. Sun 15 Jun 2008 17:23:57 CEST
  9. Tweaked for more correct handling of white-space.
  10. So, can now handle substitution on a single line, e.g:
  11. This is =en= English =es= Spanish =qq= text.
  12. Fri 13 Jun 2008 21:06:16 CEST
  13. "no cache" option logic reversed - changed to "cache", i.e. defaults to
  14. "no cache" due to caching problems reported in http://drupal.org/node/269280
  15. Wed 09 Apr 2008 00:27:07 CEST
  16. Added configuration options to set "no cache" and "alternative pattern".
  17. Mon 07 Apr 2008 01:30:43 CEST
  18. .info file - Moved to package "Multilanguage"
  19. To release as 1.2 final
  20. Thu 03 Apr 2008 11:31:30 CEST
  21. To release as 1.2-BETA1
  22. Thu 03 Apr 2008 08:49:37 CEST
  23. Minor fix: loop < count($matches) was <=
  24. Code layout changes for Drupal coding standards.