Ralf Becker
3adb0e569a
2 bugfixes and some clean-ups:
...
- db::Halt_on_Error was not set, because of typo
- new md5 encrypted PW in cookie was again md5 encoded on each submit
2005-05-19 06:32:42 +00:00
Miles Lott
7c5b4d93c0
Fix for BUG 1167158. Now setting cookie as encoded password vs. plaintext.
2005-05-16 00:42:05 +00:00
Ralf Becker
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
Ralf Becker
7bccad3c7c
removed instanciation of not existing app_registry class
2005-03-04 15:54:15 +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
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
8b54414c64
also check api version for hooks table in deregister_hooks()
2002-02-20 05:19:35 +00:00
skeeter
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
Miles Lott
92c0e20c12
Adjust banners to credit just about all of the core team...
2002-02-17 20:23:26 +00:00
skeeter
539f13e14d
This might fix some problems with installation under php 4.0.6 versions.
2002-01-30 04:41:44 +00:00
skeeter
298f754424
This will now correctly remove the system level cache. Previous problem was occuring because loaddb() was not called prior to clearing the cache. This also clears up all warning messages being dumped to the HTTP log file.
2002-01-14 12:14:40 +00:00
skeeter
1f4c69b108
This will now clear system/user level cache when adding/deleting apps.
2002-01-13 17:20:33 +00:00
Miles Lott
21f0653bde
Formatting and comment adjustment
2002-01-11 03:40:59 +00:00
seek3r
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
Miles Lott
0740e85b12
Switch to local hook function to avoid catch_22/chicken-egg/cart-horse situation
2002-01-05 23:50:18 +00:00
Miles Lott
49f7216e19
Remove unused function
2002-01-02 15:46:17 +00:00
Miles Lott
18a45d4bc5
security fix for php 4.1.0 (?) to verify that what isset() is also !empty()
2001-12-18 02:07:14 +00:00
Miles Lott
a4053a15c4
Missed a global
2001-11-25 02:27:22 +00:00
Miles Lott
592f7ca4f1
Fix selection order of ConfigDomain
2001-11-22 00:50:12 +00:00
Miles Lott
aa32b065bf
more adjustment for globals
2001-11-21 15:01:43 +00:00
Miles Lott
39bd4f6318
check and increment app_id, or set random value if api version >= 0.9.13.015
2001-10-17 18:42:18 +00:00
Miles Lott
93d75f74f5
Allow enter to work for setup or header login, if single domain; fix setting of invalid password message
2001-09-18 12:38:26 +00:00
skeeter
d23736a1dc
Small fix for redeclaring a variable to a different type.
2001-09-18 03:45:22 +00:00
Miles Lott
6471f4d546
Another manageheader fix
2001-09-17 03:25:34 +00:00
Miles Lott
3f389090cc
Fix HeaderPW check
2001-09-17 03:09:47 +00:00
Miles Lott
173d81ab87
register_globals and formatting changes
2001-09-17 02:10:34 +00:00
skeeter
a1d8939e82
Fix for the compare of version function. Was not properly setting testb vars.
2001-09-03 09:50:40 +00:00
Miles Lott
43127662ab
Some more fixes to work with register_globals Off; Change one debug echo.
2001-08-31 22:29:23 +00:00
Miles Lott
e0db915670
Changes to allow register_globals to be off
2001-08-21 18:48:50 +00:00
seek3r
9218a82cbd
this is now setup3 code
2001-07-30 15:59:25 +00:00