Commit Graph

89 Commits

Author SHA1 Message Date
01deaaef79 killed a warning 2006-08-15 17:00:12 +00:00
4ab9783482 killed a few warnings for error_reporting = E_ALL 2006-08-06 05:37:42 +00:00
2dac413bc8 forget to remove test-comments 2006-07-09 18:49:02 +00:00
9b32a9ac76 installation check if session.save_path is writable by the webserver: might help people who cant log into eGW because of "session could not be verified" 2006-07-09 18:39:01 +00:00
9009a314a8 moved gdcheck to projectmanager and projects 2006-06-20 23:08:36 +00:00
772d883290 check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:00:55 +00:00
e3cbf9a4c9 - allow to bypass check_install
- message how to install PEAR::Log (pear install Log)
2006-03-08 09:39:42 +00:00
6100a04ecf added check for required php version 4.3+ 2005-11-22 18:29:51 +00:00
1983bdc556 added checks for:
- file_uploads = On (required for filemanager(s))
- PEAR installed (required by SyncML & iCal import+export of calendar)
- PEAR::Log installed (required by SyncML)
2005-11-01 07:20:46 +00:00
e2e0fd6446 Make the PHP session restore an own session type in manageheader. So you can switch it on and off, without the need to edit the code. At the moment it's off by default, with a note that it can give a big performance boost (if it works on your distro).
Please note: If you already edited your phpgwapi/inc/functions.inc.php to switch it off, you will get an cvs conflict on updating, just do a "cvs update -C phpgwapi/inc/functions.inc.php" to fix it. If you want to use the session restore or you already used it, you need to go to Setup >> Headeradmin and switch it on there.
2005-10-13 12:11:48 +00:00
2f73293a9c missing lang('not') in previous patch 2005-09-19 12:30:58 +00:00
977acee0eb patch for handling "no" location when checking permissions 2005-09-19 11:55:02 +00:00
73d74fa0f3 XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00
b6883d59e8 1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
9a6b90e78f 1) enabled DB support additionaly for:
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
c49b663fae checking for the session extension 2005-02-21 08:01:33 +00:00
5f0d5ac125 - added a check for mbstring.func_overload = 7
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
+ merged all of benjamin's changed in the 1.0 branch
2004-08-17 17:08:35 +00:00
8a1dacc95f - added check for odbc extension (used by MaxDB) to check_install
- not offering to create the DB, if we dont support it for that DB
2004-08-14 15:02:24 +00:00
e32ace088a added language-selection 2004-07-10 09:26:28 +00:00
c21646fd22 removed colon, which gave syntax error in php5 only 2004-07-07 10:43:58 +00:00
1ab7a385b7 patch [ 964190 ] Test GD functionality in projects 2004-06-08 05:00:27 +00:00
7ed680e30c fixed check_install for non-existing function dl, eg. in multithreaded webservers 2004-05-19 09:37:14 +00:00
d8cc4fb849 Applied the patch of Jason Wies (zone):
- Splash screen for check-install and
- Link to re-run check-install
2004-05-05 21:05:13 +00:00
9078939340 added a note to reload the webserver after a php.ini change and the location of the php.ini, hopefully that minimizes support requests ... 2004-05-04 07:41:02 +00:00
28e6333990 Don't display empty parentheses in title when there is no domain. 2004-04-19 09:15:51 +00:00
804c28b388 some fixes in the translation for check_install 2004-03-23 17:02:34 +00:00
0aca5b696c added a please wait message before recursivly checking all files for word-writable 2004-03-21 23:45:28 +00:00
f95cad3c1b check_install:
- nicer formatting
- make it translateable (only english and german so far)
- added check for '.' in include_path (relative addressing of includes does not work otherwise)
2004-03-14 10:57:33 +00:00
09d4c8aa75 fixed some (mis-)spellings, thanks to Trancer 2004-03-13 17:29:48 +00:00
2c1197d9dc fixes for installations with error_reporting E_ALL 2004-03-09 21:05:28 +00:00
ac1c6a1845 format 2004-02-03 06:21:25 +00:00
3f5c75878b changes from phpgw to egw dev group 2004-01-27 20:49:25 +00:00
3ae4338b2e fixed php.ini check for php compiled with --disable-memorylimit, ini_get() returns '' 2003-11-06 22:56:31 +00:00
ef124b4f14 minor update 2003-11-03 22:03:07 +00:00
3c088141ca - added some icons, to make the check easier to understand
- added a fudforum writeable by webserver check
2003-11-03 20:56:15 +00:00
30d3bedaa4 added english and german translations and only show 'Check install' and 'Logout' if one is loged in 2003-11-02 10:44:50 +00:00
f6a498f68e - fixed not existing posix_get{pwuid|grgid}, outputs 'not availible' under win now
- explaining boolean returns from ini_check as On or Off
- added extension imap to check for email apps
- not useing function dl if that function does not exist
2003-11-02 08:26:46 +00:00
3f0246fe36 added a first version of a pre-installation check:
- php.ini values
- php extensions
- filesystem permissions
2003-10-13 16:51:29 +00:00
f4a8123654 added a first version of a pre-installation check:
- php.ini values
- php extensions
- filesystem permissions
2003-10-13 16:48:12 +00:00