Commit Graph

95 Commits

Author SHA1 Message Date
Ralf Becker
6de6114e22 remove old API browser class, apps only used content_header method with is available as html::browser_header() with identical signature 2014-01-19 09:30:33 +00:00
Ralf Becker
eb06a2adee setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type 2013-09-11 11:35:20 +00:00
Ralf Becker
d5a4b78bae * fixed "undefined function lang_select" issue, if no cookies are allowed, also showing again language selection for new installs 2011-02-03 02:01:48 +00:00
Nathan Gray
d160101c65 Make delete instance / domain checkbox actually remove the domain. DB still needs to be dropped manually. 2009-07-06 22:20:57 +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
2030c6a24a "better handle the situation of an empty / dummy header in rpm files" 2008-10-13 06:03:32 +00:00
Ralf Becker
025b54917a new translation and removing not longer used ones 2008-10-09 17:08:52 +00:00
Ralf Becker
cb45f661a2 fixed typo session_handler 2008-10-09 16:45:53 +00:00
Ralf Becker
b6996bee01 reworked manageheader:
- removed include_root (is now always identical to server_root)
- removed mcrypt_version (not relevant to todays php versions)
- replaced session_type with session_handler
- look is now a bit more like setup and eGroupware itself
--> updated header-version to 1.29 forcing everyone to update
2008-10-09 16:22:42 +00:00
Ralf Becker
93112e0277 phpDoc headers 2008-08-20 06:04:28 +00:00
Ralf Becker
fc1ce1fa71 removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
Ralf Becker
6a595dc541 quitened a debug-message 2006-05-31 00:23:31 +00:00
Ralf Becker
55b9797a59 got setup command line interface fully working:
- create, edit & update the header
- install & update eGW
- config eGW
- create admin account
- install & update languages
- create & restore (install) backups
---> update, languages & backup can work for all domains at once
---> for use in 1.2 you have to update/switch the whole setup app to HEAD/trunk
2006-05-29 02:56:16 +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
Pim Snel
55a310e678 cleaned up the header manager. More setting descriptions better lay-out 2006-05-15 20:06:23 +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
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
petere78
73d74fa0f3 XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00
Ralf Becker
0f3a8137e6 fixed wrong Windows detection and changed default path to show slashes on windows too 2005-06-16 05:34:48 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
591d9f020e added sapdb 2004-07-23 00:49:29 +00:00
reinerj
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +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
d3ec2fcfbf commented out the oracle db-support-check, as we dont support oracle atm. 2004-05-04 07:58:09 +00:00
petere78
ab0d4c5989 Localize true/false selection boxes. 2004-04-20 09:29:04 +00:00
petere78
b799d7cc49 Make the default passwords empty, so the user is forced to enter one.
Make sure the default database port matches the database being offered
by default.
2004-04-01 12:22:57 +00:00
danbas
df50e01fb4 removed dead link 2004-03-23 21:56:53 +00:00
Miles Lott
11d6da18e0 remove very old references to version.inc.php 2004-01-30 01:55:57 +00:00
reinerj
3f5c75878b changes from phpgw to egw dev group 2004-01-27 20:49:25 +00:00
Miles Lott
5857f06bfc Add default user of admin to aid in upgrade. Still have password issues. 2004-01-20 02:10:02 +00:00
Miles Lott
372f742c69 Fix extra domain being added by empty config_user variable 2004-01-20 00:52:11 +00:00
Miles Lott
037369b6e6 Add header and per-domain user login values - default is admin during the upgrade process.
Hopefully these are all the files.
2004-01-18 21:03:56 +00:00
Miles Lott
4d52af6e80 Try to guess the values of PHPGW_SERVER_ROOT and PHPGW_INCLUDE_ROOT 2003-12-27 15:58:08 +00:00
Lars Kneschke
9452e2f19b enabled domainnames with . in the name
example: kneschke.de

language fixes for german
2003-12-22 11:41:17 +00:00
Miles Lott
5105209379 Set default_db_ports higher up so it can be used to set the correct default if the admin does not select one. 2003-12-22 02:59:09 +00:00
Miles Lott
cb6c130046 Remove default port setting since it causes problems for non-mysql users 2003-12-22 02:45:24 +00:00
Miles Lott
b6c0e6e0b2 Replace langs using phpGroupWare 2003-12-19 12:34:45 +00:00
Miles Lott
bde5dcc84a Set a default port if the admin is just now upgrading header for the new port spec 2003-12-10 11:40:31 +00:00
shrykedude
f17337d3b7 Added support for specifying the database port number 2003-12-08 04:50:23 +00:00
Carsten Wolff
369b9ede5e fixed typo 2003-11-07 17:26:28 +00:00
Ralf Becker
07f6ff431f added a note about mycrypt to manageheader 2003-11-03 22:21:55 +00:00
Miles Lott
4b4afd3c23 Add another case for manageheader when domains are not defined in header.inc.php, also some formatting updates 2003-10-22 11:28:17 +00:00
Pim Snel
72299b948a port setup to idots template set 2003-10-09 23:08:04 +00:00
Ralf Becker
1ed1b0f431 some fixes for setup:
- back-button for manage-header
- header-update shows lang-selection
- lang-selection is sorted now alphabetical
- lang-selection in header-admin shows up only if called the first time (without login)
- manage-languages and add-applications respekt now different translations for the same phrase in different apps
2003-09-23 13:08:40 +00:00
reinerj
6ebd57edaa remove phpgw default info with egw 2003-08-28 22:48:52 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
Ralf Becker
5b1231566b merged dave's fix for the domain-select-box from .16 2003-05-18 22:06:01 +00:00
Ralf Becker
0a663de5e4 fix to correct guess the pathes with register globals off,
set mcrypt_enabled to extension_loaded('mcrypt') (default on if it's installed)
2003-05-18 15:06:15 +00:00