Commit Graph

249 Commits

Author SHA1 Message Date
skeeter
504c71d323 corrected footer call 2001-01-07 17:25:25 +00:00
skeeter
7a907ae0d6 corrected footer call 2001-01-07 17:14:36 +00:00
seek3r
07e48031cb moved config to use new design 2001-01-07 10:43:48 +00:00
jengo
24945c4b3b text version of navbar is working again 2001-01-07 09:34:45 +00:00
skeeter
fbf40f18ab fix for changing passwords 2001-01-07 03:40:38 +00:00
Lars Kneschke
dd5d66f8bf added missing templatets
just copied the ones from ../default
2001-01-06 23:35:26 +00:00
skeeter
10960c40a5 new template 2001-01-06 18:18:54 +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
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
b693138a0b sessions should work correctly/restructure of code 2000-12-30 17:10:20 +00:00
skeeter
a5e5dfb7f3 missed a ; 2000-12-30 02:08:04 +00:00
seek3r
f504d8f6a7 adding in some of the special setup files and dirs 2000-12-29 22:10:24 +00:00
skeeter
4985bb1605 small fixes for editting accounts 2000-12-29 04:33:29 +00:00
skeeter
b068905f32 now saves apps again assoc to the group 2000-12-29 03:59:04 +00:00
skeeter
ba16563d01 now saves apps again assoc to the group 2000-12-29 03:57:53 +00:00
skeeter
1e4f1ecc8b small fixes for new users and group edits 2000-12-29 03:05:30 +00:00
skeeter
329e8b3f00 calendar removed from api 2000-12-27 15:20:15 +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
jengo
cfd22bdb30 Updated edit applications to the new layout (with the app order field) and changed new application have the default highest number in the app_order field 2000-12-26 05:30:40 +00:00
jengo
b30d142352 Changed template back to the way it should be .... 2000-12-26 05:15:20 +00:00
Lars Kneschke
7d494dda53 user deleting and adding didn't work 2000-12-26 01:35:37 +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
skeeter
a7a8c5bebf smarter about previous settings 2000-12-25 01:12:12 +00:00
skeeter
c2723a0234 cosmetic code changes 2000-12-25 00:48:23 +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
Lars Kneschke
bdd8b39637 application_form.tpl was broken, used a templeate file from a backup 2000-12-23 15:39:03 +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
188f7e09c8 included missing ) plus ; 2000-12-23 05:16:32 +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
seek3r
f795023f8f hopefully settled the directory structure once and for all 2000-12-21 09:16:30 +00:00
skeeter
cce88109f4 fix for changing of users password and setting in phpgw_sessions 2000-12-21 01:08:10 +00:00
jengo
1083112979 Added in new template 2000-12-20 10:10:22 +00:00
jengo
38503e90f1 Change new appliction to support app order 2000-12-20 10:09:33 +00:00
seek3r
e045c4236e added functions needed to detect template and image dirs 2000-12-19 18:14:22 +00:00
seek3r
d3c59526f0 moved all the images into the templates dir so that they can be changed as well 2000-12-19 15:33:48 +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