Commit Graph

14865 Commits

Author SHA1 Message Date
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
Ralf Becker
b2436d312b "fixed again which row to use, if we have to autodetect the fields:
we start now from the beginning searching for the first row of type array
(previously we tried the first and last row)"
2009-11-14 07:17:19 +00:00
Christian Binder
5dbc859f71 fixed missing $this-> operator which prevented ACL read on sync - let categories class always enumerate group ACLs (it was skipped for LDAP backends) 2009-11-13 09:55:54 +00:00
Ralf Becker
3d5bd129ca "using an implicit default of '.' as decimal separator, if no explicit default is set" 2009-11-13 09:49:13 +00:00
Ralf Becker
bf71e587d2 less high logo 2009-11-13 08:37:04 +00:00
Christian Binder
509c20a625 just fixed some typos 2009-11-13 08:01:28 +00:00
Ralf Becker
5d1fd4aedb "timezone of events in iCal class depend on $date_format parameter (depending on device type)" 2009-11-13 07:52:06 +00:00
Ralf Becker
d1f233d141 "human readable string representation of rrule:
- added timezone (if different from user timezone)
- moved monthly rule to first argument in brackets"
2009-11-12 19:39:46 +00:00
Ralf Becker
b7c5dd63dc "recalculate recurences, if timezone of a recuring event changes
(it would be nice, if there's a simple method to find out if two different timezones switch at identical times, eg. Europe/Berlin and Europe/Paris do so, so we can avoid the recalculation)"
2009-11-12 19:11:27 +00:00
Jörg Lehrke
db25947a38 Use new rrule iterator class for RRULE generation 2009-11-12 19:08:23 +00:00
Ralf Becker
47b2216554 - new preference number_format, to specify number_format (currently only
used in eTemplate)
- added basic support for DateTime / egw_time to eTemplate date-widget
2009-11-12 18:36:50 +00:00
Ralf Becker
b307d2a5cf "using new rrule iterator to calculate recurrences
--> still need to implement new monthly last day/week rules in iCal class"
2009-11-12 10:11:23 +00:00