Releases for Translation template extractor

potx 6.x-3.0

Gábor Hojtsy - July 19, 2009 - 13:01
Official release from CVS tag: DRUPAL-6--3-0
First released: July 19, 2009 - 13:01
Download: potx-6.x-3.0.tar.gz
Size: 39.37 KB
md5_file hash: bc1f716f96738039ccf6058f5f20e82e
Last updated: July 19, 2009 - 13:07
View usage statistics for this release

New branch release with added Drupal 7 parsing support. When used with an up-to-date version of the localization server, context information is stored about strings parsed in certain Drupal 7 modules (and Drupal 7 core).

Other code changes since Drupal 6.x-2.2 include:

  • Now that the localization API guides are online at http://drupal.org/node/322729, we can link to specific sections for code style errors found in the potx review.
  • #340614 by Dave Reid: eliminate notice on menu hook detection
  • #322082 follow up based on comment from Takafumi: PHP versions before 5.2.0 did not provide the filename key in the pathinfo() output
  • #402734 found by Dave Reid, patch by myself: modulename.something.ext files were not extracted when the modulename prefix was looked for.
  • #368197 by Pasqualle and Dave Reid: do not extract machine name of module and theme, since it is not displayed on the user interface anymore
  • #326266 eventually by myself: add potx to the Multilanguage 'package' of modules
  • #369943 by myself: Backport of Drupal 7 parsing support. Added cross-check with l10n_server so that only modules using the same API will be installed hopefully.

potx 6.x-3.x-dev

Gábor Hojtsy - July 19, 2009 - 12:57
Nightly development snapshot from CVS branch: DRUPAL-6--3
First released: July 19, 2009 - 12:57
Download: potx-6.x-3.x-dev.tar.gz
Size: 43.85 KB
md5_file hash: 0676455ef7557094e161d1f41a35b7fa
Last updated: November 18, 2009 - 00:18
View usage statistics for this release

Development snapshot.

potx 7.x-1.x-dev

Gábor Hojtsy - July 14, 2009 - 15:44
Nightly development snapshot from CVS branch: DRUPAL-7--1
First released: July 14, 2009 - 15:44
Download: potx-7.x-1.x-dev.tar.gz
Size: 41.74 KB
md5_file hash: b84b42ccc88974aac43f5c90af2fb89a
Last updated: November 18, 2009 - 00:18
View usage statistics for this release

Development snapshot.

potx 6.x-2.2

Gábor Hojtsy - October 13, 2008 - 21:56
Official release from CVS tag: DRUPAL-6--2-2
First released: October 13, 2008 - 21:56
Download: potx-6.x-2.2.tar.gz
Size: 34.53 KB
md5_file hash: 12febd7dd7caea433573a6f74b182efd
Last updated: October 13, 2008 - 22:10
View usage statistics for this release

This release includes way better coder module integration and Drupal 7 parsing support. Detailed changes since 6.x-2.1:

potx 6.x-1.3

Gábor Hojtsy - September 9, 2008 - 14:38
Official release from CVS tag: DRUPAL-6--1-3
First released: September 9, 2008 - 14:38
Download: potx-6.x-1.3.tar.gz
Size: 30.28 KB
md5_file hash: cb5b58c99d2314e1296e6bd1d2486179
Last updated: September 9, 2008 - 14:40
View usage statistics for this release

Changes since 6.x-1.2:

  • #230413 by suppasonic: fix exporting plural translations
  • Updated POT file
  • #298996 reported gusgsm1, patch by myself: gracefully handle cases when glob() does not return with data and then consequently there are possibly no strings in the global store
  • #263790 reported by Micha1111, patch by myself: turns out that GLOB_BRACE is not available on all operating systems, we need to have our own workaround code or it bails miserably
  • #288117 reported by Bartezz, fixed by myself: avoid that people run potx-cli.php from the web, since it was not designed so. tell them to use the module web interface.
  • Backporting #192773
  • #204981 by phirdina: add missing paragraph to help output

potx 6.x-2.1

Gábor Hojtsy - September 9, 2008 - 14:18
Official release from CVS tag: DRUPAL-6--2-1
First released: September 9, 2008 - 14:18
Download: potx-6.x-2.1.tar.gz
Size: 33 KB
md5_file hash: 639d00106c0aa123299637fae55f3d7d
Last updated: September 9, 2008 - 14:20
View usage statistics for this release

