Commit Graph

14893 Commits

Author SHA1 Message Date
05fadb2049 "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5
--> modified header template to not switch it on in first place, for webdav.php"
2009-06-25 10:31:53 +00:00
90fa0dc0e2 "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5
--> modified header template to not switch it on in first place, for webdav.php"
2009-06-25 10:25:35 +00:00
9fabbf434a "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
only do it if no output_handler is set in php.ini, as at least with zlib.output_handler it stalls ...
if (!ini_get('output_handler')) ob_end_flush();
"
2009-06-25 07:25:51 +00:00
3cc9330725 "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files
only do it if no output_handler is set in php.ini, as at least with zlib.output_handler it stalls ...
if (!ini_get('output_handler')) ob_end_flush();
"
2009-06-25 07:24:40 +00:00
5e7b1d3fd6 little bugfix for the retrieval of images configured to load from vfs (vfs_imagedir) 2009-06-24 15:13:19 +00:00
2fc7222f68 merged htmlpurifier from trunk 2009-06-23 16:48:40 +00:00
587cf2f1f5 bugfix for files got lost, while converting to infolog immediately after send, if attached via vfs 2009-06-22 14:46:10 +00:00
50cac4e9b6 "Bugfix for tracker priorities 2-4 displayed wrong:
use += instead of array_merge, as we have phrases with numerical index, which get renumbered by array_merge
"
2009-06-22 12:46:41 +00:00
6587813d2d "dont delete header (otherwise the header is owned by the user running the script)" 2009-06-21 12:35:13 +00:00
1c94011502 "only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script)" 2009-06-21 12:34:02 +00:00
d9c28b9de2 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-06-19 08:28:03 +00:00
66451aa99d "dont unlink header.inc.php for root user, as it get created again with owner root" 2009-06-18 21:21:20 +00:00
f11f8a4352 "fixed group invitations got changed to regular invitations, after inviting a second group" 2009-06-18 13:32:44 +00:00
53e7c66f51 "fixed group invitations got changed to regular invitations, after inviting a second group" 2009-06-18 13:21:05 +00:00
f6b968a4e6 backport of 27275 fixed with klaus the Group initation behavior, Readaccess you can also invite participants, but you can only change the status, if you have edit rights 2009-06-18 12:13:13 +00:00
ca6164f5ce fixed with klaus the Group initation behavior, Readaccess you can also invite participants, but you can only change the status, if you have edit rights 2009-06-18 12:08:37 +00:00
68ba51f8d8 "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files" 2009-06-18 11:01:06 +00:00
6aaf8e1d84 "switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files" 2009-06-18 10:59:10 +00:00
38de60f8dc Fixed display of birthdays from addressbook on home page:
- dont display year, if calendar config forbidds to display of birthyear
- dont display them at all, if they are forbidden in calendar
2009-06-15 14:00:52 +00:00
bacf86c1a8 Fixed display of birthdays from addressbook on home page:
- dont display year, if calendar config forbidds to display of birthyear
- dont display them at all, if they are forbidden in calendar
2009-06-15 13:48:09 +00:00
8569f2d627 "- if user wants to change permissions of all subfolders, do NOT check if permissions of current folder is realy changed (as the requested change can be elsewhere)
- only give \"permissions changed/failed\" message once"
2009-06-14 13:27:12 +00:00
ea13efc0af "- if user wants to change permissions of all subfolders, do NOT check if permissions of current folder is realy changed (as the requested change can be elsewhere)
- only give \"permissions changed/failed\" message once"
2009-06-14 13:26:07 +00:00
8fa0c12341 "also setting spellcheck_lang (no idea why this is a separate option)" 2009-06-14 10:37:01 +00:00
c0cab3f834 "improved default preferences
- setting country from lang
- setting dateformat for lang != en to 'd.m.Y'
- setting curreny for lang != en to 'EUR'"
2009-06-14 10:29:01 +00:00
0ada07748c "reload apache, if it's already running" 2009-06-14 08:42:34 +00:00
855d379b43 fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager 2009-06-12 13:12:12 +00:00
fdd305a8a0 "removed css to capitalize first letter of sidebox menu items
It makes problemes (hides first letter) with following browsers:
- Konqueror (Linux)
- Safari (Mac & Windows)"
2009-06-10 12:53:21 +00:00
aaab800d80 "removed css to capitalize first letter of sidebox menu items
It makes problemes (hides first letter) with following browsers:
- Konqueror (Linux)
- Safari (Mac & Windows)"
2009-06-10 12:51:26 +00:00
ce593cac12 propfind: fix regarding the retrieval of sqlfs_props, if key of array with a single entry is the vfspath for the file in question 2009-06-10 10:33:38 +00:00
af523b5904 propfind: fix regarding the retrieval of sqlfs_props, if key of array with a single entry is the vfspath for the file in question 2009-06-10 10:31:28 +00:00
4f418e8766 "fix for email addressbook popup: going to next page, readds already added email again
--> caused by using old global var in addressbook code, which is now a static var of etemplate object"
2009-06-10 08:55:51 +00:00
78ce775f17 freebussy ACL added into calender. Now if you only give that right, you will see, that the time is blocked without a read right of user or group. But will see everything as private 2009-06-09 12:16:15 +00:00
f9b3805dc8 fixed birthday in common format on rtf files 2009-06-09 11:58:09 +00:00
8cd899c36c added automatic detection for suse and debian 2009-06-09 11:22:23 +00:00
70a8820eaf "added (executable) scripts in doc/rpm-build" 2009-06-09 05:44:16 +00:00
8058dfdfb1 fixed wrong date format in rtf addressbook template 2009-06-08 19:48:26 +00:00
1ec13cce88 proset Id 2009-06-08 16:34:30 +00:00
83867b6178 script used to fix depricated functions & features for php53 2009-06-08 16:22:21 +00:00
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
c28be373a6 fixed wrong default parameter for $callback_params, call_user_func_array requires an empty array and not null (gives a fatal error under php5.3) 2009-06-08 15:46:45 +00:00
35a2353a1e removed not (longer) needed files 2009-06-07 16:29:13 +00:00
9965d89a0f removed not (longer) needed files 2009-06-07 16:28:43 +00:00
9a027d3346 fix for php5.3, which by default seems NOT include content of $_COOKIE in 2009-06-07 15:52:32 +00:00
f601537b95 fix for php5.3, which by default seems NOT include content of $_COOKIE in
$_REQUEST (request_order php.ini variable)
2009-06-07 15:49:12 +00:00
77d2fa4b73 "flatten values first (some selectbox values are given multi-dimensional), causing eg. default for notifications not being displayed" 2009-06-07 15:25:16 +00:00
a1299aff04 "flatten values first (some selectbox values are given multi-dimensional), causing eg. default for notifications not being displayed" 2009-06-07 15:24:29 +00:00
8cbd43d9be "fixed wrong order of private column in csv import" 2009-06-04 13:58:29 +00:00
6776235671 "fixed wrong order of private column in csv import" 2009-06-04 13:57:16 +00:00
16e9cc7e37 "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:28:22 +00:00
1fc84471d4 "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:27:27 +00:00