Home / webcollab / webcollab-3.40 (Glenorchy)
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2014-06-02 2.0 kB
webcollab-3.40.tar.gz 2014-06-02 516.2 kB
webcollab-3.40.zip 2014-06-02 778.2 kB
Totals: 3 Items   1.3 MB 0
* WebCollab 3.40 - Glenorchy *
----------------------------- 

Welcome to WebCollab 3.40:

This version of WebCollab includes minor bugfixes and performance enhancements.

Password security has been improved with new passwords being encrypted with the Blowfish algorithm. Existing 
passwords will not be changed until the password is manually changed.  Note that this is only applicable to 
versions of PHP 5.3.7 (or higher); since earlier versions of PHP have a buggy implementation of the Blowfish 
algorithm.

Uploaded files are now stored with random hash id's instead of the file name.  This increases security and 
solves potential problems with non-ascii filenames in filesystems.  Again, this only applies to new uploaded 
files, and the code is still backwardly compatible with existing uploaded files.

The Italian language translation has been updated.

Note that a database upgrade is necessary for earlier versions to implement the new hashed uploaded file 
names.


* MD5 Sums *
------------

ad5456d1b3abd9713ee5b1e9ad01d3df  webcollab-3.40.tar.gz
f52ad174d35626a30c5b6b11dc800e59  webcollab-3.40.zip


* CHANGELOG *
-------------

*Improvements

- improve formatting to Forum Search.  Add to CSS code.

- improve and simplify conformance to RFC 2045 of quoted printable encoding in emails

- minor improvements to email headers

- add Blowfish password encryption for PHP > 5.3.7

- add configurable dates

*Changes

- time.php: change from preg function to mb_substr for better execution speed. Cache escaped date results.

- simplify encoded headers in email using iconv_mime_encode()

- change to storing uploaded files with hashed id

- change md5() hashes to sha1() hashes

- improve salt generation for passwords

*Translations

- Updated Italian translation (Credit: Giuseppe Dantini )

- Italian translation partially updated (Credit: Igor Falcomata )


*Bugfixes

- Bug #97  - Fix for foreign cookies overwriting POST & GET by removing $_REQUEST superglobals. (Reported by: Favern)
Source: README.txt, updated 2014-06-02