c8236aa9f7
"fixed not deletetable links: to delete one, you have to select 'New search ..."
2009-06-30 18:38:07 +00:00
4b14a19d3e
if we have more then 5 cf's to display --> limit header height to 5 lines plus vertical scrollbar
2009-06-30 18:21:50 +00:00
a51f1683ce
"bugfix: if no specific custom field is selected, show/query all custom fields"
2009-06-30 17:48:55 +00:00
88cb7ac054
"fix for newest Funambol Outlook client: ignoring VOICE in TEL;VOICE;HOME and TEL;VOICE;WORK"
2009-06-29 19:06:48 +00:00
0a6bda9eac
"fixed not working custom fileds in Insert-in-document feature"
2009-06-29 13:28:09 +00:00
4cb4b19354
removed icalsrv
2009-06-26 09:47:53 +00:00
1e1b9f0604
"- fixed circular dependency on suse, causing it to not install egroupware-epl as last package, by moving /usr/bin/php --> /usr/bin/php5 symlink to egroupware-core
...
- added all php dependencies to egroupware-epl-core or the modulre requiring it
- updated version to 9.1.20090626"
2009-06-26 09:33:03 +00:00
a237fd802c
"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:34:30 +00:00
1d98f10532
"- open_basedir also needs php_admin_value
...
- setting max_post_size, memory_limit and upload_max_filesize to 64M"
2009-06-25 10:23:37 +00:00
0ffbea8b2b
"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:19 +00:00
a9c72d6117
little bugfix for the retrieval of images configured to load from vfs (vfs_imagedir)
2009-06-24 15:13:42 +00:00
86c6116390
"Aditus Professional Version: 2.4p (1 Mar 2009)"
2009-06-23 09:13:22 +00:00
1a0388ba8d
bugfix for files got lost, while converting to infolog immediately after send, if attached via vfs
2009-06-23 09:12:12 +00:00
975bfa0f56
"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:48:17 +00:00
606fef6856
only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script)
2009-06-22 08:07:52 +00:00
a5a5c6c065
fixed executable
2009-06-22 07:57:41 +00:00
34c5703a25
"dont delete header (otherwise the header is owned by the user running the script)"
2009-06-21 12:36:01 +00:00
4825ffaf0d
redirection via go, by rebuilding the query string; suggested by zorg; seems to work without sideeffects in my enviroment;
2009-06-19 08:42:36 +00:00
380f9a9667
"- adding more backslashed to pear_dir macro
...
- setting permissions for egwdatadir to 700 for apche user"
2009-06-18 21:27:56 +00:00
a0be90931e
"dont unlink header.inc.php for root user, as it get created again with owner root"
2009-06-18 21:22:10 +00:00
f2b5abf87e
"fixed group invitations got changed to regular invitations, after inviting a second group"
2009-06-18 13:33:41 +00:00
67c44cc280
"- replaced /usr/share/pear with pear path of distribution
...
- added php-mcrypt extension
- added for suse: php5-bz2 and php5-posix"
2009-06-18 12:39:03 +00:00
8d125bc5cf
"removed unneccessary memory limit, as asyncwrapper sets it anyway"
2009-06-18 12:37:03 +00:00
f6c65817d3
formatting
2009-06-18 12:33:56 +00:00
7530890b7f
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:11:27 +00:00
0ceb62ddbc
readded crontab entry with default apache user "apache" and added memory_limit=48M
2009-06-18 12:10:50 +00:00
f32f24c055
"switch of output buffering (switched on in header), as otherwise we run against memory_limit, for big files"
2009-06-18 11:00:50 +00:00
35b70b36be
Merged 27237 from Stefan:
...
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-16 13:07:48 +00:00
972f7b3768
Merged r27147 from Stefan: birthdate column
2009-06-16 13:04:33 +00:00
6ff9263cf9
"- using sed to replace apache user in egroupware.cron file
...
- using macro for apache_user and _group"
2009-06-15 22:37:52 +00:00
4153b3b0a4
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:59:19 +00:00
9949b618a9
create crontab file from specfile
2009-06-14 20:58:48 +00:00
7d25a36307
"renamed cron file again to /etc/cron.d/egroupware"
2009-06-14 20:46:08 +00:00
122363106c
"- re-added accidently removed stylite and gallery tar balls
...
- removed adding %{egwdir} twice"
2009-06-14 20:38:18 +00:00
2fa1ab3596
removed tar files and added content direct for easier modifcation
2009-06-14 18:57:14 +00:00
893bff3c61
"- 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:57 +00:00
a0ca8afe63
"dont stall whole preferences, if $mailpreferences is no object (PHP Fatal Error otherwise)"
2009-06-14 10:42:02 +00:00
c1da9e199b
improved default preferences
...
- setting country from lang
- setting dateformat for lang != en to 'd.m.Y'
- setting curreny for lang != en to 'EUR'
- also setting spellcheck_lang (no idea why this is a separate option)
2009-06-14 10:39:31 +00:00
d9a1970fe8
"- renamed install log to NOT contain the version: /root/egroupware-epl-install.log
...
- added date before every install log entry
- sharing orig.tar.gz tar-ball with debian packages"
2009-06-14 08:45:20 +00:00
841d3f0516
"reload apache, if it's already running"
2009-06-14 08:43:34 +00:00
d8436c8ddc
fixing a problem reported for chrome and safari regarding the multiple upload of files in filemanager
2009-06-12 13:17:57 +00:00
b075a5ad66
"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:59:42 +00:00
1c1d486ba9
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:44:40 +00:00
221352a3c0
"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:56:46 +00:00
ccd3d696de
not longer used
2009-06-09 14:18:33 +00:00
4a7737adef
epl-9.1.20090609
2009-06-09 12:01:32 +00:00
48169dfc76
r27226 fix for Birthday in rtf Adressbook
2009-06-09 11:49:34 +00:00
56016b3a92
added automatic detection for suse and debian
2009-06-09 11:32:46 +00:00
d10f8eccdf
- adding /etc/zce.rc to /etc/profile.d, to be able to syming
...
/usr/bin/php with real php binary (not php-cli script)
- explicitly requiring php extensions, as php-common-extensions-zend-pe
does NOT contain necessary dependencies
- added Provides for original php extensions
- removed repo packages, as it has to be there before anyway
2009-06-09 11:32:33 +00:00
797f88388b
"added (executable) scripts in doc/rpm-build"
2009-06-09 05:41:39 +00:00