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
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
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
f085648705
added max_icons=12 default pref and manual as app for the default group
2004-08-13 21:04:59 +00:00
Ralf Becker
c591c2c221
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
...
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
2004-07-25 01:41:37 +00:00
Ralf Becker
cf32369b5d
stoping account or group creation process, if there is an error and therefor no id (else the acl or preference class assumes to change the current user)
2004-07-12 22:06:13 +00:00
Ralf Becker
1d6a4ff344
give admin access to all apps, to save us some support requests
2004-03-21 16:11:51 +00:00
Ralf Becker
e1e715168a
added admin user to the default group too, to give him all the "normal" apps
2004-02-06 07:24:13 +00:00
reinerj
3f5c75878b
changes from phpgw to egw dev group
2004-01-27 20:49:25 +00:00
Miles Lott
cf9890f264
Spell check one lang
2004-01-26 03:17:55 +00:00
Miles Lott
a1ed88dc38
Clear the access log after all users are created - this gets rid of a really annoying FAQ.
2004-01-17 16:39:40 +00:00
Ralf Becker
e5af8693af
made the deletion of all user, group and ACL data by setup_demo.php mandatory (default off) so that other install-scripts can add users, groups or ACL records
2003-12-29 21:12:37 +00:00
Miles Lott
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
Lars Kneschke
613e4013a9
added missing translation class
2003-10-14 05:18:18 +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
Lars Kneschke
bfb56ec1de
ldap fixes
2003-09-14 14:35:36 +00:00
Ralf Becker
c94e86a5fa
makeing iDots the default template and some other defaults
2003-09-08 22:21:22 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
Ralf Becker
39662ae506
updated to use new prefs format
2003-05-18 16:51:45 +00:00
Zone
71ec2f0197
Updates needed for phpwebhosting -> filemanager name change
2002-09-21 05:15:32 +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
a543671254
Alter demo accounts to better demonstrate group/user perms
2002-04-14 22:12:59 +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
b2a974489f
default prefs string should now be correct
2002-02-18 12:44:25 +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
c332b62e15
Add ldap connection failure notice with exit to make sure they see it
2001-12-12 16:02:51 +00:00
Miles Lott
df12b77dde
Add cancel button to setup_demo; add link to setup demo accounts on ldap page;
2001-12-11 04:42:55 +00:00
Miles Lott
8df4163cab
setup_demo now works for LDAP (here anyway) and still works for SQL; now uses
...
the accounts classes in phpgw; This is devel CVS, please test ;)
2001-12-11 04:36:40 +00:00
mdean
f7d1715195
Removed random account numbers for maximum db portability.
2001-09-17 02:23:41 +00:00
Miles Lott
eb429ea494
demo account creation is now a checkbox option, on by default
2001-08-25 21:18:30 +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
3090af98b4
Fixed setting up demo accounts not allowing you to login
2001-05-03 05:15:02 +00:00
jengo
11c869fa99
The default admin account can now change there password
2001-04-03 03:08:42 +00:00
el_latino
27c6cfa741
Thu, 22 Feb 2001 10:19:58 +0000
...
Ra�l Alexis Betancort Santana <rabs@dimension-virtual.com>
jengo changes the SQL schema of phpgw_acl, this are the needed fixed over the rest of setup files to acomodate to this change.
2001-02-22 10:26:13 +00:00
skeeter
9ec5db9093
fix for action on form
2001-02-22 05:42:17 +00:00
skeeter
527f87de67
improper default prefs for calendar
2001-02-22 05:20:51 +00:00
bettina
9ee25cbc39
change preferences/phpgw_preferences
2001-02-14 15:47:32 +00:00
seek3r
2aea2d586c
fixed new install
2001-02-10 04:50:21 +00:00
seek3r
3f44799099
I have things working to a point where the user can login. I still wil lhave to do MAJOR cleanup of session class and fix a few things in the acl that I commented out
2001-02-05 22:30:21 +00:00
seek3r
a0865025ed
fixed demo account creator based on Latino's tip
2001-02-05 20:54:54 +00:00
seek3r
7c785a6a33
fixed settings for fresh installs
2001-01-31 19:46:08 +00:00
seek3r
9a2524dd26
fixed setup for fresh installs
2001-01-31 17:31:18 +00:00
seek3r
b60a700dcf
fixed header management
2000-12-28 09:52:13 +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
seek3r
b6593537fc
updated for new pref table format
2000-12-14 11:32:02 +00:00
seek3r
14c9701005
made sure the tables version setting is update
2000-12-13 10:27:14 +00:00