Commit Graph

14400 Commits

Author SHA1 Message Date
Ralf Becker
9752dbb70a backported fix for bug #2260 from Jörg 2009-09-20 13:24:35 +00:00
Ralf Becker
74c1a1f614 "making all requirements >= (instead of =), as package versions generated by obs are allways the release version higher as version macro
--> fix for https://bugzilla.novell.com/show_bug.cgi?id=537407"
2009-09-20 12:17:01 +00:00
Ralf Becker
338ba10968 "fixed not working regular expression to hide .picture.jpg, it was hiding all attachments" 2009-09-20 09:49:11 +00:00
Oscar Manuel Gómez Senovilla
a512b00cad French translation update. Tracker #2253 2009-09-16 20:25:11 +00:00
Ralf Becker
ef9cc92be5 backported r27314: not switching on output buffering for WebDAV, to make downloads for files > memory_limit possible (requires to rebuild the header via setup >> header admin) 2009-09-16 07:58:14 +00:00
Ralf Becker
53b5e86323 Fix to get iCal in OS X 10.6 working (again):
WebDAV RFC 4918 allows a full url or a path as <D:href>:
        http://www.webdav.org/specs/rfc4918.html#ELEMENT_href
Some clients can NOT deal with one or the other:
- KAddressbook (at least in 3.5) can NOT subscribe to addressbooks (it
  does not find them) if just a path is used
- iCal in OS X 10.6 generates wrong requests, if a full url is used
2009-09-14 08:48:30 +00:00
Oscar Manuel Gómez Senovilla
910b08dd27 Update french translations from #2207 to #2214 2009-09-11 05:42:19 +00:00
Oscar Manuel Gómez Senovilla
8ab3508d31 Update hungarian translation by #2231 2009-09-11 04:39:57 +00:00
Oscar Manuel Gómez Senovilla
d6938d25a9 Italian translation for filemanager. Tracker #2047 2009-09-09 22:33:47 +00:00
Oscar Manuel Gómez Senovilla
784ea70539 Italian translation for preferences. Tracker #2013 2009-09-09 22:28:55 +00:00
Oscar Manuel Gómez Senovilla
24a4bdd1d6 Update phpgwapi for italian. Tracker #2010 2009-09-09 22:21:38 +00:00
Oscar Manuel Gómez Senovilla
d2292f093b Branch part of #1956 2009-09-09 21:45:46 +00:00
Ralf Becker
c94d6f9fad quote all table or column names, to allow to use reserved words of dbms 2009-09-09 08:27:38 +00:00
Klaus Leithoff
1b5e27616b improving decode_header for charset x-unknown and encoding Base64 2009-09-08 13:24:16 +00:00
Klaus Leithoff
4c3cb299d3 redirection via go, by rebuilding the query string; suggested by zorg; seems to work without sideeffects in my enviroment; please give feedback to the '[eGroupWare-developers] bug with notification,felamimail and redirect' entry 2009-08-26 11:54:12 +00:00
Ralf Becker
84d56c01c9 removed "no access" from eACL rights and added a helptext, that rights can only be added, not taken away via eACL 2009-08-26 10:09:13 +00:00
Ralf Becker
4f4f58b159 switching off zlib.output_compression for zip archives, as the double compression makes problems eg. with lighttpd 2009-08-26 09:38:51 +00:00
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