Ralf Becker
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
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +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
ecc16190b3
Move newconfig to config
2004-11-28 18:38:50 +00:00
reinerj
3f5c75878b
changes from phpgw to egw dev group
2004-01-27 20:49:25 +00:00
Miles Lott
ab1a464ab9
Fix display of current domain and db type
2004-01-20 00:40:38 +00:00
Miles Lott
037369b6e6
Add header and per-domain user login values - default is admin during the upgrade process.
...
Hopefully these are all the files.
2004-01-18 21:03:56 +00:00
Miles Lott
71a6a6b84e
switch to $_POST
2004-01-16 12:52: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
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
Miles Lott
1df412f9c4
ereg_replace/intval update
2003-12-10 11:45:03 +00:00
Ralf Becker
658dfdce96
restructured setup a bit:
...
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:24:34 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
ceb
a77d47cd5f
moved all the setup mess to its right place
2002-12-07 02:12:15 +00:00
skeeter
89ebd8ea8a
Did I miss commiting this?
2002-08-13 23:39:39 +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
skeeter
5c06bddb84
Changed to GLOBALS[''] for HTTP_*_VARS.
2002-04-08 02:33:56 +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
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
787aaf2a5e
Create hooks object for hooks call
2002-01-02 15:49:25 +00:00
Miles Lott
49f7216e19
Remove unused function
2002-01-02 15:46:17 +00:00
seek3r
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
seek3r
ab9fffff05
fixed some debug crap and a fix for windows installs
2001-12-26 17:21:24 +00:00
Miles Lott
566aee1cb2
but do check the right value...
2001-12-21 22:44:09 +00:00
Miles Lott
e2206c12f6
Do not delete a passwd setting from the db, since we also don't put the value
...
in the form
2001-12-21 22:41:44 +00:00
Miles Lott
f5ccede031
Do not print passwords to the page
2001-12-21 22:38:03 +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
23896ff6f5
possible fix for bug #479943
2001-11-14 23:17:27 +00:00
Miles Lott
4ef07f8d67
Now using the same template files as the admin/config.php - only api/admin/prefs templates
...
are included, and all are saved in the config table as appname='phpgwapi'.
2001-09-21 20:14:04 +00:00
skeeter
33bd4e9714
Changed the addslashes to db_addslashes.
2001-09-18 03:46:28 +00:00
Miles Lott
6c1eb9f114
formatting
2001-09-12 16:49:41 +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
seek3r
cd3f5a90dc
preparing to put setup3 code in here
2001-07-30 15:44:12 +00:00
jengo
ebee550db7
Added the new config class
2001-05-02 08:00:33 +00:00
Miles Lott
f78f032243
Replace double quote with single
2001-03-11 05:55:44 +00:00
skeeter
90febe7d8f
fixes for rfc compliant destinations
2001-03-10 20:11:51 +00:00
jengo
015a627b1e
Renamed the config table to phpgw_config
2001-02-08 19:34:14 +00:00
jengo
d3bcb08a08
Disabled frames
2001-01-10 03:08:03 +00:00
seek3r
1db613d9ed
changed the link() and webserver_url to return the entire path
2001-01-08 18:51:39 +00:00
seek3r
07e48031cb
moved config to use new design
2001-01-07 10:43:48 +00:00
seek3r
26b8f506f9
added support for template detection and selection
2001-01-05 22:39:07 +00:00
seek3r
da015de66d
added support for template detection and selection
2001-01-05 22:38:08 +00:00
skeeter
6e828646fa
fixes logout/login problem
2000-12-31 23:46:55 +00:00
seek3r
90771fc094
its mostly working now, will continue tonight
2000-12-27 22:04:44 +00:00
seek3r
6cfdfaf372
commiting code so that jengo can merge in some other changes
2000-12-27 09:05:13 +00:00
jengo
bb46e5d99e
Fixed config option was wrong (html compliant)
2000-12-25 09:38:47 +00:00