Klaus Leithoff
cc873a1a80
nathan gray commit 28952 and 28951: background color and border for ajax select box results
2010-01-14 08:17:50 +00:00
Klaus Leithoff
d9abc32437
joergs lehrke commit 28953 enable sife again
2010-01-14 08:15:01 +00:00
Klaus Leithoff
d268673514
allow image resizing in display; make sure of proper trash/sent/draft/template handling, by using the preferences associated to the current profile; handle quoted emailadresses for imap_rfc822_parse_adrlist
2010-01-13 11:21:31 +00:00
Klaus Leithoff
5bb170b40e
fixing a problem with multiple (or size>1) select fields in/for IE (selectbox hack)
2010-01-13 09:30:12 +00:00
Ralf Becker
2f45dae0bd
merged Nathans ajax select widget als custom field
2010-01-13 06:42:13 +00:00
Ralf Becker
18574aaede
Merged commits from Jörg:
...
- r28939: Fix empty EXDATE issue
- r28934-7: Fix vCal 1.0 RRULE issue
2010-01-13 06:39:44 +00:00
Ralf Becker
f668ff2ec9
fixed in wrong order displayed sub-categories
2010-01-13 06:33:12 +00:00
Ralf Becker
622d129c62
changelog and spec file for epl-9.2
2010-01-12 04:40:00 +00:00
Ralf Becker
1c496c88e9
changelog and spec file for epl-9.2
2010-01-12 04:14:10 +00:00
Ralf Becker
a8c5680d1b
some fixes for session of basic auth clients as sogo connector:
...
- added user IP to hash used as session id (so changed IP, different devices force a different session)
- returning false in verify, if domain is changed
- fixed "Wrong IP" message
2010-01-12 03:57:56 +00:00
Ralf Becker
01b4d34de3
somehow forgot to remove old xajax files
2010-01-12 03:44:03 +00:00
Ralf Becker
081445949f
Merged Jörgs commits:
...
- r28917: Fix encoding issues; improvements for Funambol clients
- r28918: Fix SyncML client recognition
- r28919: More Funambol adjustments and workarounds
- r28920: Fix task priorities for Funambol WM Client
- r28921: Fix various issues introduced with Funambol adjustments; code
cleanup
- r28922: Enforce SINGLE, if detected; cleanup logging again
2010-01-11 23:48:42 +00:00
Ralf Becker
c451db894d
fixed static get_rows callback for php5.3, it is working for all php versions, thought from 5.2.3+ it is a static call AND always calls $query as a var parameter!
2010-01-11 23:39:14 +00:00
Ralf Becker
4f4c54ac30
fixed typo in english phrase
2010-01-11 23:16:40 +00:00
Ralf Becker
c7a5de868f
merged r28910: fixed not use popup in link list widget (eg. links tab
...
in different apps)
2010-01-08 02:48:15 +00:00
Ralf Becker
e750d7cf52
merged xajax 0.5 commits from trunk:
...
r28909: register doXMLHTTPsync as an alias to call doXMLHTTP
synchronious
r28908: remove reference from $obj =& new obj() constructs, to get
ride of depricated warnings in php5.3
r28907: using new xajax version 0.5, thought automatically defining
all pre 0.5 response functions, so no changes in EGroupware callbacks
necessary, everything should work as before
r28906: adding stock xajax_0.5_minimal
2010-01-08 02:44:18 +00:00
Ralf Becker
4ed476089a
Merged commit from Christian:
...
r28905: invalid the cache if saved_states get updated, otherwise
changed states will not be saved correctly in some cases
2010-01-08 02:39:03 +00:00
Ralf Becker
f6b406ca8c
Merged commit from Jöerg:
...
r28891: Optimized Funambol recognition
2010-01-08 02:37:32 +00:00
Ralf Becker
c0b827b499
merged commits from Jörg and Christian:
...
r28894: Fix recur_enddate during import/export
r28893: Calculate the EGw recur_enddate properly
r28889: substract only one second from incoming whole day events because
EGw stores whole day events with DTEND 23:59:59
r28886: fixed wrong indents
2010-01-08 02:35:23 +00:00
Ralf Becker
19215ae75e
adding stock xajax_0.5_minimal
2010-01-07 23:33:20 +00:00
Christian Binder
fc63d67fb9
invalid the cache if saved_states get updated, otherwise changed states will not be saved correctly in some cases
2010-01-07 10:41:51 +00:00
Ralf Becker
d5d6ba922c
do NOT allow to delete original contact content-type for addressbook, as it only creates support problems as users incidently delete it
2010-01-07 04:55:51 +00:00
Ralf Becker
7a948de39e
do NOT allow to delete original contact content-type for addressbook, as it only creates support problems as users incidently delete it
2010-01-07 04:54:48 +00:00
Ralf Becker
c1fa9f5cf4
fixed supported-report-set according to a calendarserver example and reorganized HTTP_WebDAV_Server to generally support hierachical properties
2010-01-07 04:27:32 +00:00
Ralf Becker
8d55e4800e
fixed supported-report-set according to a calendarserver example and reorganized HTTP_WebDAV_Server to generally support hierachical properties
2010-01-07 04:24:45 +00:00
Ralf Becker
46f3d19e1c
supported-report-set as required for CardDAV and Sogo connector
2010-01-07 02:07:33 +00:00
Ralf Becker
b446f6de4e
supported-report-set as required for CardDAV and Sogo connector
2010-01-07 02:04:09 +00:00
Ralf Becker
291890c5cc
ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense
2010-01-05 23:30:59 +00:00
Ralf Becker
2e99a3fb20
ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense
2010-01-05 23:27:28 +00:00
Ralf Becker
d53f0c91bf
ctag for addressbook, sogo connector seem to require it, thought it should be optional, anyway ctag makes sense
2010-01-05 23:25:17 +00:00
Jörg Lehrke
d82ca7378b
Fix recur_enddate during import/export
2010-01-05 18:06:07 +00:00
Jörg Lehrke
ac7424612e
Calculate the EGw recur_enddate properly
2010-01-05 11:24:27 +00:00
Jörg Lehrke
ed519fda33
Optimized Funambol recognition
2010-01-05 10:09:47 +00:00
Ralf Becker
ae34dae240
merged r28889 von Jaytraxx: substract only one second from incoming whole day events because EGw stores whole day events with DTEND 23:59:59
2010-01-04 22:57:00 +00:00
Christian Binder
946ecb41b2
substract only one second from incoming whole day events because EGw stores whole day events with DTEND 23:59:59
2010-01-04 13:56:20 +00:00
Christian Binder
80f9969ee3
fixed wrong indents
2010-01-02 13:25:58 +00:00
Ralf Becker
749b755a18
make input readonly via javascript to NOT trigger mobile devices to display a keyboard
2010-01-01 23:06:02 +00:00
Ralf Becker
19dd3785a9
make input readonly via javascript to NOT trigger mobile devices to display a keyboard
2010-01-01 23:04:39 +00:00
Ralf Becker
f609bdde32
merged r28876 from Jaytraxx: recognize zero value also as a real value
2009-12-31 22:16:05 +00:00
Ralf Becker
6081223119
merged r28873 from Jaytraxx: implemented different priority values for funambol/outlook clients since outlook does not support the RFC defined PRIORITY values, fixed some typos
2009-12-31 22:12:39 +00:00
Ralf Becker
6cc7414ce6
Fixed CalDAV/GroupDAV to include all exceptions of a series in the
...
resource of the series master. Now the status of single recurrences of a
serie are send to the clients as (virtual) exceptions as Jaytrax&Joerg
implemented it already for SyncML.
The implementation is unfortunately a little different, as CalDAV
differs from SyncML and I dont know the SyncML part that well. Maybe we
can re-unify the code again together.
Tested so far with Tb3/Lightning1.0b and a little with iPhone.
Please let me know, if you run into problems with other clients.
(Including fix from Jaytraxx: call groupdav::fix_series() really just
for groupdav clients)
2009-12-31 22:11:01 +00:00
Ralf Becker
d467c76c35
merged r28877 from Stefan: fixes Problem with pagerepead and multipe Adresslabels on one page
2009-12-31 22:07:30 +00:00
Stefan Becker
ddd1a2176c
"fixes Problem with pagerepead and multipe Adresslabels on one page"
2009-12-30 13:59:08 +00:00
Christian Binder
b3a02f9408
recognize zero value also as a real value
2009-12-30 13:48:00 +00:00
Christian Binder
b973910334
reverted last commit because it had no effect
2009-12-30 13:46:37 +00:00
Christian Binder
5fd473c986
test to cast PERCENT-COMPLETE as int to prevent 0 value to be set to nothing
2009-12-30 10:36:25 +00:00
Christian Binder
43190660a4
implemented different priority values for funambol/outlook clients since outlook does not support the RFC defined PRIORITY values, fixed some typos
2009-12-29 13:51:07 +00:00
Ralf Becker
46f93428df
hack to get Excel 200X to display additional rows in tables
2009-12-27 23:56:21 +00:00
Ralf Becker
7e754c28c1
hack to get Excel 200X to display additional rows in tables
2009-12-27 23:51:25 +00:00
Christian Binder
3546f1057d
call groupdav::fix_series() really just for groupdav clients
2009-12-27 15:49:40 +00:00