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