Commit Graph

14560 Commits

Author SHA1 Message Date
Ralf Becker
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
Ralf Becker
8fa0c12341 "also setting spellcheck_lang (no idea why this is a separate option)" 2009-06-14 10:37:01 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
841d3f0516 "reload apache, if it's already running" 2009-06-14 08:43:34 +00:00
Ralf Becker
0ada07748c "reload apache, if it's already running" 2009-06-14 08:42:34 +00:00
Klaus Leithoff
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
Klaus Leithoff
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
Ralf Becker
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
Ralf Becker
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
Klaus Leithoff
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
Klaus Leithoff
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
ccd3d696de not longer used 2009-06-09 14:18:33 +00:00
Stefan Becker
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
Ralf Becker
4a7737adef epl-9.1.20090609 2009-06-09 12:01:32 +00:00
Stefan Becker
48169dfc76 r27226 fix for Birthday in rtf Adressbook 2009-06-09 11:49:34 +00:00
Ralf Becker
56016b3a92 added automatic detection for suse and debian 2009-06-09 11:32:46 +00:00
Ralf Becker
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
Ralf Becker
8cd899c36c added automatic detection for suse and debian 2009-06-09 11:22:23 +00:00
Ralf Becker
70a8820eaf "added (executable) scripts in doc/rpm-build" 2009-06-09 05:44:16 +00:00
Ralf Becker
797f88388b "added (executable) scripts in doc/rpm-build" 2009-06-09 05:41:39 +00:00
Stefan Becker
8058dfdfb1 fixed wrong date format in rtf addressbook template 2009-06-08 19:48:26 +00:00
Ralf Becker
1ec13cce88 proset Id 2009-06-08 16:34:30 +00:00
Ralf Becker
83867b6178 script used to fix depricated functions & features for php53 2009-06-08 16:22:21 +00:00
Ralf Becker
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
Ralf Becker
57041b9509 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:48:23 +00:00
Ralf Becker
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
Ralf Becker
35a2353a1e removed not (longer) needed files 2009-06-07 16:29:13 +00:00
Ralf Becker
9965d89a0f removed not (longer) needed files 2009-06-07 16:28:43 +00:00
Ralf Becker
313dc8244b fix for php5.3, which by default seems NOT include content of $_COOKIE in $_REQUEST (request_order php.ini variable) 2009-06-07 15:53:19 +00:00
Ralf Becker
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
Ralf Becker
66a22129e0 "flatten values first (some selectbox values are given multi-dimensional), causing eg. default for notifications not being displayed" 2009-06-07 15:25:39 +00:00
Ralf Becker
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
Ralf Becker
5cb8f52d41 "- update to 20090603 tar ball
- added dependency to jpgraph-epl"
2009-06-06 20:49:50 +00:00
Ralf Becker
f02b16904f "rpm package with current jpgraph version" 2009-06-06 20:48:55 +00:00
Ralf Becker
b966494f01 "metapackage to use zend server ce as php distribution for rhel5/centos5" 2009-06-06 20:47:45 +00:00
Ralf Becker
d15b70c42e "fixed wrong order of private column in csv import" 2009-06-04 13:58:42 +00:00
Ralf Becker
6776235671 "fixed wrong order of private column in csv import" 2009-06-04 13:57:16 +00:00
Ralf Becker
203605d8e8 merged r27203: IE6 button problem 2009-06-04 13:05:28 +00:00
Ralf Becker
57a887be0d "fixes to get rpm autoinstallation working on suse" 2009-06-03 08:48:38 +00:00
Ralf Becker
dd7d9c3ecb "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:28:51 +00:00
Ralf Becker
1fc84471d4 "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:27:27 +00:00
Ralf Becker
596c4a0859 "- added missing tracker and phpsysinfo requires
- added obsoletes to each package
- added obsoletes addressbook to egroupware-epl-core"
2009-06-02 07:12:07 +00:00
Ralf Becker
ae2af8a57a "added missing Obsoletes: eGroupware-egw-pear" 2009-06-01 22:24:33 +00:00
Ralf Becker
0886daea12 "using --suse opton for rpm_post_install.php" 2009-06-01 22:07:30 +00:00
Ralf Becker
bb34d583e3 "- detecting source dir
- --suse opton to set suse defaults (default is red hat)"
2009-06-01 22:06:16 +00:00
Ralf Becker
ce882c3e64 "- detecting source dir
- --suse opton to set suse defaults (default is red hat)"
2009-06-01 22:05:07 +00:00
Ralf Becker
a72bed9a12 "also setting data dir" 2009-06-01 21:21:45 +00:00