l10n_server 6.x-1.0-alpha2
Gábor Hojtsy - October 22, 2008 - 20:40
| Download | Size | md5 hash |
|---|---|---|
| l10n_server-6.x-1.0-alpha2.tar.gz | 370.33 KB | eac2e9b893f175b855f01890d973ec47 |
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
Last updated: October 22, 2008 - 20:50
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:
In addition to this security vulnerability, the following changes have been made since the 6.x-1.0-alpha1 release:
- Bad 'page arguments' in l10n_groups module
- - Menu updates. Use the Drupal 6 built in ways to invoke functions from include files. No need for a custom wrapper.
- Fixed missing access argument on export tab, which resulted in it not showing up.
- Fixed badly updated form in export screen, now includes form_state as mandated in Drupal 6. - - Move Tar.php check to a real hook_requirements() check as suggested in @todo.
- Add potx version compatibility check to make sure people run with the right potx version. - #321637 by myself: support for disabled projects; makes it possible to discontinue project translations (not looking for new releases but keeping old data) and maintaining suggested projects not yet picked up by the server but known.
- Instead of t() we should use the return value of get_t() in install functions
- #321699 by Jose A Reyero: bad index definition in l10n_community.install
- #203658 and #207444 ideas by several people, implementation by pvasili and myself: Make it possible to delete and start over with projects as well as clean up orphan source strings with translations.
- #321523 report by brmassa, patch by myself: bad release list ordering on the user interface
