language_sections 7.x-2.6

Bug fixes

Only tidying up to prevent warnings/errors reported by Coder module - no functional changes.

language_sections 7.x-2.5

New features

First D7 release, functionally equivalent to V2.5 under D6.

language_sections 6.x-2.x-dev

New features
Bug fixes

Current dev version. Includes support for LS Search module form LS Extras - see #361069: Only default language is indexed for search for background information.

language_sections 6.x-2.5

Fixed #754280 - note :the bug only affected sites upgrading from LS 1.x, and only if you did not visit the LS configuration page at some time after installing 2.x. So, no real need to upgrade from 2.4 to 2.5 - just visit the LS configuration page.

See http://drupal.org/node/746586 for more information on what's new in version 2.x.

language_sections 6.x-2.4

Bug fixes

* Changed default pattern to be more consistent with v1.x - '/(=+ *([a-z]{2}[a-z\-]*) *=+\s?)(.*?)/i' -- shouldn't make any difference in practice.
* Enabled caching (was accidentally left disabled in 2.3 due to debug line.)

See http://drupal.org/node/746586 for more information on what's new in version 2.x.

language_sections 6.x-2.3

New features

* Added support for check_markup patch so that output can be cached (potentially much better performance.)
* Removed cache configuration setting as it's ineffective.
* Added message on config. page that shows whether patch is installed.
* Patch included - check_markup_language_patch_1.patch - see README.txt.

language_sections 6.x-2.1

Bug fixes

Fixed rebuild triggers (better performance).

See http://drupal.org/node/746586 for more information on what's new in version 2.x.

language_sections 6.x-2.0

New features

This page has been updated to include the latest 2.x improvements - not all features described here were available in 2.0

Upgrading from 1.x

When upgrading from version 1.x, version 2 this should work as a drop-in replacement if you had a standard configuration in 1.x. Visit the configuration page to see new options.

If you were previously using an alternative pattern then you may need to modify it in order to use the some 2.x features such as using language name to mark a section. Alternatively, disable the use alternative pattern option so that version 2 default pattern will be used.

New features

* Support for new Language Sections Extras.
* Added support for caching which can reduce site load considerably. See below.
* Can now define multiple strings for all languages and default sections, making these strings more "friendly" as they can be more meaningful and in several languages.
* Can use any combination of language code, language name and language prefix to mark sections.

See screenshot at http://drupal.org/node/746570

So, the following is possible:

=== spanish ===
This is Spanish
== fr ==
This is French
=== French ===
This is also French
=== all ===
This is shown for all languages

language_sections 6.x-1.7

Bug fixes

* 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.

(No need to run update.php)

Version 2 announcement

NOTE: V1.7 will (probably!) be the final release of the 1.x branch. Version 2.x will be released very shortly.

language_sections 6.x-1.6

New features

Provides new "default language" section (previously only available in dev version.)

language_sections 6.x-1.5

RELEASE IN ERROR DUE TO CVS PROBLEMS - EQUIVALENT TO PREVIOUS RELEASE - SORRY!

language_sections 5.x-1.5

New features

Provides "default language" section (previously only available in dev version.)

language_sections 6.x-1.x-dev

New features

Adds support for "default" language sections using "qz" pseudo language code.

language_sections 6.x-1.4

Bug fixes

Fixed the .module file which previously needed manual editing to work with Drupal 6. This release is functionally equivalent to 6.x-1.3 (and 5.x-1.3/4).

language_sections 5.x-1.4

New features

(Skipped from v1.3 to to v1.4 due to CVS problems).

Adds several configuration options:

* Enable/disable caching. Note caching is now disabled by default, to avoid possible problems. To restore to the "allow caching" behaviour of previous versions, use the "configure" option in Input Formats.

* For advanced users, you can now change the regexp pattern used to identify sections.

language_sections 5.x-1.3

New features

Adds several configuration options:

* Enable/disable caching. Note caching is now disabled by default, to avoid possible problems. To restore to the "allow caching" behaviour of previous versions, use the "configure" option in Input Formats.

* For advanced users, you can now change the regexp pattern used to identify sections.

language_sections 6.x-1.3

New features

Drupal 6 compatible version, functionally equivalent with 5.x-1.3.

PLEASE NOTE:
* Due to CVS problems, you need to make a simple modification to the .info file to make this work - see the comments in the file.

language_sections 5.x-1.2

Bug fixes

Identical to BETA1 version except now moved to "Multilanguage" section in Modules (updated .info.)

language_sections 5.x-1.2-beta1

Bug fixes

This is a beta release. Please create a comment confirming correct operation on your system (or if not, raise an issue.) Thanks.

* Code layout tweaked for Drupal's coding standards.
* Fixed a trivial (invisible) bug.

language_sections 5.x-1.x-dev

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".

Subscribe with RSS Subscribe to Releases for Language Sections