Commit Graph

14876 Commits

Author SHA1 Message Date
Klaus Leithoff
24aa36d655 you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled 2010-02-12 15:06:47 +00:00
Klaus Leithoff
24f126c8e5 backport of some of nathans bugfixes (r28977,r29155,r29162) 2010-02-10 10:17:43 +00:00
Klaus Leithoff
9a0c0203ee fixing a warning by improving the email-regex 2010-02-09 11:49:15 +00:00
Klaus Leithoff
e5fd2f3a9e fix typo, you may have to register hooks 2010-02-08 08:55:34 +00:00
Klaus Leithoff
cc69cd7ebe quiten a warning in _searchLDAP -> Invalid argument supplied for foreach() 2010-02-03 13:05:22 +00:00
Ralf Becker
43ca4795fd fixed common::setLocal() to fallback to en_US, not en_EN (which does not exist) and then de_DE (giving german) 2010-01-24 01:14:02 +00:00
Ralf Becker
d865b48bea fixed not deleted files in filesystem 2010-01-21 23:00:38 +00:00
Nathan Gray
a7164c6de0 Merge ajax select widget custom field + border & background color 2010-01-20 23:39:39 +00:00
Klaus Leithoff
230397b17c call hooks with a proper hook array 2009-12-07 13:14:35 +00:00
Ralf Becker
0dbe1b28ef fixed problem with blanks in account_id of owner parameter 2009-12-04 10:26:02 +00:00
Ralf Becker
8d11f7adcb "added epl version and fixed detection of debian/ubuntu version" 2009-12-03 09:49:22 +00:00
Ralf Becker
2b5c129d6b remove jerryr print.css template, as it was not used before and is not up to date 2009-12-02 17:08:52 +00:00
Ralf Becker
4571807220 "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 14:00:03 +00:00
Ralf Becker
167ff056d3 fixed login in other then first domain 2009-11-30 17:58:43 +00:00
Ralf Becker
d08659a57b "fixed wrong build pass, causing an open_basdir warning, as url get appended to egroupware dir" 2009-11-30 16:24:54 +00:00
Ralf Becker
39ef00b23f "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:36:16 +00:00
Ralf Becker
cbc16ac036 fixed sometimes not translatable phrases longer 128 chars, problem was a trim() after truncating the message to 128 chars 2009-11-28 16:21:00 +00:00
Ralf Becker
f50862a2e7 fixed bug: superuser clicking [apply] twice in file preferences deleted file or directory 2009-11-28 15:13:19 +00:00
Ralf Becker
aa98086578 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:04:31 +00:00
Ralf Becker
ecb7c1c71e unsetting etag too when copying contacts to fix optimistic locking error after 2. apply 2009-11-28 11:57:47 +00:00
Ralf Becker
a3feb49a21 fixed replacement of multiple placeholders 2009-11-28 11:33:28 +00:00
Ralf Becker
ccc90ec207 disabling automatic call to asyncservice after each request 2009-11-28 08:24:40 +00:00
Klaus Leithoff
2f74808302 make sure there is an mailObject before you try to do anything else 2009-11-27 15:02:35 +00:00
Klaus Leithoff
2bff775ac5 handling parameter-replacements in translation class 2009-11-27 13:21:06 +00:00
Klaus Leithoff
e185b84018 purifier upgrade to 4.0.0 2009-11-27 10:06:15 +00:00
Klaus Leithoff
9000c22f49 switching to modern purifier notation, as of in 4.0 the old style is deprecated 2009-11-27 10:04:56 +00:00
Klaus Leithoff
00dc88fbf6 refine purify definition to allow for anchor tags 2009-11-24 08:21:03 +00:00
Klaus Leithoff
37c3e480b4 php5.3 compatibility, eregi->preg_replace 2009-11-23 10:47:59 +00:00
Ralf Becker
8ef0020cba fixed typos pointed out by Hans-Jürgen 2009-11-22 09:05:00 +00:00
Ralf Becker
0b92c1f204 backported r28437-9 2009-11-20 15:10:00 +00:00
Klaus Leithoff
30cceec6dc fixing a problem regarding substr_count/mb_substr_count as they do not support the same number of parameters 2009-11-20 12:17:31 +00:00
Klaus Leithoff
bb69cb6baf improve the parsing of the raw data _advanceOverStr 2009-11-19 13:00:54 +00:00
Ralf Becker
fe3f2cb11c "commented permanent error_log in async_notifications, as it creates mail to root when async service is run via cron" 2009-11-19 11:39:22 +00:00
Klaus Leithoff
a8d3729672 fixed typo, that prevented the group profiles to load properly 2009-11-18 14:03:32 +00:00
Ralf Becker
633127ad09 "fixed typo, still causing statistics call to fail under jerryr" 2009-11-18 08:29:45 +00:00
Ralf Becker
9dceeccf31 "remembering admins previous selection for:
- country
- usage_type"
2009-11-17 20:32:35 +00:00
Ralf Becker
516e31c05f backported EGroupware usage statistic client to EPL-9.1 2009-11-17 15:30:59 +00:00
Ralf Becker
9a755daa24 Client to submit monthly statistical data 2009-11-17 09:24:10 +00:00
Jörg Lehrke
4b490c2e8b Add additional datastores 2009-11-17 07:13:21 +00:00
Jörg Lehrke
86d648a995 Set event['tzid'] for clients using UTC timestamps 2009-11-16 17:28:34 +00:00
Christian Binder
1b256c503d removed unnecessary error logging 2009-11-16 16:43:50 +00:00
Klaus Leithoff
5ff54af20b make the datefilter stay when filter by day is active (stick it with the sessiondata) 2009-11-16 09:49:50 +00:00
Ralf Becker
c548730132 "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:43:56 +00:00
Ralf Becker
1754508ce9 "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:42:53 +00:00
Christian Binder
da7db21806 also match against trimmed database entries when categories should be searched by $filter 2009-11-16 06:54:03 +00:00
Stefan Becker
92da2abb2e "fixed bug with predefined status" 2009-11-14 18:02:21 +00:00
Ralf Becker
66c4b6c0cb "otherwise we get warnings during setup" 2009-11-14 17:39:35 +00:00
Ralf Becker
fe41f199bc "use application/vnd.ms-excel for downloading excel 2003 xml format" 2009-11-14 16:08:26 +00:00
Ralf Becker
003420713b "fixed typo" 2009-11-14 09:13:37 +00:00
Ralf Becker
21edc1ac8a "also disable columns for which application supplies no label (eg. no custom fields exist)" 2009-11-14 08:45:38 +00:00