Hi
I am using some 3rd plugins and when i tried update my instalation (0.7 -> 0.7.1), i saw the problem about who is from core and who is from other sources.
Is possible use other directory to install this others plugins? I think that is a good idea how was made in Drupal, where have a dir only for core modules, and a dir for other modules.
Can RC find recursively in a dir? some thing like:
$SRC_ROOT/plugins/[core|third] ?
So, when i update my env, i need to preserv this folder, and in other hand, is more easy to track what can break and not.
Best, Claudio _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
+1
Am 14.02.2012 19:16, schrieb Claudio Filho:
Hi
I am using some 3rd plugins and when i tried update my instalation (0.7 -> 0.7.1), i saw the problem about who is from core and who is from other sources.
Is possible use other directory to install this others plugins? I think that is a good idea how was made in Drupal, where have a dir only for core modules, and a dir for other modules.
Can RC find recursively in a dir? some thing like:
$SRC_ROOT/plugins/[core|third] ?
So, when i update my env, i need to preserv this folder, and in other hand, is more easy to track what can break and not.
Best, Claudio _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/6d97fa45
List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hi
2012/2/14 Claudio Filho filhocf@gmail.com:
Can RC find recursively in a dir? some thing like:
$SRC_ROOT/plugins/[core|third] ?
Or more yet. For new skins too. Sorry by use other software for example, but is what i can see, I agree that is a good idea and can be a good practice.
In Drupal, we have +- this tree:
$SRC_ROOT/ +- includes +- modules +- themes +- sites +- all +- modules +- themes +- default +- modules +- themes +- site 2 +- modules +- themes +- .... +- ....
The dir "sites" isn't part of core. When i unpack Drupal at $SRC_ROOT, overwrite only other files. I think that is possible (and desirable) follow by this way.
Is possible some thing like this?
Best, Claudio _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
Den 2012-02-15 13:50, Tilman Stremlau skrev:
$SRC_ROOT/plugins/[core|third] ?
add skin aswell as core third, not all skins needs as plugins
List info: http://lists.roundcube.net/dev/ BT/aba52c80
In theory, all plugins are created equal.
Which problem are you guys trying to solve exactly?
On Thu, Feb 16, 2012 at 12:05 AM, Benny Pedersen me@junc.org wrote:
Den 2012-02-15 13:50, Tilman Stremlau skrev:
$SRC_ROOT/plugins/[core|third] ?
add skin aswell as core third, not all skins needs as plugins
List info: http://lists.roundcube.net/dev/ BT/b33d0462
List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hi
2012/2/16 till till@php.net:
In theory, all plugins are created equal.
Which problem are you guys trying to solve exactly?
Upgrade.
Some days ago, i added many plugins in my env. How i found a package with *many* plugins, after unpack it, was impossible see fast what is or isn't of core. Was necessary I unpack a RC and see what is core and not, to exclude what i not like, with risk of delete a core module.
I think that is a good practice that help us when upgrade or manage many servers.
Best, Claudio _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
Claudio Filho wrote:
Hi
2012/2/16 till till@php.net:
In theory, all plugins are created equal.
Which problem are you guys trying to solve exactly?
Upgrade.
Some days ago, i added many plugins in my env. How i found a package with *many* plugins, after unpack it, was impossible see fast what is or isn't of core. Was necessary I unpack a RC and see what is core and not, to exclude what i not like, with risk of delete a core module.
Use rsync to update your installation or use our built-in bin/installto.sh script which does exactly the same.
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
Hi
On Sat, 18 Feb 2012 18:00:49 +0100, Thomas Bruederli wrote:
Claudio Filho wrote:
Hi 2012/2/16 till :
In theory, all
plugins are created equal. Which problem are you guys trying to solve exactly?
Upgrade. Some days ago, i added many plugins in my env. How
i found a package with *many* plugins, after unpack it, was impossible see fast what is or isn't of core. Was necessary I unpack a RC and see what is core and not, to exclude what i not like, with risk of delete a core module.
Use rsync to update your installation or use our built-in
bin/installto.sh script which does exactly the same. ~Thomas
But the ultra-useful script (I really thank it!) does not upgrade 3rd party plugins. Same for skins. And there are plugins working on version 0.5 that are not working on the actual one and need to be redownloaded and reconfigured. In fact, This is the reason for http://trac.roundcube.net/ticket/1488175 . This first step (separate core plugins from the rest) would be a step in that direction.
When you are a sysadmin and have lots of mail servers, you find all this things very useful (as the script bin/installto.sh).
Thanks a lot!! emi
[1] mailto:till@php.net
List info: http://lists.roundcube.net/dev/ BT/aba52c80