Commit Graph

14382 Commits

Author SHA1 Message Date
Klaus Leithoff
f493966008 taking care of a reported problem by r.berger, as tmpname of uploaded files turns out to be the same all the time, when you upload files with same extensions in some enviroments 2009-10-13 15:31:54 +00:00
Oscar Manuel Gómez Senovilla
00c61c6370 tracker #2289 2009-10-12 16:21:57 +00:00
Klaus Leithoff
72d662d3c3 work around webdrive bug while deleting folders: pretend we didnt see it, as webdrive does not handle the depth parameter correctly while deleting collections 2009-10-12 14:40:37 +00:00
Christian Binder
09da0383bc fixed: links rendered through both html::link and html::a_href get a wrong url 2009-10-09 20:11:22 +00:00
Klaus Leithoff
3727953eca fix for bug ->decode_header; must be self::decode_header 2009-10-09 10:58:46 +00:00
Klaus Leithoff
c6653c4be6 fix for reported bug by stylite-> default Identity was not longer selectable in compose, when switched to user defined account 2009-10-07 14:49:15 +00:00
Klaus Leithoff
5ee8546dfe fixing a possible problem, when saving as Draft, when not in default profile -> e.g. in some user defined account 2009-10-07 14:12:14 +00:00
Klaus Leithoff
dd8b6720af trying diiferent Attachment ID-ing Method, as getRandomString seems to produce non Random String on certain systems 2009-10-06 14:13:42 +00:00
Klaus Leithoff
414c1831ab attachment type handling while displaying 2009-10-06 13:24:58 +00:00
Klaus Leithoff
828210e4e7 translation of any status, as in tracker#2199 2009-10-06 12:50:45 +00:00
Klaus Leithoff
f689ec238f remove additional blanks/whitespace before and after username supplied by user at logintime (refer to Tracker#2234 2009-10-06 11:15:30 +00:00
Ralf Becker
61ef55ffb8 "fix for bug in kde4.2, which seems to have a problem with a 401 without a body" 2009-10-04 07:30:16 +00:00
Klaus Leithoff
4044382c8a fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session 2009-10-02 10:17:48 +00:00
Ralf Becker
a7462214e6 "upps, .htaccess seems not to allow to use php_admin_value, which is required for newer php to set mbstring.func_overload (leaving the old php_value)" 2009-10-02 09:19:20 +00:00
Klaus Leithoff
c819f15dbc fixing a problem regarding the datehandling in Horde/iCalendar.php reported by Chr.Kaulich 2009-10-02 09:05:09 +00:00
Ralf Becker
b287fce527 higher resource limits, like in EPL-9.1 packages 2009-10-02 08:49:52 +00:00
Klaus Leithoff
b487a1b03a changing the call of get_sessionid to retrieve the egw_session not only the basic_auth session, this fixes the problem, that sessions where not destroyed at logout 2009-10-02 08:36:54 +00:00
Ralf Becker
ea04e9b4ce - added missing check if recur-endtime is before start, thanks to
Hans-Juergen
- fixed print without edit rights
2009-10-01 19:25:05 +00:00
Ralf Becker
013426f63d "quitent error_log and NOT calling affected rows twice, thanks to Hans-Juergen" 2009-10-01 18:57:45 +00:00
Ralf Becker
c503bcde8c "\"needed\" attribute got lost for \"select-account\" widget" 2009-10-01 14:10:53 +00:00
Ralf Becker
3e169bcf7f "- using realpath('..') to give user pathes in filesystem (in errors)
- using 'only_if_exists' for 'is_world_writable'=>false check, to cope with doc symlinks under Debian, which are not included in open_basedir (gave file does not exists error and stoped check)"
2009-10-01 09:53:46 +00:00
Ralf Becker
2f88277af7 "fixed not working egw_link::set_cache" 2009-09-29 09:59:32 +00:00
Klaus Leithoff
39296e9d41 added the option allfirst for account display to show [username] firstname lastname, as the option all displayed [username] firstname lastname and not [username] lastname, firstnamne as advertised 2009-09-28 15:19:17 +00:00
Ralf Becker
10cca5562d "patch #2270:
- export start- and enddate as date, if user set no time
- ignore non vtodo components (eg. timezones not yet used in EGw)"
2009-09-28 07:51:47 +00:00
Ralf Becker
5318ca1084 "make storing of cf's aware of arrays
Thanks to Hans-Jürgen Tappe"
2009-09-27 08:01:42 +00:00
Christian Binder
85fc25cefc fixed typo reported by madsurgeon 2009-09-25 12:58:34 +00:00
Christian Binder
b37bf593e8 fixed typo reported by madsurgeon 2009-09-25 12:52:36 +00:00
Klaus Leithoff
9f7c273474 enable search in extra colums, as it was broken since get_class() returns addressbook_sql for Addresses stored in SQL instead of socontacts_sql 2009-09-23 12:14:28 +00:00
Klaus Leithoff
6fb5c51994 fix for a reported problem at the german list: with ldap store, the filter for owner did not only filter for the selected user, but additionaly the groupmembers of a group with the matching id. 2009-09-22 14:12:56 +00:00
Ralf Becker
6284e79259 removed tests folder, as it is NOT used by EGroupware 2009-09-21 08:19:41 +00:00
Ralf Becker
88c0568a4a - disabling accept_holiday.php by default, as it's only used on www.egroupware.org
- only allow 2-char locale's
2009-09-21 08:06:03 +00:00
Ralf Becker
5c07584db0 run wrong values in error message through htmlspecialchars() 2009-09-21 06:51:43 +00:00
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