egroupware_official/setup/inc
2002-01-08 14:03:29 +00:00
..
class.schema_proc_array.inc.php this is now setup3 code 2001-07-30 15:59:25 +00:00
class.schema_proc_mssql.inc.php this is now setup3 code 2001-07-30 15:59:25 +00:00
class.schema_proc_mysql.inc.php Small change to the RenameTable function in MySQL. This will allow for older versions of MySQL to be used. 2001-10-18 01:02:49 +00:00
class.schema_proc_pgsql.inc.php Set intval() of value to insert to ensure some input on not null columns 2002-01-08 14:03:29 +00:00
class.schema_proc.inc.php minor formatting 2001-09-12 13:45:58 +00:00
class.setup_detection.inc.php 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
class.setup_html.inc.php - Fixed logout button not working correctly 2001-09-27 23:59:39 +00:00
class.setup_lang.inc.php 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
class.setup_process.inc.php 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
class.setup.inc.php 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
functions.inc.php Mod to (un)install application translations with each app (applications.php only) 2002-01-05 18:07:11 +00:00
README minor update 2001-12-03 17:39:39 +00:00
xml_functions.inc.php add test app to run system.listApps against the local server at phpgroupware/xmlrpc.php 2001-08-09 15:54:52 +00:00

phpGroupWare setup		May 2001

Class logical (?) organization map:

	class.setup.inc.php					Global setup functions app/hook/login
		|
		class.setup_detection.inc.php	Detection of header, file and db versions
		|
		class.setup_lang.inc.php		Multi-lang functions for display
		|
		class.setup_html.inc.php		HTML/template output functions
		|
		class.setup_process.inc.php		db processing functions/upgrade/install
			|
			class.schema_proc.inc.php				DB array <--> SQL and abstraction class
				|
				class.schema_proc_array.inc.php		Array input parser
				|
				class.schema_proc_mysql.inc.php		SQL functions for MySQL
				|
				class.schema_proc_pgsql.inc.php		SQL functions for Postgresql
				|
				class.schema_proc_mssql.inc.php		SQL functions for MS SQL
				|
				...									other db support...