Commit Graph

48 Commits

Author SHA1 Message Date
Miles Lott
34a0553649 Make 'some' value be inserted into account_pwd field. 2001-04-02 15:09:13 +00:00
Miles Lott
e8c916b450 Add default firstname and lastname for groups 2001-03-14 20:12:28 +00:00
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
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
Lars Kneschke
758dbaeaa6 make usermanager pages work 2001-02-14 19:20:22 +00:00
skeeter
41e4218f0f reflects table name changes for preferences 2001-02-14 04:35:30 +00:00
skeeter
31f5e1a3f9 group admin except delete works 2001-02-09 04:36:16 +00:00
skeeter
e77271dde8 now completely acl based 2001-02-01 04:02:01 +00:00
skeeter
ff62eb583c still missing the adding of the user/group association into the acl table 2001-01-31 05:55:38 +00:00
skeeter
d364cb446a added is_odd() 2001-01-21 12:59:41 +00:00
skeeter
abf8c3bcd9 implementation of applications class 2001-01-21 01:26:23 +00:00
skeeter
010a789b9b changes for locking while reading/saving preferences 2001-01-18 05:14:59 +00:00
skeeter
8c49050e33 possible fix for warnings for preferences 2001-01-18 04:55:34 +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
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
a5e5dfb7f3 missed a ; 2000-12-30 02:08:04 +00:00
skeeter
f3abbd9ae4 fixes for new preferences class 2000-12-27 15:07:14 +00:00
jengo
947a4f5067 Changed all exit; calls to use the new common->phpgw_exit() 2000-12-23 22:50:32 +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
jengo
1a1f774680 Started cleaning up the templates 2000-11-07 20:37:02 +00:00
skeeter
fc91dfaf5b improper group info on new groups causing navbar problems 2000-10-11 00:18:42 +00:00
skeeter
77768a90ef improper group info on new groups causing navbar problems 2000-10-11 00:02:39 +00:00
skeeter
5001c5bdbd improper group info on new groups causing navbar problems 2000-10-10 23:28:42 +00:00
seek3r
95d93a753f needed umask so that permissions would be accurate 2000-10-02 08:30:23 +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
skeeter
cfbf8db153 fixes for accounts 2000-09-27 23:50:11 +00:00
skeeter
e48168c5cd fixes for accounts 2000-09-27 22:36:15 +00:00
jengo
5f4b9d6a04 Merging in more changes to the admin section 2000-09-25 22:35:09 +00:00
jengo
d19d009cad Fixed group access bug 2000-09-11 06:48:37 +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
jengo
5153a56400 The admin sction should now be using the link() properly 2000-09-04 18:26:32 +00:00
skeeter
9c1ca50d7c working with new session class 2000-09-03 20:25:31 +00:00
skeeter
e98124bfdb fixed misspelling of filesystem_separator 2000-08-26 20:12:01 +00:00
jengo
78880c948d Converted the admin section to the new accounts class 2000-08-26 19:20:27 +00:00
izzy
e2f0aa6f81 on group creation the files directory tried to be created in "filemanager/groups/"
instead of in "files/groups/"
2000-08-22 16:16:30 +00:00
jengo
d85efa7bd4 Converted accounts.php to templates and fix a few directory errors 2000-08-21 05:15:45 +00:00
jengo
f46021313e Started converting the groups programs over to templates 2000-08-20 04:11:43 +00:00
jengo
34b5e461ae Fixed a problem with user not being added to the groups properly and the directorys wheren't being deleted 2000-08-19 02:32:35 +00:00
jengo
e39c2e8843 You can now add permissions to groups 2000-08-19 02:08:25 +00:00
jengo
8cdfdf0695 More cleanup in the groups section, kp3 is now using md5 2000-08-19 00:59:04 +00:00
jengo
d0b52157a0 Renamed the new groups file and cleaned up the form 2000-08-19 00:48:04 +00:00