Commit Graph

88 Commits

Author SHA1 Message Date
jengo
25fe742367 Cleaned up all of the link calls in the admin section 2001-03-08 23:32:22 +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
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
jengo
49a40dfe81 Fixed account status not updating 2001-02-17 09:40:07 +00:00
jengo
3eeaddba81 Fixed edit accounts, it now seems to be working 2001-02-17 09:31:54 +00:00
Lars Kneschke
758dbaeaa6 make usermanager pages work 2001-02-14 19:20:22 +00:00
Miles Lott
21670c3780 Moved option closing tag 2001-02-13 23:15:20 +00:00
Miles Lott
08f8976bfe More fixes, relies on class change - this could change also 2001-02-13 15:58:14 +00:00
Miles Lott
83ba768cb6 More changes to effect groups list 2001-02-13 15:48:50 +00:00
Miles Lott
3e329cb3c5 Add in group list code - in progress, inactive 2001-02-13 15:27:44 +00:00
Lars Kneschke
b1aa198c23 forgot to restore the input fields in error case 2001-02-13 00:16:35 +00:00
Lars Kneschke
b9271d2b7c error checking enabled again 2001-02-13 00:03:48 +00:00
Lars Kneschke
9ebb3bfaae make password changing working from user admin pages 2001-02-12 21:13:09 +00:00
jengo
4602e18fe1 Cleaned up the templates 2001-02-12 18:16:09 +00:00
Lars Kneschke
a039c0116c we can enable apps for users now again 2001-02-11 21:59:48 +00:00
Lars Kneschke
d5aa7d2fe1 making user admin pages working 2001-02-11 19:08:32 +00:00
Lars Kneschke
6b787678ea useradmin pages rewrite started 2001-02-11 03:07:43 +00:00
skeeter
b38b7d975e minor changes 2001-02-03 03:31:00 +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
ea0ebf51ce editaccount now works with acl class 2001-02-02 03:11:57 +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
jengo
17c31cbcc4 Fixed undefined read_preferences() 2001-01-10 04:26:06 +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
skeeter
9b7dfe7315 should allow changing of account prefs using ldap or sql 2001-01-04 20:06:38 +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
4985bb1605 small fixes for editting accounts 2000-12-29 04:33:29 +00:00
skeeter
f3abbd9ae4 fixes for new preferences class 2000-12-27 15:07:14 +00:00
jengo
20c3f60c29 create header is now using templates 2000-12-27 09:30:43 +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
d30890881a Started fixing edit account 2000-12-26 06:30:51 +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
Lars Kneschke
d21dc1ddab removed debug output 2000-12-25 23:46:49 +00:00
jengo
5ef7bdf190 Working on possiable fix for LDAP apps problems 2000-12-24 09:52:27 +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
9ba288fab7 Removed commented out code that was no longer needed 2000-12-23 06:29:18 +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
bettina
b0ae3e54f7 included missing ) plus ; 2000-12-23 04:45:39 +00:00
skeeter
ea66a64a46 new hook file for preferences 2000-12-22 21:18:35 +00:00
jengo
b24264a48b its working again 2000-12-18 21:46:41 +00:00
jengo
3a1c8acfbb Fixed navbar showing up twice when using frames and calling phpgw_header() manually 2000-12-18 21:33:02 +00:00