Commit Graph

14554 Commits

Author SHA1 Message Date
Ralf Becker
be36f920cf "fixed backend detection to recognice $contact_id = array('account_id' => 123) as account" 2009-10-26 11:48:26 +00:00
Ralf Becker
b6e060ac91 fixed not working fallback to "sitemgr" rights (was sitemgr-site, but has to be sitemgr-link) 2009-10-25 17:30:27 +00:00
Ralf Becker
909231f047 "removed unnecessary check for NOT allowed apps of anon user from session::verify, as there's an other one in egw::verify_session throwing an exception, which can be used to handle the situation better" 2009-10-25 17:29:03 +00:00
Ralf Becker
95937d9ee7 "fixed SQL error: info_id is ambigous happening if one has cf's in infolog AND filters with new link-filter" 2009-10-23 09:59:11 +00:00
Ralf Becker
c3ab1bc9e8 "adding /usr/bin/tnef to open_basedir" 2009-10-22 17:17:13 +00:00
Ralf Becker
daa2afcd70 "fixed calendar csv-export:
- was only exporting 15 events (num_rows not forwarded to bo)
- participants contained html for status icon"
2009-10-22 13:43:08 +00:00
Ralf Becker
3ef9fc0711 "fixed fatal error ($this used in static method)" 2009-10-20 07:35:09 +00:00
Ralf Becker
22d6b9d95b "fixed hook signature to always be an array (even if user code only supplys a location-string)" 2009-10-20 07:12:54 +00:00
Ralf Becker
10f92d5ecc Backporting default+forced prefs for all apps 2009-10-19 18:24:49 +00:00
Ralf Becker
1cbeed4c67 9.1.20091003 2009-10-19 18:20:17 +00:00
Ralf Becker
536a872875 added from backport missing $start parameter 2009-10-19 09:14:44 +00:00
Ralf Becker
d1859f90e6 Backport of r28140-2, r28156 to EPL-9.1:
- using iterator to query AB in chunks of 500 entries
- Brief: t header (no 404 for missing props)
2009-10-19 08:58:49 +00:00
Ralf Becker
2904c203ad "fix to cope with $vars[0] containing '%2' in lang() calls" 2009-10-19 07:42:55 +00:00
Ralf Becker
f30d0a0aa1 fixing my commit from this morning:
- namespaces need to be on a per request basis
- sometimes one level of array indirection to less removed
2009-10-16 13:58:50 +00:00
Ralf Becker
d6467f4518 "dont switch on output_buffering (ob_start) for groupdav too, as we cant switch it off saveling and PROPFIND can get really big" 2009-10-16 07:58:12 +00:00
Ralf Becker
de766ba416 "improved memory usage to eg. allow to use much bigger addressbooks (with 96MB memory_limit 7500 instead of 2000 contacts) by:
- having a single foreach loop (instead of two)
- using references, to NOT copy files array
- going back to chunked encoding (requires change in header.inc.php, see header.inc.php.template)"
2009-10-16 07:54:06 +00:00
Klaus Leithoff
e4e7e4bc36 fix for not displayed last/next Date in Listview 2009-10-15 15:09:54 +00:00
Klaus Leithoff
be1fd2d3ba fixing small typo 2009-10-15 14:09:03 +00:00
Ralf Becker
2ff75cfb5e "- fixed error prefenting updating of locks
- added constant do enable debuging of locks"
2009-10-13 21:08:27 +00:00
Klaus Leithoff
f37ef23f77 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:43 +00:00
Klaus Leithoff
991a4336b1 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 13:49:20 +00:00
Ralf Becker
96f98ea5c4 stop calendar to update prefs on each request (do it only on change) 2009-10-12 12:00:22 +00:00
Klaus Leithoff
4bd1843b73 fix for bug ->decode_header; must be self::decode_header 2009-10-09 11:04:18 +00:00
Ralf Becker
1a4b306c46 zip'ed xml document (eg. OO) --> need to encode &,<,> to not mess up xml 2009-10-07 17:50:50 +00:00
Klaus Leithoff
fe212f2d95 fix for reported bug by stylite-> default Identity was not longer selectable in compose, when switched to user defined account 2009-10-07 14:43:11 +00:00
Klaus Leithoff
e851fc0b58 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:40 +00:00
Klaus Leithoff
6aee31b599 trying diiferent Attachment ID-ing Method, as getRandomString seems to produce non Random String on certain systems 2009-10-06 14:13:35 +00:00
Klaus Leithoff
e851baca0e attachment type handling while displaying 2009-10-06 13:25:37 +00:00
Klaus Leithoff
7c80d6ee56 translation of any status, as in tracker#2199 2009-10-06 12:50:41 +00:00
Klaus Leithoff
352e632d20 remove additional blanks/whitespace before and after username supplied by user at logintime (refer to Tracker#2234 2009-10-06 11:13:01 +00:00
Klaus Leithoff
a05931d0ce display more info in admin-> accesslog, codealignment 2009-10-06 08:37:20 +00:00
Ralf Becker
90ece1af6a "fixed not working delete of filename to upload, after user declined to overwrite the file
(broken since r27247: fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager)"
2009-10-05 12:36:01 +00:00
Ralf Becker
96870636e1 "fix for bug in kde4.2, which seems to have a problem with a 401 without a body" 2009-10-04 07:30:40 +00:00
Ralf Becker
162d7407a0 - improved access to other users calendar/addressbooks
- backported autoindex for GET requests on collections
2009-10-03 10:30:54 +00:00
Klaus Leithoff
f41395418b fixing bug reported by J.Krupka at the dev-list, searching for " with felamimails quickSearch destroys the session 2009-10-02 10:17:43 +00:00
Ralf Becker
a6c30d1618 disabling egw-pear: no need to show it anywhere inside EGroupware 2009-10-02 09:23:31 +00:00
Ralf Becker
0a6c1ece97 "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:36 +00:00
Klaus Leithoff
0cbfb4df1c fixing a problem regarding the datehandling in Horde/iCalendar.php reported by Chr.Kaulich 2009-10-02 09:06:36 +00:00
Ralf Becker
174f74ed2f higher resource limits, like in EPL-9.1 packages 2009-10-02 08:50:29 +00:00
Klaus Leithoff
d2280fe992 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:34:55 +00:00
Ralf Becker
8170f98786 "fixed print without edit rights" 2009-10-01 19:22:43 +00:00
Ralf Becker
13e7d5ffbc "added missing check if recur-endtime is before start, thanks to Hans-Juergen" 2009-10-01 19:17:18 +00:00
Ralf Becker
b461e0481c "quitent error_log and NOT calling affected rows twice, thanks to Hans-Juergen" 2009-10-01 18:59:24 +00:00
Ralf Becker
d30dca4d3b "\"needed\" attribute got lost for \"select-account\" widget" 2009-10-01 14:09:14 +00:00
Klaus Leithoff
3e3c72ab50 added copy and paste block to fckeditor to all egwconfig configurations, if not available 2009-10-01 10:31:28 +00:00
Ralf Becker
d4fd249a8d "- 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:54:09 +00:00
Ralf Becker
ef928ee3f6 "fixed (cut-n-paste) typo, preventing mailserver config" 2009-09-30 13:05:54 +00:00
Klaus Leithoff
ca7860f217 winmail.dat issue: try to use tnef (tnef Projekt (sf.net/projects/tnef/)) before ytnef 2009-09-30 10:53:21 +00:00
Ralf Becker
c9f380eb1e "fixed not working egw_link::set_cache" 2009-09-29 09:59:53 +00:00
Stefan Becker
1a15b79c7e added contactform to send mail also to sender 2009-09-29 08:18:05 +00:00