Hello!
I am sending an updated slovenian translation. I have added myself to
the list of authors in case anyone wants to contact me.
Please commit this to svn.
Regards,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9s/KCWX5qj/RDC_slovenian_transl.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,
I’ve attached an updated Swedish localization.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5C/YtvlGHYg/sv_SE.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/
Only labels.inc was missing a few lines, attached.
@Hungarian guys at dev: please review if you have the time
best,
--
Péter
XMPP, MSN: peter.laszlo.szabo(a)gmail.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9O/gshMNSjc/labels.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/
Hi all,
please give me advice how to change the tablink class to "tablink tablink-selected" from the settings iframe.
Currently I do ...
<script type="text/javascript">
function selectTab(){
try{
parent.document.getElementById("settingstabaccount").className="tablink tablink-selected";
}
catch(e){
//selectTab();
}
}
setTimeout('selectTab()','1000');
... but I'm sure there is a more professional way!
Thanks in advance.
-Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello guys,
I've been testing 0.3rc1 and everything works fine until now, except for
the SSL feature of SMTP.
My config is as follow :
# less config/main.inc.php
[...]
$rcmail_config['smtp_server'] = 'ssl://localhost';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'PLAIN';
[...]
This configuration works fine in Thunderbird (see attachment) but
doesn't with roundcube. When I try to send an email, I get a server
error in the interface and the following log in apache :
-------
[Wed Aug 05 23:06:08 2009] [info] [client xxx.xxx.xxx.xxx] Connection to
child 0 established (server xxx.xxx.xxx.xxx:443)
[Wed Aug 05 23:06:08 2009] [info] Seeding PRNG with 1672 bytes of entropy
[Wed Aug 05 23:06:08 2009] [info] Initial (No.1) HTTPS request received
for child 0 (server xxx.xxx.xxx.xxx:443)
[Wed Aug 05 23:06:08 2009] [info] Subsequent (No.2) HTTPS request
received for child 0 (server xxx.xxx.xxx.xxx:443)
[Wed Aug 05 23:06:08 2009] [error] [client xxx.xxx.xxx.xxx] fsockopen()
[<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect
to ssl://localhost:25 (Unknown error) (0): , referer:
https://xxx.xxx.xxx.xxx/mail/?_task=mail&_id=141016[number_and_letters]&_ac…
[Wed Aug 05 23:06:08 2009] [error] [client xxx.xxx.xxx.xxx] Failed to
connect socket: fsockopen() [<a
href='function.fsockopen'>function.fsockopen</a>]: unable to connect to
ssl://localhost:25 (Unknown error) (): , referer:
https://xxx.xxx.xxx.xxx/mail/?_task=mail&_id=141016[number_and_letters]&_ac…
[Wed Aug 05 23:06:13 2009] [info] [client xxx.xxx.xxx.xxx] (70007)The
timeout specified has expired: SSL input filter read failed.
[Wed Aug 05 23:06:13 2009] [info] [client xxx.xxx.xxx.xxx] Connection
closed to child 0 with standard shutdown (server xxx.xxx.xxx.xxx:443)
-------
I've hesitated before posting this here because I'm not too sure about
what the configuration of roundcube should be... But, it can't do any
bad to clarify it anyway.
Any clue ?
Julien
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8C/ephhinum/smtp_ssl_tbird.pnghttp://detached.gigo.com/rc/8C/ephhinum/smime.p7s
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,
the new preferences navigation is great. Is it planned to move identity and folder administration aswell into an iframe?
This would make the looking more consistent!
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Here's the updated pt_BR translation (labels.inc).
--
Victor Benincasa
Depto. Técnico - Netbit Internet
http://netbit.com.br
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/9R/ha4hUnom/labels-pt_BR.rar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
cy_GB update for labels.inc
thanks,
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/5S/ED07khCY/labels.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/
hey,
the plugin vcard_attachments refers to a png graphic that doesn't exist
anymore. the function html_output($p) contains the following code:
// add box below messsage body
$p['content'] .= html::p(array('style' => "margin:1em; padding:0.5em; border:1px solid #999; width: auto;"),
html::a(array(
'href' => "#",
'onclick' => "return plugin_vcard_save_contact('".JQ($this->vcard_part)."')",
'title' => "Save contact in local address book"), // TODO: localize this title
html::img(array('src' => '/images/buttons/add_contact_act.png', 'align' => "middle")))
. ' ' . html::span(null, Q($display)));
the graphic '/images/buttons/add_contact_act.png' seems to have existed
earlier in roundcube as it has been used for the addressbook as well.
but now the addressbook uses other graphics and the png file in question
apparently has been removed from the svn trunk.
it seems like single graphics for every operation in the addressbook
toolbar have been replaced by one graphic with all icons and some css
magic. i'm not sure whether it's possible to use the same
abook_toolbar.png with help of css for the vcard_attachments plugin.
just thought that I should mention it here.
greetings,
jonas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/iH/0+EYhAh+/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Here is the Indonesian translation update for labels.inc.
Check it out, hopefully Roundcube 0.3 can be released soon ^_^
Cheers
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/g6/rk8QcW9l/labels.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/
updated bulgarian translation
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pS/P1u1r5bJ/labels.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,
at playing around with roundcube i frequently get error messages reported
to the error log. it seems like some unique database field has duplicate
entries:
[04-Aug-2009 13:33:45 +0200]: DB Error: MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE mdb2_statement_mysql_67b6ccf278247ff949428129a77d7eaa3e5949f68 USING @0, @1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message: Duplicate entry '1-jonas.msg-10692' for key 'uniqueness'] in /roundcubemail/program/include/rcube_mdb2.php on line 623 (GET /roundcubedev/?_task=mail&_mbox=jonas&_page=1)
[...]
[04-Aug-2009 13:33:59 +0200]: DB Error: MDB2 Error: constraint violation Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE mdb2_statement_mysql_5a4c05dcaeb347f40aba233c2ae23a42d53391a2d USING @0, @1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message: Duplicate entry '1-jonas.msg-10666' for key 'uniqueness'] in /roundcubemail/program/include/rcube_mdb2.php on line 623 (GET /roundcubedev/?_task=mail&_action=list&_mbox=jonas&_page=1&_remote=1&_=1249385638967&_unlock=1)
greetings,
jonas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Hv/8TJbwoeY/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Up to 100%.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/47/fMi1lTgf/labels.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/
hey,
the recent 'Re-designed User Preferences interface' changes to roundcube
trunk seem to have broken the user_preferences hook. at least the plugin
'subscriptions_option' doesn't work anymore.
apart from that, the new interface looks very good!
something else: would it be possible to add a TEXT field 'preferences'
to the identities mysql table as well in future releases? the crypt
plugin for example could use it to save custom default key ids for
different identities.
greetings,
jonas
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/At/BMmDOLPg/signature.asc
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 guys,
I've trying to implemnt roundcube in the company I work for, but I've
found some problem (alread posted on users mailing list).
I've read in these forums several times that most roundcube developers
are not using LDAP, so they can't test many LDAP features.
As I'm mainly a systems administrator and not a developer, the language
I have most experience is python and not php, and my time is not enough
to do these sort of developments I'd like to collaborate in another way
in these features related to LDAP.
So, may it help if , for example, I setup for you a Virtual Machine with
a full working and ready to use OpenLDAP server, with phpldapadmin and
some lorem ipsum data on it?
Maybe having this would help you to improve LDAP on roundcube.
Just trying to Help.
Matias
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello again,
I'm still trying to integrate my planning in roundcube.
I wonder if it's possible to create a new task with a plugin, for
instance "calendar".
Thanks
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello everybody,
I'm trying to develop a plugin for roundcube, that
integrates a weekly calendar [1]. The plugin need an external calendar
server by the caldav protocol (davical,darwin calendar server, etc.)
Actually, I successfully detect invitation messages using the message
load hook, however, I'm stuck with what I need to do next:
* Completely
modify message presentation, to display the message as an invitation, and
include a text area and some buttons: accept, decline, etc.
* Accept
invitation, by executing some server side code. I cannot do it using
Javascript/Ajax, because the calendar server is on another server.
Can
anyone help me to start and tell me which hooks I have to use, and how to
use them for these tasks ?
Thanks.
--
Andre Rodier
Links:
------
[1]
http://www.redredred.com.au/projects/jquery-week-calendar/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Updated Turkish translations are attached.
Completed untranslated strings and enhanced some previous translations.
--
Gokdeniz Karadag
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fK/ufYdExNf/labels.inchttp://detached.gigo.com/rc/fK/ufYdExNf/messages.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 all,
I have published a small and unobtrusive patch on the wiki,
to allow people who uses LDAP address book to add more fields from inetorg
person schema.
The default fields are not changed:
name,firstname,surname,email. However, it's possible to use extra fields by
using this configuration into the config
file:
{{{
$rcmail_config['addressbook_fields'] = array('name',
'firstname', 'surname', 'email' , 'telephoneNumber', 'mobile', 'o');
}}}
Basically, the patch modify three files save.inc, show.inc and edit.inc
in the folder roundcubemail/program/steps/addressbook/, and the
modification looks like that:
- $a_show_cols = array('name', 'firstname',
'surname', 'email');
+ $abook_def_fields = array('name', 'firstname',
'surname', 'email');
+ $a_show_cols =
$RCMAIL->config->get('addressbook_fields', $abook_def_fields) ;
The patch
also contains three labels for telephoneNumber, mobile and o:
+$labels['o'] = 'Company';
+$labels['telephoneNumber'] = 'Telephone
number';
+$labels['mobile'] = 'Mobile';
Of course, a more complete labels
should use at least inetorgperson's schema:
- commonName
- givenName
-
surname
- mail
- organizationName or 'o'
- postOfficeBox
- postalAddress
-
localityName or 'l'
- st
- postalCode
- telephoneNumber
-
facsimileTelephoneNumber
- mobile
- homePhone
I'll create a more complete
patch for the version 0.4, but I think this small patch will be very useful
to lot of roundcube users, particularly in enterprises. I hope it's
possible to include this patch in the version 0.3.
The link to the entry
: http://trac.roundcube.net/ticket/1485907 [1] André
Links:
------
[1]
http://trac.roundcube.net/ticket/1485907
_______________________________________________
List info: http://lists.roundcube.net/dev/
I attached slovenian translation of Roundcube labels.inc and
messages.inc, plus password and managesieve. It's all in the .zip file.
Regards,
Barbara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/TQ/Af/1H6rg/RC_slovene_translati.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/
Hello everybody.
In Russia system administrators have their own holiday. In last Friday of
July we celebrate the day of IT-admin! So, I would like to congratulate
everybody with this day! I wish you stable connect, straight-hands users and
working air-conditioners! Let this day become a day of IT-admins of whole
world and our work become a little easier at least during this day. Our work
is work of invisible battlefront and let our work always value in the manner
that it values now.
My congratulations, friends!
_______________________________________________
List info: http://lists.roundcube.net/dev/