potx 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| potx-7.x-2.x-dev.tar.gz | 25.87 KB | 9a918c09ff64576e8d23304794e39ea6 |
| potx-7.x-2.x-dev.zip | 30.13 KB | 0830368dbf1059615ebf76e80a4985f8 |
Release notes
Refactoring in progress.
potx 6.x-3.3
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-3.3.tar.gz | 46.61 KB | 666e1f1803da2f58f0b4af356b47e9c3 |
| potx-6.x-3.3.zip | 64.46 KB | 1c526c08955b4232af66109a13d8cc30 |
Release notes
Changes since DRUPAL-6--3-2:
potx 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| potx-7.x-1.0.tar.gz | 41.92 KB | 72a57bab0a1854268ec37cfe963e9b74 |
| potx-7.x-1.0.zip | 58.61 KB | 97ed6227474f298948a185c3dd7a7807 |
Release notes
Changes since DRUPAL-7--1-0-ALPHA1:
- #813370 by myself, sun: add support for parsing hook_menu_alter() and a different array syntax in hook_menu() for those prefering that (in some cases); also fixed tests so they can be run on Drupal 7, and validated tht they still pass
- #1039398 by myself: reorganize code to support context on st() and $t() like core does already
potx 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| potx-7.x-1.0-alpha1.tar.gz | 41.52 KB | 5ef96148c9437f75b5f6554206f7ca10 |
| potx-7.x-1.0-alpha1.zip | 58.13 KB | bfffdb61edf91c0163eedc435af91d58 |
Release notes
First alpha release for Drupal 7. Basically works for module extraction.
potx 6.x-3.2
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-3.2.tar.gz | 46.1 KB | a1c156d6fa478f50e2f9dc54c84752b0 |
| potx-6.x-3.2.zip | 63.22 KB | ddb53f440f105f698683049d973b84b7 |
Release notes
Changes since DRUPAL-6--3-1:
Read morepotx 6.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-3.1.tar.gz | 44.83 KB | 307d10b587bfb9d41906ca198a538d79 |
| potx-6.x-3.1.zip | 61.92 KB | 6694c072706fdf5c0bd0655f15f37d67 |
Release notes
Changes since DRUPAL-6--3-0:
Read morepotx 6.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-3.0.tar.gz | 39.37 KB | bc1f716f96738039ccf6058f5f20e82e |
| potx-6.x-3.0.zip | 53.97 KB | 163965f6b38449fcd15f312ef13f006e |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-3.x-dev.tar.gz | 29.58 KB | 597ce34b6a96e15e23cb769f0ad64024 |
| potx-6.x-3.x-dev.zip | 34.18 KB | a1cf209136c0197f00869c5e784171ea |
Release notes
Development snapshot.
potx 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| potx-7.x-1.x-dev.tar.gz | 29.65 KB | b57cc945d30ed56883d617d3adf6a4a5 |
| potx-7.x-1.x-dev.zip | 34.28 KB | 532b2c7cbb5218fc6ca3d990ed9e6396 |
Release notes
Development snapshot.
potx 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-2.2.tar.gz | 34.53 KB | 12febd7dd7caea433573a6f74b182efd |
| potx-6.x-2.2.zip | 45.54 KB | 06ffb1543cd525631028c23fe507bec2 |
Release notes
This release includes way better coder module integration and Drupal 7 parsing support. Detailed changes since 6.x-2.1:
Read morepotx 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-1.3.tar.gz | 30.28 KB | cb5b58c99d2314e1296e6bd1d2486179 |
| potx-6.x-1.3.zip | 39.02 KB | b5a613c67e660eed3e348ea41f0b32ed |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-2.1.tar.gz | 33 KB | 639d00106c0aa123299637fae55f3d7d |
| potx-6.x-2.1.zip | 43.75 KB | 7ebf60dd194a8f32bc1c86826f4fe7fc |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-5.x-1.3.tar.gz | 30.06 KB | 5891284e5e77fd7ac56c6382c95809d1 |
| potx-5.x-1.3.zip | 38.66 KB | 07524fbf4059b6f663feba808ff8dc98 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-2.0.tar.gz | 30.39 KB | 493cbb0edd5c5cfe8663471219c2a9b0 |
| potx-6.x-2.0.zip | 39.45 KB | 9db34526904a917da252c1f77b3e18c4 |
Release notes
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 oneThis is going to be the supported branch later on.
potx 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-1.2.tar.gz | 29.56 KB | c302f35f4d95b57f4c925099184c7e64 |
| potx-6.x-1.2.zip | 38.58 KB | 4c73557221f0eaa5937970fa7cdd6cad |
Release notes
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 namesUpgrading is highly recommended.
potx 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| potx-5.x-1.2.tar.gz | 29.75 KB | d03dedf2f6f3f3ae2e6a0373dc0d95ff |
| potx-5.x-1.2.zip | 38.31 KB | 7f03d8e860beba119469d27684fa2532 |
Release notes
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 leastUpgrade is highly recommended, especially for l10n_server (http://drupal.org/project/l10n_server) users, who translate Drupal 6.
potx 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| potx-5.x-1.1.tar.gz | 29.58 KB | efdadfd039243cd9de589de03f4615c3 |
| potx-5.x-1.1.zip | 38.17 KB | f638991a742f74732d31903d38023836 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-1.1.tar.gz | 29.4 KB | b03b89e060930f3fe12b7d4be9575a63 |
| potx-6.x-1.1.zip | 38.45 KB | b68123addb7c3c431e5b9658445dd86b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| potx-6.x-2.x-dev.tar.gz | 24.54 KB | bb3eaa28807196db1894ba391f46ecc1 |
| potx-6.x-2.x-dev.zip | 26.68 KB | 72987fb327184023003430b7a2557964 |
Release notes
Development snapshot of the upcoming second release for Drupal 6.
potx 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| potx-5.x-2.x-dev.tar.gz | 22.25 KB | d0cff256d223222bbeafa3e3f7f8576b |
| potx-5.x-2.x-dev.zip | 24.07 KB | 5442f734850e909879800db5f077afed |
Release notes
Development snapshot of the (possibly) upcoming second release for Drupal 5.