PDA

View Full Version : Tine 2.0 August (2009/11) Beta 1



lkneschke
20 Nov 2009, 11:48 PM
We just released the first beta of Tine 2.0 (http://www.tine20.org/) August (2009/11). Tine 2.0 (http://www.tine20.org/) as an ExtJS based opensource groupware project. During the next few days we plan to release our next stable major release.

The new beta release comes with a lot of detail improvements in the calendar, email and CRM lead manager modules. Tine 2.0 can act now as OpenID provider too.

You can download the latest release from http://www.tine20.org/download/

surgi
21 Nov 2009, 10:50 AM
Nice work, looks and works really great, I kinda fell in love with the time organizer tool :)
Good luck!

jay@moduscreate.com
25 Nov 2009, 7:41 AM
Fails for me via Firefox 3.5


Permission denied for <http://demo.tine20.org> to set property Window.name on <http://www.extjs.com>.
(?)()tine-all...257705501 (line 1531)
tine-all-debug.js?1257705501()tine-all...257705501 (line 1544)
[Break on this error] Locale.Gettext = function (locale) {

brookd
25 Nov 2009, 12:54 PM
Nice work, it even works well in IE! What did you do specifically to help performance in IE and also I notice you do a good job of keeping memory consumption down aswell? How??

I am having a hell of a time with memory usage and performance in IE. Any pointers would be appreciated.!

lkneschke
28 Nov 2009, 3:49 AM
Fails for me via Firefox 3.5


Permission denied for <http://demo.tine20.org> to set property Window.name on <http://www.extjs.com>.
(?)()tine-all...257705501 (line 1531)
tine-all-debug.js?1257705501()tine-all...257705501 (line 1544)
[Break on this error] Locale.Gettext = function (locale) {

This happens when another application in this tab had set a window name already.

You did access our stable demo. It should be fixed what accessing the demo for our next stable release at http://testing.tine20.org.

lkneschke
28 Nov 2009, 3:51 AM
Nice work, it even works well in IE! What did you do specifically to help performance in IE and also I notice you do a good job of keeping memory consumption down aswell? How??

I am having a hell of a time with memory usage and performance in IE. Any pointers would be appreciated.!

We don't use any special tricks. Maybe it helps that we tried to avoid the usage of closures where possible.