Commit Graph

68 Commits

Author SHA1 Message Date
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
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
704dd11c9c Merging in change for hooks code, and converted editaccount to templates 2000-12-18 01:28:30 +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
jengo
9f88504c00 Fixed login id changes not being updated correctly 2000-11-23 22:00:11 +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
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
Lars Kneschke
84a5c8773d user admin page was broken for ldap 2000-11-12 09:26:54 +00:00
jengo
74e0869c8f Merged in LDAP patch 2000-11-06 00:27:52 +00:00
jengo
9adf13dc8c Edit LDAP users is now working properly 2000-10-31 11:50:35 +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
bbcc442177 Working on LDAP admin section 2000-10-26 01:16:10 +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
ef3a4a6e5c Fixed access columns and groups columns not working correctly 2000-10-18 03:46:57 +00:00
skeeter
1369e38c4b improper group info on new groups causing navbar problems 2000-10-11 00:57:09 +00:00
sjb4891
263fdedd2a Added $phpgw->common->phpgw_footer() function, and changed all
places that were including the footer.inc.php to use the function.

Re-arrange phpgw.inc.php to include optional classes after reading the DB config
misc bugfixes.
2000-09-29 05:24:18 +00:00
seek3r
583ebddb32 renamed header(0 to phpgw_header() to remedy function name conflicts 2000-09-28 15:01:11 +00:00