2403c5d0f7
use the new singleton pattern for the accountsclass
2008-02-08 11:30:40 +00:00
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
48a17e28c1
added a singleton pattern to the accounts class
2008-02-08 11:27:54 +00:00
ed7b31d496
commented out not working code
2008-02-08 11:24:04 +00:00
baa574dd42
fix for bug reported by audiohazard-at-gmx.de on the devel list
2008-02-07 04:37:42 +00:00
c9348737b4
small bugfix for handling of unexpected info type not being an array
2008-01-10 08:21:55 +00:00
a045eaaff5
Fix the typo introduced in the last commit and already fixed in the trunk
2008-01-02 16:23:21 +00:00
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
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
ae9170ab85
tracker 921
2007-12-15 23:29:51 +00:00
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
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
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
29820868fe
added the needed code to enable the functionality of sorting and selecting by customfields
2007-12-13 11:18:44 +00:00
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
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
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
50fd07004b
"fixed for bug #1011 : Mail all participants -dosen't fill in members of groups"
2007-12-11 07:16:11 +00:00
41049cc707
"fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>"
2007-12-11 06:58:20 +00:00
aad76dd0bd
fix for a problem with stripping out html comments, since sometimes the stripping loops forever
2007-12-10 08:19:03 +00:00
2bbebf7a0f
E_ALL notice
2007-12-09 22:55:39 +00:00
bb1d8575d8
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:21:04 +00:00
0c26f4d523
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:50:02 +00:00
357ea49003
"fixed error-message on no connection to a postgres server, to NOT contain the password"
2007-12-07 00:17:35 +00:00
86d3c5f159
"fix to display readonly link-entry without id empty (showed text search)"
2007-12-06 22:18:19 +00:00
0bea253fc7
"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"
2007-12-04 05:24:15 +00:00
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
0da33526b7
Provide proper vcard profile for syncevolution
...
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:23:20 +00:00
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
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
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
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
baeef40a16
"only check session.save_path if session.save_handler == files"
2007-11-27 00:37:38 +00:00
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
d66969f72b
fix not thrown exception if no notificaiton was send
2007-11-24 15:01:24 +00:00
f4292fb51b
"allow admins to import contacts with creator / created date set"
2007-11-23 17:21:26 +00:00
43cc66738a
"show the red cross if any app needs upgrading"
2007-11-23 17:02:56 +00:00
7200ea444b
added the optional customfield column for infolog.index.rows and infolog.index.rows-noheader
2007-11-23 12:57:55 +00:00
ecbb4e2b55
added the option to display customfields in the infolog main view.
...
after selecting customfields with the columnselector, you can choose which customfields you want to display
in the customfields column with the columnselector.
2007-11-23 12:51:59 +00:00
503a7a06d0
added phpgwapi/templates/default/images/info.png for the use of an info-icon to customfields in listview
2007-11-23 12:37:31 +00:00
627659be61
changed the etemplate/inc/class.customfields_widget.inc.php, to display only fields with values in listview and to have an info icon to identify
...
which customfield is displayed (onmouseover), a click on the icon or the value of the customfield opens the description of that field as alertbox.
2007-11-23 12:33:58 +00:00
170c0f95b1
bugfix: if you have custom addressbook types defined, the custom addressbook type selection within the listview will work now.
2007-11-23 09:02:03 +00:00
1d50dd1a8a
Merge change r24666 from trunk:
...
Fix the synml fragmentation support problem detected on some phones
such as the Nokia E61.
This affected most phones/devices that use SyncML with the vcard/vcalendar
format.
Fix from Christoph Kaulich, thanks.
2007-11-19 11:21:45 +00:00
0c2ed61d02
fix for reading empty files. This caused problems with mac os x as WebDAV client
2007-11-18 19:57:53 +00:00
6be088d539
"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"
2007-11-11 10:38:45 +00:00
fbb7d5c052
"fix for fmails live search to include accounts, if they are stored in a different repository"
2007-11-11 06:45:07 +00:00
df4b5575fd
catalan updates
2007-11-10 10:46:49 +00:00
8e9aae494b
"patch from Nigel Vickers and me, to prevent recursed getclosingbraces walking over a double stop delimeter"
2007-11-10 08:12:34 +00:00
97830ca51f
"patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC"
2007-11-10 08:08:48 +00:00
092081e751
Galician support, by tracker 1239
2007-11-09 16:33:20 +00:00