Ralf Becker
a2119f7fd4
restructured accounts::search() code, to handle $param[app] for ldap too, fixed ldap backend to also index array by account_id
2010-03-20 13:29:11 +00:00
Jörg Lehrke
b407ea4c8e
Use iterator approach in GroupDAV; fix various issues
2010-03-15 11:35:07 +00:00
Jörg Lehrke
8e3009acfe
Fix principal-URL for users
2010-03-07 15:04:05 +00:00
Jörg Lehrke
4306e0305b
Fix principals/users issue
2010-03-06 22:17:30 +00:00
Jörg Lehrke
a2602b1570
Remove unused groupdav_groups
2010-03-05 16:31:23 +00:00
Jörg Lehrke
8175306dea
Fix GroupDAV entry duplication issue
2010-03-05 12:07:50 +00:00
Ralf Becker
796beca7b1
Preseed link title-cache for link-list and link-string widget
...
(Performance improvment, as all titles of an application get queried in
a single query and NOT once for every link)
2010-03-05 10:37:47 +00:00
Jörg Lehrke
19081734cd
Updated GroupDAV code to support InfoLog calendars, Addressbook and new principal implementation
2010-03-04 23:09:55 +00:00
Ralf Becker
671a0293ef
fixed propfind_iterator sometimes not returning any item
2010-03-03 08:18:48 +00:00
Jörg Lehrke
31be31954e
SlowSync/search issues with event pseudo exceptions
2010-03-02 23:21:54 +00:00
Jörg Lehrke
306c9455c5
Various GroupDAV fixes and extensions
2010-03-01 21:18:52 +00:00
Jörg Lehrke
635c7118e5
Fix empty ORGANIZER/ATTENDEE
2010-02-28 12:53:23 +00:00
Jörg Lehrke
ee00114a2e
Fix GroupDAV issues
2010-02-26 10:59:30 +00:00
Jörg Lehrke
3935667813
Add RDATE support to VTIMEZONE parser
2010-02-26 10:58:03 +00:00
Jörg Lehrke
6433df94ec
Calendar synchronization backport
2010-02-23 18:35:43 +00:00
Jörg Lehrke
e2f7cd790f
Enable proper 'refresh from server' again
2010-02-17 13:28:12 +00:00
Jörg Lehrke
ec4778f6bc
Fix newline issue
2010-02-16 15:10:45 +00:00
Ralf Becker
71c52d4e43
fixed a strange PHP5.3 problem, it seems call_user_func_array fails returning NULL for a static method with a var parameter
2010-02-15 06:07:58 +00:00
Ralf Becker
a8803dbd9a
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 03:43:42 +00:00
Ralf Becker
2c81925b20
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 01:27:45 +00:00
Jörg Lehrke
e227c3c4c3
address moreData conflict between datastores
2010-02-09 10:48:18 +00:00
Jörg Lehrke
a95b0a16be
Fix old formats' folding issue
2010-02-09 10:48:12 +00:00
Jörg Lehrke
cdb9e81f69
Enable SlowSync optimization with old mappings; vCalendar 1.0 folding
2010-02-08 19:50:56 +00:00
Jörg Lehrke
119f79bc8d
Update SyncML user preferences immediately
2010-02-07 20:28:03 +00:00
Jörg Lehrke
1f88a89502
Fix empty default domain issue again
2010-02-07 17:53:16 +00:00
Jörg Lehrke
dc0909aa86
Fix empty default domain issue
2010-02-07 17:42:38 +00:00
Jörg Lehrke
2ff7062b22
SyncML Improvements
...
- Multi-Domain support
- Funambol encoding issues
- various vCalendar flaws fixed
- better pseudo exception handling
2010-02-03 18:35:46 +00:00
Jörg Lehrke
888eb2b3cb
Optimized Funambol recognition
2010-01-05 10:14:52 +00:00
Christian Binder
2ac41f2803
backport to 1.6: recognize zero value also as a real value
2010-01-02 13:23:22 +00:00
Jörg Lehrke
459941bd84
Make owner appendix optional for categories
2009-12-07 16:15:39 +00:00
Ralf Becker
03f38f9233
- fixed not working rename in entry directories in /apps (eg. rename of
...
an infolog attachment), was caused by use of url_stat from sqlfs
instead of links stream wrapper
- fixed wrong mime type / icon in files stored via netdrive from msword
(the first use the extension .tmp, before renaming file to .doc:
sqlfs "detects" mime type only from the extension and did not recheck
it if a file gets renamed, that's now fixed)
2009-12-01 15:02:41 +00:00
Ralf Becker
bfd2736629
"check for existens of dl() before calling it, thanks to report from CK"
2009-12-01 11:24:19 +00:00
Jörg Lehrke
a1ee7d5cbf
Optimize SyncML performance
2009-12-01 11:21:13 +00:00
Ralf Becker
fd884940f8
"fixed 5.3 backport from trunk, gave fatal error for an in 1.6 not existing method"
2009-12-01 09:50:18 +00:00
Ralf Becker
7f264987a6
we need to first check if the constant is defined, as we get a fatal error in php5.3 otherwise
2009-11-30 20:30:26 +00:00
Ralf Becker
2cb6179a5e
"fixed wrong build pass, causing an open_basdir warning, as url get appended to egroupware dir"
2009-11-30 16:24:34 +00:00
Ralf Becker
0e05b016ed
quitent permanent error_log
2009-11-30 16:07:26 +00:00
Ralf Becker
34fd086dd0
avoid warning in php5.3, if argument is an array
2009-11-30 16:01:55 +00:00
Ralf Becker
6eb975f0da
upps typo
2009-11-30 16:00:23 +00:00
Ralf Becker
5db82f568d
querying date_default_timezone_get() only once and storing it as
...
$GLOBALS[egw_info][server][server_timezone], as it fills the log with
warnings under php5.3
2009-11-30 15:57:17 +00:00
Ralf Becker
8b59123838
fixed php5.3 warning: PHP Deprecated: Function magic_quotes_runtime() is deprecated
2009-11-30 15:49:14 +00:00
Jörg Lehrke
66c566cb71
Optimized SyncML memory footprint; fixes various filter issues
2009-11-29 20:59:52 +00:00
Jörg Lehrke
c5d6ab6974
Added missing common function check_load_extension()
2009-11-29 18:46:30 +00:00
Ralf Becker
86c2be2efa
fixed sometimes not translatable phrases longer 128 chars, problem was a trim() after truncating the message to 128 chars
2009-11-28 16:24:44 +00:00
Ralf Becker
9e5c2633d4
egw_vfs::download_url requires egw::link, as it is relative to egroupware dir
2009-11-28 16:23:52 +00:00
Ralf Becker
6c1f963aee
fixed replacement of multiple placeholders
2009-11-28 11:32:56 +00:00
Klaus Leithoff
1a3a131b0d
handling parameter-replacements in translation class
2009-11-27 13:22:51 +00:00
Klaus Leithoff
b1d33d5277
purifier upgrade to 4.0.0
2009-11-27 10:08:55 +00:00
Klaus Leithoff
34ec3c2124
switching to modern purifier notation, as of in 4.0 the old style is deprecated
2009-11-27 10:08:35 +00:00
Jörg Lehrke
e91b10b709
Fix RRULE issue with trailing colon
2009-11-25 19:18:34 +00:00