Christian Binder
7d49fe21b8
reverted call to non-existent static methods in 1.6, introduced with revision 28325. These methods currently just exist in trunk.
2010-01-02 13:50:32 +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
Christian Binder
d899be3124
backport to 1.6: implemented different priority values for funambol/outlook clients since outlook does not support the RFC defined PRIORITY values, fixed some typos
2010-01-02 13:19:32 +00:00
Jörg Lehrke
84a1412c53
fixed not recognized vtodo priority values
2009-12-14 07:01:02 +00:00
Ralf Becker
9993092b7f
"Ajax to construct homedirectory from specified directory name in setup and account_lid"
2009-12-09 08:24:16 +00:00
Jörg Lehrke
30234979e4
Rollback 28788
2009-12-07 16:25:30 +00:00
Jörg Lehrke
459941bd84
Make owner appendix optional for categories
2009-12-07 16:15:39 +00:00
Klaus Leithoff
83a61a8766
handle a problem regarding the display of MSO Mails
2009-12-07 09:09:36 +00:00
Jörg Lehrke
e5887937cc
Fix yearly recurrence issue for version 1.0
2009-12-06 18:03:45 +00:00
Oscar Manuel Gómez Senovilla
4d046e3727
Update french translation. Tracker #2411
2009-12-05 11:10:16 +00:00
Jörg Lehrke
1e32ee4442
Fix recurrence UNTIL calculation
2009-12-04 15:38:36 +00:00
Ralf Becker
b1ba17a702
fixed problem with blanks in account_id of owner parameter
2009-12-04 10:25:26 +00:00
Ralf Becker
41f055f874
"added epl version and fixed detection of debian/ubuntu version"
2009-12-03 09:49:03 +00:00
Ralf Becker
908b729c7f
switching output compression off, as it makes problems with synthesis client
2009-12-03 07:16:11 +00:00
Ralf Becker
d21599f47f
remove jerryr print.css template, as it was not used before and is not up to date
2009-12-02 17:04:50 +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
8e5ee31e56
"supress warning \"session.save_path not writable by webserver\", if open_basedir is activ and path is NOT included
...
--> spares users from false warning, that they can not login, because sessions not working"
2009-12-01 13:59:45 +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
54fd41a16a
Use UID for find_content(); code cleanups
2009-12-01 11:21:44 +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
d4b9dee585
fixed login in other then first domain
2009-11-30 17:57:35 +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
Ralf Becker
208560abbb
reverted r28325, as it's not working in 1.6 and has nothing to do with SyncML
2009-11-30 12:55:46 +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
9b958eed5e
"fixed birthday reminder on home for ldap:
...
- transfer wildcard via parameter, as it get's quoted otherwise
- searching accounts too, if accounts stored in ldap and contacts not"
2009-11-29 13:35:53 +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
611c36026f
fixed bug: superuser clicking [apply] twice in file preferences deleted file or directory
2009-11-28 15:13:54 +00:00
Ralf Becker
ad137415aa
removed caching as it creates problems with datasource updates in projectmanager (datasource reads infolog content from an instance with a not updated cache, causing updates only to happen after clicking on [apply] twice)
2009-11-28 14:03:45 +00:00
Ralf Becker
95d4631f61
unsetting etag too when copying contacts to fix optimistic locking error after 2. apply
2009-11-28 11:46:48 +00:00
Ralf Becker
6c1f963aee
fixed replacement of multiple placeholders
2009-11-28 11:32:56 +00:00
Klaus Leithoff
a23919ea4b
make sure there is an mailObject before you try to do anything else
2009-11-28 09:51:24 +00:00
Ralf Becker
6549ed94a2
disabling automatic call to asyncservice after each request
2009-11-28 08:28:12 +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
f5dbc57e64
Fix event recur_interval mismatch issue
2009-11-27 07:08:06 +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
Klaus Leithoff
9c3d1fb334
php5.3 compatibility, eregi->preg_replace
2009-11-23 10:50:31 +00:00