please see http://trac.roundcube.net/ticket/1484830
honestly, i would consider this an urgent update.
but maybe its only my php version, that is broken.
cheers,
raoul
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OEG 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/
Dear subscribers
After more than two years of development we're proud to announce the
first stable version of RoundCube Webmail. It's not as feature rich as
we'd like it to be but the released version is considered to run
stable for a productive environment. Thanks to our users we fixed many
bugs and added some nice new features since the first 0.1-alpha
version was published in 2005. So go ahead and upgrade your
installations now! Download the latest release from
http://roundcube.net/downloads
A more or less complete list of changes is available at
http://trac.roundcube.net/wiki/Changelog
The TinyMCE-based HTML message composition is now included but should
still be considered as experimental. Please also note that this is the
last release that runs on PHP 4. As suggested by the GoPHP5 project
RoundCube will be PHP 5 only in future versions.
If you want to report bugs, please use our tracker but read the
instructions (http://trac.roundcube.net/wiki/Howto_ReportIssues)
first.
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
When compose calls the LDAP search function (to build the auto-complete
list) it passes an empty '$value' parameter. In this case, when all the
bits of the filter get concatenated you end up with something like this:
(|(mail=**)(cn=**))
which isn't valid syntax (at least it's not on my LDAP server).
Here's a tiny patch to rcube_ldap.inc that eliminates the double
wildcards. There may be a better way to do it, but this was simple.
Cheers,
Roy
--
Roy McMorran
Systems Administrator
MDI Biological Laboratory
mcmorran(a)mdibl.org
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ls/uvbblwG2/rcube_ldap.inc.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/
The following patch add captcha on the login form.
I havle also attached the font for creating the captcha image.
Feel free to submit it!
Thanks for the good work!
/Erik
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MC/u7Kiih0J/font.ziphttp://detached.gigo.com/rc/MC/u7Kiih0J/captcha.diff
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Some tickets were reported over the weekend - I admitted some to 0.1 stable. I think a quick check would ne good because some are minor or related to trunk. If not applicable, or solve later - please set milestone to 0.1.1 (or close)
Seansan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi. My name's Ryan (rjhughes on the trac).
I've submitted a couple of patches in the last week or so:
(#1484816, using keypress instead of keydown to allow repeat)
(#1484806, an option to allow strftime formatting)
But I've got a feature I'd like to work on:
Currently, it shows you 40 (or whatever your pagesize is) messages, and if
you scroll to the bottom of that list and wnat to see the next messages,
you have to click the "next page" button.
I would like it to put placeholders into the table for all your messages,
so that you can just keep on scrolling, and it will load your messages on
demand. I would like this to be available as an option.
I would like to know which branch I should be working on -- the trunk, or
devel-vnext? Here's the tradeoff:
It would be easier if I didn't have to do a whole bunch of merging to get
it to vnext once that goes live.
HOWEVER, if vnext is considered so experimental that it's going to be 5
years before it comes out, then it would be much easier for me to just
merge it into vnext at some time.
So: Which branch should I do this work on?
Thanks.
--Ryan
_______________________________________________
List info: http://lists.roundcube.net/dev/
The installer's check returned an error about wrong definition
of magic_quotes_gpc
BUT:
Quoting from http://il.php.net/magic_quotes
Warning
This feature is DEPRECATED and REMOVED as of PHP 6.0.0. Relying on this
feature is highly discouraged.
Moish
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey guys!
Just a quick heads up to everyone running 0.1-x (aka trunk) with PHP5.
Don't update to PHP5.2.5. It breaks lots of things (static calls
without a static keyword), which we currently drag along to remain
PHP4-compat. This sort of thing should be resolved in 5.2.6, or maybe
in another 5.2.5 re-release.
Those issues are gone as soon as we move to full PHP5 code. (Can't wait.)
Have a great weekend,
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello there! I'm new here, but I've sent to trac few small patches in
last days and all were included to trunk.
Creating a folder with name which contains folder delimiter is confusing
for regular users and imap implementation dependent. See
http://trac.roundcube.net/ticket/1484815 and
http://trac.roundcube.net/ticket/1484803.
I think that we should disallow such folders creation. What are you
thinking about that? If not, maybe we should create all directories in
path (see #1484815) in loop (instead of one imap command)?
ps. I'm interested in help with plugin API implementation. Is someone
working on it now?
Regards
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
Upadate translation for RoundCube 0.1-stable!
With the files this time...
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tp/E4UXFfAw/Greek.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,
My name is Gareth Fiford i have been an enterprise php and oracle
developer for 4 years.
i would be interested in creating compatibility with oracle, i can
provide a php oracle machine for testing etc.
I think a bash install script, or installation on first access to the
index would be another nice feature.
I would also like to contribute code.
Please let me know if i can be of service
thanks
Gareth Fiford
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Wed, February 27, 2008 15:08, Yllar Pajus wrote:
> Hello Jesper and Martin
>
> since you both are listed as translators and you both sent translation
(with some keys little bit different) - please make an agreement on how
it's best and send result to me directly.
> different values are:
<snip..>
Hello Üllar,
Martin and I have agreed on the attached translation.
Regards,
Jesper
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pm/RC4dGz9p/da_translation_2008-.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/
Here is the japanese updated translation for 0.1
---
Taka
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MC/veSTn/p7/japanese.tar.gz
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,
this is updated polish translation. Little cosmetic changes applied.
best regards
--
Wojciech Szczepucha
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QS/txYGxSUD/polish.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
RoundCube Slovak translation
Marek
--- reklama -----------------------------------------------------
Nechce sa Ti do kina, ale máš chuť pozrieť si film?
http://filmy.zoznam.sk/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/S9/BMgWRKbx/slovak.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/
Greetings,
Here are translated files for Finnish language.
Find attached labels.inc and messages.inc zipped
"fi-labels-messages-inc.zip"
Best regards,
T: Veljo Velling - W -
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/rX/pbjgvhhE/fi-labels-messages-i.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 guys,
auto-completion doesn't work properly for LDAP directories with more
than 1000 entries due to an hardcoded limit in program/steps/mail/compose.inc,
line 906:
$LDAP->set_pagesize(1000);
ciao,
ema
_______________________________________________
List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Erf, sorry I didn't see it :/.
That strange, I never receive the mail...
Btw not a problem, it's not take me lot of hours to make it x]
I will look more carefully in future. Sorry for using stupidly your time.
Regards,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iEYEARECAAYFAkfFdIkACgkQjKKs5/FTCjUCAACgtQn57gCw0P6NRYOCp9+v+s84
kD0AoIDtENqlUHMpSM3FT9zUw2qtdGsV
=T/sh
-----END PGP SIGNATURE-----
On Wed, 27 Feb 2008 09:11:36 -0500, "Seansan" <camperhank(a)live.com> wrote:
> Check the SVN repository - there was already a patch available
>
> --------------------------------------------------
> From: "Maximilien Cuony [The_Glu]" <maxi.the.glu(a)gmail.com>
> Sent: Monday, February 25, 2008 1:15 PM
> To: <dev(a)lists.roundcube.net>
> Subject: [RCD] Patch to mark/flag message
>
>> Hi all,
>>
>> Another new patch, who add support to flag message, as Raphael Kallense
>> ask
>> for (http://lists.roundcube.net/mail-archive/dev/2008-01/0000055.html)
>>
>> It's add a column between Read-Unread button and the subject, and use
> the
>> flag image present with Roundcube.
>>
>> Of course, it's use IMAP features to set a message as flagged. It's
>> compatible at least with Thunderbird (a flagged message in Roundcube is
>> show as flagged in Thunderbird too).
>>
>> The patch IS NOT compatible with my latest patch who improve GetMail
>> feature. I want to say there modify both same classes, and I have to
>> implement the flagged system with the GetMail button too.
>>
>> I left locates blank (there is two texts), as I'm not good in English ;)
>>
>> Patch send on the tract.
>>
>> Regards,
>>
>>
>> --
>> Maximilien Cuony [The_Glu]
>> http://theglu.org
>>
>>
>> --- 8< --- detachments --- 8< ---
>> The following attachments have been detached and are available for
>> viewing.
>> http://detached.gigo.com/rc/6N/vGIIoCSJ/patch-flags
>> Only click these links if you trust the sender, as well as this message.
>> --- 8< --- detachments --- 8< ---
>>
>>
>
>
>
>> _______________________________________________
>> List info: http://lists.roundcube.net/dev/
>>
--
Maximilien Cuony [The_Glu]
http://theglu.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Tue, February 26, 2008 10:46, Yllar Pajus wrote:
> Hello
> You are listed as Dansk translator.
> Soon we are releasing RoundCube 0.1-stable but your language is missing
4 messages and 8 labels.
> Please complete translation using http://translator.roundcube.net/ and post
> your packed (zip, tar, gz, rar etc.) language files to
> dev(a)lists.roundcube.net
>
> NB! files must be in UTF-8
Hello,
Please find an updated Danish translation attached.
I hope I got the character encoding and line endings correct. I'm
currently working using a borrowed PC. Apologies if the files are screwed
up...
Kind regards,
Jesper
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/jW/xnJNkyn3/Danish_translation_2.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/
See the attached zip file.
Vahan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/NS/21DH9hkX/am.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/
Here is the danish updated translation for 0.1
/Martin.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/wj/57XqVgjI/danish.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/