Log of /contributions/modules/i18n/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15.4.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 5 17:33:35 2009 UTC
(3 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.71: +5 -2 lines
Diff to
previous 1.15.4.71
, to
branch point 1.15
- Fixed: Translate all custom block titles (not only custom blocks), by brucepearson, #541048
- Added: Primary and secondary links' menus translation using preprocess, by neochief, #514108
Revision
1.15.4.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 21 23:11:33 2009 UTC
(2 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.67: +5 -1 lines
Diff to
previous 1.15.4.67
, to
branch point 1.15
- Fixed: Select translations autocomplete wrong filtering by hass, #557980
- Added: Translated taxonomy tokens by Hugo Wetterberg, googletorp, #344794
- Fixed: Global variable corruption by etzel, #580280
Revision
1.15.4.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 12 13:10:25 2009 UTC
(5 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.62: +6 -2 lines
Diff to
previous 1.15.4.62
, to
branch point 1.15
- Inprovements to i18nsync_node_available_fields(): cached, alter hook, ...
- Fixed node author field in i18nsync (author -> name), by mfb, #399216
- Fixed synchronization for nodereference fields, by dasjo, #242601
- Fixed: Unterminated entities in taxonomy module break page validation, by ao2, #478856
Revision
1.15.4.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 18 12:42:12 2009 UTC
(9 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.57: +7 -1 lines
Diff to
previous 1.15.4.57
, to
branch point 1.15
- 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.15.4.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 14 16:33:31 2009 UTC
(10 months, 1 week ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.46: +2 -1 lines
Diff to
previous 1.15.4.46
, to
branch point 1.15
Index: i18nblocks/i18nblocks.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/i18n/i18nblocks/i18nblocks.module,v
retrieving revision 1.7.2.12
diff -u -p -r1.7.2.12 i18nblocks.module
--- i18nblocks/i18nblocks.module 16 Nov 2008 13:37:11 -0000 1.7.2.12
+++ i18nblocks/i18nblocks.module 14 Jan 2009 14:13:00 -0000
@@ -96,6 +96,28 @@ function i18nblocks_locale($op = 'groups
}
/**
+ * Implementation of hook_form_FORM_ID_alter().
+ */
+function i18nblocks_form_block_box_delete_alter(&$form, $form_state) {
+ $delta = db_result(db_query('SELECT ibid FROM i18n_blocks WHERE delta = %d', arg(4)));
+ $form['delta'] = array(
+ '#type' => 'value',
+ '#value' => $delta,
+ );
+ $form['#submit'][] = 'i18nblocks_block_delete_submit';
+}
+
+/**
+ * Remove strings for deleted custom blocks.
+ */
+function i18nblocks_block_delete_submit(&$form, $form_state) {
+ $delta = $form_state['values']['delta'];
+ // Delete stored strings for the title and content fields.
+ i18nstrings_remove_string("blocks:block:$delta:title");
+ i18nstrings_remove_string("blocks:block:$delta:content");
+}
+
+/**
* Implementation of block form_alter().
*
* Remove block title for multilingual blocks.
@@ -342,4 +364,4 @@ function _i18nblocks_list($langcode = ''
}
}
return $list[$index];
-}
\ No newline at end of file
+}
Revision
1.15.4.46 -
(
view)
(
download)
(
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.15.4.45: +3 -1 lines
Diff to
previous 1.15.4.45
, to
branch point 1.15
- 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.15.4.45 -
(
view)
(
download)
(
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.15.4.44: +3 -1 lines
Diff to
previous 1.15.4.44
, to
branch point 1.15
- 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.15.4.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 3 22:15:05 2009 UTC
(10 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.39: +4 -1 lines
Diff to
previous 1.15.4.39
, to
branch point 1.15
- Fixed: files removed when one of the translations is deleted, #313613
- Fixed issue with file sync list option, by nkoponen, #298327
- Added clean up feature to i18nstrings refresh
Revision
1.15.4.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 22 19:21:45 2008 UTC
(14 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.19: +6 -2 lines
Diff to
previous 1.15.4.19
, to
branch point 1.15
- Fixed error with i18ncontent update, #295263
- Fixed warning in sync module, by vjacquin, #299064 and #294511
- Fixed issue with i18nblocks and system module weights, #299642
- Fixed warning in i18ntaxonomy, by mvc , #304003
Revision
1.15.4.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 9 16:11:40 2008 UTC
(15 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.17: +3 -1 lines
Diff to
previous 1.15.4.17
, to
branch point 1.15
- Added some basic functionality to i18nviews module, wip
- Some clean up of update scripts, removed obsoleted functions.
- Moved selection mode initialization out of hook init, to first time it's needed.
Revision
1.15.4.17 -
(
view)
(
download)
(
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.15.4.16: +4 -1 lines
Diff to
previous 1.15.4.16
, to
branch point 1.15
- 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.15.4.16 -
(
view)
(
download)
(
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.15.4.15: +4 -1 lines
Diff to
previous 1.15.4.15
, to
branch point 1.15
- 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.15.4.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 25 20:36:47 2008 UTC
(16 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.12: +8 -1 lines
Diff to
previous 1.15.4.12
, to
branch point 1.15
- Commented out views hooks on i18ntaxonomy (not for the first version), #285660
- Fixed wrong duplicated translations (context/caching issue), #281471
- Added preliminary support for l10n client (Patch pending)
- Fixed missing dependency on i18nblocks, #279769
- Fixed i18npoll_nodeapi returning $node, breaking feeds and cron calls, #254022
- Fixed notice and possible i18n blocks not found, #278588
Revision
1.15.2.2.2.4 -
(
view)
(
download)
(
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.15.2.2.2.3: +4 -3 lines
Diff to
previous 1.15.2.2.2.3
, to
branch point 1.15.2.2
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.15.4.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 24 13:52:47 2008 UTC
(17 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.11: +6 -1 lines
Diff to
previous 1.15.4.11
, to
branch point 1.15
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.15.4.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 24 11:17:34 2008 UTC
(17 months ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.10: +11 -3 lines
Diff to
previous 1.15.4.10
, to
branch point 1.15
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.15.2.2.2.3 -
(
view)
(
download)
(
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.15.2.2.2.2: +8 -1 lines
Diff to
previous 1.15.2.2.2.2
, to
branch point 1.15.2.2
- 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.15.4.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 1 16:10:32 2008 UTC
(19 months, 3 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.7: +3 -1 lines
Diff to
previous 1.15.4.7
, to
branch point 1.15
- 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.15.4.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 14 18:59:20 2008 UTC
(20 months, 2 weeks ago)
by
jareyero
Branch:
DRUPAL-6--1
Changes since
1.15.4.3: +9 -2 lines
Diff to
previous 1.15.4.3
, to
branch point 1.15
- Fixed: wrong function name on i18ntaxonomy producing errors/warnings
- Fixed: blocks not saving language properly.
- Improved taxonomy vocabulary form, re-grouping the fields and with some help text.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 21 20:14:23 2008 UTC
(21 months ago)
by
jareyero
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.15: +27 -0 lines
Diff to
previous 1.15
- Added (Upgraded) i18ncontent, fully reworked, much cleaner now
- Improved i18nstrings, translation of strings without source, debug facility
- Replaced taxonomy term pages with localized version
Revision
1.15.2.1 -
(
view)
(
download)
(
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.15: +3 -1 lines
Diff to
previous 1.15
- 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.15 -
(
view)
(
download)
(
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,
DRUPAL-6--1
Changes since
1.14: +1 -0 lines
Diff to
previous 1.14
Upgrading:
- Added selection handling in i18nprofile
- Fixed issues with translation node tab
- Removed HOWTO.txt, now in online docs
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 3 23:43:11 2006 UTC
(2 years, 11 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.13: +13 -1 lines
Diff to
previous 1.13
Continue upgrade
Added some language settings
Improved multilingual variable management
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 26 19:09:43 2005 UTC
(4 years, 8 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.9: +11 -0 lines
Diff to
previous 1.9
- 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.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 6 18:03:13 2005 UTC
(4 years, 10 months ago)
by
jareyero
Branch:
MAIN
Changes since
1.5: +6 -2 lines
Diff to
previous 1.5
Fixed bug with i18n_frontpage variable name
Do not show language icons with teasers
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.