deconya | 5 Apr 2012 10:56
Picon

[RCD] problem when configure roundcube

Hi list

I don't know If it's the better place to send this, If no, apologies for the inconvenience

I configured roundcube but for and accident I not activated the option to create folders when first time access the users. And now, I resolved this but more users not has the basic folders. I read that I can create it manually but in my case I need to do this automatically because there are more than 100 users affected. Exist any form to modify the code to check every time the user connects If exists the folders and If not, create it?

Thanks

_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev
Marcus Don | 5 Apr 2012 16:13
Picon

[RCD] Retrieving plugin instance

Hi

I'm currently updating an installation of Roundcube based on RC 0.5.4 (!) to use RC 0.7.2. One difference I
have found is that the function rcube_plugin_api:get_plugin() no longer exists. 

According to our local SVN history, this function was added when we merged with RC 0.4.2. However, I can't
find this anywhere in the repository at trac.roundcube.net, so I'm beginning to wonder whether it was
actually a custom method added by one of my colleagues (who must have forgotten to document it).

Please can you tell me whether this function (shown below) has ever existed in a previous release of
Roundcube, and whether there is a better, supported way to retrieve an existing instance of a plugin (ie so
plugins can talk to each other without creating duplicate instances)? If not, I'm happy to create a ticket
and submit a patch.

Thanks

Marcus

  /**
   * Retrieves a plugin by it's class name.
   *
   * If $plugin_class is not set, return all plugins
   *
   *  <at> param string $plugin_class Plugin's class name.
   *
   *  <at> return rcube_plugin|array
   */
  public  function get_plugin($plugin_class = '') {
          if (!empty($plugin_class)) {
                  foreach ($this->plugins as $plugin) {
                          if (is_a($plugin, $plugin_class)) {
                                  return $plugin;
                          }
                  }
                  return null;
          }

          return $this->plugins;
  }

_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Rosali | 6 Apr 2012 17:36
Favicon

[RCD] Plugin translators wanted ...

Please check the following site for detailed informations:

http://unlockforus.com/roundcube/translations/real-time-translation

It takes no minutes to translate MyRoundcube Plugins on the fly.

Your work is online immediately. I really hope for your contribution!

Thanks in advance!

_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Claudio Filho | 6 Apr 2012 19:09
Picon
Gravatar

Re: [RCD] Plugin translators wanted ...

Hi

2012/4/6 Rosali <myroundcube <at> mail4us.net>:
> Please check the following site for detailed informations:
> http://unlockforus.com/roundcube/translations/real-time-translation

Rosali, returned timeout for me.

> It takes no minutes to translate MyRoundcube Plugins on the fly.
> Your work is online immediately. I really hope for your contribution!

Can i use the svn.mail4us to this?

Best,
Claudio
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Rosali | 6 Apr 2012 20:19
Favicon

Re: [RCD] Plugin translators wanted ...

Am 06.04.2012 19:09, schrieb Claudio Filho:
> Hi
>
> 2012/4/6 Rosali <myroundcube <at> mail4us.net>:
>> Please check the following site for detailed informations:
>> http://unlockforus.com/roundcube/translations/real-time-translation

Looks like this server is currently down. Try later.

>
> Rosali, returned timeout for me.
>
>> It takes no minutes to translate MyRoundcube Plugins on the fly.
>> Your work is online immediately. I really hope for your 
>> contribution!
>
> Can i use the svn.mail4us to this?

You already have access to real time translation  <at>  my svn.
The only thing what we could improve is that you could login
directly from your plugin_manager. Contact me directly if I should
grant you access for that.

>
> Best,
> Claudio
> _______________________________________________
> Roundcube Development discussion mailing list
> dev <at> lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/dev

_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Claudio Filho | 6 Apr 2012 22:21
Picon
Gravatar

Re: [RCD] Plugin translators wanted ...

Hi

2012/4/6 Rosali <myroundcube <at> mail4us.net>:
> Looks like this server is currently down. Try later.

Is true. I already got access. Thanks.

>> Can i use the svn.mail4us to this?
>
> You already have access to real time translation  <at>  my svn.

