Login or Register

RSS IconRecent posts in this topic

avatar
Ilija Studen on Apr 11. 2008. 3:28 pm
@hanoc: Sorry for that. We are working on resolving this issue.
activeCollab team member
avatar
Ilija Studen on Apr 11. 2008. 3:33 pm
Ok, it should be working now. One Undo too much :)
activeCollab team member
avatar
andrewCharron on Apr 11. 2008. 3:35 pm
Ilija, any word on 1.1b3? Is it comming soon, or are we close to RC1?
avatar
Ilija Studen on Apr 11. 2008. 3:54 pm
We are fixing problems and working on some enhancements that should make certain parts of the application a bit faster. When we finish we'll publish beta 3 and that should be the final beta for v1.1 if everything goes as planned.

There is no exact date set for beta 3... When ready we'll make it available to everyone who has a license like we did with previous beta builds.

Thanks everyone for helping out. Thanks to you activeCollab 1.1 will be here sooner and with minimum of problems and bugs!
activeCollab team member
avatar
hanoc on Apr 11. 2008. 4:33 pm
It is still not working unfortunately Ilja, still 0 bytes. :(
avatar
Oliver Maksimović on Apr 11. 2008. 4:51 pm
It's back on track, beta download working fine again.

Sorry for the inconvenience, there was a minor site update gone in wrong direction and beta download got messed up. I am the one to blame for this one :(
activeCollab team member, too ;)
avatar
hanoc on Apr 11. 2008. 4:52 pm
Works great now, thanks Oliver!
avatar
davidm on Apr 11. 2008. 9:31 pm
Very easy add :

// Enable localization support 
define('LOCALIZATION_ENABLED', true);


to config/defaults.php

then also in defaults.php ensure localization of dates in your language, you'll have to set the default locale, in my case french (replace by your locale code) :

define('DEFAULT_LOCALE', 'fr_FR.UTF-8'); 


Then activate the language module, create your language and you'll enjoy a translating interface.
Translate all strings.

Once done, go in the activecollab/localization/ folder (defautl is en_US.UTF-8, but when you create a language with the language module, your locale files will be created), and save all the files for your language.

Then zip and send to Ilija to post your language translation files :)

The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)

RSS IconRecent posts in this topic