* 2008-12-15:2 Export headers for MantisBT updated
* 2008-12-15:1 task to display untranslation optional messages was added
* 2008-12-07 bug in export to file in web interface caused empty translations to be exported
* 2008-11-30:1 added Special:LanguageStats for real-time translation statistics
* 2008-11-24:2 fallback messages in the edit screen now have an edit link
* 2008-11-24:1 added Special:Translations to show all translations of a message
* 2008-09-09:1 add message checks for Mantis
* 2008-09-07 add support for Mantis
* 2008-09-05 add languageeditstats.php to provide a top list of edits per language
* 2008-09-05 add import for groups containing "." like core-1.13
* 2008-08-08:1 experimental sync-group to import external changes and keep them in sync
* 2008-08-04:1 add "Other translations" link to Special:Prefexindex in sidebar toolbox
* 2008-07-29:2 support for variables and purging and fallbacks in page translation
* 2008-07-29:1 bug fixes and enhanced magic word support for AdvancedTranslate
* 2008-07-26:2 proper parents for branched messages
* 2008-07-26:1
- improved speed and memory usage
- experimental <translate> tag for wikipage translation
* 2008-07-17:1
- simple form to generate graphs
- scale and count parameters for graphs
* 2008-07-15:2 new check for unaltered namespaces in pagename messages of MediaWiki
* 2008-07-15:1
- improved message checks
- can now work for meta groups too
- fixed messages not shown in the list anymore, but script still needed to find
the broken ones
* 2008-07-13:2 group filter for graphs
* 2008-07-13:1 experimental alias-export for extensions
* 2008-07-08:1 simple edit stats with phplot
* 2008-07-05:1 fuzzy.php was ignoring the namespace
* 2008-07-04:2
- use an existing hook for quick links
- possible fix for Windows
* 2008-07-04:1 poimport uses correct namespace
* 2008-07-01:1
- Fix gettext message name snippets: filter / and trim after trailing
- Load normal comments from gettext files
- Quick links for viewing, using a private hook
* 2008-06-30:3 Check for unknown vars for mediawiki type
* 2008-06-30:2 Checks for missing and unknown variables for FreeCol
* 2008-06-30:1 More contrast in the new default page for Special translate
* 2008-06-29:2 Branched core messages now load translations from trunk files too
=== Changes in version 9 ===
* Released 2008-06-29
* (bug 12955) Numbers should be localized in Translate extension
* Support branches for core messages
* fuzzy.php got support for --comment and --skiplanguages
* untranslated is now the default task
* truncate very long message names in table view
* show definition closer to edit area
* show the group of message when editing
* branched core messages should now export properly
* $wgTranslateBlacklist added to prevent edits to certain language/group combinations
* new exporters
* changed the way of adding MediaWiki extensions
* support for having messages in namespaces other than NS_MEDIAWIKi
* try to load qqq from files if not found from the database
* added $wgTranslateAuthorBlacklist
* new options to groupStatistics.php: --fuzzy and --skipzero
* fuzzy respects now $wgTranslateMessageNamespaces
* freecol not added by default
* Messages keys can now start with capital letter, but have to be unique after normalising case and spaces
* poimport will no longer replace translation in database with empty string
* Support for exporting very basic Xliff files (no import yet)
* Task for listing problematic messages
* CreateCheckIndex.php maintenance script for creating a list of problematic messsages
* Aliases for special pages
* improvements to Special:Magic and support for translating special page aliases for extensions
* more generic check framework
* new front page for Special:Translate
* desc and descmsg support for mediawiki extension group definitions
=== Changes in version 8 ===
* Released 2008-02-06
* export.php for even faster exporting (only core messages supported currently)
* Message groups can now have description or notes for translations
* Enhanced edit view with fieldsets and message documentation
* New variable $wgTranslateDocumentationLanguageCode
* Fixed Special:Magic form submission and selector bug
* --skiplanguages option for groupStatistics.php
* Force keys to lower case in serialised index to avoid misses due to case
* Changed fuzzy.php to assume location of commandline.inc, so that it can be run from any location
* Preserve whitespace also in Special:Translate table
* Run checks on editing view (current translation or submitted translation in preview) and display them to user
* Fixed a bug where empty text area would be filled with current translation even after first page load
* Don't fuzzy Documentation language
* Export task was erronously outputting as plain
* New variable $wgTranslateCC for adding custom groups
* WikiMessageGroup class, which is easy to use class for defining a message group for wiki's custom user interface elements
* Array keys in $wgTranslateEC and $wgTranslateAC are now used for alphabetical sorting only. MessageGroup::$id and MessageGroup::getId() are used for everything else.
* Export documentation messages as "extracted comments" in po export
* Import fuzzy messages as fuzzy in po import
* Experimental support for some extensions in export.php
* export.php can now export most supported groups
* autoexport.php helper
* Content-Disposition header for po export
* Link to Special:Translate added in Special:Version
* Possibility to add comments when editing with Special:magic