Miles Lott
0d7d57474f
Add read_installed_apps()
2001-03-14 19:43:07 +00:00
jengo
25fe742367
Cleaned up all of the link calls in the admin section
2001-03-08 23:32:22 +00:00
Miles Lott
8e067cc046
Remove trailing ' on line 17
2001-03-01 03:15:51 +00:00
jengo
7b2c9feae0
Cleaned up some formating
2001-02-26 16:00:24 +00:00
jengo
269d28222a
Account -> view is working again. I made it use the same template as new/edit account.
2001-02-26 15:50:51 +00:00
jengo
df34d8c2ba
Edit and new account appears to be working correctly now
2001-02-22 05:52:21 +00:00
jengo
f428321207
Forgot to change new_permissions to account_permissions
2001-02-22 02:44:50 +00:00
jengo
58dbd838ad
Cleaned up the variable names in new account
2001-02-22 02:42:34 +00:00
jengo
d26840b61f
Added a temp fix for edit and add accounts, I am now going to go through it and clean up the variable names to make them more standard and understandable
2001-02-21 03:03:16 +00:00
jengo
05d6bdbf64
Cleaned up much of the admin section, new account is now working and fixed a few problems with edit account. delete account still doesn't work
2001-02-20 14:12:06 +00:00
skeeter
2bd2c994b7
edit/new accounts works with new acl/applications and w/o warnings
2001-02-02 12:28:39 +00:00
skeeter
abf8c3bcd9
implementation of applications class
2001-01-21 01:26:23 +00:00
skeeter
71a0a698c9
changed initializing preferences to CreateObject()
2001-01-18 03:50:48 +00:00
skeeter
124c09cf2d
fix for preferences
2001-01-10 05:01:56 +00:00
skeeter
577e22fa72
changed reads for preferences to read intval() of user
2001-01-08 06:55:27 +00:00
skeeter
988bc0bb88
rename ->common->navbar() to parse_navbar
2001-01-06 04:11:13 +00:00
Lars Kneschke
0d342d2916
call a different hooks for "new user" and "modify user"
2001-01-01 12:02:53 +00:00
Lars Kneschke
f4a7860474
now you can add your own plugins to the usermanager
...
i have user hook's for this
hook 1:
show_user_data
creates html code which gets added to the editaccount.php pages
hook2:
show_newuser_data
creates html code which gets added to the newaccount.php pages
hook3:
update_user_data
get's called after we have put the new userdata in the database
Enjoy
2000-12-31 16:20:49 +00:00
skeeter
fe8d288061
now php3 compatible
2000-12-31 02:19:56 +00:00
skeeter
6e715790bd
stops killing common preferences
2000-12-30 17:43:17 +00:00
skeeter
1e4f1ecc8b
small fixes for new users and group edits
2000-12-29 03:05:30 +00:00
skeeter
f3abbd9ae4
fixes for new preferences class
2000-12-27 15:07:14 +00:00
jengo
fa169cd79f
Added sorting back in and fixed rows being displayed oddly when there is an odd number of permissions
2000-12-27 02:10:21 +00:00
jengo
7cea5beeb0
Added in a table header (th_bg)
2000-12-26 05:39:19 +00:00
Lars Kneschke
0b95e839d7
modified the look of the admin pages
2000-12-26 00:52:38 +00:00
skeeter
c2723a0234
cosmetic code changes
2000-12-25 00:48:23 +00:00
jengo
947a4f5067
Changed all exit; calls to use the new common->phpgw_exit()
2000-12-23 22:50:32 +00:00
jengo
046b1f0631
PHP 4.0.0 was spitting out warnings, so I supressed them
2000-12-23 06:36:30 +00:00
jengo
75a45c9405
Fixed illegal index type errors, fixed permission sorting, fixed account active not showing up
2000-12-23 06:28:34 +00:00
skeeter
ea66a64a46
new hook file for preferences
2000-12-22 21:18:35 +00:00
jengo
2058628f02
Merged in patch for calendar
2000-12-18 16:36:43 +00:00
seek3r
7ecbb0810e
running thru all the applications and am making sure their making proper use of the path variables
2000-12-18 10:09:34 +00:00
jengo
5394d8212d
Downgrade the config table back to the old format. We are going to use a different approch on it.
2000-12-14 06:38:47 +00:00
jengo
e09c174427
Merged in patch for UW-mailfolder and added a config option for 8 charater limit on loginids for LDAP
2000-12-06 11:19:59 +00:00
skeeter
50389bcca7
fix for adding new users
2000-11-23 03:26:45 +00:00
jengo
ddbe64e26d
Added in a $phpgw_info = array() before header is called up. There is a possiablity of people passing a multidemension array through the URL to change the variables in phpgw_info array. Any questions, please ask me. (jengo)
2000-11-21 00:41:31 +00:00
seek3r
0583ccdcdb
split up the auth class. Added authentication based on email account
2000-11-19 08:28:29 +00:00
jengo
3831d2e0d2
Fixed some error reporting
2000-11-17 16:19:37 +00:00
jengo
07bf8a2a7c
Converted the flags to use the new style
2000-11-16 08:00:18 +00:00
jengo
8e765f2af7
Changed the 8 charater limit on loginids to only affect LDAP users
2000-11-13 10:05:45 +00:00
jengo
1a1f774680
Started cleaning up the templates
2000-11-07 20:37:02 +00:00
jengo
9d323346b3
Merged in patch for vcard support
2000-11-03 20:07:57 +00:00
jengo
7fb5ee338e
Added better error checking to new/edit account and new/edit applications
2000-10-28 19:24:51 +00:00
jengo
689f013abc
More work on creating the functions for the LDAP admin section
2000-10-20 05:59:25 +00:00
jengo
b592122f3c
More work on the SQL version of the admin section, editing accounts is now working
2000-10-20 04:43:13 +00:00
jengo
f9fe837aa5
More work on the SQL version of the admin section, add and delete account now works
2000-10-20 03:30:28 +00:00
jengo
17eeb47d3c
Fixed new account form not return the user firstname or lastname on an error.
2000-10-18 20:21:52 +00:00
jengo
ef3a4a6e5c
Fixed access columns and groups columns not working correctly
2000-10-18 03:46:57 +00:00
skeeter
dce91446c9
Setting default preferences for new users
2000-10-13 12:21:04 +00:00
jengo
d9abb263a5
Updating more of the preferences
2000-10-12 18:18:03 +00:00