Ralf Becker
463d61fa36
not longer used
2009-07-20 07:45:47 +00:00
Ralf Becker
84bd571ae8
"setting defaults for 1.6.002"
2009-07-20 07:36:28 +00:00
Ralf Becker
3a6ed9ce4e
added new build script to 1.6 branch
2009-07-20 07:32:26 +00:00
Ralf Becker
ba346ab68b
"replaced split with preg_split"
2009-07-20 07:30:34 +00:00
Jörg Lehrke
367d2b5ad6
Keep Field Order
2009-07-19 20:05:06 +00:00
Jörg Lehrke
81afb6f8e9
Fix Funambol Outlook Client Issues
2009-07-18 23:02:31 +00:00
Jörg Lehrke
71dfd3b2bb
Fix SIF Parser
2009-07-18 22:36:44 +00:00
Jörg Lehrke
91f0b9ad9d
Empty ENCODING and CHARSET
2009-07-18 18:00:39 +00:00
Ralf Becker
a874ad53a4
"removed onclick alert"
2009-07-18 15:39:00 +00:00
Ralf Becker
e9a7336a35
"removed onclick alert"
2009-07-18 15:35:42 +00:00
Ralf Becker
326a31722b
"fix for bug: checking \"whole query\" sets number of rows to -1"
2009-07-18 15:19:02 +00:00
Ralf Becker
947e09e02f
"fix for bug: checking \"whole query\" sets number of rows to -1"
2009-07-18 15:17:41 +00:00
Ralf Becker
d679a00d1d
"fix for bug #2112 : fix maybe wrong case in username on login
...
makes problems eg. in filemanager (name of homedir)"
2009-07-18 13:14:13 +00:00
Jörg Lehrke
89d8486583
Support of Funambol Outlook Sync Client
2009-07-18 13:11:43 +00:00
Ralf Becker
a34f7faec5
Fix for bug #2074 + #2075 : Postgres update error to 1.6
2009-07-18 12:57:21 +00:00
Ralf Becker
3d195218f1
Fix for bug #2074 + #2075 : Postgres update error to 1.6
2009-07-18 12:55:21 +00:00
Ralf Becker
fed41cf05e
"Fix for bug #2111 : xml_functions.inc.php calls to an undefined method
...
as suggested by Igor Blanco"
2009-07-18 12:46:05 +00:00
Ralf Becker
52dbb060d2
"Fix for bug #2111 : xml_functions.inc.php calls to an undefined method
...
as suggested by Igor Blanco"
2009-07-18 12:44:38 +00:00
Jörg Lehrke
3fdb693e35
Fix whole day events
2009-07-18 12:40:58 +00:00
Ralf Becker
fac44715bb
"Fix for bug #1885 : egw_db->row doesn't work as expected
...
reverted r25031, as it returns the first record with numeric indexes (it's anyway a depricated function)"
2009-07-18 12:36:19 +00:00
Ralf Becker
cdb601da56
"Fix for bug #1885 : egw_db->row doesn't work as expected
...
reverted r25031, as it returns the first record with numeric indexes (it's anyway a depricated function)"
2009-07-18 12:33:52 +00:00
Jörg Lehrke
48538a6ced
Give higher levels a chance to avoid QP
2009-07-18 12:31:00 +00:00
Ralf Becker
3d5a57ca7b
"Fix for bug #1891 : CAS auth seems to fail"
2009-07-18 12:22:48 +00:00
Ralf Becker
67913ad192
"Fix for bug #1891 : CAS auth seems to fail"
2009-07-18 12:22:14 +00:00
Ralf Becker
b5c8df2015
"Fix for bug #1992 from Hans-Juergen Tappe:
...
The sitemgr login module does not cleanup session."
2009-07-18 12:16:38 +00:00
Ralf Becker
10006c16ec
"Fix for bug #1992 from Hans-Juergen Tappe:
...
The sitemgr login module does not cleanup session."
2009-07-18 12:15:20 +00:00
Ralf Becker
755c9103f6
"Fix for bug #1990 from Hans-Juergen Tappe:
...
Fix a typo which prevents categories which come in as an array to be handled correctly."
2009-07-18 12:04:59 +00:00
Ralf Becker
e1a25587c8
update from 1.6.002
2009-07-18 10:00:33 +00:00
Ralf Becker
656d784fb3
pushing version to 1.6.002
2009-07-18 10:00:05 +00:00
Ralf Becker
201f498a9c
checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing
2009-07-18 09:33:30 +00:00
Ralf Becker
8fb60be7d7
checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing
2009-07-18 09:12:52 +00:00
Christian Binder
3d1cb839ce
so class STEP2: re-insert recurrences for deleted exceptions manually to avoid the forced rebuild of all recurrences and states
2009-07-17 17:16:34 +00:00
Christian Binder
e77ed49566
so class STEP1: reverted wrong recurrence rebuild with $max. fixed not working move() method for egw_cal_user. fixed participant status orphans
2009-07-17 14:49:19 +00:00
Ralf Becker
86db825cbf
"more RECURRENCE-ID stuff:
...
- disabling it on import, as we cant overwrite a cal_id with a timestamp
- fixing it on export, finding the closest exception to return it
- using array_merge to merge virtual and real exceptions, as + overwrites numeric keys"
2009-07-17 12:08:45 +00:00
Ralf Becker
81a4097818
removed depricated assignment by reference
2009-07-17 11:29:45 +00:00
Ralf Becker
d3e2130c25
removed depricated assignment by reference
2009-07-17 11:29:15 +00:00
Klaus Leithoff
b6f0321b52
prevent using the numeric value of a group or user twice, by checking if it already exists for both sides
2009-07-17 10:32:57 +00:00
Ralf Becker
0e3f456fe1
"RECURRENCE-ID: $event['reference'] is a calendar_id, not a timestamp"
2009-07-17 10:15:22 +00:00
Jörg Lehrke
9f377914c9
fix recurrence exception issue
2009-07-16 19:42:50 +00:00
Jörg Lehrke
99eaf8921b
Enable FN again
2009-07-16 19:40:02 +00:00
Ralf Becker
907da227e6
merged iPhone CalDAV fixes to 1.6
2009-07-16 16:38:33 +00:00
Ralf Becker
a5ff2eb037
fix for invalid category ids, eg. delete categories
2009-07-16 16:05:40 +00:00
Ralf Becker
2cfa5530c3
"if path ends in a slash, multiple files can be uploaded, their original filename is kept then"
2009-07-16 12:57:00 +00:00
Ralf Becker
332901742b
"- document and clearify option: required mimetype or regular expression for mimetype to match, eg. '/^text\//i' for all text files
...
- unset onchange, if $id is empty"
2009-07-16 08:02:37 +00:00
Ralf Becker
cb0fc5db82
- merged SyncML-1.2 branch with trunk:
...
svn merge -r 26935:HEAD ^/branches/SyncML-1.2/calendar .
- with the exception of class.calendar_uiforms.inc.php,
as it was not updated with the latest changes from trunk
and I'm not sure about the changes
--> needs further discussion, sorry :-(
svn revert inc/class.calendar_uiforms.inc.php
2009-07-15 20:35:56 +00:00
Ralf Becker
036b2cd14e
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/infolog@27329 ^/branches/SyncML-1.2/infolog .
- completly reverted changes in inc/class.boinfolog.inc.php, as they are
not related to SyncML at all:
svn revert inc/class.boinfolog.inc.php
2009-07-15 20:04:17 +00:00
Ralf Becker
d333605510
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/addressbook@27378 ^/branches/SyncML-1.2/addressbook .
- re-added to trunk commits, which were somehow not in SyncML-1.2 branch:
svn merge -c 26581 ^/trunk/addressbook
svn merge -c 26582 ^/trunk/addressbook
2009-07-15 19:44:09 +00:00
Ralf Becker
e667e168b4
- merged SyncML-1.2 branch with trunk:
...
svn merge ^/trunk/phpgwapi@27377 ^/branches/SyncML-1.2/phpgwapi .
2009-07-15 19:31:25 +00:00
Klaus Leithoff
ab20b324e0
fix for: if no cf import fails with fatal error
2009-07-15 14:22:29 +00:00
Ralf Becker
7c3f249f71
"added static function to check if file exists, which does NOT take the extension into account (can be used in the application code too)"
2009-07-15 11:31:02 +00:00