Ralf Becker
c85d34c0fe
changed the following table-names:
...
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
Ralf Becker
ae3da17939
ldapmodify was not working any more, fixed it now: phpgw --> egw
2005-05-22 20:07:16 +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
f3539ef370
Add another sort, and move unset() of count portion of array
2004-01-26 02:56:11 +00:00
Lars Kneschke
d0faa0770e
hopefuly fix for bug [ 884067 ] if ldap gids are not consecutive, cannot deal with groups
2004-01-26 02:49:35 +00:00
Miles Lott
8bc4819f84
Fix for use of GLOBALS when setting up admin
2004-01-25 19:22:39 +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
bgigon
e2ca2e41de
LDAP version 3 activated
2004-01-05 12:32:00 +00:00
Miles Lott
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
Lars Kneschke
fea33a3d1f
fix for bug [ 839099 ] Error in ldapmodify
2003-11-20 06:21:56 +00:00
Lars Kneschke
014c3b18dd
[ 813403 ] ldap account import/export fix
...
does not need GLOBALS = on anymore
https://sourceforge.net/tracker/index.php?func=detail&aid=813403&group_id=78745&atid=554340
Patch Author: Shryke Dude (shrykedude)
2003-09-28 11:38:07 +00:00
Lars Kneschke
412e8052f3
a field name has changed
...
removed some ugly output
added utf8_decode for usernames
2003-08-30 06:06:11 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
ceb
405e2b5c65
removed app_title
2002-10-26 22:40:09 +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
Miles Lott
09d24127b0
Add more exclusions to applist
2002-05-14 13:43:34 +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
a55296403b
Fix setting of account type to 'u' for users
2001-08-02 09:37:49 +00:00
Miles Lott
b85362ba1b
Create per-user application acl if no groups selected for modify
2001-08-02 09:33:24 +00:00
seek3r
9218a82cbd
this is now setup3 code
2001-07-30 15:59:25 +00:00