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
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
d7e11ae8db
added mysqli support
2005-10-01 11:27:51 +00:00
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
0f3a8137e6
fixed wrong Windows detection and changed default path to show slashes on windows too
2005-06-16 05:34:48 +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
591d9f020e
added sapdb
2004-07-23 00:49:29 +00:00
e0a265d267
fix from Tapio Kautto
2004-05-31 11:30:25 +00:00
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
d3ec2fcfbf
commented out the oracle db-support-check, as we dont support oracle atm.
2004-05-04 07:58:09 +00:00
ab0d4c5989
Localize true/false selection boxes.
2004-04-20 09:29:04 +00:00
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
df50e01fb4
removed dead link
2004-03-23 21:56:53 +00:00
11d6da18e0
remove very old references to version.inc.php
2004-01-30 01:55:57 +00:00
3f5c75878b
changes from phpgw to egw dev group
2004-01-27 20:49:25 +00:00
5857f06bfc
Add default user of admin to aid in upgrade. Still have password issues.
2004-01-20 02:10:02 +00:00
372f742c69
Fix extra domain being added by empty config_user variable
2004-01-20 00:52:11 +00:00
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
4d52af6e80
Try to guess the values of PHPGW_SERVER_ROOT and PHPGW_INCLUDE_ROOT
2003-12-27 15:58:08 +00:00
9452e2f19b
enabled domainnames with . in the name
...
example: kneschke.de
language fixes for german
2003-12-22 11:41:17 +00:00
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
cb6c130046
Remove default port setting since it causes problems for non-mysql users
2003-12-22 02:45:24 +00:00
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
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
f17337d3b7
Added support for specifying the database port number
2003-12-08 04:50:23 +00:00
369b9ede5e
fixed typo
2003-11-07 17:26:28 +00:00
07f6ff431f
added a note about mycrypt to manageheader
2003-11-03 22:21:55 +00:00
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
72299b948a
port setup to idots template set
2003-10-09 23:08:04 +00:00
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
6ebd57edaa
remove phpgw default info with egw
2003-08-28 22:48:52 +00:00
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
5b1231566b
merged dave's fix for the domain-select-box from .16
2003-05-18 22:06:01 +00:00
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
4ea536e015
Added link to the user manual (as disscussed with skwashd).
...
Modified the check for a not-readable header.inc.php
2003-03-09 14:28:26 +00:00
e19a2ee41d
fix multidomain header-generation
2003-03-05 14:21:49 +00:00
57145e6841
reset list of db_type when adding new domain
2002-08-11 23:57:56 +00:00
d6ebb363c4
Add copy of old template class so setup can work for now.
2002-08-11 23:54:58 +00:00
b0250b2be4
corrected typo $get_var() --> get_var()
2002-05-01 12:03:32 +00:00
aa1398fd6b
Converting to get_var() for all HTTP_*_VARS.
2002-04-29 19:49:24 +00:00
14c913404c
Some cleanups of warnings.
2002-04-29 00:27:32 +00:00
63a5be4a8b
Real fix for bug 132 - wrong template values in manageheader.tpl
2002-04-26 23:54:22 +00:00
1f7165c7ba
Fix for GNU Bug #100607 .
2002-04-09 14:15:04 +00:00
3c8fffb1e7
Manageheader now handles editing of multiple domains
2002-04-07 23:56:03 +00:00
cf031d14bc
Clearing up a couple of warnings.
2002-04-07 17:51:37 +00:00
f8e28b2257
Converted header management to use lang() and templates -- TRANSLATORS, SEE
...
lang/newheaderlangs FILE...
2002-04-07 04:11:50 +00:00
79d886e345
Hopefully better logic for login/logout of the two setup logins
2002-03-04 02:55:53 +00:00
01faba0c4d
Moved setup and schema_proc classes to api; reorganize how the setup class
...
is created
2002-03-03 21:53:00 +00:00
e6b3c04a10
Minor formatting
2002-01-08 02:12:43 +00:00