Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: stephdl on February 16, 2014, 10:41:53 PM

Title: Need testers : roundcube1.0rc
Post by: stephdl on February 16, 2014, 10:41:53 PM
Hi all

i need your review on this new version of roundcube-1.0rc, as you can see it is in the beta area of my repository

Code: [Select]
wget http://mirror.de-labrusse.fr/smeserver-testing/5/noarch/roundcube-1.0rc-5.noarch.rpm
wget http://mirror.de-labrusse.fr/smeserver-testing/5/noarch/smeserver-roundcube-1.0-5.noarch.rpm
yum install smeserver-roundcube-1.0-5.noarch.rpm roundcube-1.0rc-5.noarch.rpm --enablerepo=epel
signal-event conf-roundcube
rcplugin_update.sh

you can answer yes or not to the question, the default plugins are hardcoded in a db command(need to be activated only a one time)

the major change is the roundcube plugin repository, however there are not too much available now, but with time there will be more.

if you need more plugins, you can see http://plugins.roundcube.net/packages/ (http://plugins.roundcube.net/packages/) and you have to add the package name in composer.json. Take attention to the coma (,) it is really important.

Code: [Select]
# nano /opt/roundcube/composer.json
Code: [Select]
   "require": {
        "php": ">=5.3.0",
        "roundcube/plugin-installer": ">=0.1.3",
        "johndoh/markasjunk2": "dev-release-1.0",
        "johndoh/contextmenu": "dev-master",
        "johndoh/globaladdressbook": "dev-release-1.0",
        "johndoh/copymessage": "dev-release-1.0"

    },

after each modification launch
Code: [Select]
rcplugin_update.shyou can answer yes or not to the question if you want to activates plugin you have to use the db command (need to be activated only a one time)

if you want to activate them,  then add them to  the db command
Code: [Select]
config setprop roundcube PluginsList globaladdressbook,carddav,calendar,libcalendaring,contextmenu,markasjunk2,vcard_attachments,newmail_notifier,emoticons,tasklist,copymessage
signal-event conf-roundcube
Title: Re: Need testers : roundcube1.0
Post by: stephdl on April 16, 2014, 07:15:52 PM
roundcube 1.0 is nearly ready to be released, i need some tests :)

Code: [Select]
wget http://mirror.de-labrusse.fr/smeserver-testing/5/noarch/smeserver-roundcube-1.0-7.el5.sme.noarch.rpm
wget http://mirror.de-labrusse.fr/smeserver-testing/5/noarch/roundcube_plugins-1.0-1.el5.sme.noarch.rpm
wget http://mirror.de-labrusse.fr/smeserver-testing/5/noarch/roundcube-1.0-6.el5.sme.noarch.rpm
yum install smeserver-roundcube-1.0-7.el5.sme.noarch.rpm roundcube_plugins-1.0-1.el5.sme.noarch.rpm roundcube-1.0-6.el5.sme.noarch.rpm --enablerepo=epel
signal-event conf-roundcube
rcplugin_update.sh

i have rewritten some piece of code since now we have a cool feature to update plugins : 'composer'
simply do : rcplugin_update.sh

Sorry but for now there is no panel in roundcube to manage and update plugins, it is not my fault.

I have packaged all plugins that i use and it lacks only one i would, the caldav plugin but it is coming since kolab is working on it.


If you know a 'cool' plugin that you want to be incorporated by default, ask. Please you should test also on SME9B4 and the upgrade from roundcube-0.95...
Title: Re: Need testers : roundcube1.0rc
Post by: stephdl on June 01, 2014, 11:59:09 AM
released in stephdl repo