Commit Graph

23 Commits

Author SHA1 Message Date
2b083935ec fixes for negative group-id and others 2005-11-24 20:49:23 +00:00
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
73d74fa0f3 XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00
545742c4ee honor ldap protocol version setting 2005-05-07 20:56:45 +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
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
3f5c75878b changes from phpgw to egw dev group 2004-01-27 20:49:25 +00:00
41e3d56f23 GLOBALS fixes 2004-01-25 19:27:48 +00:00
ab1a464ab9 Fix display of current domain and db type 2004-01-20 00:40:38 +00:00
26ef5d0726 Complete adjustments to $ConfigDomain - no need to get_var if already authenticated anymore 2004-01-06 13:45:10 +00:00
b6c0e6e0b2 Replace langs using phpGroupWare 2003-12-19 12:34:45 +00:00
9de9eb51c1 app_title changed to app_name
forgot one to change

closes bug #804009
2003-09-11 02:24:50 +00:00
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
d6ebb363c4 Add copy of old template class so setup can work for now. 2002-08-11 23:54:58 +00:00
09d24127b0 Add more exclusions to applist 2002-05-14 13:43:34 +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
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
ea23a8c75c set phpgw_info to an empty array at the top 2001-12-18 02:25:55 +00:00
04342d35ed Cleanup includes; move auth() call to top after main include (functions.inc.php); 2001-12-18 02:20:31 +00:00
e0db915670 Changes to allow register_globals to be off 2001-08-21 18:48:50 +00:00
9218a82cbd this is now setup3 code 2001-07-30 15:59:25 +00:00