| Commit | Line | Data |
|---|---|---|
| c8967993 JR |
1 | 4-6-0 to .... |
| 2 | 20/08/2005 | |
| 3 | - Updated for HEAD | |
| 4 | - Simplified patches | |
| 5 | ||
| 2e7ab2c3 JR |
6 | 13/06/2005 |
| 7 | - Fixed some minor bugs | |
| 8 | - Created HOWTO.txt for misc documentation | |
| 9 | - Added Russian flag | |
| 10 | - Updated patches for 4.6.1 | |
| 11 | ||
| 12 | 16/05/2005 | |
| 13 | - Updated README.txt, taxonomy translations | |
| 14 | - Fixed i18n_includes.patch | |
| 15 | ||
| 16 | 4-5-0 to 4-6-0 | |
| d469e0bb | 17 | -------------- |
| 2e7ab2c3 JR |
18 | 24/04/2005 |
| 19 | - Created 4-6 branch | |
| 20 | - Updated docs | |
| 21 | ||
| fd085aeb JR |
22 | 11/04/2005 |
| 23 | - Fixed bug http://drupal.org/node/20305 (pgsql typo) | |
| 24 | - Updated generated links to latest changes in l() | |
| 25 | - Some code cleanup | |
| 26 | - Update script from 4.5 to CVS | |
| 27 | ||
| 28 | 29/03/2005 | |
| 29 | - Japanese flag | |
| 30 | - Updated contributors | |
| 31 | ||
| 433f15ba JR |
32 | 26/03/2005 |
| 33 | - Added some logic in query rewriting functions to get all terms & vocabs when administering categories and the right ones when editing a node. | |
| 34 | - Reworked configuration options for flags. Now language appears in the alt text for icons. Accesibility++ | |
| 35 | - Added support for long locale names (http://drupal.org/node/14814). Still needs some fallback mechanism. | |
| 36 | - Merging all the code in only one include file: i18n.inc | |
| 37 | - Not running anymore the language name through localization system: http://drupal.org/node/19179 | |
| 38 | - Added & updated PostgreSQL schema | |
| 39 | - Changed block HTML from using tables to HTML list, for consistency with the rest of Drupal blocks | |
| 40 | - Added some contributed language flags | |
| 41 | - Some cleaning up, WIP, preparing for 4.6 release | |
| 42 | ||
| 54f95891 JR |
43 | 04/02/2005 |
| 44 | - Applied patch http://drupal.org/node/15966 (Switch to translated nodes and taxonomy listings) | |
| 45 | - Moved the file i18n.mysql and fixed bug | |
| 46 | - Cleaned up the patches (NK) | |
| 47 | ||
| 3128d317 JR |
48 | 02/02/2005 |
| 49 | - Term translations in a new table | |
| 50 | - Implemented db_rewrite_sql hook | |
| 51 | - Improved taxonomy forms | |
| 52 | - Fixed bug with update.php | |
| 53 | - Moved most of the hooks to i18n.inc, to fix some problems and speed up cached pages | |
| 54 | ||
| 265bd97e JR |
55 | 23/01/2005 |
| 56 | - Reworked init system, module.inc patch not needed anymore | |
| 57 | - Implemented hook_node_query_sql, node.module patch not needed anymore | |
| 58 | - Using redirects from the main page depending on browser language | |
| 59 | - Removed translations from taxonomy terms | |
| 60 | - Added language to vocabularies | |
| 61 | ||
| efb572aa JR |
62 | 04/01/2004 |
| 63 | - Now language icons are not displayed with teasers | |
| 64 | - Fixed http://drupal.org/node/15062 (Inconsistent i18n_front_page vs. i18n_frontpage) | |
| 65 | - Fixed http://drupal.org/node/14640 (Page not found) | |
| 66 | - Fixed http://drupal.org/node/14475 (all init hooks disabled by cvs patch) | |
| d469e0bb | 67 | |
| b80525b8 JR |
68 | 07/12/2004 |
| 69 | - Fixed http://drupal.org/node/13982 (setting languages in config file fails) | |
| 70 | - Changed configurable path to language icons, to configurable html tag. Reconfiguration of the module needed. | |
| 71 | - Changed 'flags' to 'language icons', and the images to 16x12px png | |
| 72 | - Fixed http://drupal.org/node/13319 (some issues with cached pages) | |
| 73 | - Reworked initialization system. New patches for bootstrap.inc, module.inc | |
| 74 | ||
| d469e0bb JR |
75 | 30/11/2004 |
| 76 | ||
| efb572aa | 77 | - Updated to current DRUPAL-4-5 branch, won't work with 4.5.0 anymore |
| d469e0bb JR |
78 | - Cleaned the code as suggested by Dries |
| 79 | - Renamed some database fields: 'lang' to 'language' in 'node' and 'taxonomy_term' | |
| 80 | ||
| 81 | 23/11/2004 [Full rewrite] | |
| 82 | - Updated INSTALL.txt and README.txt | |
| 83 | - Basic translation interface for nodes and taxonomy terms | |
| 84 | - Simplified configuration, removed many options | |
| 85 | - Language code is now kept only in url | |
| 86 | - No need for include file anymore (patched common.inc::url) | |
| 87 | - Moving ahead from multi-table approach | |
| 88 | - Drop all the multi-table-synchronization logic | |
| 89 | - Simple database patches for 'node' and 'taxonomy_term' tables | |
| 90 | ||
| 7ddf2611 JR |
91 | 4-4-0 to 4-5-0 |
| 92 | -------------- | |
| 93 | - Removed the common.inc patch 01, as it already got into the core | |
| 6681618a JR |
94 | - Added language dependent variables |
| 95 | - Refined node and taxonomy synchronization | |
| 96 | - Rearranged configuration interface | |
| 97 | - Option to get supported languages from locale module | |
| 98 | - Replaced some global variables with functions. | |
| 99 | - Fixed an issue with outgoing links and url prefixing | |
| 100 | - Some integration with locale module | |
| 101 | - $languages changed to i18n_languages in the config file | |
| 102 | - Added patch for locale system to get the language from i18n | |
| 103 | - Partial rewriting and cleaning up of the code | |
| 104 | - Now, any two letter prefix in url will be taken as language | |
| 105 | - Fixed bug with url rewriting | |
| 106 | ||
| 107 | 13/07/2004 | |
| 108 | - Updated according to patches and description on http://drupal.org/node/view/8977 | |
| 109 | ||
| 110 | 06/04/2004 | |
| 111 | - Changed options in conf file | |
| 112 | - Added taxonomy synchronization | |
| 113 | - Added node synchronization | |
| 114 | - Added *real* content translation with language-dependant tables | |
| 115 | - Repackaging: placed all the files under modules/i18n | |
| 116 | - Fix Call to undefined function: drupal_get_path_map() | |
| 117 | - Fixed small problem with drupal_goto | |
| 118 | ||
| 119 | 4-4-0 | |
| 120 | ------------ | |
| 121 | - Initial release |