Changes since 6.x-2.0:

  • #230413 by suppasonic: fix exporting plural translations
  • Updates strings for 6.x release
  • #249615 by hanv3: translation templates were not up to date, and new Dutch translations
  • #232576 Added Swedish translation and updated POT.
  • Updated the Greek translation.
  • #288117 reported by Bartezz, fixed by myself: avoid that people run potx-cli.php from the web, since it was not designed so. tell them to use the module web interface.
  • Forward port of '#298996 reported gusgsm1, patch by myself' and '#263790 reported by Micha1111, patch by myself'
  • #204981 by phirdina: add missing paragraph to help output

potx 5.x-1.3

Gábor Hojtsy - September 9, 2008 - 14:15
Official release from CVS tag: DRUPAL-5--1-3
First released: September 9, 2008 - 14:15
Download: potx-5.x-1.3.tar.gz
Size: 30.06 KB
md5_file hash: 5891284e5e77fd7ac56c6382c95809d1
Last updated: September 9, 2008 - 14:20
View usage statistics for this release

Changes since 5.x-1.2:

  • #230413 by suppasonic: fix exporting plural translations
  • #298996 reported gusgsm1, patch by myself, backported: gracefully handle cases when glob() does not return with data and then consequently there are possibly no strings in the global store
  • #263790 reported by Micha1111, patch by myself: turns out that GLOB_BRACE is not available on all operating systems, we need to have our own workaround code or it bails miserably
  • #288117 reported by Bartezz, fixed by myself: avoid that people run potx-cli.php from the web, since it was not designed so. tell them to use the module web interface.
  • Backporting #192773
  • #219007 report and patch by hass: small installer files were merged into general.po, creating duplicate strings; they should not be merged (only applicable to 5.x versions of potx)
  • #204981 by phirdina: add missing paragraph to help output

potx 6.x-2.0

Gábor Hojtsy - January 31, 2008 - 15:07
Official release from CVS tag: DRUPAL-6--2-0
First released: January 31, 2008 - 15:07
Download: potx-6.x-2.0.tar.gz
Size: 30.39 KB
md5_file hash: 493cbb0edd5c5cfe8663471219c2a9b0
Last updated: January 31, 2008 - 15:10
View usage statistics for this release

