Commit Graph

14400 Commits

Author SHA1 Message Date
Ralf Becker
3c23ce30e0 fixing PHP5.3 deprecated warnings 2009-11-16 09:01:01 +00:00
Ralf Becker
74fecd8e63 reverting r27959, as we dont want to add new features 2009-11-16 08:55:07 +00:00
Jörg Lehrke
18ff8a6fa7 Merge SyncML Extensions with 1.6 2009-11-16 08:04:18 +00:00
Klaus Leithoff
781048414b fixing a problem regarding the viewing of mails created by MSExchange that seem to contain invalid chars in BASE64 encoded string AND invalid encoding for UTF8 2009-11-10 10:27:58 +00:00
Klaus Leithoff
3a5e270948 bugfix groupmembers of groups got lost, while renaming accounts 2009-11-04 11:21:30 +00:00
Ralf Becker
05133a122f "fixed typo, thanks to jaytraxx" 2009-11-04 08:07:33 +00:00
Ralf Becker
a8f61e517d fixed sometimes wrong prefs for to notified user were used (because more then one user got notified) 2009-11-03 10:27:36 +00:00
Klaus Leithoff
a276e48d48 backport of Christian Binders patch: little helper for prefs if unserialize failed - this can happen if the pref comes from an installation with another charset than the current system charset, ported to handle config as well 2009-11-02 10:51:51 +00:00
Ralf Becker
a08a1887a4 fixed no or only partial export of custom fields via nextmatch csv export 2009-10-30 11:20:46 +00:00
Ralf Becker
e2a43a60ed Backported fixes and upload enhancement from Trunk:
anonymous user can now download files, without the need to have
filemanager run rights
2009-10-25 19:29:56 +00:00
Ralf Becker
e47eda2580 "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:42:36 +00:00
Ralf Becker
93d9e51982 "replace $this with self, to allow static call" 2009-10-22 09:12:00 +00:00
Ralf Becker
da7f122896 "can NOT call methods of common class static in 1.6 (available in trunk)" 2009-10-22 09:11:34 +00:00
Ralf Becker
dbcd815fb5 "fix to cope with $vars[0] containing '%2' in lang() calls" 2009-10-19 07:45:27 +00:00
Ralf Becker
98d4f86f0f 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:59:19 +00:00
Ralf Becker
55d9e1c8f5 "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:57:54 +00:00
Ralf Becker
8bc9e7dc87 "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:55:09 +00:00
Ralf Becker
3f2b6c9a21 "- fixed error prefenting updating of locks
- added constant do enable debuging of locks"
2009-10-13 21:09:15 +00:00
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