2ee5b02448
fixed bug reported on the list: using (constant) returnvalue as reference is not possible in php4
2005-11-25 09:21:42 +00:00
759a50c8c6
fix for 2-digit version-numbers (dependency on 1.2 is ok with a 1.2.xxx version)
2005-11-24 13:07:57 +00:00
3b8febb076
1) fixed not working detection of a connection to the db (postgres)
...
2) fixed detection of table-names with mixed case, which get returned in lowercase
2005-11-19 20:28:39 +00:00
970a92297e
an other big update ;-)
...
1) phpgw_lang(uages) --> egw_lang(uages)
2) mysql 4.0+
- charset gets now set for the connect
- charset gets used for new tables
- some columns shortend to deal with 1000byte (= 333 utf-8 chars) limit for indexes
- update to 1.0.1.019 fixes the charset of existing tables
2005-11-04 18:35:09 +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
09201c7ecb
Fix for apps showing post-install dependency failure even though they are not installed.
2005-10-08 14:54:01 +00:00
54061abe26
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2005-03-04 14:43:14 +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
12b66fb8a9
Change lang/languages tables to phpgw_lang/phpgw_languages
2002-02-17 19:31:50 +00:00
6735cc4d5d
Add a check to setup to be able to exclude apps from the mass upgrade process.
...
WCM will be the first to use this, others may follow...
2002-02-03 17:02:56 +00:00
85ef717696
Additional fix for non-installed apps during upgrades
2002-01-15 01:46:27 +00:00
2d32663ce1
rollback last change for now
2002-01-13 21:12:35 +00:00
478ca3adc4
Upgrade API version to 0.9.15.001, add post-install dependency failure
...
test to detection class and applications.php
2002-01-13 19:52:47 +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
6330681793
php3 fix for detection class; add use of db_addslashes() for when we re-insert
...
table data to a new table in pg (altertable/column)
2001-11-29 03:58:22 +00:00
aa32b065bf
more adjustment for globals
2001-11-21 15:01:43 +00:00
509b88901b
Possible fix for problems with bad php.ini settings.
2001-11-21 12:07:58 +00:00
173d81ab87
register_globals and formatting changes
2001-09-17 02:10:34 +00:00
9218a82cbd
this is now setup3 code
2001-07-30 15:59:25 +00:00