/[drupal]/contributions/modules/i18n/i18n.module
ViewVC logotype

Log of /contributions/modules/i18n/i18n.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.41.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 10:46:25 2009 UTC (3 weeks, 1 day ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.41.2.39: +3 -3 lines
Diff to previous 1.41.2.39 , to branch point 1.41 , to next main 1.43
Added tag support for taxonomy synchronization

Revision 1.41.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 14:02:03 2009 UTC (5 weeks, 2 days ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.38: +1 -58 lines
Diff to previous 1.41.2.38 , to branch point 1.41
- Fixed buggy taxonomy synchronization, #365606, #365606, #379306
- Cleaning some module dependencies and old code.

Revision 1.41.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 21:08:24 2009 UTC (2 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.37: +5 -5 lines
Diff to previous 1.41.2.37 , to branch point 1.41
Removed trailing white space (code style fixes)

Revision 1.41.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 18:52:25 2009 UTC (3 months, 1 week ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.36: +2 -2 lines
Diff to previous 1.41.2.36 , to branch point 1.41
#541834 by eMPee584 , hass: Fixed some bugs

Revision 1.41.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 14:45:06 2009 UTC (3 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.35: +2 -2 lines
Diff to previous 1.41.2.35 , to branch point 1.41
- Fixed: Unset variables set to be multilingual don't show default values, by Island Usurper, #527534

Revision 1.41.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 14:43:41 2009 UTC (4 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.34: +71 -10 lines
Diff to previous 1.41.2.34 , to branch point 1.41
- Reworked content type settings, now in own fieldset
- Added node language options:
  - Default to current language
  - No language neutral
  - Lock language once created

Revision 1.41.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 11:33:15 2009 UTC (5 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.41.2.33: +3 -3 lines
Diff to previous 1.41.2.33 , to branch point 1.41
- Fixed multilingual variables issues, by rfay, #451120
- Fixed i18nstrings, wrong hook_schema_alter() implementation, by rsvelko, #466876

Revision 1.41.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 14:22:28 2009 UTC (6 months, 4 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.32: +25 -4 lines
Diff to previous 1.41.2.32 , to branch point 1.41
- Fixed typos, by ao2, #429850, dboulet, #396402
- New feature: allow to select existing node as translation, #295682

Revision 1.41.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 12:42:12 2009 UTC (9 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.31: +2 -2 lines
Diff to previous 1.41.2.31 , to branch point 1.41
- Fixed: translation relationship broken with i18nsync, by smh67, Beban, #367118
- Fixed: translated node forgets its menu settings, by brucepearson, #364375
- Fixed: missing node languages for LANGUAGE_SUPPORT_EXTENDED_NOT_DISPLAYED, by Roger Lopez, #365574

Revision 1.41.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 13:08:35 2009 UTC (10 months ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.41.2.30: +13 -24 lines
Diff to previous 1.41.2.30 , to branch point 1.41
- Added option for switching language when translating
- Moved admin settings to higher level tab

Revision 1.41.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 20:35:55 2009 UTC (10 months ago) by nedjo
Branch: DRUPAL-6--1
Changes since 1.41.2.29: +53 -1 lines
Diff to previous 1.41.2.29 , to branch point 1.41
Issue #314721, fix nodereference issue in translations.

Revision 1.41.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 16:08:40 2009 UTC (10 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.28: +16 -25 lines
Diff to previous 1.41.2.28 , to branch point 1.41
- Reworked taxonomy language logic when saving terms, set node/current language for tags.
- Added some more help text and links to the taxonomy admin pages.
- Rolled back nodereference patch, previously committed by mistake, #314721

Revision 1.41.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 17:12:26 2009 UTC (10 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.27: +10 -35 lines
Diff to previous 1.41.2.27 , to branch point 1.41
- Mark translations a outdated when source string changes, by nedjo, #355366
- Changed default behavior: content types with multilingual support disabled are now language neutral, #270655

Revision 1.41.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 13:33:29 2009 UTC (10 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.26: +28 -2 lines
Diff to previous 1.41.2.26 , to branch point 1.41
- Added i18n menu handling to node form, by Roger López, Stella, #348444

Revision 1.41.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 10:16:28 2009 UTC (10 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.25: +42 -21 lines
Diff to previous 1.41.2.25 , to branch point 1.41
- Added additional language support level, by stella, Roger Lopez, #349193

Revision 1.41.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 20:23:34 2009 UTC (10 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.24: +8 -8 lines
Diff to previous 1.41.2.24 , to branch point 1.41
- Fixed duplicated 'ts' function (CiviCRM), renamed to 'i18nstrings_ts', by mfb, #298154
- Move all admin settings to one place under Language, by stella, #343557

Revision 1.41.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 18:03:21 2009 UTC (10 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.23: +1 -24 lines
Diff to previous 1.41.2.23 , to branch point 1.41
- Added index for locale table's location field, by sun, #349488
- Removed deprecated i18n_get_links().

Revision 1.41.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 23:56:02 2008 UTC (12 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.22: +3 -3 lines
Diff to previous 1.41.2.22 , to branch point 1.41
- Tentative fix for: Story shows multiple times on front page, #334670

Revision 1.41.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 19:59:37 2008 UTC (12 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.21: +7 -5 lines
Diff to previous 1.41.2.21 , to branch point 1.41
- Simplified mixed content selection logic
- Added content selection for views, by Jax, #283845

Revision 1.36.2.16.2.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 19:58:55 2008 UTC (12 months, 1 week ago) by jareyero
Branch: DRUPAL-5--3
Changes since 1.36.2.16.2.4.2.4: +23 -13 lines
Diff to previous 1.36.2.16.2.4.2.4 , to branch point 1.36.2.16.2.4
- Backported mixed selection from 6.x, renamed 'preferred' to 'mixed'
- Updated some wrong table names (i18n_strings)

Revision 1.41.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 13:37:11 2008 UTC (12 months, 1 week ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA6
Changes since 1.41.2.20: +2 -2 lines
Diff to previous 1.41.2.20 , to branch point 1.41
- Fixed multilingual blocks not translating, #305868
- Fixed notices, undefined variables, by eMPee584, #276161

Revision 1.41.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 20:06:25 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.19: +2 -2 lines
Diff to previous 1.41.2.19 , to branch point 1.41
Use <EM> in place of <I>.

Revision 1.41.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 20:01:37 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.18: +3 -3 lines
Diff to previous 1.41.2.18 , to branch point 1.41
Added more missing periods.

Revision 1.41.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 20:01:15 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.17: +2 -2 lines
Diff to previous 1.41.2.17 , to branch point 1.41
Typo fixed.

Revision 1.41.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 19:41:58 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.16: +4 -4 lines
Diff to previous 1.41.2.16 , to branch point 1.41
Added more missing periods.

Revision 1.41.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 11:32:22 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.15: +207 -178 lines
Diff to previous 1.41.2.15 , to branch point 1.41
Code style fixes

Revision 1.41.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 21:33:53 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.14: +13 -13 lines
Diff to previous 1.41.2.14 , to branch point 1.41
Code style fixes, missing ID tags, +++

Revision 1.41.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 19:56:18 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.13: +9 -9 lines
Diff to previous 1.41.2.13 , to branch point 1.41
Replace TAB with two BLANK's + some indention fixes (code style)

Revision 1.41.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 19:47:33 2008 UTC (13 months, 3 weeks ago) by hass
Branch: DRUPAL-6--1
Changes since 1.41.2.12: +52 -52 lines
Diff to previous 1.41.2.12 , to branch point 1.41
Trailing spaces cleanup (code style)

Revision 1.41.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 29 17:39:01 2008 UTC (13 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.11: +12 -13 lines
Diff to previous 1.41.2.11 , to branch point 1.41
- Multiple bug fixes and code improvements, by stella, #314846, #314880, #314853

Revision 1.41.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 12:13:17 2008 UTC (13 months, 4 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.10: +2 -2 lines
Diff to previous 1.41.2.10 , to branch point 1.41
- Fixed: Code tries to access object as array, by Skiller, #293275
- Fixed: Sub-menu items not localized, by Anselm Heaton, #298612

Revision 1.41.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 19:16:11 2008 UTC (14 months ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.41.2.9: +3 -3 lines
Diff to previous 1.41.2.9 , to branch point 1.41
More localization fixes by hass

Revision 1.41.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 18:56:22 2008 UTC (14 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.8: +16 -6 lines
Diff to previous 1.41.2.8 , to branch point 1.41
- Fixed issue with language dependent front page, that couldn't be used before

Revision 1.41.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 25 16:09:28 2008 UTC (14 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.7: +5 -5 lines
Diff to previous 1.41.2.7 , to branch point 1.41
- Renamed some modules, updated descriptions
- Fixed / improved some module help texts.
- Fixed multiple localization issues, by hass, #310852

Revision 1.41.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 17:23:05 2008 UTC (15 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.41.2.6: +19 -17 lines
Diff to previous 1.41.2.6 , to branch point 1.41
- Partial fix for node view forcing selection mode, #283839
- Fixed multiple taxonomy translation issues, by japanitrat, #292232

Revision 1.41.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 13:53:15 2008 UTC (15 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.5: +29 -22 lines
Diff to previous 1.41.2.5 , to branch point 1.41
- Moved selection mode initialization out of hook init, to first time it's needed.
- Fixed some issues with taxonomy and query rewriting rewriting, by vingbord, #260156 and #260151
- Fixed wrong data type in schema, by polarbear128, #289027

Revision 1.41.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 12:12:40 2008 UTC (15 months, 2 weeks ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.4: +30 -11 lines
Diff to previous 1.41.2.4 , to branch point 1.41
- Fixed issue with synchronization and empty fields as array (files)
- Added back CCK syncronization, by drewish, #293019
- Added new 'mixed' language selection option, by ablivio, #203798

Revision 1.36.2.16.2.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 11:20:15 2008 UTC (15 months, 2 weeks ago) by jareyero
Branch: DRUPAL-5--3
Changes since 1.36.2.16.2.4.2.3: +25 -23 lines
Diff to previous 1.36.2.16.2.4.2.3 , to branch point 1.36.2.16.2.4
- Added new 'preferred' language selection option, by ablivio, #203798

Revision 1.36.2.16.2.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 10:05:54 2008 UTC (15 months, 2 weeks ago) by jareyero
Branch: DRUPAL-5--3
Changes since 1.36.2.16.2.4.2.2: +69 -53 lines
Diff to previous 1.36.2.16.2.4.2.2 , to branch point 1.36.2.16.2.4
- Wrapped functions with conditional function_exists so they can be overridden

Revision 1.36.2.16.2.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 22:02:05 2008 UTC (16 months ago) by jareyero
Branch: DRUPAL-5--3
Changes since 1.36.2.16.2.4.2.1: +19 -13 lines
Diff to previous 1.36.2.16.2.4.2.1 , to branch point 1.36.2.16.2.4
First usable alpha with new strings system.
Will work with l10n_client, whatever the default language.

Revision 1.36.2.16.2.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 18:40:23 2008 UTC (16 months ago) by jareyero
Branch: DRUPAL-5--3
Changes since 1.36.2.16.2.4: +41 -2 lines
Diff to previous 1.36.2.16.2.4
First version, not really usable yet.
Reworking i18nstrings WIP

Revision 1.36.2.16.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 16:56:00 2008 UTC (16 months ago) by jareyero
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-4, DRUPAL-5--2-5
Branch point for: DRUPAL-5--3
Changes since 1.36.2.16.2.3: +2 -2 lines
Diff to previous 1.36.2.16.2.3 , to branch point 1.36.2.16
Lots of bug fixes and some small features:
- Fixed database compatibility issue with i18ncontent query by omo, #135387
- Fixed warning with profile fields by bitstream, #129262
- Fixed typo in INSTALL.txt by serkanarikusu, #206172
- Added i18npanels module contributed by JacobSingh, #159926
- Added description to translated items by JacobSingh, #197977
- Rename i18n blocks by incrn8, #246014
- Link to translate node changes site language by Jaza, TBarregren, #149108
- Added "translate own nodes" permission by rblomme, christopher_skauss, #41580
- Fixed synchronization warning on content type by yettyn, #166101
- Applied postgres compatibility patch by ivanSB, #183593
- Added token support for language code by knseibert, #176449

Revision 1.41.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 13:52:47 2008 UTC (17 months ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.41.2.3: +3 -14 lines
Diff to previous 1.41.2.3 , to branch point 1.41
Multiple bug fixes:
- Fixed node upgrade issue, #260626
- Removed references to obsolteted function i18n_get_normal_path(), #259603
- Wrong link and typos in taxonomy module, by AaronCollier, #259440
- Added Thai flag, by kengggg, #257387

Revision 1.41.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 11:17:34 2008 UTC (17 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41.2.2: +5 -22 lines
Diff to previous 1.41.2.2 , to branch point 1.41
Multiple bug fixes:
- Patch to prevent query rewriting for views, by Frank Steiner, #272432
- Taxonomies not syncing, by drewish, #256357
- Menu not refreshing locales, by Frank Steiner, #263124
- User profiles not translated on registration, by gustavlarson, #248089

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 08:32:05 2008 UTC (17 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: HEAD
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
#259722 (markus_petrux) Fix PHP Fatal error: Cannot use object of type stdClass as array.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 08:28:21 2008 UTC (17 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
Query rewriting can't return an empty WHERE clause.

Revision 1.36.2.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 11:59:10 2008 UTC (18 months, 4 weeks ago) by jareyero
Branch: DRUPAL-5--2
Changes since 1.36.2.16.2.2: +3 -3 lines
Diff to previous 1.36.2.16.2.2 , to branch point 1.36.2.16
- Fixed typo in INSTALL.txt by serkanarikusu, #206172
- Added i18npanels module contributed by JacobSingh, #159926
- Added description to translated items by JacobSingh, #197977
- Rename i18n blocks by incrn8, #246014
- Link to translate node changes site language by Jaza, TBarregren, #149108
- Added "translate own nodes" permission by rblomme, christopher_skauss, #41580

Revision 1.36.2.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 10:05:29 2008 UTC (18 months, 4 weeks ago) by jareyero
Branch: DRUPAL-5--2
Changes since 1.36.2.16.2.1: +30 -1 lines
Diff to previous 1.36.2.16.2.1 , to branch point 1.36.2.16
- Fixed synchronization warning on content type by yettyn, #166101
- Applied postgres compatibility patch by ivanSB, #183593
- Added token support for language code by knseibert, #176449

Revision 1.41.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 16:10:32 2008 UTC (19 months, 3 weeks ago) by jareyero
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.41.2.1: +30 -40 lines
Diff to previous 1.41.2.1 , to branch point 1.41
- Disabled CCK integration in i18nsync till there's a stable cck version
- Fixed multiple issues with selection modes and some old function clean up
- Fixed issues with menu administration pages, now showing all items for nodes

Revision 1.41.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 24 16:40:30 2008 UTC (20 months ago) by jareyero
Branch: DRUPAL-6--1
Changes since 1.41: +27 -3 lines
Diff to previous 1.41
- Improved block management, no need for 'Translated' duplicated blocks anymore.
- Added new dependency for i18nmenu, now it works with i18nblocks

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 13:13:17 2008 UTC (21 months, 1 week ago) by jareyero
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.40: +9 -1 lines
Diff to previous 1.40
Fixed update script

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 15 22:51:41 2008 UTC (21 months, 1 week ago) by jareyero
Branch: MAIN
Changes since 1.39: +180 -262 lines
Diff to previous 1.39
Updating for Drupal 6.0

Revision 1.36.2.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 4 20:17:44 2007 UTC (23 months, 3 weeks ago) by jareyero
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.36.2.16: +8 -7 lines
Diff to previous 1.36.2.16
Fixed multiple issues:
- Warning: Call-time pass-by-reference has been deprecated in ttext.module, http://drupal.org/node/163890
- Warning: Call-time pass-by-reference has been deprecated in i18nsync.module, http://drupal.org/node/196276
- Warning when icon size set to blank, http://drupal.org/node/197403
- Help page wrong link, http://drupal.org/node/195755
- Installation problem pgsql i18nblocks.module, http://drupal.org/node/195672
- Front page not translated, http://drupal.org/node/193645

Revision 1.36.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 17:12:35 2007 UTC (2 years ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--2-2
Branch point for: DRUPAL-5--2
Changes since 1.36.2.15: +2 -1 lines
Diff to previous 1.36.2.15 , to branch point 1.36 , to next main 1.43
Fixed several issues:
- http://drupal.org/node/186562, http://drupal.org/node/186562
- sql error when trying to create translation, http://drupal.org/node/185268
- Comment block i18n fails in Drupal 5.2, http://drupal.org/node/166187
- ttext php5 compatibility issue, http://drupal.org/node/163890

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 12:21:26 2007 UTC (2 years, 1 month ago) by jareyero
Branch: MAIN
Changes since 1.38: +410 -570 lines
Diff to previous 1.38
Upgrading for Drupal 6

Revision 1.36.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 11:54:18 2007 UTC (2 years, 5 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.14: +1 -1 lines
Diff to previous 1.36.2.14 , to branch point 1.36
+ Added autocomplete for selecting node translations, by Dave Myburgh, #137049
+ Fixed #138624, db_rewrite_sql() not rewriting sql as expected
Now language conditions are only disabled for admin/content/* paths
+ Added some new synchronization options
  - Flexinode fields
  - File attachments

Revision 1.36.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 15:47:34 2007 UTC (2 years, 5 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.13: +8 -3 lines
Diff to previous 1.36.2.13 , to branch point 1.36
Extended synchronization module:
- CCK fields
- More standard node fields
- Attachments, revisions, etc
Added a fieldset in i18n content type settings to show here the synchronization options too

Revision 1.36.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 17:43:10 2007 UTC (2 years, 6 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.12: +2 -2 lines
Diff to previous 1.36.2.12 , to branch point 1.36
Fixed issue with menu items for nodes not being created with the right type

Revision 1.36.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 13:48:57 2007 UTC (2 years, 6 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.11: +34 -12 lines
Diff to previous 1.36.2.11 , to branch point 1.36
+ Extended i18n_variable_init to retrieve subsets of variables for given language
+ Pathauto: Added support for pathauto path-per-languages using multilingual variables
+ Books: Fixed book outline for 'add child page', parent field not populated when node is not in current language
+ Books: Added translation of parent page when creating translations

Revision 1.36.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 23:29:35 2007 UTC (2 years, 7 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.36.2.10: +13 -6 lines
Diff to previous 1.36.2.10 , to branch point 1.36
Fixed #126369, path source not working with languages
Minor performance fix in i18n_get_path_prefix

Revision 1.36.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 18:21:29 2007 UTC (2 years, 7 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.9: +2 -0 lines
Diff to previous 1.36.2.9 , to branch point 1.36
Fixed duplicated menu items issue
Added arabic icon provided by Salman
Added irish icon provided by snpower

Revision 1.36.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 20:41:02 2007 UTC (2 years, 7 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.36.2.8: +2 -0 lines
Diff to previous 1.36.2.8 , to branch point 1.36
Added one more parameter in i18n form_alter for i18nblocks to work.
Fixed #125891 (translation not supporting depth in taxonomy term)
Fixed #128775 (cache id problem in i18nmenu.module)

Revision 1.36.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 16:33:57 2007 UTC (2 years, 8 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.7: +10 -4 lines
Diff to previous 1.36.2.7 , to branch point 1.36
Sort language lists alphabetically

Revision 1.36.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 19:18:54 2007 UTC (2 years, 8 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.6: +99 -30 lines
Diff to previous 1.36.2.6 , to branch point 1.36
+ Added views support (i18nviews.module)
+ Added extended language support for content (All defined languages can be selected for some content types)
+ Improved language management to localize language names
+ Implemented 'hook_language_list' so node modules can define its own language list now
+ Fixed issues with 'strict' language selection mode
+ Fixed module weights (run update.php)

Revision 1.36.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 17:05:11 2007 UTC (2 years, 9 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.5: +12 -2 lines
Diff to previous 1.36.2.5 , to branch point 1.36
Fixed #111047 - Duplicated menu items when editing nodes
Changed module weight. Run update.php

Revision 1.36.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 15:45:22 2007 UTC (2 years, 9 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.4: +3 -2 lines
Diff to previous 1.36.2.4 , to branch point 1.36
translation.module
-  Fixed problem with term translation form
-  Improved api functions: translation_node_nid and translation_term_tid
i18n.module
- Added fieldset in vocabulary forms to support some experimental modules
New folder: experimental
+ i18nstrings.module, generalized support for configurable strings translation
+ i18ncontent.module, content type names and texts translation
+ i18nsync.module, synchronize taxonomy for translations
+ ttext.module, translatable text field for CCK

Revision 1.36.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 00:16:34 2007 UTC (2 years, 9 months ago) by jareyero
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.36.2.3: +83 -68 lines
Diff to previous 1.36.2.3 , to branch point 1.36
Implemented: language switch after user login
Implemented: terms with no language copied over when translating
Fixed http://drupal.org/node/114386 (wrong default language)
Fixed http://drupal.org/node/104020 (taxonomy query error in postgres)
Added version to info files

Revision 1.36.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 00:53:31 2007 UTC (2 years, 9 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.2: +23 -13 lines
Diff to previous 1.36.2.2 , to branch point 1.36
- Added language tracking in session
- Home page now redirects the proper page in language, not for default language
- Fixed issues when languages not initialized yet.
- A few changes in documentation

Revision 1.36.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 13 16:00:03 2007 UTC (2 years, 10 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36.2.1: +50 -35 lines
Diff to previous 1.36.2.1 , to branch point 1.36
New feature: menu items per language
New permission: administer all languages
Some help text updates

Revision 1.36.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 00:15:03 2007 UTC (2 years, 10 months ago) by jareyero
Branch: DRUPAL-5
Changes since 1.36: +22 -14 lines
Diff to previous 1.36
Update to i18n-HEAD

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 23:46:10 2007 UTC (2 years, 10 months ago) by jareyero
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Fixed bug #107125, domain.com returns 404 when browser detection is on
Fixed some issues with automatic term translation and module ordering

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 18:12:35 2007 UTC (2 years, 10 months ago) by jareyero
Branch: MAIN
Changes since 1.36: +20 -12 lines
Diff to previous 1.36
Fixed some minor bugs and some polishing
Applied #104973 by Wesley Tanaka (Query string not preserved in language links)
Implemented feature request #69683 (Taxonomy terms translated on node translation)
Fixed some issues with i18nblocks module

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 17:10:32 2006 UTC (2 years, 11 months ago) by jareyero
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.35: +36 -27 lines
Diff to previous 1.35
Upgrading:
- Added selection handling in i18nprofile
- Fixed issues with translation node tab
- Removed HOWTO.txt, now in online docs

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 3 23:43:11 2006 UTC (2 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.34: +322 -139 lines
Diff to previous 1.34
Continue upgrade
Added some language settings
Improved multilingual variable management

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 12:37:58 2006 UTC (2 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.33: +12 -13 lines
Diff to previous 1.33
Fixed some forms

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 15:22:05 2006 UTC (2 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.32: +327 -8 lines
Diff to previous 1.32
Starting Drupal 5 update
Partially committed #84093

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 12:54:04 2006 UTC (2 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.31: +0 -0 lines
Diff to previous 1.31
Porting latest changes from 4.7 branch

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 5 16:32:11 2006 UTC (3 years, 3 months ago) by jareyero
Branch: MAIN
Changes since 1.30: +115 -9 lines
Diff to previous 1.30
Some updates from 4.7 branch

Revision 1.30.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 5 15:19:41 2006 UTC (3 years, 3 months ago) by jareyero
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Changes since 1.30: +114 -8 lines
Diff to previous 1.30 , to next main 1.43
Update Drupal 4.7.3 and some bug fixes:
- http://drupal.org/node/71719
- http://drupal.org/node/65801
- http://drupal.org/node/70956
- http://drupal.org/node/69886
Added translations and flags:
- http://drupal.org/node/67176
- http://drupal.org/node/57966

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 31 21:50:16 2006 UTC (3 years, 5 months ago) by jareyero
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.29: +2 -9 lines
Diff to previous 1.29
Some bug fixes:
- Fixed i18n_variables, handling of array variables
- drupal_get_path alias not found on cached pages
- Removed front page option from settings, it doesnt make sense anymore

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 14 18:13:50 2006 UTC (3 years, 6 months ago) by jareyero
Branch: MAIN
Changes since 1.28: +77 -44 lines
Diff to previous 1.28
Fixed bugs:
- http://drupal.org/node/62799
- http://drupal.org/node/62330
- http://drupal.org/node/62477
Reworked selection modes and rewriting
Improved edition/translation nodes

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 12 00:41:58 2006 UTC (3 years, 6 months ago) by jareyero
Branch: MAIN
Changes since 1.27: +16 -15 lines
Diff to previous 1.27
Fixed http://drupal.org/node/62799 again :-)
Removed settings hook in i18nblocks

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 7 15:12:33 2006 UTC (3 years, 6 months ago) by jareyero
Branch: MAIN
Changes since 1.26: +4 -6 lines
Diff to previous 1.26
Fixed:
- http://drupal.org/node/41129
- http://drupal.org/node/60652
- http://drupal.org/node/53101
+ Updated i18n_init to play nicely with other php scripts (update, cron...)

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 7 11:20:01 2006 UTC (3 years, 6 months ago) by jareyero
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Fixed:
http://drupal.org/node/46516
http://drupal.org/node/62238
http://drupal.org/node/62237
http://drupal.org/node/61913

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 6 19:19:38 2006 UTC (3 years, 6 months ago) by jareyero
Branch: MAIN
Changes since 1.24: +6 -9 lines
Diff to previous 1.24
Fixed some bugs with the translation links
Fixed multilingual variables
Updated the documentation
Added installation scripts in the install file

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 27 14:59:19 2006 UTC (3 years, 7 months ago) by jareyero
Branch: MAIN
Changes since 1.23: +0 -0 lines
Diff to previous 1.23
More updates for Drupal 4.7
+ Reworked node translation forms. New: add existing nodes into translation
+ Fixed problems with taxonomy translation
+ Some more db updates
+ Clean up translation.module a little

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 24 00:42:40 2006 UTC (3 years, 7 months ago) by jareyero
Branch: MAIN
Changes since 1.22: +12 -12 lines
Diff to previous 1.22
Lots of updates for 4.7
Reworked the translation module
Added install file with some database updates
Some of Alan Dixon's contributions

Revision 1.18.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 18 18:33:30 2006 UTC (3 years, 9 months ago) by jareyero
Branch: DRUPAL-4-6
Changes since 1.18.2.3: +7 -4 lines
Diff to previous 1.18.2.3 , to branch point 1.18 , to next main 1.43
Updated the includes patch which applied but needed some line shifting.
Applied http://drupal.org/node/38747

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 31 17:01:01 2006 UTC (3 years, 9 months ago) by jareyero
Branch: MAIN
Changes since 1.21: +7 -6 lines
Diff to previous 1.21
Lots of updates for 4.7, still WIP
Split translation functionality in translation.module

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 3 14:31:30 2005 UTC (3 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.20: +114 -59 lines
Diff to previous 1.20
Updating for Drupal HEAD -Forms API
New: Lightweight i18n module
Translation module will follow

Revision 1.18.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 1 19:26:53 2005 UTC (3 years, 11 months ago) by jareyero
Branch: DRUPAL-4-6
Changes since 1.18.2.2: +32 -1 lines
Diff to previous 1.18.2.2 , to branch point 1.18
Updated patch for Drupal 4.6.4
New i18nmenu.module to have translated menu items
Added a pair flags
Fixed:
http://drupal.org/node/35315
http://drupal.org/node/27862

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 14:47:53 2005 UTC (4 years, 1 month ago) by jareyero
Branch: DRUPAL-4-6
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 , to branch point 1.18
Fixed some bugs:
http://drupal.org/node/32910
http://drupal.org/node/29897
http://drupal.org/node/31895
http://drupal.org/node/29892
http://drupal.org/node/29741

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 20 12:08:57 2005 UTC (4 years, 3 months ago) by jareyero
Branch: MAIN
Changes since 1.19: +22 -12 lines
Diff to previous 1.19
Updated for Drupal-HEAD

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 1 16:11:10 2005 UTC (4 years, 3 months ago) by jareyero
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Syncing with 4.6, to start development in sync with Drupal-HEAD

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 13 17:51:19 2005 UTC (4 years, 5 months ago) by jareyero
Branch: DRUPAL-4-6
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- Fixed some minor bugs
- Created HOWTO.txt for misc documentation
- Added Russian flag
- Updated patches for 4.6.1

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 21:46:44 2005 UTC (4 years, 7 months ago) by jareyero
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.17: +81 -82 lines
Diff to previous 1.17
- Fixed bug http://drupal.org/node/20305 (pgsql typo)
- Updated generated links to latest changes in l()
- Some code cleanup
- Update script from 4.5 to CVS

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 26 19:13:26 2005 UTC (4 years, 8 months ago) by jareyero
Branch: DRUPAL-4-5
Changes since 1.9.2.2: +2 -2 lines
Diff to previous 1.9.2.2 , to branch point 1.9 , to next main 1.43
- Backported some bugfixes from HEAD
- Added some language flags
- Added PostgreSQL schema

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 26 19:09:43 2005 UTC (4 years, 8 months ago) by jareyero
Branch: MAIN
Changes since 1.16: +35 -20 lines
Diff to previous 1.16
- Added some logic in query rewriting functions to get all terms & vocabs when administering categories and the right ones when editing a node.
- Reworked configuration options for flags. Now language appears in the alt text for icons. Accesibility++
- Added support for long locale names (http://drupal.org/node/14814). Still needs some fallback mechanism.
- Merging all the code in only one include file: i18n.inc
- Not running anymore the language name through localization system: http://drupal.org/node/19179
- Added & updated PostgreSQL schema
- Changed block HTML from using tables to HTML list, for consistency with the rest of Drupal blocks
- Added some contributed language flags
- Some cleaning up, WIP, preparing for 4.6 release

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 21 20:41:18 2005 UTC (4 years, 8 months ago) by chx
Branch: MAIN
Changes since 1.15: +6 -6 lines
Diff to previous 1.15
Updated patches to HEAD. Changed default i18n_supported_langs to 'locale'.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 2 15:14:55 2005 UTC (4 years, 9 months ago) by jareyero
Branch: MAIN
Changes since 1.14: +48 -280 lines
Diff to previous 1.14
Updated for Drupal HEAD
Fixed some bugs
Changed db schema

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 24 00:31:57 2005 UTC (4 years, 10 months ago) by jareyero
Branch: MAIN
Changes since 1.13: +58 -40 lines
Diff to previous 1.13
Reworked init system, updated patches

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 7 16:56:33 2005 UTC (4 years, 10 months ago) by jareyero
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Removed previous node.module patch
Introduced NK's node query patch

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 6 19:57:43 2005 UTC (4 years, 10 months ago) by jareyero
Branch: DRUPAL-4-5
Changes since 1.9.2.1: +4 -4 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Fixed bug with i18n_frontpage variable name
Do not show language icons with teasers

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 6 18:03:14 2005 UTC (4 years, 10 months ago) by jareyero
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Fixed bug with i18n_frontpage variable name
Do not show language icons with teasers

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 8 17:19:00 2004 UTC (4 years, 11 months ago) by jareyero
Branch: DRUPAL-4-5
Changes since 1.9: +316 -414 lines
Diff to previous 1.9
Beta 1 release

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 7 14:45:50 2004 UTC (4 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.10: +84 -53 lines
Diff to previous 1.10
Fixed some bugs, changed some config options, added png language icons

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 2 17:25:42 2004 UTC (4 years, 11 months ago) by jareyero
Branch: MAIN
Changes since 1.9: +292 -421 lines
Diff to previous 1.9
New i18n

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 5 19:43:58 2004 UTC (5 years ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
README -> README.txt (occurences within files corrected), as announced on the
devel mailinglist.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:33 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 09:42:45 2004 UTC (5 years, 2 months ago) by jareyero
Branch: MAIN
Changes since 1.6: +352 -187 lines
Diff to previous 1.6
Some bug fixes
Some new features
Partial rewriting and clean up

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 20:02:50 2004 UTC (5 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.5: +278 -243 lines
Diff to previous 1.5
Updated according to patches and description on http://drupal.org/node/view/8977

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 6 19:40:37 2004 UTC (5 years, 7 months ago) by jareyero
Branch: MAIN
Changes since 1.4: +75 -25 lines
Diff to previous 1.4
Changed options in conf file
Added taxonomy synchronization

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 5 13:36:48 2004 UTC (5 years, 7 months ago) by jareyero
Branch: MAIN
Changes since 1.3: +81 -7 lines
Diff to previous 1.3
Repackaging: placed all the files under modules/i18n
Added *real* content translation

Revision 1.3.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 3 13:47:27 2004 UTC (5 years, 7 months ago) by jareyero
Branch: DRUPAL-4-4
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to next main 1.43
Creating DRUPAL-4-4 release

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 22:54:56 2004 UTC (5 years, 9 months ago) by jareyero
Branch: MAIN
Branch point for: DRUPAL-4-4, drop
Changes since 1.2: +5 -1 lines
Diff to previous 1.2
Fix Call to undefined function: drupal_get_path_map()

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 08:23:16 2004 UTC (5 years, 9 months ago) by jareyero
Branch: MAIN
Changes since 1.1: +9 -9 lines
Diff to previous 1.1
Fixed small problem with drupal_goto

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 15 16:34:47 2004 UTC (5 years, 9 months ago) by jareyero
Branch: MAIN
i18n release 1.0

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2