Index: trunk/extensions/Translate/README |
— | — | @@ -30,7 +30,185 @@ |
31 | 31 | |
32 | 32 | == Change log == |
33 | 33 | |
34 | | -=== Changes in ??? === |
| 34 | +* 2011-09-23 |
| 35 | +- Change log up to date |
| 36 | +* 2011-09-21 |
| 37 | +- It is now possible to nest AggregateMessageGroups |
| 38 | +* 2011-09-19 |
| 39 | +- New statistics backend considered stable |
| 40 | +- Special:MessageGroupStatistics |
| 41 | +- Translations that were recognized as redirect by MediaWiki no longer cause PHP notices |
| 42 | +- Made groupStatistics.php script more efficient |
| 43 | +* 2011-09-16 |
| 44 | +- Languages are now sorted correctly on Special:LanguageStats for groups > 10k messages |
| 45 | +- It is now possible to specify starting point for graphs in Special:TranslationStats |
| 46 | +* 2011-09-15 |
| 47 | +- All code is now using the MessageHandle class |
| 48 | +- ArrayMemoryCache removed due to new Statistics backend |
| 49 | +- New database table translate_groupstats |
| 50 | +* 2011-09-14 |
| 51 | +- Sql files moved to a subfolder |
| 52 | +* 2011-09-13 |
| 53 | +- Magic words exporter is no longer compatible with MediaWiki <=1.15 |
| 54 | +* 2011-09-11 |
| 55 | +- Log message for translatable page deletion was incorrect |
| 56 | +- Made page translation log compatible with the new logging system |
| 57 | +* 2011-09-06 |
| 58 | +- If magic-export.php does not find a header, output a basic header rather than exitting |
| 59 | +* 2011-09-02 |
| 60 | +- Fixed table border display issue on chrome for rtl messages |
| 61 | +- Everything converted to use ResoureLoader framework |
| 62 | +- js directory renamed to resources |
| 63 | +- Officially dropped support for MediaWiki 1.16 |
| 64 | +* 2011-09-01 |
| 65 | +- Message definition changes were not always displayed for fuzzy messages |
| 66 | +- Dropped embedded jQuery ui |
| 67 | +* 2011-08-31 |
| 68 | +- Fixed issues with protocol relative urls |
| 69 | +* 2011-08-30 |
| 70 | +- Special page TranslationChanges disabled, pending for removal |
| 71 | +- Got rid of MSG constants |
| 72 | +- Introduces TranslateHooks class |
| 73 | +- Removed efTranslateCheckPT() - please make sure you run update.php when needed |
| 74 | +* 2011-08-29 |
| 75 | +- Message and rtl related fixes |
| 76 | +* 2011-08-26 |
| 77 | +- revtag_type table is now obsolete - run scripts/migrate-schema2.php to update schema |
| 78 | + the wiki will continue working even if this script is not run immediately |
| 79 | +* 2011-08-22 |
| 80 | +- Partial update to CLDR and Gettext plural forms |
| 81 | +* 2011-08-18 |
| 82 | +- Made compatible with new fallback method in MW |
| 83 | +* 2011-08-05 |
| 84 | +- Translate will use MW page content language feature is available |
| 85 | +* 2011-08-02 |
| 86 | +- Do not export TRANSLATE_FUZZY in PythonSingleFFS class |
| 87 | +* 2011-07-23 |
| 88 | +- Many rtl related fixes, some only used when MW supports them |
| 89 | +* 2011-07-15 |
| 90 | +- Collapsible javascript caused errors with older MWs |
| 91 | +* 2011-07-11 |
| 92 | +- Rtl and font related fixes |
| 93 | +- Special:SupportLanguages is now listed on Special:SpecialPages |
| 94 | +- Google suggestions should obey the group source language |
| 95 | +- Update limit selector values. Either people want to show a little by default, or they want to see all of them. |
| 96 | +* 2011-07-10 |
| 97 | +- Added some phpunit tests |
| 98 | +* 2011-07-09 |
| 99 | +- Rtl fixes |
| 100 | +- Groups can now have source language different from wiki content language |
| 101 | +- action=purge on Special:LanguageStats clears cached stats |
| 102 | +* 2011-07-01 |
| 103 | +- Fixed ResourceLoader issue with certain MW versions |
| 104 | +* 2011-06-30 |
| 105 | +- Rtl and language tagging fixes |
| 106 | +* 2011-06-26 |
| 107 | +- Marking pages for translation the first time works again |
| 108 | +* 2011-06-24 |
| 109 | +- Updated bundled spyc library to the latest version |
| 110 | +* 2011-06-22 |
| 111 | +- Fixed page translation marking related bug |
| 112 | +* 2011-06-20 |
| 113 | +- Improved the UI of Special:ManageMessageGroups somewhat |
| 114 | +* 2011-06-17 |
| 115 | +- Page translation now generates hidden markup-less source page versions |
| 116 | +* 2011-06-09 |
| 117 | +- Added language cloud to Special:SupportedLanguages |
| 118 | +* 2011-06-08 |
| 119 | +- Mark this page for translation link was not always shown |
| 120 | +* 2011-06-07 |
| 121 | +- Restored compatibility with MW 1.16 |
| 122 | +* 2011-06-05 |
| 123 | +- Varios fixes to translatable/translation page deletion |
| 124 | +- Gettext documentation counts against translated messages for message documentation language |
| 125 | +* 2011-06-04 |
| 126 | +- Added a special page that allows deleting translatable pages or parts of them. |
| 127 | +- Hack for making Special:MyLanguage links red if target doesn't exists |
| 128 | +* 2011-06-03 |
| 129 | +- Handle Chihuahua skin |
| 130 | +* 2011-06-02 |
| 131 | +- New hook which tries to do the right thing for subpagelist when viewing translatable pages |
| 132 | +* 2011-04-25 |
| 133 | +- Javascript and rtl fixes |
| 134 | +* 2011-04-22 |
| 135 | +- With recent MW, the extension now provides form for searching in translations only |
| 136 | + Can also limit to certain language only |
| 137 | +* 2011-04-18 |
| 138 | +- Show the ajax editor also for users without rights, as it contains useful information |
| 139 | +- Fixed compatibility issue with CologneBlue skin |
| 140 | +* 2011-04-16 |
| 141 | +- Improve style loading to avoid page flash |
| 142 | +* 2011-04-13 |
| 143 | +- Splitted Translate.css into smaller files |
| 144 | +* 2011-04-04 |
| 145 | +- Updated gettext plural rule for cy |
| 146 | +- Fixed usability issue with summary field |
| 147 | +- Updated spyc from upstream repo |
| 148 | +- Armenian (hy) needs plural in some cases. MediaWiki already has it, also add to gettext |
| 149 | +- Don't use syck-pecl for dumping, the output is horrible |
| 150 | +- In translation dialog, made input elements grow automatically. |
| 151 | +* 2011-04-03 |
| 152 | +- Updated plural data for new CLDR |
| 153 | +* 2011-03-16 |
| 154 | +- Added ask question button also in the basic editor (still needs javascript to work :( |
| 155 | +* 2011-03-14 |
| 156 | +- Fixed message group caching for single file based message groups. |
| 157 | +- Hooked diff pages to provide more information about the message. |
| 158 | + Useful for those who follow recent changes feeds in review purposes |
| 159 | +- New class MessageHandle |
| 160 | +* 2011-03-11 |
| 161 | +- In Special:ManageMessageGroups - don't expose actions to users who are not allowed to do them |
| 162 | +- Encourage translators to ask for help with a button |
| 163 | +* 2011-03-08 |
| 164 | +- Added support for pecl syck, which is magnitudes faster and uses less memory. |
| 165 | + Like all the other supported yaml implementations, this one has its own bugs that need to be worked around. |
| 166 | +* 2011-03-06 |
| 167 | +- Speed and memory improvements to Special:LangugeStats |
| 168 | +* 2011-02-28 |
| 169 | +- Special:LanguageStats: Fix IE-bug. Element creation must have valid syntax, does not accept shortcuts |
| 170 | +* 2011-02-01 |
| 171 | +- Allow TRANSLATE_FUZZY to be redefined to a nonstandard value in LocalSettings.php |
| 172 | +* 2011-01-24 |
| 173 | +- Moved all Special*.php files to specials/ folder. Update autoloader to match |
| 174 | +* 2011-01-22 |
| 175 | +- Fixed character escpaing in Python FFS writer. |
| 176 | +* 2011-01-19 |
| 177 | +- Improved suport for multi-line messages in OpenLayers FFS |
| 178 | +* 2011-01-17 |
| 179 | +- Use the new ArticlePrepareTextForEdit hook to disable pre-save transformation on all message pages except for the message documentation language. |
| 180 | +* 2011-01-15 |
| 181 | +- Read authors from python message files. |
| 182 | +* 2011-01-05 |
| 183 | +- Use the new jquery.colorUtil to make the brightness 30% higher when cells are hovered on Special:LanguageStats |
| 184 | + |
| 185 | +=== 2010 === |
| 186 | + |
| 187 | +* 2010-12-31 |
| 188 | +- Use new hook to translate message documentation language code |
| 189 | +- Some improvements to Special:Translations: display language name, enable sorting, display count |
| 190 | +* 2010-12-24 |
| 191 | +- Last bits of mw-js conventions |
| 192 | +* 2010-12-10 |
| 193 | +- Transform translated page titles |
| 194 | +* 2010-11-05 |
| 195 | +- Renamed TranslatePage to SpecialTranslate to follow the naming pattern |
| 196 | +- ViewUntranslated task was showing wrong table header |
| 197 | +* 2010-10-24 |
| 198 | +- Support for Microsoft Translator |
| 199 | +* 2010-10-06 |
| 200 | +- Fixed two bugs in translatable pages parsing which caused non-translatable pages to be considered as tagged |
| 201 | +- Performance improvements and bug fixes to message group cache |
| 202 | +* 2010-10-02 |
| 203 | +- Fixed huge text in translation dialog |
| 204 | +* 2010-09-30 |
| 205 | +- Fix X-POT-Import-date formatting |
| 206 | +* 2010-09-29 |
| 207 | +- Lots of code cleanup related to message groups |
| 208 | +* 2010-09-27 |
| 209 | +- Added parameter 'skip' to make it possible to export * but not 'en' and 'qqq' for example. |
| 210 | +* 2010-09-26 |
| 211 | +- Allow translation of titles of translatable pages |
| 212 | +- Avoid Fatal when someone tries to export AggregateMessageGroup |
35 | 213 | * 2010-09-25 |
36 | 214 | - First Api Query Module messagecollection |
37 | 215 | * 2010-08-23 |