Commit Graph

14333 Commits

Author SHA1 Message Date
Ralf Becker
8e5de9e041 "fix for some columns, which could not be switched off (eg. InfoLog category col), after the last fix" 2009-08-25 14:48:08 +00:00
Ralf Becker
7d92143b11 "fix nm widget to deal with same header in multiple columns (eg. InfoLog's 2 time columns)" 2009-08-25 13:20:25 +00:00
Ralf Becker
d8c99b809e "fixed not displayed time sum, if \"time, planned\" column was selected:
-> only check used&planned time (not replanned) to work for both time cols"
2009-08-25 13:20:02 +00:00
Ralf Becker
515c1cbefc "only responding to after_navbar hook, if notifications is enabled for the user, since after_navbar get's called regardless of applicaton permissions" 2009-08-25 11:23:28 +00:00
Ralf Becker
73f6e47071 Fixed typo happend --> happened reported by David Rankin 2009-08-25 08:33:05 +00:00
Ralf Becker
f0ea41b67e "do NOT translate file permissions" 2009-08-25 07:36:42 +00:00
Ralf Becker
bf712c89b0 fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT
register cookies in $_REQUEST any more by default (there's now a php.ini
variable 'request_order' to controll that, but we want to work with a
default configuraltion):
- session restore was not working, as only $_REQUEST[sessionid] was
  checked
