Version 4.0 (Translations)
Now languages available in qdPM. You can read more how to add translation here
viewtopic.php?f=9&t=16
Now we can select translation for user and user can change translation on my account page.
I added Russian translation. It will be great if you help with translations:)
Fixed bugs
* fixed upload attachments
* fixed edit tasks status
* fixed cache problem in IE
* fixed yui problem in MAC
Thanks everybody who help with test!
I’m going to do more tests in more browsers and platform and make qdPM more stable in next version.
Update from latest versions!
1. Copy new code
2. Clear cache folder
3. Run next sql query
ALTER TABLE users ADD culture VARCHAR( 5 ) NULL AFTER email;
UPDATE users SET culture = 'en_US';
