Vertimus 1.0.2

by Stéphane

22 06 2008

Bugfixes and new translations.

To upgrade from previous version, run the following scripts:

  1. sql/upgrade-sql-vtm-1.0.1-to-1.0.2.sql
  2. sql/upgrade-sql-vtm-1.0.1-to-1.0.2.php

* MAJOR FIX to get the last user who has locked the module
* New $url_hosted_link and $url_hosted_name variables to set in
localconfig.inc.php
* FIX Sending of emails to the committers on ‘Ready to commit’
* New Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
* New Czech translation by Lucas Lommer (#237486)
* FIX #237472 reported by Lucas Lommer
VARCHAR > 255 needs MySQL 5.0.3 or later



Vertimus 1.0

by Stéphane

22 03 2008

GNOME translation teams,
Vertimus is the perfect tool to follow each translation, translate, proofread and enhance the quality of contributions.

https://launchpad.net/vertimus

===================================
Overview of changes in Vertimus 1.0
===================================
tab: vertimus-1-0 (2008-03-21)

* XHTML and CSS pass the W3C validator
* New tool to download all PO files of a release
* Show informations about other modules with the same name in the
module page (Javascript)
* Move old files in a backup directory
* Add some maintenance scripts
* Display the authorized extensions in module page
* Add a search tool
* Reduce require_once calls
* Add informations about APC installation
* FIX Backup of files
* FIX No error message when the extension file isn’t valid
* FIX Web site title translation
* FIX call to date_default_timezone_set
* Fix #189903 - RSS feed error

New and last release wrote in PHP! Take it while it’s hot! The next version will be in Python to integrate features from Damned-lies and Transifex.



Vertimus 0.4, ‘Hello, Zend!’

by Stéphane

28 02 2008

Vertimus is an Open Source web tool to manage a workflow of translations, each translation has a status which changes at each step. You can create an account, book any translation and communicate with your team. If you want to catch a glimpse of Vertimus in action, go to http://gnomefr.traduc.org/suivi (used by the French team).

This is the first release with support for localization, two languages are included in this release English (thanks to Phil Frary) and… French of course :).

Now, I think Vertimus is ready for world domination, so I urge you to translate Vertimus into your language and deploy it on a web server near to you (see the INSTALL file to follow the easy steps).


===================================
Overview of changes in Vertimus 0.4
===================================
tag: vertimus-0-4 (2008-01-15)
* based on the Zend Framework:
- Zend_Mail
- Zend_Translate
- Zend_Locale
- Zend_Db (PDO_MySQL)
- Zend_Auth
* new look & feel (CSS)
* separate specific settings in localconfig.php (URL, menu entries)
* translated in English and French
* mail encoded in UTF-8
* show a information message (editable by the administrator)
* use a sort order for the releases
* simpler session management
* the user can reset his password via an activation key
* licence is now GPL only
* cleanups
* FIX #158764 - Mail sent about status being changed to "Translated"
when cancel ing an action
* FIX #174698 - Angle brackets should be converted in comments

To checkout the latest version: bzr co lp:vertimus