Hello!
I'm sending the updated slovenian translation of managesieve and
password plugins.
I named the files incorrectly the last time, si.SI instead of sl.SI.
Please delete those files and commit the ones in the attachment.
Thanks.
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/FU/3GKw654x/managesieve_passwd_s.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
before I release my __forward_as_attachment__ plugin any code review is appreciated!
Sandro, thanks again for the images.
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a3/u3MrjBJm/forward_as_attachmen.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all
I have configured the password plugin and I have created the file
it_IT.inc under localization, you can find it attached if you want to
include it in the main distribution
I have a problem, after i change the password i get the green box with
the success message, but also another message with a "SERVICE NOT
AVAILABLE" error with code 500, in the middle of the page.
Seems to me that the IMAP server is refusing the connection, and the
only thing that can be broken is the password, so i suppose the error is
in the password update in $_SESSION, but i couldn't make it work
For me the solution is to add the line
header("Location: index.php?_task=logout");
in password.php, on line 96, that force the user to re autenticate, but
this is very dirty in my opinion
Can anyone point me to a solution or give me some tip to accomplish the
task?
Thanks
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/YD/TiwiIPYm/it_IT.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello, can someone help to get suitable icons for a "forward as
attachment" plugin. The icons (_act.png, _pas.png) should look like the
default forward icon overlapped by a small clip. Many thanks to any
volunteer! Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
The following pertains only to message deleting with the config option
'display_next' set to true.
When I hold the delete/backspace key down with a message selected for
a couple seconds and messages are loaded from the next page, some will
come back more than once.
For example, say this is my message list:
uid = 1
uid = 2
uid = 3
uid = 4
uid = 5
... now if i delete the first three by holding the delete key down for
a second, my message list might look like this:
uid = 4
uid = 5
uid = 6
uid = 6
uid = 7
This also brings up the question as to how fast messages should be
deleted while holding the delete or backspace key down, in my tests it
must be 15-25 messages per second which is quicker than my reflexes
are able to accurately stop deleting at a certain point.
What do you guys think? Would it be best to set a timer so we can only
delete 'x message per second' or maybe wait until the previous message
has been deleted and the new message has come from the next page
before deleting another?...
Thanks!
Ryan Ostrander
_______________________________________________
List info: http://lists.roundcube.net/dev/
ok I Upped my system with PHP 5.2.9. But now I have issues with Fileinfo. Yes may it should be asked at Centos etc I know,
but maybe users here can help me faster.php -v
PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP 5.2.9 (cli) (built: Mar 10 2009 16:42:52)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
For now I removed the Fileinfo package.
What is done with this package by RoundCube?And most important...how can I fix this issue?Thanks!
_______________________________________________
List info: http://lists.roundcube.net/dev/
search.inc.patch is for program/steps/addressbook/search.inc
This patch is a workaround for what appears to be a PHP bug that
prevents the setting of multi-dimension associative arrays in $_SESSION
(more specifically, the value of $_SESSION['search'][$search_request]).
The bug causes issues with multiple LDAP searches, and "Contact not
found" error messages.
rcube_ldap.php.patch is for program/include/rcube_ldap.php
This patch allows the user to specify multiple base DN values for
searching. It will not affect users that only have a 'base_dn' value
specified. With this patch, the main.inc.php file can include
'search_base_dn' => array()
in an LDAP configuration. This can be helpful for people dealing with a
poorly implemented LDAP structure.
This patch also returns empty results for searches conducted with only
the default filter (as is done when the LDAP address book is first
selected). These essentially empty searches will return inconsistent
results anyway.
Finally, this patch will check for both case-sensitive and all lowercase
fieldmap values to ensure consistent results are displayed in search
lists and contact details.
Both patches were made against 0.3 RC1.
Kyle
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/PB/tUxKCfdd/search.inc.patchhttp://detached.gigo.com/rc/PB/tUxKCfdd/rcube_ldap.php.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi devs,
I'm working on a plugin which allows the Admin to configure the TinyMCE toolbar
without hacking in editor.js. It also allows to enable/disable features domain/user based.
The reasons why I need this plugin are:
#1 Editor width is too large when RoundCube is embedded in frameset.
#2 I'd like to restrict some features (media, spellchecker) domein/user based
I don't get it working without patching two files:
#1 ,/program/include/main.inc
... see function rcube_html_editor
#2 ./porgram/js/editor.js
... see function rcmail_editor_init
Attached files are based on trunk r2852. Hope you will commit them to trunk.
Regards,
Roland
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4C/jhUOCkvG/program.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/