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
Jörg Lehrke
67bd6b14bd
Fix WSP issue in QP paramters
2009-11-25 09:41:58 +00:00
Jörg Lehrke
afd6dd3ef0
Fix empty value issue
2009-11-25 08:52:09 +00:00
Klaus Leithoff
28904f7aa8
refine purify definition to allow for anchor tags
2009-11-24 08:18:25 +00:00
Jörg Lehrke
6be4fa193f
Improve multi-domain support for SyncML
2009-11-22 18:48:15 +00:00
Jörg Lehrke
e340d34810
Add multi-domain support for SyncML
2009-11-22 17:40:32 +00:00
Jörg Lehrke
f6a3622115
Add additional datatstores in varios places
2009-11-22 16:47:37 +00:00
Jörg Lehrke
aacbe20355
Backport of Christians SyncML Category Handling
2009-11-20 14:45:26 +00:00
Jörg Lehrke
024faa2a3c
SyncML filter handling improved, code cleanup
2009-11-20 07:42:09 +00:00
Jörg Lehrke
ed326ddc69
Fix Domain Issue (Bug #2367 ) for SyncML
2009-11-18 18:56:36 +00:00
Jörg Lehrke
707a118184
Fix for 'Enforce Server' during SlowSync
2009-11-17 21:20:55 +00:00
Jörg Lehrke
9a7830b6d7
Add additional datastores
2009-11-17 07:14:50 +00:00
Ralf Becker
ccb408af27
"let new method hooks fail gracefully if hook class-file does not exists (like the old hooks do, eg. if app got removed)"
2009-11-16 09:44:20 +00:00
Ralf Becker
3c23ce30e0
fixing PHP5.3 deprecated warnings
2009-11-16 09:01:01 +00:00
Jörg Lehrke
18ff8a6fa7
Merge SyncML Extensions with 1.6
2009-11-16 08:04:18 +00:00
Klaus Leithoff
3a5e270948
bugfix groupmembers of groups got lost, while renaming accounts
2009-11-04 11:21:30 +00:00
Klaus Leithoff
a276e48d48
backport of Christian Binders patch: little helper for prefs if unserialize failed - this can happen if the pref comes from an installation with another charset than the current system charset, ported to handle config as well
2009-11-02 10:51:51 +00:00
Ralf Becker
e2a43a60ed
Backported fixes and upload enhancement from Trunk:
...
anonymous user can now download files, without the need to have
filemanager run rights
2009-10-25 19:29:56 +00:00
Ralf Becker
93d9e51982
"replace $this with self, to allow static call"
2009-10-22 09:12:00 +00:00
Ralf Becker
dbcd815fb5
"fix to cope with $vars[0] containing '%2' in lang() calls"
2009-10-19 07:45:27 +00:00
Ralf Becker
3f2b6c9a21
"- fixed error prefenting updating of locks
...
- added constant do enable debuging of locks"
2009-10-13 21:09:15 +00:00
Klaus Leithoff
c819f15dbc
fixing a problem regarding the datehandling in Horde/iCalendar.php reported by Chr.Kaulich
2009-10-02 09:05:09 +00:00