/[drupal]/contributions/modules/translatable/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/translatable/CHANGELOG.txt

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


Revision 1.16 - (show annotations) (download)
Fri Nov 14 01:11:34 2008 UTC (12 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +2 -1 lines
File MIME type: text/plain
#334057 by smk-ka: Code clean-up.
1 // $Id: CHANGELOG.txt,v 1.15 2008/09/12 17:01:11 smk Exp $
2
3 Translatable x.x-x.x, xxxx-xx-xx
4 --------------------------------
5
6
7 Translatable 5.x-1.x, xxxx-xx-xx
8 --------------------------------
9 #334057 by smk-ka: Code clean-up.
10 #244780 by sun: Fixed switch by hostname and front page redirection support.
11 #233403 by sun: Fixed fatal PHP error if i18n and Translatable are enabled
12 concurrently.
13 Minor code clean-up in language.inc.
14 #244276 by Bodo Maass, sun: Fixed database table prefixing for translation
15 objects.
16 by smk-ka: Fixed source node id (tnid) is required to be present in all node
17 forms.
18 by smk-ka: Fixed Views support.
19 by smk-ka: Correctly switch domain when starting to edit a translation if
20 switch by hostname is enabled.
21 by smk-ka: Don't rewrite SQL if Views handles translations on its own.
22 by smk-ka: Fixed loading of include files.
23
24
25 Translatable 5.x-1.3, 2008-04-10
26 --------------------------------
27 #244608 by smk-ka: Fixed non-working edit links on content admin page.
28 #244598 by smk-ka: Fixed wrong access permissions, removed superflous
29 'administer translatable' permission.
30 #224189 by sun: Fixed fatal error when deleting translation objects.
31
32
33 Translatable 5.x-1.2, 2008-02-22
34 --------------------------------
35 Fixed fatal error due to missing Translatable module in menu.inc; updated Drupal
36 core patches.
37 Changed table alias in db_rewrite_sql() to 'translatable'.
38 Fixed translation properties not stored for completely new nodes.
39 Fixed menu items of node translations are not found in the menu upon form submit
40 (required by modules like pathauto); needs another core patch now.
41 Updated Drupal core patches.
42 Fixed cached menu is not reset after creating/editing a menu item translation.
43 Improved translatable_get_destination() to work with internal paths instead of
44 aliases by default.
45 Further code clean-up.
46
47
48 Translatable 5.x-1.1, 2008-02-20
49 --------------------------------
50 Fixed untranslatable items are not synchronized.
51 Fixed source content of selects, checkboxes, and radios is not displayed.
52 Fixed _translatable_is_hideable_field() returns FALSE for fieldsets and markup.
53 Fixed PHP warnings in translatable_get_form_values() and translatable_set_form_values().
54 Fixed node edit redirects to wrong source node.
55 Fixed incomplete access check for node translation callback.
56 Fixed wrong translatable_find() conditions to find an existing translation.
57 Fixed translation language not properly set when editing a source node.
58 Added hook_translatable_form_alter() to allow modules to alter the final node form.
59 Fixed menu items for nodes are created in the wrong language.
60 Changed theme_translatable_languages() to return structured arrays instead of rendered links.
61 Added implementation of hook_admin_menu().
62 Updated README.txt.
63 Changed order of database columns for translatable_object table.
64 Fixed language block links always redirect to default language.
65 Fixed source form item content of select fields not properly displayed.
66
67
68 Translatable 5.x-1.0, 2008-02-17
69 --------------------------------
70 Initial release of Translatable.
71
72
73 Localizer 5.x-2.x, 2007-04-04 - 2008-02-13 (never released)
74 ------------------------------------------
75 - Changed _translatable_filter_form() to display source contents.
76 - Added translatable_get/set_form_value() utility functions to retrieve or
77 replace a form item.
78 - Changed translatable_replace_form_values() to
79 translatable_translate_form_values().
80 - Fixed some #translatable values for nodes and Drupal core.
81
82 - Moved ex. localizernode into translatable.node.inc.
83 - Moved ex. localizervariable into translatable.object.inc.
84
85 - Renamed localizer.negotiation.inc to includes/language.inc.
86 - Moved all language-related functions into includes/language.inc.
87 - Moved all block/user-related functions into localizer.block.inc.
88 - Renamed localizer.admin-translations.inc to localizer.page-translations.inc.
89 - Minor code clean-up of localizernode.module and localizervariable.module.
90
91 - Merged localizerblock, localizermenu, and localizertaxonomy into
92 localizervariable.module.
93 - Moved menu translating functions for Drupal 5 into includes/menu.inc.
94 - Moved system/includes/ into includes/.
95
96 - Removed obsolete hook_localizer_fields() implementations.
97 - Migrated localizervariable to #translatable format.
98
99 - Changed localizer_get_translatable_fields() to search forms for #translatable
100 property.
101 - Changed localizerblock to work using #translatable.
102 - Changed localizermenu to work using #translatable.
103 - Fixed localizernode must not allow to create a menu item and path alias if
104 adminlocale doesn't equal default locale.
105 - Fixed recursion bug in _localizer_filter_form().
106 - Fixed _localizer_replace_form_values() to work with filter-format (#parents)
107 fields.
108
109 - Fixed typo in local cache in localizer_find(), which made the cache not work
110 at all.
111 - Removed contentlocales block (multilingual content related).
112 - Performance optimization for theme_localizer_languages().
113 - Removed localizer.module and re-implemented necessary features in
114 localizer_user().
115 - Further code clean-up and E^ALL compliance.
116
117 - Renamed node properties localizernode_pid to tnid and localizernode_locale to
118 language for Drupal 6 compliance.
119 - Fixed Views integration.
120 - Changed translation block content to work without a global variable.
121
122 - Removed multilingual content support.
123 - Fixed select/remove translation feature.
124 - Fixed 'any language' feature.
125 - Changed layout of translations page to Drupal 6 style.
126 - Moved block configuration into hook_block().
127
128 - Removed database updates.
129 - Moved language negotiation functions into separate include file.
130 - Moved localizer(node) administrative translation pages into separate include
131 file.
132 - Changed localizer_get_uilocale() to localizer_get_locale().
133 - Merged localizer_get_pathwithoutlocale() and localizer_get_pathwithlocale()
134 into localizer_get_path().
135 - Added basic translation support for taxonomy terms.
136 - Removed unused functions.
137 - Simplified some illy functions.
138
139 - Added #translatable FAPI property and form field filtering based on this
140 property.
141 - Added block title for translation language block.
142 - Fixed destination URL for locale switching block.
143 - Changed paths for translation of nodes.
144 - Removed taxonomy switch hack.
145
146 Ported some trivial changes from Roberto's 1.10 release:
147 - theme_localizer_languages(): if the current page's url contains a
148 destination, we use that as instead of the url itself. However, the
149 destination needs to be wrapped in localizer_get_localizedpath().
150 - localizer_get_localizedpath() depends on localizernode.module. If that module
151 isn't installed, just return the unchanged input url.
152 - localizer_get_contentlocales(): Store contentlocales in session (needed in
153 cache.inc).
154 - Removed our (non-working) patched modules installation system.
155 - Tried to workaround auto-enabling of the patched taxonomy modules.
156 - Added enabled locales check in localizernode.module.
157 - localizeruser.module: When a user gets saved, switching language only when
158 the user initiated the save, and not an administrator.
159 - Updated taxonomy_localizer.module to match Drupal 5.5.
160
161 - Fixed "Create translation" creates content in front of submit.
162 - Fixed Change language does not work without clean URLs.
163 - Added option to default locale to 'any' for new translations.
164 - Fixed coding style according to Drupal Coding Standards.

  ViewVC Help
Powered by ViewVC 1.1.2