- multi domain installs not working, as domain cookie was not checked
- encrypted session were not working, because kp3 cookie was not checked
--> there's now a static method egw_session::get_request($name), which
checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also
$_COOKIE[ucfirst($name)]
2009-08-22 19:38:45 +00:00
Ralf Becker
80a05bb51c "PHP5.3 fix: call_user_func_array($callback,null) 2. parameter has to be array
If called in php5.2, $callback is called with no argument, in php5.3 above warning is issued and $callback is NOT called
--> stoping some xajax calls from fmail in 1.6.002"
2009-08-22 16:42:59 +00:00
Ralf Becker
a5155997f6 PHP5.3 fix, which is already in trunk, but forgotten to backport to stable 2009-08-22 15:59:21 +00:00
Ralf Becker
a54df4b480 "added uicontacts --> addressbook_ui conversation, as user on english list reported a problem with it" 2009-08-22 08:12:24 +00:00
Ralf Becker
4d4962769a adding addressbook object classes to new accounts (if they are supported
by the server)
--> overcome problem reported by krupka(at)depag.de on the german list:
password get's lost if contact get saved, because it had to remove the
account first to add the addressbook object classes
2009-08-22 08:07:37 +00:00
Ralf Becker
4fca7fb43c prevent using the numeric value of a group or user twice, by checking if it already exists for both sides 2009-08-22 08:01:10 +00:00
Ralf Becker
45565d098b Patch from Jean-Charles Passard <jcharles(at)provectio.org>: allows to use either uid or id to retrieve contacts 2009-08-22 07:58:53 +00:00
Klaus Leithoff
7f66558a87 if app changes while displaying content, be aware of that (as of addressbook infolog view) 2009-08-20 14:28:27 +00:00
Ralf Becker
08aa2d4606 "fixed not savable empty site configuration 'responsible_edit', once a value was set before" 2009-08-19 15:00:50 +00:00
Ralf Becker
1423948060 "cant create an index without fields (was observed in broken backups)" 2009-08-17 07:32:24 +00:00
Ralf Becker
a7f5776ae3 "requiring if ctype extension for suse (HTMLpurifier), rh contains it in php-comon" 2009-08-14 09:54:07 +00:00
Ralf Becker
7ccd8c2588 "added error if ctype extension is missing (HTMLpurifier)" 2009-08-14 09:52:55 +00:00
Ralf Becker
39fee5d8bc some precaution to never allow to (recursivly) remove /, /apps or /home 2009-08-12 09:55:41 +00:00
Klaus Leithoff
9b3dc190fe cyrusimap: make sure the username is converted to lowercase, when creating the mailboxstring 2009-08-12 09:52:39 +00:00
Ralf Becker
02edb9ec96 "fix for using GroupDAV with LDAP as addressbook backend" 2009-08-07 07:19:57 +00:00
Ralf Becker
195e55bee8 "No quoted printables for GroupDAV" 2009-08-07 07:03:45 +00:00
Ralf Becker
91512da5c2 "No quoted printables for GroupDAV" 2009-08-07 07:02:09 +00:00
Ralf Becker
1bc20dec28 "requiring %{php}-posix for all distros (RH distros provide that in different packages depending on their version)" 2009-08-05 06:53:57 +00:00
Ralf Becker
48f13f3bb9 "added php-process (contains posix extension) for rh" 2009-07-31 21:17:34 +00:00
Ralf Becker
e40f887d8e "added php-process (contains posix extension) for rh" 2009-07-31 21:15:42 +00:00
Klaus Leithoff
c39b2e4de1 tackle problems with )( in Filenames 2009-07-30 12:52:59 +00:00
Klaus Leithoff
18f2db2fc8 some fixing regarding connection handling 2009-07-30 11:44:52 +00:00
Ralf Becker
c37e1885ff "rewriting onchange for checkboxes for IE to an onclick" 2009-07-30 07:11:42 +00:00
Ralf Becker
44891a8c3a fixed not working --run -name or --run +name 2009-07-21 06:32:44 +00:00
Ralf Becker
dab1b3a225 adapted patch for updated sources 2009-07-20 16:09:01 +00:00
Ralf Becker
95f6ced9b7 renamed rpmlintrc file to containt no version 2009-07-20 16:08:35 +00:00
Ralf Becker
bbcf5dc565 "1.6.002 version and changelog" 2009-07-20 07:58:01 +00:00
Ralf Becker
463d61fa36 not longer used 2009-07-20 07:45:47 +00:00
Ralf Becker
84bd571ae8 "setting defaults for 1.6.002" 2009-07-20 07:36:28 +00:00
Ralf Becker
3a6ed9ce4e added new build script to 1.6 branch 2009-07-20 07:32:26 +00:00
Ralf Becker
ba346ab68b "replaced split with preg_split" 2009-07-20 07:30:34 +00:00
Jörg Lehrke
367d2b5ad6 Keep Field Order 2009-07-19 20:05:06 +00:00
Jörg Lehrke
81afb6f8e9 Fix Funambol Outlook Client Issues 2009-07-18 23:02:31 +00:00
Jörg Lehrke
71dfd3b2bb Fix SIF Parser 2009-07-18 22:36:44 +00:00
Jörg Lehrke
91f0b9ad9d Empty ENCODING and CHARSET 2009-07-18 18:00:39 +00:00
Ralf Becker
a874ad53a4 "removed onclick alert" 2009-07-18 15:39:00 +00:00
Ralf Becker
e9a7336a35 "removed onclick alert" 2009-07-18 15:35:42 +00:00
Ralf Becker
326a31722b "fix for bug: checking \"whole query\" sets number of rows to -1" 2009-07-18 15:19:02 +00:00
Ralf Becker
947e09e02f "fix for bug: checking \"whole query\" sets number of rows to -1" 2009-07-18 15:17:41 +00:00
Ralf Becker
d679a00d1d "fix for bug #2112: fix maybe wrong case in username on login
makes problems eg. in filemanager (name of homedir)"
2009-07-18 13:14:13 +00:00
Jörg Lehrke
89d8486583 Support of Funambol Outlook Sync Client 2009-07-18 13:11:43 +00:00
Ralf Becker
a34f7faec5 Fix for bug #2074 + #2075: Postgres update error to 1.6 2009-07-18 12:57:21 +00:00
Ralf Becker
3d195218f1 Fix for bug #2074 + #2075: Postgres update error to 1.6 2009-07-18 12:55:21 +00:00
Ralf Becker
fed41cf05e "Fix for bug #2111: xml_functions.inc.php calls to an undefined method
as suggested by Igor Blanco"
2009-07-18 12:46:05 +00:00