Commit Graph

61 Commits

Author SHA1 Message Date
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
jengo
5008306a5d Converted new accounts to work off templates 2000-10-02 20:43:56 +00:00
jengo
3e3f04a137 Fixed a problem with the sorting in the current users section and cleaned up some of the error reporting 2000-10-02 10:48:03 +00:00
seek3r
95d93a753f needed umask so that permissions would be accurate 2000-10-02 08:30:23 +00:00
seek3r
895c9ba0f3 fixed a few bugs, and added support for dirverify 2000-10-02 07:33:43 +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
jengo
066b5ff4fe Merged in admin section changes 2000-09-25 22:27:40 +00:00
skeeter
816aac68fe various little fixes 2000-09-25 21:13:52 +00:00
jengo
ffd1efa794 Merged in addressbook patch 2000-09-12 22:14:33 +00:00
seek3r
ba68c71ebb moving to new translation system 2000-09-07 20:49:55 +00:00
seek3r
081ad0be4b converted from phpgw_flags to phpgw_info[flags] 2000-09-05 18:36:13 +00:00