Commit Graph

17 Commits

Author SHA1 Message Date
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
4e2bce12e6 modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api 2005-03-24 13:15:12 +00:00
c205597803 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:00:33 +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
01faba0c4d Moved setup and schema_proc classes to api; reorganize how the setup class
is created
2002-03-03 21:53:00 +00:00
532993d024 Some major cleanups. Should reduce warnings by 75%. This will speed things up if the admin is logging php errors/warnings. 2002-02-18 16:18:34 +00:00
63b0e05ffe adjust banners to credit seek3r, angles, and some other dude 2002-02-17 20:20:09 +00:00
03e2617813 syntax error 2002-01-15 01:48:41 +00:00
85ef717696 Additional fix for non-installed apps during upgrades 2002-01-15 01:46:27 +00:00
21f0653bde Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
c13ade18dc Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files. 2002-01-07 10:50:42 +00:00
a012283ba5 Lang files are now installed as part of the install/upgrade process. For step
one (mass install/upgrade), english is installed by default
2002-01-05 21:20:52 +00:00
aa32b065bf more adjustment for globals 2001-11-21 15:01:43 +00:00
173d81ab87 register_globals and formatting changes 2001-09-17 02:10:34 +00:00
370818fa8e Cleanups of warnings. 2001-09-03 09:51:27 +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