New translation update for European Portuguese (pt_PT) for "labels.inc" and
"messages.inc" files.
Hope that has everything correct.
Regards,
David Cunha
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a9/uN88fSxJ/messages.inchttp://detached.gigo.com/rc/a9/uN88fSxJ/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/
BT/aba52c80
Please add this new language to the translation page.
It is not yet available there to be translated.
Best,
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/55/SsTzQRai/kh_KH.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/
BT/aba52c80
hi,
i have a big mailbox with a slow courier based imap server.
upon login, i see the "loading" screen at the top and no message
is displayed in the list.
then, the loading screen disappears but it still takes a couple of
seconds until the messages appear.
i did not find the time to look weather the ajax requests finished
before the loading disappeared, but my guess would be that
the loading screen has either a certain timeout which makes it
disappear, or it vanishes after the first ajax request has
finished (i think it is the one related to the folder tree?)
and is then closed by the program.
any thoughts?
cheers,
raoul
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office(a)ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
hello A.L.E.C
and others developers
the plugin password is not fully functional whit pam
there is a bug in the documentation page pam
http://pecl.php.net/bugs/bug.php?id=16995
but is for other platform ( gentoo ) not CentOS ( my platform )
But I think the procedure correctly realize
i add in my php.ini
pam.servicename = "php"
cp /etc/pam.d/login /etc/pam.d/php
service httpd restart
This is the right procedure I think
but when I try to change password, change is denied
may be /etc/pam.d/php is not apache not readable
my permissions of /etc/pam.d/php is
# ls -al /etc/pam.d/php
-rw-r--r-- 1 root root 643 ao� 19 04:28 /etc/pam.d/php
I listen to all proposals to help
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Did anyone notice any problems with the recipient selection with the
newest 0.4 stable? If I am starting to type in some letters to the
recipient field, a red rectangle appears at the top which states:
"Server Error! (SERVICE CURRENTLY NOT AVAILABLE)". No matter what I
type in, I get nothing back (my address book is not empty!). Moreover
if a correct address is already typed in and I poke with the recipient
field, the red rectangle appears also.
Which could be the problem? I am on Firefox 3.6.6. I tested it also in
IE 7.0.5 and it gives me also no results from the address book, it just
don't show the rectangle. Could this be a problem of a not properly
done upgrade?
After the upgrade with the shell script I also updated my rc database
with the attached mysql.update.sql query script. However, I noticed
that this SQL script contains several modifications commented with
several versions. Was I right to import the whole SQL, or should have I
only import the 0.3 part? It threw some errors during the upgrade.
Regards,
Viktor
--
Visit my panoramic photoblog!
http://vrphoto.hu
Spherical panoramas by Viktor Balogh
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Am I correct in understanding that neither of the two vacation plugins
has managesieve capabilities yet?
(Why are there two, is one the old original and the other the best/current
branch?)
I'd like to work on this (tho I'm more a sysadmin, less an OO php
developer -- our users are always complaining about how hard it is to
set up the autoresponder via the filters ;)
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hey guys,
I'm having a problem with passing a variable from the php to the javascript.
I'm currently doing the following in php to call the js:
$this->include_script ('test.js');
where test.js holds the following:
function test(test) { alert("test: " + test); }
What I want to do is to, from the php, call my test() function with a
variable that's sent from the php. I figured so much that include_script()
only sends my test.js file to the init for inclusion and that it probably
isn't suitable for my needs.
I'm not doing anything particular than trying to understand the development
depths of the project so that I some day may be able to write usable
plugins.
Could somebody please give me a helping hand in passing the variable $test
from php to my test() function in the included javascript?
Thanks in advance!
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
I have improved my extended address book patch to include a "Groups" tab,
this lists all the groups a contact is in (limited by address book) and
allows users to add or remove the contact from a group by ticking a box
(like the folder subscriptions). I'm not 100% sure about the group
management stuff so if any one has any better ideas on how to do it please
let me know.
I have also extended the support for alternative email addresses to allow
any number of email address to be added. This is only for the default SQL
address book.
Like before there is no need for any SQL changes.
Complete list of changes:
*) Add "date_only" config option to specify the format when displaying a
contacts birthday
*) Add more fields based on vCard; alt email, address, telephone etc
*) Move auto_complete function into address book class to allow different
for searching of custom fields (like those in the vCard)
*) Add new blankcontact.html template file
*) Add support for multiple email address
*) Add "Groups" management tab
The extended address book patch also incorporates the patch from this ticket
http://trac.roundcube.net/ticket/1486851.
It's been tested with the default SQL address book, I'm not sure how well it
will get on with LDAP as I don't have access to an LDAP address book at the
moment, if any one would like to help me test it that would be appreciated.
Screenshot and patch attached.
Phil
http://www.tehinterweb.co.uk/roundcube
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/fm/Xq5dOtaO/addressbook.jpghttp://detached.gigo.com/rc/fm/Xq5dOtaO/rc_addressbook.r3814.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/