Ralf Becker
397c1bcf89
reverted Lars commit 24950, as it requires php5 and 1.4 is suposed to work with php4.3+
2008-03-19 20:00:49 +00:00
Ralf Becker
c29936bd79
1.4.003
2008-03-19 13:16:56 +00:00
Ralf Becker
f420fd2d95
1.4.003
2008-03-19 13:06:16 +00:00
Ralf Becker
f63aee9618
trunk commits 25026+25079 fixing problems introduced by Connys performance stuff, which he also commited to 1.4
2008-03-19 11:37:19 +00:00
Ralf Becker
42a07bc86c
fixed problem pointed out by lukasz.pilorz(at)allegro.pl
2008-03-19 11:10:17 +00:00
Klaus Leithoff
f53a1cf01d
fixed a problem in the old vfs_sql class in acl_check, a var group_ok is checked to verify permissions but never set. this did lead to empty
...
downloads in some cases. This was sponsored by PX2@Medien GmbH & Co. KG
2008-03-13 12:46:54 +00:00
Klaus Leithoff
d3165294c6
attempt to fix the problem with the stick org_view problem in addressbook. col_filter is not reseted if org_view criteria is set to all.
2008-03-10 12:34:57 +00:00
Ralf Becker
2b2b88c35c
Fix to never store private accounts, as they are always public (seems to be still the case for SyncML)
2008-03-10 07:05:41 +00:00
Carsten Wolff
8d066e2c0b
Circumvent a bug in some distributions of apache/mod_php, where an apache
...
child, that has executed a php script with mbstring.func_overload=7 once, will
overload substr() in a later execution of another php script, even if the
Location context of that script has mbstring.func_overload=0 set. Since the
WBXML decoder works byte-by-byte to determine substring length, it fails, if
mb_substr() is used. This patch prevents this.
2008-02-19 09:57:01 +00:00
Cornelius Weiß
0fca3cab3a
fix typo asterix -> asterisk :-)
2008-02-12 19:55:21 +00:00
Cornelius Weiß
1bf5414fc7
performance enhancement: accounts::search
...
on the test installation with 7200 accounts it reduces time for account-sel popup from 15 to < 1 sec
2008-02-12 15:45:10 +00:00
Cornelius Weiß
638fe65b75
fix the "to many categories" problem with ldap backend
2008-02-12 15:39:52 +00:00
Lars Kneschke
581d5b2625
rewrote the uiaccountsel class to use the global instance of the accounts class and not it's own
2008-02-08 11:35:20 +00:00
Lars Kneschke
8c8e793fee
use the new accounts singleton and set only the accountId
2008-02-08 11:32:10 +00:00
Lars Kneschke
2403c5d0f7
use the new singleton pattern for the accountsclass
2008-02-08 11:30:40 +00:00
Lars Kneschke
d31d731513
resolve the group grants only, when the we are not using the ldap accounts backend, because resolving the memberships using ldap is very slow currently
2008-02-08 11:29:37 +00:00
Lars Kneschke
48a17e28c1
added a singleton pattern to the accounts class
2008-02-08 11:27:54 +00:00
Lars Kneschke
ed7b31d496
commented out not working code
2008-02-08 11:24:04 +00:00
Ralf Becker
baa574dd42
fix for bug reported by audiohazard-at-gmx.de on the devel list
2008-02-07 04:37:42 +00:00
Klaus Leithoff
c9348737b4
small bugfix for handling of unexpected info type not being an array
2008-01-10 08:21:55 +00:00
Patrick Bihan-Faou
a045eaaff5
Fix the typo introduced in the last commit and already fixed in the trunk
2008-01-02 16:23:21 +00:00
Ralf Becker
e784812eb3
"Fixed problem created by viewing calendars in the far future.
...
The calendar horizont, responsible for how far in the future unlimited repeating events get rendered,
would previously be moved to that date, even if it was far in the future like 2030.
Now all requests for more then 1000 days in the future get simply ignored."
2007-12-20 19:54:15 +00:00
Patrick Bihan-Faou
a86affb697
Make the detection of the device types a little smarter and able to use
...
out-of-band data such as the HTTP user agent.
Use that to determine weither message fragmentation should be used or not.
Indicate that Funambol 6+ supports fragmentation (this solves cases where
big addressbooks cannot be syncrhonized because there are too many entries).
2007-12-19 07:44:09 +00:00
Oscar Manuel Gómez Senovilla
ae9170ab85
tracker 921
2007-12-15 23:29:51 +00:00
Ralf Becker
29cb0d1b85
fix for postgres problem reported by m.buess-at-mgsoftech.com at the german list: boolean/logic values get not (correct) retrieved from the DB
2007-12-15 18:01:47 +00:00
Ralf Becker
1d7510f85e
"fix for postgres problem reported by Hertell <nabble.com-at-hertell.com>, sql error when you filter by a category with sub-cats"
2007-12-13 16:06:41 +00:00
Klaus Leithoff
cdb39b2444
altered the display of the customfields in the header of the infolog table-view to make use of the new customfields-header subwidget from Ralf, to
...
support sorting and selecting by customfields
2007-12-13 11:22:05 +00:00
Klaus Leithoff
29820868fe
added the needed code to enable the functionality of sorting and selecting by customfields
2007-12-13 11:18:44 +00:00
Klaus Leithoff
ab60a02467
improved control of the customfields in tableheader of infolog
...
->added the name of the customfields to the customfield control array
($rows[customfields])
2007-12-13 11:15:47 +00:00
Klaus Leithoff
45a2efe551
Backport of a modification/addition to the customfield widget from Ralf
...
pre_process_cf_header
function to display the customfields in a nextmatch table-header with the functionality of sorting and selecting
by customfields. Of cource you need to adapt the source of your get_rows or search functionality to do the
actual sorting and selecting. We try to do some additional documentation in codecorner
You can pass the allowed/wanted fields to the header by passing an array of the wanted fields to the widget
through the options parameter (see the eTemplate editor for fields/cells). This array is passed on through
$cell['size']. By now the array passed through is only working, if it is the only entry in the optionsparameter.
The allowed fields array assumes an numerical indexed array of (an) array(s) with ['name'] tag(s) set.
The name provided assumes a preceding #. (e.g.: $allowed_fields[x]['name']='#MyCustomField')
2007-12-13 10:19:27 +00:00
Patrick Bihan-Faou
66886d9b88
Merged trunk r24791:
...
Extend the patch to get_categories in infolog submitted by matthias to the other classes
as well.
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the
category names, so with this patch we match X-CatName just like CatName
This is only done for SyncML obviously.
2007-12-11 09:30:55 +00:00
Ralf Becker
50fd07004b
"fixed for bug #1011 : Mail all participants -dosen't fill in members of groups"
2007-12-11 07:16:11 +00:00
Ralf Becker
41049cc707
"fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>"
2007-12-11 06:58:20 +00:00
Klaus Leithoff
aad76dd0bd
fix for a problem with stripping out html comments, since sometimes the stripping loops forever
2007-12-10 08:19:03 +00:00
Ralf Becker
2bbebf7a0f
E_ALL notice
2007-12-09 22:55:39 +00:00
Ralf Becker
bb1d8575d8
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:21:04 +00:00
Ralf Becker
0c26f4d523
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:50:02 +00:00
Ralf Becker
357ea49003
"fixed error-message on no connection to a postgres server, to NOT contain the password"
2007-12-07 00:17:35 +00:00
Ralf Becker
86d3c5f159
"fix to display readonly link-entry without id empty (showed text search)"
2007-12-06 22:18:19 +00:00
Ralf Becker
0bea253fc7
"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"
2007-12-04 05:24:15 +00:00
Ralf Becker
c4bb7046a3
"Fixed problem reported by Eval Plantec on the developers list: no conflict of a group invitation with events of its members"
2007-12-03 17:08:50 +00:00
Patrick Bihan-Faou
0da33526b7
Provide proper vcard profile for syncevolution
...
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:23:20 +00:00
Ralf Becker
dbaed3389f
"tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon"
2007-12-01 01:04:01 +00:00
Klaus Leithoff
8a376b62ea
CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
...
columnselection against selectboxes in the background
2007-11-30 08:58:04 +00:00
Patrick Bihan-Faou
73c2841457
Remove the reference to the deprecated formated_list() functions for categories.
...
Replaced them with the correct name: formatted_list().
2007-11-27 17:23:40 +00:00
Klaus Leithoff
d044541686
adaption of the customfields feature to the distinction of detailed/non-detailed prefs of the columnselection
2007-11-27 11:49:55 +00:00
Ralf Becker
baeef40a16
"only check session.save_path if session.save_handler == files"
2007-11-27 00:37:38 +00:00
Ralf Becker
4cd6f57356
"fixed problem reported from xxx on the user list: \"Fatal Error class.uiinfolog.inc.php on line 1220\"
...
removed php5 code (self::), to maintain php4.3 compatibility in 1.4"
2007-11-25 16:19:27 +00:00
Cornelius Weiß
d66969f72b
fix not thrown exception if no notificaiton was send
2007-11-24 15:01:24 +00:00
Ralf Becker
f4292fb51b
"allow admins to import contacts with creator / created date set"
2007-11-23 17:21:26 +00:00