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
-
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
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.
# nano /opt/roundcube/composer.json
"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
rcplugin_update.sh
you 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
config setprop roundcube PluginsList globaladdressbook,carddav,calendar,libcalendaring,contextmenu,markasjunk2,vcard_attachments,newmail_notifier,emoticons,tasklist,copymessage
signal-event conf-roundcube
-
roundcube 1.0 is nearly ready to be released, i need some tests :)
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...
-
released in stephdl repo