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

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

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


Revision 1.16 - (show annotations) (download)
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
File MIME type: text/plain
- Added (Upgraded) i18ncontent, fully reworked, much cleaner now
- Improved i18nstrings, translation of strings without source, debug facility
- Replaced taxonomy term pages with localized version
1 TO DO
2 -----
3 - Taxonomy autocomplete, localized terms
4
5 5.x to 6.x
6 ----------
7 21/02/2008
8 - Upgraded i18ncontent, fully reworked, much cleaner now
9 - Improved i18nstrings, translation of strings without source, debug facility
10 - Replaced taxonomy term pages with localized version
11
12 19/02/2008 Initial dev release for Drupal 6
13 - Fully reworked block translation, language for blocks now, dropped old metablocks
14 - Fully reworked menu translation, uses Drupal 6 features and extended blocks
15 - Fully reworked taxonomy translation, all options in the same module now
16 - Better code documentation and help texts everywhere
17 - Reorganized package, no more experimental modules, all modules in its folder now
18 - Language icons in an independent module now
19 - Reworked strings handling (extended localization)
20 - Trimmed down parts now done by Drupal core
21 - Upgraded most of the modules, other are waiting on some dependencies (cck, views, nodeasblock, etc...)
22
23 4.7.x to 5.x
24 ------------
25 - Upgraded all modules
26 - Added lots of features and new modules to the collection
27
28 4-7-4 to ....
29 --------------
30 - Added support for RTL languages
31 - Added native names for languages
32 - Cleaned up multilingual variable management
33 - Handling of attachments as file revisions. No need to duplicate anymore
34
35 4-6-0 to 4-7-4
36 --------------
37 30/11/2005
38 - Added basic workflow support for translations
39 - Lost of bug fixes
40 - Content administration tab for translations
41
42 20/08/2005
43 - Updated for HEAD
44 - Simplified patches
45
46 13/06/2005
47 - Fixed some minor bugs
48 - Created HOWTO.txt for misc documentation
49 - Added Russian flag
50 - Updated patches for 4.6.1
51
52 16/05/2005
53 - Updated README.txt, taxonomy translations
54 - Fixed i18n_includes.patch
55
56 4-5-0 to 4-6-0
57 --------------
58 24/04/2005
59 - Created 4-6 branch
60 - Updated docs
61
62 11/04/2005
63 - Fixed bug http://drupal.org/node/20305 (pgsql typo)
64 - Updated generated links to latest changes in l()
65 - Some code cleanup
66 - Update script from 4.5 to CVS
67
68 29/03/2005
69 - Japanese flag
70 - Updated contributors
71
72 26/03/2005
73 - Added some logic in query rewriting functions to get all terms & vocabs when administering categories and the right ones when editing a node.
74 - Reworked configuration options for flags. Now language appears in the alt text for icons. Accesibility++
75 - Added support for long locale names (http://drupal.org/node/14814). Still needs some fallback mechanism.
76 - Merging all the code in only one include file: i18n.inc
77 - Not running anymore the language name through localization system: http://drupal.org/node/19179
78 - Added & updated PostgreSQL schema
79 - Changed block HTML from using tables to HTML list, for consistency with the rest of Drupal blocks
80 - Added some contributed language flags
81 - Some cleaning up, WIP, preparing for 4.6 release
82
83 04/02/2005
84 - Applied patch http://drupal.org/node/15966 (Switch to translated nodes and taxonomy listings)
85 - Moved the file i18n.mysql and fixed bug
86 - Cleaned up the patches (NK)
87
88 02/02/2005
89 - Term translations in a new table
90 - Implemented db_rewrite_sql hook
91 - Improved taxonomy forms
92 - Fixed bug with update.php
93 - Moved most of the hooks to i18n.inc, to fix some problems and speed up cached pages
94
95 23/01/2005
96 - Reworked init system, module.inc patch not needed anymore
97 - Implemented hook_node_query_sql, node.module patch not needed anymore
98 - Using redirects from the main page depending on browser language
99 - Removed translations from taxonomy terms
100 - Added language to vocabularies
101
102 04/01/2004
103 - Now language icons are not displayed with teasers
104 - Fixed http://drupal.org/node/15062 (Inconsistent i18n_front_page vs. i18n_frontpage)
105 - Fixed http://drupal.org/node/14640 (Page not found)
106 - Fixed http://drupal.org/node/14475 (all init hooks disabled by cvs patch)
107
108 07/12/2004
109 - Fixed http://drupal.org/node/13982 (setting languages in config file fails)
110 - Changed configurable path to language icons, to configurable html tag. Reconfiguration of the module needed.
111 - Changed 'flags' to 'language icons', and the images to 16x12px png
112 - Fixed http://drupal.org/node/13319 (some issues with cached pages)
113 - Reworked initialization system. New patches for bootstrap.inc, module.inc
114
115 30/11/2004
116
117 - Updated to current DRUPAL-4-5 branch, won't work with 4.5.0 anymore
118 - Cleaned the code as suggested by Dries
119 - Renamed some database fields: 'lang' to 'language' in 'node' and 'taxonomy_term'
120
121 23/11/2004 [Full rewrite]
122 - Updated INSTALL.txt and README.txt
123 - Basic translation interface for nodes and taxonomy terms
124 - Simplified configuration, removed many options
125 - Language code is now kept only in url
126 - No need for include file anymore (patched common.inc::url)
127 - Moving ahead from multi-table approach
128 - Drop all the multi-table-synchronization logic
129 - Simple database patches for 'node' and 'taxonomy_term' tables
130
131 4-4-0 to 4-5-0
132 --------------
133 - Removed the common.inc patch 01, as it already got into the core
134 - Added language dependent variables
135 - Refined node and taxonomy synchronization
136 - Rearranged configuration interface
137 - Option to get supported languages from locale module
138 - Replaced some global variables with functions.
139 - Fixed an issue with outgoing links and url prefixing
140 - Some integration with locale module
141 - $languages changed to i18n_languages in the config file
142 - Added patch for locale system to get the language from i18n
143 - Partial rewriting and cleaning up of the code
144 - Now, any two letter prefix in url will be taken as language
145 - Fixed bug with url rewriting
146
147 13/07/2004
148 - Updated according to patches and description on http://drupal.org/node/view/8977
149
150 06/04/2004
151 - Changed options in conf file
152 - Added taxonomy synchronization
153 - Added node synchronization
154 - Added *real* content translation with language-dependant tables
155 - Repackaging: placed all the files under modules/i18n
156 - Fix Call to undefined function: drupal_get_path_map()
157 - Fixed small problem with drupal_goto
158
159 4-4-0
160 ------------
161 - Initial release

  ViewVC Help
Powered by ViewVC 1.1.2