Commit Graph

21 Commits

Author SHA1 Message Date
Ralf Becker
c15fcdfb52 WIP egw installs now without phpgwapi and allows to login 2016-05-02 22:26:40 +00:00
Ralf Becker
ca2ffb6aea using new api for setup 2016-05-01 15:56:49 +00:00
Ralf Becker
6de6114e22 remove old API browser class, apps only used content_header method with is available as html::browser_header() with identical signature 2014-01-19 09:30:33 +00:00
Ralf Becker
fc1ce1fa71 removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
Miles Lott
8d1efd030d Fix download of tables_current 2007-02-14 14:26:38 +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
Ralf Becker
3babf5f424 fixed sqltoarray:
- showing multicolum-indexes correct
- showing table-names
- working for app's without title
- all-option working for db's other then mysql
2004-08-15 11:46:05 +00:00
Miles Lott
26ef5d0726 Complete adjustments to $ConfigDomain - no need to get_var if already authenticated anymore 2004-01-06 13:45:10 +00:00
Miles Lott
e5cf023559 Fix old setup bug with tables_current output and extra comma 2003-11-13 12:25:56 +00:00
Miles Lott
d6ebb363c4 Add copy of old template class so setup can work for now. 2002-08-11 23:54:58 +00:00
skeeter
aa1398fd6b Converting to get_var() for all HTTP_*_VARS. 2002-04-29 19:49:24 +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
e6b3c04a10 Minor formatting 2002-01-08 02:12:43 +00:00
Miles Lott
ea23a8c75c set phpgw_info to an empty array at the top 2001-12-18 02:25:55 +00:00
Miles Lott
04342d35ed Cleanup includes; move auth() call to top after main include (functions.inc.php); 2001-12-18 02:20:31 +00:00
Miles Lott
aa32b065bf more adjustment for globals 2001-11-21 15:01:43 +00:00
Miles Lott
98bfdd6558 html color code cleanup 2001-09-26 23:59:52 +00:00
Miles Lott
6f3ede4746 undo last change 2001-08-25 21:02:53 +00:00
Miles Lott
54f7afb947 Chop off last comma for php3 2001-08-25 20:23:50 +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