New feature: Coder (http://drupal.org/project/coder) integration support, so you can do code reviews with translation errors as well
API change: potx status reporting API changed

Fixed bugs and got the 5.x and 6.x parser in line:

- #205100 by phirdina: plural translations were missing in exported po files due to bugos database logic
- Forward porting the Unknown file version handler from 5.x
- Getting potx-6.1 and 6.2 in sync:
   - updated documentation to match actual behaviour (folding, tab title)
   - some code style changes from the 6.1 version
   - ported region name and default user role detection from 6.1
   - ported duplication marking for installer strings in runtime export from 6.1
- #213801 report by nancyw, patch by myself: replace old permission name with new one

This is going to be the supported branch later on.

potx 6.x-1.2

Gábor Hojtsy - January 31, 2008 - 15:00
Official release from CVS tag: DRUPAL-6--1-2
First released: January 31, 2008 - 15:00
Download: potx-6.x-1.2.tar.gz
Size: 29.56 KB
md5_file hash: c302f35f4d95b57f4c925099184c7e64
Last updated: January 31, 2008 - 15:05
View usage statistics for this release

Fixed several bugs and got the 5.x and 6.x parser in line:

- #205100 by phirdina: plural translations were missing in exported po files due to bugos database logic
- Forward porting the Unknown file version handler from 5.x

Getting potx-6.1 and 6.2 in sync:
   - updated documentation to match actual behaviour (folding, tab title)
   - removed hook_node_types() support, as it is a Drual 4.6 construct, not supported anymore
   - ported back hook_perm() error detection from 6.2

- #213801 report by nancyw, patch by myself: replace old permission name with new one
- Mark runtime strings as duplicates as well, when we encounter them
- #205360 by damz with additions from myself: extract region names, include default region names; add default user role names

Upgrading is highly recommended.

potx 5.x-1.2

Gábor Hojtsy - January 31, 2008 - 14:55
Official release from CVS tag: DRUPAL-5--1-2
First released: January 31, 2008 - 14:55
Download: potx-5.x-1.2.tar.gz
Size: 29.75 KB
md5_file hash: d03dedf2f6f3f3ae2e6a0373dc0d95ff
Last updated: January 31, 2008 - 15:00
View usage statistics for this release

Fixed several bugs and got the 5.x and 6.x parser in line:

- #205100 by phirdina: plural translations were missing in exported po files due to bugos database logic

Leveling differences between 6.x and 5.x versions: - backported some code style fixes from 6.1
   - backported relevant README changes from 6.x
   - removed hook_node_types() support, as it is a Drual 4.6 construct, not supported anymore
   - ported region name and default user role detection from 6.1
   - ported back hook_perm() error detection from 6.2
   - ported duplication marking for installer strings in runtime export from 6.1
   - better code when no file version was indentifiable, so the file name is included at least

Upgrade is highly recommended, especially for l10n_server (http://drupal.org/project/l10n_server) users, who translate Drupal 6.

potx 5.x-1.1

Gábor Hojtsy - December 28, 2007 - 22:57
Official release from CVS tag: DRUPAL-5--1-1
First released: December 28, 2007 - 22:57
Download: potx-5.x-1.1.tar.gz
Size: 29.58 KB
md5_file hash: efdadfd039243cd9de589de03f4615c3
Last updated: December 28, 2007 - 23:00
View usage statistics for this release

Fixes the pretty important translation export bug from http://drupal.org/node/201253 and a small month name export bug. No new features.

potx 6.x-1.1

Gábor Hojtsy - December 28, 2007 - 22:55
Official release from CVS tag: DRUPAL-6--1-1
First released: December 28, 2007 - 22:55
Download: potx-6.x-1.1.tar.gz
Size: 29.4 KB
md5_file hash: b03b89e060930f3fe12b7d4be9575a63
Last updated: December 28, 2007 - 23:00
View usage statistics for this release

Fixes the pretty important translation export bug from http://drupal.org/node/201253 and a small month name export bug. No new features.

potx 6.x-2.x-dev

Gábor Hojtsy - November 15, 2007 - 18:25
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: November 15, 2007 - 18:25
Download: potx-6.x-2.x-dev.tar.gz
Size: 37.21 KB
md5_file hash: f502742c4e08ad3d4600ef366eb2ae05
Last updated: June 26, 2009 - 00:22
View usage statistics for this release

Development snapshot of the upcoming second release for Drupal 6.

potx 5.x-2.x-dev

Gábor Hojtsy - November 15, 2007 - 18:25
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: November 15, 2007 - 18:25
Download: potx-5.x-2.x-dev.tar.gz
Size: 30.4 KB
md5_file hash: bff2b27b0881c9663ecda3762e18b2a1
Last updated: September 10, 2008 - 12:10
View usage statistics for this release

Development snapshot of the (possibly) upcoming second release for Drupal 5.

potx 5.x-1.0

Gábor Hojtsy - November 15, 2007 - 18:24
Official release from CVS tag: DRUPAL-5--1-0
First released: November 15, 2007 - 18:24
Download: potx-5.x-1.0.tar.gz
Size: 29.57 KB
md5_file hash: 50adc00c84a847a6c4eaf9566c3c8d6a
Last updated: November 15, 2007 - 18:25
View usage statistics for this release

First stable release for Drupal 5.

potx 6.x-1.0

Gábor Hojtsy - November 15, 2007 - 18:24
Official release from CVS tag: DRUPAL-6--1-0
First released: November 15, 2007 - 18:24
Download: potx-6.x-1.0.tar.gz
Size: 29.5 KB
md5_file hash: cbbca24b2d1fed0a910bd3f5e1f2f86c
Last updated: November 15, 2007 - 18:25
View usage statistics for this release

First stable release for Drupal 6.

potx 6.x-1.x-dev

Gábor Hojtsy - October 14, 2007 - 12:35
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: October 14, 2007 - 12:35
Download: potx-6.x-1.x-dev.tar.gz
Size: 30.08 KB
md5_file hash: 3fc9cf6bae7f58c4f38467ee300904cc
Last updated: October 22, 2008 - 12:10
View usage statistics for this release

This is an updated version for 6.x.

potx 5.x-1.x-dev

Gábor Hojtsy - March 20, 2007 - 12:56
Nightly development snapshot from CVS branch: DRUPAL-5
First released: March 20, 2007 - 12:56
Download: potx-5.x-1.x-dev.tar.gz
Size: 30.2 KB
md5_file hash: bfff6d054f8d33c2748a9bd6920dc8f1
Last updated: September 10, 2008 - 12:10
View usage statistics for this release

Development for Drupal 5.x

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.