I am following up on a submitted bug and was hoping someone else could
confirm the behaviour I'm seeing.
I have added the following to program/steps/addressbook/search.inc to
demonstrate the problem (note that first line below should be the
existing line 34).
$_SESSION['search'][$search_request] = $CONTACTS->get_search_set();
$kfh = fopen("logs/filter", "a");
fwrite($kfh, "Filter at search.inc (in SESSION)\n ");
fwrite($kfh, $_SESSION['search'][$search_request]);
fwrite($kfh, "\n");
fwrite($kfh, "Filter at search.inc (in CONTACTS)\n ");
fwrite($kfh, $CONTACTS->get_search_set());
fwrite($kfh, "\n");
fclose($kfh);
What I am seeing after the first search is that
$_SESSION['search'][$search_request] does indeed equal
$CONTACTS->get_search_set() (which is a full valid filter). However, for
every subsequent search, $_SESSION['search'][$search_request] ends up
being "(", even though $CONTACTS->get_search_set() does contain the full
valid filter.
Basically, it seems that the assignment on line 34 works fine for the
first search, but fails after that. It can be reset by logging out and
in again.
Kyle
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I have written an implementation of message threading for RoundCube.
You can find it here: http://www.atomice.com/blog/?page_id=34
I have split it into a number of separate patches to make it easier to
apply. The patches are against yesterday's SVN trunk. I hope it can be
committed, but I appreciate a few things may need tweaking first.
Please review it.
Regards,
Chris January
_______________________________________________
List info: http://lists.roundcube.net/dev/
Dear devs,
After tweaking the hungarian translation files for hours, I decided to give
it back to you all.
First I corrected the files included in RC 0.2.2, after I merged it with the
one from Barnabas BONA <bsi(a)hosember.hu> (
http://lists.roundcube.net/mail-archive/dev/2009-07/0000067.html ), then I
formatted it according to the most recent en_US files from svn.
All hungarian files needed some care and global reformatting, but I think my
work paid off, we will use this version in our production environment!
Please commit it to svn. Thank you!
Regards,
ikkhares
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/E2/fYFFfWFD/hu_HU.tar
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, how can it happen that I have different timezone offsets in my
logs? The write_log function in main.inc should default to php time(). But
why can this result in different timezone offsets? Some insight please ...
Currently it is hard to track back issues back to apache access logfile.
Regards, Roland [09-Jul-2009 07:00:49 +0200]: Successful login for
demo0(a)mail4us.net (id 1175) from 95.91.44.235
[09-Jul-2009 02:26:39 -0400]:
Successful login for demo(a)mail4us.net (id 1171) from 91.64.83.204
[10-Jul-2009 07:39:56 +0900]: Successful login for demo(a)mail4us.net (id
1215) from 217.128.145.75
_______________________________________________
List info: http://lists.roundcube.net/dev/
Could someone to disable registration in trac for some time or to install spamfilter plugin?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
An update for id_ID lang. Please check it out. Hope this will be 100%
translated.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ud/cvUysSzr/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/
Up to 100%
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Rm/ATRNLxHV/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/
http://mail4us.net/dev/plugins/dblog.zip
May I kindly ask the professionals to review the plugin.
I noticed better performance if logging to database instead of logging to file.
In addition I disabled apache logging for roundcube vhost (rcube access is logged too: see callback hook startup).
Missing:
#1- Database update scripts for others than MySQL
#2- Export log table by FTP to support Round Robin installations.
#3- May be it's better to export as sql script ?
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
attached is a patch to extend the address book fields
The patch works against stable and i ported it to svn Revision: 2754
There are 2 parts missing to finalise this patch which is:
SQL/sqlite-upgrade.sql has not been modified to add the new columns
localization/en_US/labels.inc was the only one updated with the new
field names
Any questions let me know
Cheers
Brendan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Vb/wbxfAGZl/add_extended_address.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/