Notes

Release Name: 4.0.26

Notes:
Upgrade process:
yum update tuleap-*

If you are running RHEL (or CentOs) >= 5.6, you are likely to get a error message about php53-common.
It's a known issue and it's solved by installing php-pecl-json package before running yum update
Changes: Version 4.0.26 (Friday, February 3rd 2012) == Enhancement == * Mailing list names enhancement: allow siteadmin to configure the prefered format of mailing list through the following configuration variables: - sys_lists_domain - sys_lists_name_min_length - sys_lists_prefix - sys_lists_suffix => see local.inc for usage. (Contrib Orange) * Display much more lastlogins entries in siteadmin. (Contrib Orange) * svn-commit.pl script allows one to issue commit-email.pl on all loaded commits (from svnadmin load) that are not into the tuleap database. (Contrib Xerox) * Add script to change the name of authors in a svndump (to be run before the import into tuleap). (Contrib Xerox) * Regenerate a .SVNAcccessFile if it is not present during System Check. (Contrib Xerox) * Use site-content to add extra tabs in the tob bar services (only in div based themes) == Bug Fix == * Update codendi_aliases.conf to resolve some issues in customization of images in themes * Set the default php value of session.save_path in php.conf * When going to http://example.com/projects/gpig/, display the first active service if "summary" is disabled. (Contrib Xerox) * Fix memory leaks and performance issues on big subversion checkouts. (Contrib Xerox) ** See sys_auth_svn_mod in local.inc to switch the apache subversion authentication mod. * Fix escaping issues in FRS file upload pre-validation. (Contrib Xerox) * Fix getArtifacts SOAP API fails with criteria on date fields in tracker v3. (Contrib Xerox) * Fix (again) IE issue with file download (Contrib Xerox) * Fix cvs repository ownership issue (Contrib Xerox) * Re-add SurveyManager in the user guide (inadvertently removed) * Fix project db export(Contrib STMicroelectronics) * Fix Security issue (Contrib STMicroelectronics) == Plugins == * Git v1.25. See separated Changelog * Tracker v0.8.12. See separated Changelog * GraphOnTrackers v1.4. See separated Changelog * GraphOnTrackersV5 v0.6.2. See separated Changelog * Cardwall v0.4. See separated Changelog * Docman v2.22. See separated Changelog * Hudson v1.7. See separated Changelog * IM v1.5. See separated Changelog * Ldap v3.11. See separated Changelog * Statistics v0.9. See separated Changelog == Tuleap Development == * Allow randomization of execution of unit tests (to be sure that there is no inter dependencies) * Add a color reporter for tests execution in cli * Incorporate fusionforge stuff to be able to ease FF/Tuleap plugins compatibility. (Contrib Orange) * Add migration scripts to convert a Codendi 4.0 plateform (+ local customization) to a Tuleap one. * Add a plugin google_analytics which helps to track visits on a Tuleap instance. (Contrib Xerox) * Add a plugin orange that contains Orange specificities. * The default rpm package name is now Tuleap. * Add cgi-bin script for various statistics purpose. (Contrib Orange) * Cucumber now run some of our testlink test cases == SOAP == * SOAP API update to version 4.3, see src/www/soap/ChangeLog for details.