Commit Graph

4275 Commits

Author SHA1 Message Date
skeeter
dcbcdd88ce Made a few changes to the accounts LDAP storage processing. 2001-09-04 03:12:23 +00:00
skeeter
950e46b5f8 No longer needed. 2001-09-04 01:38:07 +00:00
skeeter
bb1a0f8c8c No longer needed. 2001-09-04 01:26:55 +00:00
jengo
8c5a988f0f No longer needed 2001-09-04 01:25:03 +00:00
jengo
8b483a14a4 Removed some commented out code 2001-09-04 01:18:35 +00:00
jengo
583c8d7c6c Added new ACL Manager, currently only user accounts is using it 2001-09-04 01:17:40 +00:00
jengo
0b5c0c040a Added new ACL Manager, currently only user accounts is using it 2001-09-04 01:12:13 +00:00
jengo
ac6cb8b252 Removed config options that have been moved to forced preferences 2001-09-03 23:35:38 +00:00
jengo
969e39dff0 Fixed the table header 2001-09-03 23:18:47 +00:00
jengo
c1ebab8a82 Added no permission checking for special calls to hooks (mainly for admin and preferences) 2001-09-03 23:02:36 +00:00
jengo
3c633fcbc1 Cleaned up the preferences section, its now split into seperate sections (using tabs) for admins. User, default and forced 2001-09-03 23:01:42 +00:00
Miles Lott
4234adb5df Fix for edit that was saving owner also as an extra field, making the record
not viewable anymore; more use of GLOBALS
2001-09-03 12:00:38 +00:00
Miles Lott
5ec4407928 Fix for incorrect lang 2001-09-03 10:53:19 +00:00
skeeter
370818fa8e Cleanups of warnings. 2001-09-03 09:51:27 +00:00
skeeter
a1d8939e82 Fix for the compare of version function. Was not properly setting testb vars. 2001-09-03 09:50:40 +00:00
skeeter
bf7156a0ef Missed some GLOBALS before. 2001-09-03 09:49:03 +00:00
skeeter
e5b4517469 More checking for caching. 2001-09-03 09:48:32 +00:00
skeeter
81dfa789c0 Small changes. Added the caching back into id2name and did a little more checking for use of caching. 2001-09-03 09:47:47 +00:00
skeeter
4fdb437dc2 Cleanup for a warning message. 2001-09-03 09:44:30 +00:00
Miles Lott
9b8169d0e2 Fix for preprocessor weirdness in php3, constant must defined prior to a function
definition that will use it (in parsing order)
2001-09-03 04:45:28 +00:00
Miles Lott
2460cbbf09 GLOBALize log message call 2001-09-03 04:13:52 +00:00
Miles Lott
8dd5db4d01 Swap old/new update_lastlogin() 2001-09-03 03:56:12 +00:00
Miles Lott
8911a39448 php3 array fixes in baseline, remove double global in 1st update function 2001-09-03 03:31:13 +00:00
Miles Lott
e3c937326d Fix (?) gettype and name2id/id2name - group/user confusion still possible... 2001-09-03 03:21:50 +00:00
Miles Lott
41c87c6cff using GLOBALS, also helps php3 compat 2001-09-03 03:20:48 +00:00
skeeter
7e6c8e5ab4 Added the group suport to this class. 2001-09-03 02:58:25 +00:00
Miles Lott
0d89f77db7 Now renamed to be current ldap accounts class 2001-09-03 02:18:23 +00:00
Miles Lott
35781b842a MAJOR: changing to new ldap accounts class, _old is the old file 2001-09-03 02:17:10 +00:00
Miles Lott
f637bdc11f Add denied groups and users 2001-09-03 02:05:03 +00:00
bettina
cd4828bf09 added function to convert array to string plus ability to include arrays as extravar to the show_sort_order function 2001-09-02 18:37:38 +00:00
Miles Lott
d0c4053077 Using GLOBALS 2001-09-02 14:54:03 +00:00
Miles Lott
4d676d8259 Fixes for get_next_id() and exists() 2001-09-02 14:33:13 +00:00
Miles Lott
a4a65ffcd5 Fix return of account_id from name2id(), add note about class constructor
that does not load
2001-09-02 13:53:52 +00:00
Miles Lott
4004b60c84 Send intval of account_id to accounts class so that get_account_id will work
as expected
2001-09-02 13:51:24 +00:00
Miles Lott
e5585d24b6 This was out of date 2001-09-02 13:13:48 +00:00
Miles Lott
3c426e72e4 Move two ldap settings to the shared constructor, since the accounts_() constructor
does not load
2001-09-02 13:08:50 +00:00
Miles Lott
deb4930dc6 settype added to fix php3 error 2001-09-02 12:53:22 +00:00
Miles Lott
15fb31980d php3 array fix 2001-09-02 12:44:02 +00:00
Miles Lott
2b156edc17 missing ; 2001-09-02 12:37:15 +00:00
Miles Lott
b9e1fd0763 Making this more current with sql class 2001-09-02 12:27:29 +00:00
skeeter
386f8a755a Missed a GLOBALS. 2001-09-02 07:30:46 +00:00
skeeter
cc1f20a340 Added list_group() and edit_group(). Still need to do add_group() and delete_group(). 2001-09-02 07:30:25 +00:00
skeeter
840d33bbc8 GLOBAL'ed the variable. 2001-09-02 07:27:17 +00:00
skeeter
3aaee26209 Just a couple of fixes to the cd variable. It should be a GLOBALS['HTTP_GET_VARS'] var. 2001-09-02 07:26:23 +00:00
skeeter
e1daedd696 Changed over some of the hook_home files to GLOBALS. 2001-09-02 07:24:58 +00:00
skeeter
7baec1451f Minor cleanups. 2001-09-02 07:24:03 +00:00
skeeter
09f6cdab74 Changed get_list() to use query_limit() instead of limit(). 2001-09-02 07:19:46 +00:00
skeeter
8f7eb4e77f A few missed GLOBALS. 2001-09-02 07:18:28 +00:00
skeeter
8f0c5ddedb A few missed GLOBALS. 2001-09-02 07:13:23 +00:00
Miles Lott
cc10a86411 temporary undo of groups link 2001-09-02 00:39:42 +00:00