Multilingual support continues to improve in open source CMS

Bryan's picture
Submitted by Bryan on

Not long ago, Development Seed posted a fantastic comparison of multilingual handling between Drupal 5 and Drupal 6.

Many people who’ve heard the buzz about multilingual features making it into Drupal core have asked me if they should go ahead with their multilingual projects on Drupal 5 or push them back to wait for Drupal 6 to be released. Of course there are many factors to consider, but with multilingual websites there’s no doubt that two big factors are workflow and contributed modules.

Jose just pulled together an excellent comparison chart that should help make that decision easier. The chart below compares the multilingual support with Drupal 5 to Drupal 6.

One of the criticisms of many open source CMS is that they're not fully "international", especially for those languages that are written/read from right to left. Many projects, are quickly addressing the critics by placing significant focus on improving the multilingualism in their CMS. For example, not only will Drupal 6 (still under development) have improved multilingual support but so will Joomla 1.5 (nearing release candidate stage).

While many of these projects have had some to support multilingual features through third-party contributed modules / plugins / extensions it's only recently that the core development teams for these projects have really began addressing the need. With so much focus this year on enterprise content management systems, perhaps 2008 will be known as the year of the international content management system? Yes, multilingual support brought to you by an open source project near you.

Mambo 4.6.2 released

Bryan's picture
Submitted by Bryan on
Development teams have quickened up the pace with the release of Mambo 4.6.2. The release marks the completion of the complete revision of the Language Manager that began with the initial 4.6 release.  The Mambo core is now fully translatable.

Other features introduced in this minor version release include:

  • Stability & security improvements
  • Lighter database footprint
  • A number of bug fixes
  • Improved compatibility with older 3rd party extensions
  • Added support for 4.5.x style SEF URLs
  • Updates to many of the internal extensions
  • MOStlyCE WYSIWYG editor enhancements (cross browser compliance issues addressed via an update to TinyMCE v2.1.0)
Complete Story

PHP 5.2.1 Released

Bryan's picture
Submitted by Bryan on

PHP 5.2.1 has been released and includes a number of stability and security enhancement of the 5.X branch.  Besides the usual bug fixes (over 180 of them), PHP 5.2.1 also includes the following key improvements:

  • Several performance improvements in the engine, streams API and some Windows specific optimizations.
  • PDO_MySQL now uses buffered queries by default and emulates prepared statements to bypass limitations of MySQL's prepared statement API.
  • Many improvements and enhancements to the filter and zip extensions.
  • Memory limit is now always enabled, this includes Windows builds, with a default limit of 128 megabytes.
  • Added several performance optimizations using faster Win32 APIs (this change means that PHP no longer supports Windows 98).
  • FastCGI speed optimized build of PHP for Windows made available for downloading.

Further details about this release can be found in the official release announcement 5.2.1.  A full list of changes is available in the ChangeLog PHP 5 at php.net.