Commit Graph

2395 Commits

Author SHA1 Message Date
bettina
035693bef3 update return_array 2001-03-30 21:12:56 +00:00
skeeter
106ae427a7 Small cosmetic cleanups to the code.. nothing visible to the user. 2001-03-30 12:43:44 +00:00
skeeter
69546b8bc3 Through a breakline in the repeating days. 2001-03-30 12:42:25 +00:00
skeeter
8aea75f953 Backed out the calendar categories from preferences. This is scheduled for 0.9.11 2001-03-30 12:41:37 +00:00
skeeter
c36f4d201f Changed to the global constant SEP. 2001-03-30 11:44:33 +00:00
Miles Lott
6aad11d36d Fix php tags 2001-03-30 11:24:40 +00:00
Miles Lott
1ed724a1b2 Missing ] 2001-03-30 11:11:49 +00:00
skeeter
2ede16ef3a deleteaccount.php now is done by hooks (hook_{appname}_deleteaccount.inc.php). It can now change ownership of records before deleting the user from the system. 2001-03-30 04:58:33 +00:00
skeeter
0224d6d9da Misnamed hook file. This will now either delete all records for the user or change ownership to another user when deleting a user. 2001-03-30 04:42:23 +00:00
skeeter
278bd972c1 Delete now locks the accounts table. 2001-03-30 04:21:10 +00:00
Miles Lott
95dc6489fc Add change_owner for admin 2001-03-30 04:18:22 +00:00
skeeter
ef73912b1e Misnamed hook file 2001-03-30 04:16:32 +00:00
Miles Lott
4d1f6cf843 Be sure not to select a cat if cat_id empty 2001-03-30 04:02:38 +00:00
skeeter
63f2065f03 Misnamed hook file 2001-03-30 04:00:10 +00:00
Miles Lott
2be72e113f Fix delete all extra table column name 2001-03-30 03:57:38 +00:00
skeeter
38dead09f4 New hook for deleting user account. 2001-03-30 03:55:25 +00:00
Miles Lott
1b0dd6efff Fix cat selection 2001-03-30 03:51:10 +00:00
Miles Lott
3581be7e6c Change format of cat_option 2001-03-30 03:49:04 +00:00
Miles Lott
526229cefe Add default tid to update 2001-03-30 03:37:21 +00:00
Miles Lott
3180ed8534 Comment an echo, change format of cat_option 2001-03-30 03:31:50 +00:00
Miles Lott
19480431a9 Add acl check to not reset owner if acl is in effect 2001-03-30 03:09:52 +00:00
skeeter
6f9c81a7af This locks the preference table before deleting the user preferences. 2001-03-30 02:40:18 +00:00
skeeter
357692004e new hook for deleting user preferences when user is deleted from the system 2001-03-30 02:37:56 +00:00
skeeter
3313bb0a39 Changed to . 2001-03-30 02:32:23 +00:00
skeeter
69ef94cd17 New hook for deleting ALL records for a user when the user is deleted from the system. 2001-03-30 02:16:23 +00:00
skeeter
22e093dc07 Rename of hook_deleteaccount.inc.php to hook_admin_deleteaccount.inc.php 2001-03-30 02:14:17 +00:00
skeeter
f2329fc7bc Guarrantee maxmatchs is an integer value. 2001-03-30 01:00:33 +00:00
skeeter
2026b25976 Fixes for NNTP. Was not returning results. Also, cleanups and now meets coding standards. 2001-03-30 00:58:38 +00:00
Miles Lott
e274ab6a23 Fix php tag 2001-03-29 20:17:54 +00:00
Miles Lott
c9af0a21e7 Fix php tags 2001-03-29 19:53:19 +00:00
Miles Lott
41300b53ca Fix php tags 2001-03-29 19:36:29 +00:00
Miles Lott
2f87627bf7 Trying to get cats and other filters to behave, this is the best yet 2001-03-29 17:53:26 +00:00
Miles Lott
6a59701d07 Set {filter} to '' if no $filter_obj 2001-03-29 17:13:35 +00:00
Miles Lott
a031515dbe Fix cat_id select, and ldap filter 2001-03-29 16:07:34 +00:00
Miles Lott
c4ebab9d28 Fix selection of cats 2001-03-29 15:40:10 +00:00
Miles Lott
8f786be9f5 Fix the selection of cats 2001-03-29 15:39:10 +00:00
Miles Lott
966cc127e0 Found another problem on the same line 2001-03-29 12:24:03 +00:00
Miles Lott
01cd30a78f Fix bad call to old function exists(), now using accounts class 2001-03-29 12:18:43 +00:00
Miles Lott
f6636247c7 Fix setting of prefs for default cat, remove phpversion check 2001-03-29 11:12:03 +00:00
Miles Lott
1e1b56cc8b More POST fixes 2001-03-29 11:02:14 +00:00
Miles Lott
36d417cbaa Clean up a lot of GET/POST nonsense, moving to POST where possible 2001-03-29 10:45:29 +00:00
Miles Lott
7be7aa0595 Fix LDAP filtering, I think. 2001-03-29 09:56:43 +00:00
Miles Lott
d567722a61 Fix to display correct cat from contact entry 2001-03-29 09:15:27 +00:00
Miles Lott
c6b541291b Disable java for now 2001-03-29 09:08:08 +00:00
Miles Lott
50be1bbeb5 get_list() did not know about ldap_context, oops 2001-03-29 08:49:09 +00:00
Miles Lott
6238ac903d Initial add; This is very prelim 2001-03-29 08:10:04 +00:00
jengo
2a46126b1b Finished adding ACL to the addressbook, I belive it should now work. Needs testing 2001-03-29 08:09:50 +00:00
jengo
76495e058f view now has ACL support 2001-03-29 07:53:14 +00:00
Miles Lott
a4ce6380d9 Cheap hack to make {rows} not show if no custom fields 2001-03-29 07:29:32 +00:00
Miles Lott
fef9d740a9 Add min/max account_id to admin config.inc.php, and ldap accounts is using it 2001-03-29 07:26:28 +00:00