Ralf Becker
7b2b823835
- setup uses now the system_charset, that fixes various errors reported:
...
+ setup_demo gives errors under postgres
+ setup_demo can save special chars in the admin name
- renamed setup_demo into admin_account, as setting up demo accounts is the least used function of it
- fixed warning db::delete missing params, if delete_all was checked
2005-11-27 07:48:22 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +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
reinerj
3f5c75878b
changes from phpgw to egw dev group
2004-01-27 20:49:25 +00:00
Miles Lott
ab1a464ab9
Fix display of current domain and db type
2004-01-20 00:40:38 +00:00
Miles Lott
26ef5d0726
Complete adjustments to $ConfigDomain - no need to get_var if already authenticated anymore
2004-01-06 13:45:10 +00:00
Miles Lott
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
Miles Lott
d6ebb363c4
Add copy of old template class so setup can work for now.
2002-08-11 23:54:58 +00:00
skeeter
aa1398fd6b
Converting to get_var() for all HTTP_*_VARS.
2002-04-29 19:49:24 +00:00
Miles Lott
79d886e345
Hopefully better logic for login/logout of the two setup logins
2002-03-04 02:55:53 +00:00
Miles Lott
01faba0c4d
Moved setup and schema_proc classes to api; reorganize how the setup class
...
is created
2002-03-03 21:53:00 +00:00
Miles Lott
ea23a8c75c
set phpgw_info to an empty array at the top
2001-12-18 02:25:55 +00:00
Miles Lott
04342d35ed
Cleanup includes; move auth() call to top after main include (functions.inc.php);
2001-12-18 02:20:31 +00:00
Miles Lott
df12b77dde
Add cancel button to setup_demo; add link to setup demo accounts on ldap page;
2001-12-11 04:42:55 +00:00
Miles Lott
aa32b065bf
more adjustment for globals
2001-11-21 15:01:43 +00:00
seek3r
9218a82cbd
this is now setup3 code
2001-07-30 15:59:25 +00:00
seek3r
cd3f5a90dc
preparing to put setup3 code in here
2001-07-30 15:44:12 +00:00
Miles Lott
e8e9e32025
Add brackets to if statement
2001-05-26 21:26:37 +00:00
Ralf Becker
2065718e34
some changes to make the import work
2001-05-26 21:16:25 +00:00
Miles Lott
8060a2efee
change create to use account_XXX, made newgroup use newer create
2001-05-10 09:34:47 +00:00
Miles Lott
de7d1f4e60
Update for new create method in accounts
2001-05-09 11:37:26 +00:00
Miles Lott
137fe5c1eb
Add acl to let the imported users change their password
2001-04-17 16:32:14 +00:00
Miles Lott
63d18c1bd2
Missed an 'l'
2001-04-05 20:00:34 +00:00
Miles Lott
42f5df0ee9
Cleanup second call to accounts class which was breaking in some installs
2001-04-05 19:43:38 +00:00
skeeter
020e076771
added ->db as a duplicate of ->db
2001-03-24 02:32:21 +00:00
skeeter
946830ba53
fix for get_account_id() error
2001-03-24 02:13:40 +00:00
Miles Lott
ee62c1c62d
Add seeding of random number - randomizing going away soon, but....
2001-03-14 18:55:36 +00:00
Miles Lott
dc2142e429
Re-enable acl->delete
2001-03-14 17:13:43 +00:00
Miles Lott
afc4f671c9
Comment out the acl deletion prior to add - should change be the method?
2001-03-14 16:57:18 +00:00
Miles Lott
100543f6a3
Delete the group account and recreate just to be sure
2001-03-14 16:49:39 +00:00
Miles Lott
f7b9a261e8
Added checks so that we don't try to add accounts that exist (from previous runs of setup)
2001-03-14 16:19:45 +00:00
skeeter
2a1003204a
ldap fixes
2001-03-10 20:13:52 +00:00
Miles Lott
7f98c8abff
Fix calls to common, and set $phpgw_info vars as needed to make ldap connection work
2001-03-10 14:58:00 +00:00
Miles Lott
cdbe460eea
Make $common a CreateObject
2001-03-10 14:27:26 +00:00
Miles Lott
11b69ed7af
Now using accounts and acl classes
2001-03-10 12:26:54 +00:00
Miles Lott
4125c1f5e7
Modified to create a default group and give it app rights, instead of the users
2001-03-06 12:58:54 +00:00
Miles Lott
33f42822d4
Make use of accounts class only to set list of global_denied users;
2001-03-01 16:43:59 +00:00
Miles Lott
542bb68597
Fix acl calls, especially not giving run perms to non-admins
2001-03-01 16:10:16 +00:00
skeeter
5c9323a2c4
fixes for new api layout
2001-02-09 02:45:06 +00:00
jengo
d6c0c7359b
Changed the config table to phpgw_config
2001-02-08 19:35:32 +00:00
Miles Lott
10a2004c97
Change to new SQL table
2001-02-08 12:28:35 +00:00
Miles Lott
89eb9b157f
Fix auth check - oops this was open, and update to use PHPGW_INCLUDE_ROOT
2001-02-06 13:43:22 +00:00
Miles Lott
d0f8db76d5
Remove ! not allowing insert into accounts
2001-01-31 13:49:22 +00:00
skeeter
ca4d5af836
fixes for not trying to insert duplicate records into accounts table
2001-01-31 05:52:52 +00:00
skeeter
d5f8a75504
Fixed AMD to read AND
2001-01-30 04:26:57 +00:00
skeeter
ccd243ae41
Removed the app info from the account records
2001-01-30 04:23:29 +00:00
skeeter
879596beb3
deletes entries before inserting them
2001-01-30 04:06:42 +00:00
skeeter
f00f6ef025
emulates new applications/acl class
2001-01-30 03:57:09 +00:00
jengo
c4d9c4039d
Fixed include problem
2001-01-21 20:52:48 +00:00
Miles Lott
ba81fe2ab0
Change to call new filename for common class.
2001-01-13 15:45:45 +00:00