Done. Full translated for pt-BR. :-)

> The only thing what we could improve is that you could login
> directly from your plugin_manager. Contact me directly if I should
> grant you access for that.

I will do. Thanks.

Best,
Claudio
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Jean-Tiare LE BIGOT | 7 Apr 2012 11:18
Gravatar

Re: [RCD] managesieve new theme compat

I've just checked out the latest SVN. Managesieve's theming rocks ! 
Thank so much guys !

Le 2012-03-28 15:49, Benny Pedersen a écrit :
> Den 2012-03-27 16:49, Jean-Tiare LE BIGOT skrev:
>
>> Is there anyone working on porting "managesieve" to the new 
>> roundcube
>> theme ? If not, I can offer to help :)
>
> +1
>
> i wish that svn/git was more open, so user that like to help got the
> same sources to build things on, and the only tarball was created 
> from
> snapshots, this way more would be saved in work time testing it 
> works,
> as it is now there is plenty of kids not playing good together :/
>
> _______________________________________________
> Roundcube Development discussion mailing list
> dev <at> lists.roundcube.net
> http://lists.roundcube.net/mailman/listinfo/dev

--

-- 
Jean-Tiare LE BIGOT
Étudiant INSA 4TC
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev
mbrock | 10 Apr 2012 00:05
Favicon

[RCD] Looking For webdesign hep for roundcube

Hello need help building a free email system like gmail.com and yahoo.com around roundcube software .I own www.pinkmail.org   this willbe for breast cancer patients and supporters.
 
Michael Brock
1-702-372-2375
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev
Mono | 10 Apr 2012 21:06
Picon
Favicon

[RCD] tiny/marginal enigma plugin improvement

ahoi rc devel team,

i was curious of the enigma plugin for rc, so i took a look at it.

well, still not even alpha as the readme file states. but hey it looks 
great to me!
is there anyone actively working on this one?

i tried to upload some public keys and checked the ability to verify 
signatures. yes it works.

what i didn't like is that in enigma keys settings panel the "Basic 
Information" of some key is limited to just one user id.
i insisted in it showing me all user ids within any key and therefore 
added two lines of code and modified one.

*** 
/Library/WebServer/SSL_Documents/mail_dev/plugins/enigma/lib/enigma_ui.php 
   Mon Apr  9 23:06:20 2012
--- 
/Library/WebServer/SSL_Documents/mail/plugins/enigma/lib/enigma_ui.php   
   Fri Dec  2 10:58:03 2011
***************
*** 300,309 ****
           $table = new html_table(array('cols' => 2));

           // Key user ID
!         foreach($this->data->users as $user) {
!               $table->add('title', 
$this->enigma->gettext('keyuserid'));
!               $table->add(null, Q($user->name . ' <' . $user->email . 
'>'));
!         }
           // Key ID
           $table->add('title', $this->enigma->gettext('keyid'));
           $table->add(null, $this->data->subkeys[0]->get_short_id());
--- 300,307 ----
           $table = new html_table(array('cols' => 2));

           // Key user ID
!         $table->add('title', $this->enigma->gettext('keyuserid'));
!         $table->add(null, Q($this->data->name));
           // Key ID
           $table->add('title', $this->enigma->gettext('keyid'));
           $table->add(null, $this->data->subkeys[0]->get_short_id());

ok, i like it. maybe others do as well.

cheers
Mono
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Thomas Bruederli | 11 Apr 2012 18:33
Favicon
Gravatar

[RCD] Wanted: sponsor for Trac server

Hello folks

You're most likely all aware of the problems we have with our current Trac
server running on a single sqlite database which is always locked. Together
with the migration from SVN to github I'd also like to move Trac to a
dedicated host running a mysql database.

Before I register an Amazon EC2 instance for that I wanted to ask if
somebody is willing to donate a virtual machine instance to the Roundcube
project. To make it as simple as possible, all we need is a prepared VM
from http://bitnami.org/stack/trac and SSH access to it.

Anybody?

Best,
Thomas
_______________________________________________
Roundcube Development discussion mailing list
dev <at> lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev


Gmane