Commit Graph

96 Commits

Author SHA1 Message Date
Ralf Becker
1e0f7c71e8 allow to uninstall apps with dependency failures or which sources are no longer there, plus some missing translations 2007-05-08 09:53:11 +00:00
Ralf Becker
a747ced726 added a "function exists" check 2006-11-07 06:39:55 +00:00
Ralf Becker
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
Ralf Becker
16c087b605 - setup-cli can now set/change the default EMailAdmin profile
- setup-cli --help has now subsections for header and config
2006-06-22 03:40:18 +00:00
Ralf Becker
772d883290 check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:00:55 +00:00
Ralf Becker
dd75d3ea34 some more missing translations 2006-06-08 21:07:39 +00:00
Ralf Becker
11e8e4feaa view --> few patch, thanks to Adi Kriegisch 2006-06-08 19:50:31 +00:00
Ralf Becker
be90415db3 setup translations 2006-06-08 05:22:19 +00:00
Cornelius Weiß
51ca785916 add autologin for anonymous user as we need to have on community.egroupware.org 2006-06-07 14:52:10 +00:00
Ralf Becker
478c9ab8e2 fixed not working --config (after last changes) and added output of (basic) current config 2006-05-31 17:21:25 +00:00
Ralf Becker
b868fa4be7 some more setup-cli stuff:
- install needs a password now
- translations for en & de
- password can entered via command-line or env.variable
- installing a backup should work now
2006-05-31 00:27:15 +00:00
Ralf Becker
db4a9e00e5 first step to new setup command line interface (setup/setup-cli.php):
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-27 23:59:41 +00:00
Miles Lott
93f7c8ca2b Fix spelling in display of config page 2006-05-17 06:15:48 +00:00
Ralf Becker
77f5b766bd added online help to setup 2006-04-06 11:19:56 +00:00
Ralf Becker
9fd986a845 marked VFS as default and VFS2 as EXPERIMENTAL 2006-03-22 07:11:02 +00:00
Cornelius Weiß
b97f701d05 added an optinal check for a save^tm password (criterias as in MS-Windows) 2006-03-13 21:56:28 +00:00
Ralf Becker
ef14c49e04 - fixed files-directory check for webdav
- fix to keep your settings on a validation error
- make Option filesystem translatable
2006-03-08 09:41:53 +00:00
Ralf Becker
341eb15afb fixed not working system-charset conversation (now removed) with backup and re-install of backup with a different charset. A setable client encoding is used if availible. 2005-12-01 23:18:07 +00:00
Ralf Becker
6100a04ecf added check for required php version 4.3+ 2005-11-22 18:29:51 +00:00
Ralf Becker
5bf7cc575c removed misleading insanity message, as suggested by omgs 2005-11-20 10:32:35 +00:00
Ralf Becker
fb3c622ddf - removed not working db+user creation under postgres
- added "working" explenation how to create a db, user und the necesary rights under postgres
- manageheader: renamed Domain --> Database instance (eGW Domain)
- manageheader: added further explenation of the host-field for Postgres and ODBC/MaxDB
2005-11-19 20:32:00 +00:00
Ralf Becker
48a95410db added enhanced validation hooks for:
- tmp-dir (writable)
- files- & backup-dir (writable, not in docroot)
- mailserver configuration (also syncs the values with emailadmin)
2005-11-14 14:51:58 +00:00
Ralf Becker
e139353781 changed 'makesure' into a complete message_id, so you get something usefull, even if it's not translated 2005-11-14 08:32:03 +00:00
Ralf Becker
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
Ralf Becker
59abaf3458 added settings for mail-auth to configuration 2005-10-29 10:58:25 +00:00
Ralf Becker
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
Ralf Becker
d7e11ae8db added mysqli support 2005-10-01 11:27:51 +00:00
Oscar Manuel Gómez Senovilla
977acee0eb patch for handling "no" location when checking permissions 2005-09-19 11:55:02 +00:00
petere78
73d74fa0f3 XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00
Miles Lott
5b1996b1f1 Fixed incorrect phrase header 0assword 2005-05-20 13:02:14 +00:00
Ralf Becker
f18f12fab1 missing phrase 2005-05-19 06:54:38 +00:00
Ralf Becker
b883eca49d new auth_ads class:
- only needs host- and domain-name
- needs NO extra account on the ADS host
- can be used with accounts in SQL or LDAP to auto-create autheticated users
- new param to lowercase the user-names before auto-creating them (to deal with case-insensitve and case-sensitive system)
2005-05-13 15:58:10 +00:00
Ralf Becker
64976f0b1c support to set the client-encoding (charset) for the DB and select a system-charset (utf-8 or others) at installation time 2004-11-21 09:44:02 +00:00
Miles Lott
e69b1c0f96 Spell-check new db backup function 2004-10-26 12:59:15 +00:00
Ralf Becker
521c73a38a added possebility to make an utf-8 installation right from the start (no need to convert the DB later) plus some other UI cosmetics 2004-10-23 15:01:58 +00:00
Ralf Becker
74c705264c added renaming of backups 2004-10-22 09:22:29 +00:00
Ralf Becker
940deb08a9 finished DB backup and restore for eGW:
- the backup is independent of the used DB and can eg. be used to port an install to an other DB type
- autom. backup before upgrades of the DB structure
- installing backups instead an installation from scratch
- own backup screen in setup and admin to:
  + shedule repeating backups
  + up- and download of backups
  + creating and restoring backups
2004-10-15 23:06:34 +00:00
Ralf Becker
475ae6b956 added configurable search-filter to auth_ldap 2004-08-21 12:31:54 +00:00
Ralf Becker
9d8cb117cc - 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
2004-08-17 17:09:17 +00:00
Ralf Becker
e99cd91035 changed Benjamins rejected lines messages to only show up, if extra debug messages have been explicitly checked 2004-07-31 16:19:48 +00:00
Ralf Becker
cf32369b5d stoping account or group creation process, if there is an error and therefor no id (else the acl or preference class assumes to change the current user) 2004-07-12 22:06:13 +00:00
Ralf Becker
1ba38621ba - added acces to admin-account-section, if there is an update pending
- show apps which need upgrading in the message in front of the application management and not "This stage is completed", if there are ones
2004-06-27 09:06:05 +00:00
Ralf Becker
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
Ralf Becker
d0ee0be13b added support for limiting the access to setup on certain IP's, IP-ranges or hostnames,
added hostnames to the message too
2004-05-04 10:20:32 +00:00
Ralf Becker
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
Ralf Becker
612398cd08 removed the warning from the system-charset and added some more explenatory text 2004-05-02 12:41:19 +00:00
Ralf Becker
1e5602a350 added an extra step to create an admin account 2004-05-02 12:11:35 +00:00
petere78
0e289e36bd Localize "version" in setup footer. 2004-04-20 19:29:40 +00:00
Ralf Becker
804c28b388 some fixes in the translation for check_install 2004-03-23 17:02:34 +00:00
Ralf Becker
0aca5b696c added a please wait message before recursivly checking all files for word-writable 2004-03-21 23:45:28 +00:00