Ralf Becker
|
021b1314c7
|
fix for php5
|
2005-02-12 14:37:25 +00:00 |
|
Ralf Becker
|
bb4c9f46d4
|
also deleting the memberships of a group
|
2004-08-21 16:17:04 +00:00 |
|
Ralf Becker
|
6b8f6a3d87
|
removing all it's acl-rights if an account gets deleted, admin only removed the run-rights, but not the grants or other rights
|
2004-08-07 12:46:58 +00:00 |
|
reinerj
|
48f840d7de
|
move from old projct to new one
|
2004-05-05 12:06:13 +00:00 |
|
Miles Lott
|
4f612cbbde
|
intval -> (int), replace gettype() and ereg_replace() where possible
|
2003-12-14 17:07:16 +00:00 |
|
Miles Lott
|
fb3eb50ef8
|
Close potential security hole for xmlrpc/soap calls
|
2003-10-18 11:15:48 +00:00 |
|
Ralf Becker
|
7b409a410d
|
some sql-insertion protection
|
2003-10-08 00:00:55 +00:00 |
|
Lars Kneschke
|
d1ffe11af9
|
fix for creating valid sql
|
2003-09-21 19:43:29 +00:00 |
|
Ralf Becker
|
b8557e49d9
|
make the phpgw Version-0_9_16-branch HEAD
|
2003-08-28 14:31:11 +00:00 |
|
Ralf Becker
|
e51acc6ad8
|
fixed bug, account_id param in constructor was not used
merged jengos changes from .16 too
|
2003-05-17 20:26:49 +00:00 |
|
Miles Lott
|
7143511e21
|
i sure do like formatting code
|
2001-12-11 01:14:43 +00:00 |
|
skeeter
|
9165bf5f60
|
Fix for group accessing calendar events. A few places I removed some extraneous code.
|
2001-11-29 03:12:01 +00:00 |
|
seek3r
|
0a673cbfaf
|
allows to look in other apps files
|
2001-11-12 18:01:42 +00:00 |
|
skeeter
|
26fbf18c3f
|
Small change to only allow read perms for a group, when viewing calendar events.
|
2001-10-23 11:10:31 +00:00 |
|
skeeter
|
b1d090de44
|
This now adds the ability to view an entire groups calendar events.
|
2001-10-23 10:58:53 +00:00 |
|
skeeter
|
bbb50109c0
|
More fixes for php3 support.
|
2001-09-07 19:18:03 +00:00 |
|
skeeter
|
4976ec2f54
|
Fixes for the caching of account_id's.
|
2001-09-04 03:15:03 +00:00 |
|
skeeter
|
d2a5441ed8
|
Now using GLOBALS.
|
2001-09-01 23:42:16 +00:00 |
|
Miles Lott
|
8c570fcb19
|
php3 fix, rename accounts->memberships() to accounts->membership() to avoid conflict with class var
|
2001-08-04 14:26:10 +00:00 |
|
seek3r
|
3d005e094e
|
too tired to think, so dev stopped here for the night
|
2001-07-13 08:37:56 +00:00 |
|
skeeter
|
dde10d310a
|
Fixes proposed by ralfbecker on the ACL.
|
2001-06-30 14:55:46 +00:00 |
|
skeeter
|
36ee6b1dc2
|
fix for bug #435349.
|
2001-06-23 02:00:12 +00:00 |
|
skeeter
|
4546f7aaa1
|
Applying a patch from ralfbecker. This gives the admin the ability to grant ACL rights at the group level.
|
2001-06-18 03:03:48 +00:00 |
|
skeeter
|
dbb58d801c
|
Fixed a problem where the type was trying to be changed from Boolean to String. Shouldn't work in php3.
|
2001-06-07 12:10:15 +00:00 |
|
seek3r
|
4b1390eb0f
|
had to make several changes and cleanups for php3 compatibility
|
2001-05-31 10:11:18 +00:00 |
|
skeeter
|
dc7578a39a
|
Various cleanups. Trying to remove some warnings when generating php errors to a file.
|
2001-05-14 03:54:40 +00:00 |
|
Miles Lott
|
637b1c04b5
|
Formatting
|
2001-05-02 12:28:10 +00:00 |
|
skeeter
|
730d467703
|
Changed it for an initial instantiation
|
2001-03-21 05:09:14 +00:00 |
|
skeeter
|
e18b447599
|
Setting default values if nothing passed.
|
2001-03-21 04:41:20 +00:00 |
|
skeeter
|
111a3f1e2f
|
removed extraneous parameter
|
2001-03-20 04:46:40 +00:00 |
|
skeeter
|
4b31a3a93b
|
fix in get_grants() if the user is by some unknown reason, not associated to a group
|
2001-03-19 20:50:46 +00:00 |
|
skeeter
|
4199aceffc
|
mistype the name of the new function get_account_id()
|
2001-03-19 20:37:09 +00:00 |
|
skeeter
|
b9da94fd2e
|
New function get_account_id(). This will take either an account_id # as either an integer or a string and return a true intval(account_id) or take a string of a users lid and return the account_id as an integer
|
2001-03-19 20:25:04 +00:00 |
|
themaniac
|
a2e2ed23f3
|
incline docs; alot of this needs to be looked at
|
2001-03-19 03:16:56 +00:00 |
|
skeeter
|
ecb54c6800
|
I'm thinking this is the way it should be. Resetting the variable with each iteration through for the individual records.
|
2001-03-18 18:31:17 +00:00 |
|
skeeter
|
79639009d9
|
something I was playing with..
|
2001-03-18 17:20:45 +00:00 |
|
skeeter
|
94f59cfde8
|
Trying to determine if variables are getting their types messed up.
|
2001-03-18 16:29:05 +00:00 |
|
themaniac
|
2b4a766474
|
beginnings of inline documentaion
|
2001-03-13 04:27:22 +00:00 |
|
jengo
|
d879bf8c96
|
Fixed PHP warning
|
2001-03-12 12:01:56 +00:00 |
|
skeeter
|
716b8fe6ee
|
new acl function to grab apps enabled for user and groups associated to
|
2001-03-11 22:38:19 +00:00 |
|
jengo
|
b733042a9a
|
Remove un-needed variable in acl add
|
2001-02-21 03:02:20 +00:00 |
|
jengo
|
385a94f09e
|
Started working on getting the admin account sections to work again
|
2001-02-20 14:06:32 +00:00 |
|
skeeter
|
2d8260f332
|
minor cosmetics
|
2001-02-18 22:30:16 +00:00 |
|
seek3r
|
d80f6a4e79
|
working toward app install/upgrdae within setup prog
|
2001-02-13 10:53:18 +00:00 |
|
skeeter
|
5de5b936ab
|
readjust grantor record layout
|
2001-02-13 01:00:16 +00:00 |
|
skeeter
|
b84e51fc39
|
fix for get_grants working with group access
|
2001-02-12 04:59:10 +00:00 |
|
skeeter
|
7551afd156
|
new function get_grants() - who grants rights to an app
|
2001-02-11 19:07:56 +00:00 |
|
skeeter
|
ac1eac623f
|
can now edit group info
|
2001-02-08 06:05:39 +00:00 |
|
seek3r
|
7483d5a8f9
|
one more before I passout. I have yanked conversion of id, so now you need to pass account_id only
|
2001-02-06 12:06:17 +00:00 |
|
seek3r
|
f6430b723b
|
need sleep, you guys are stuck with what I have so far
|
2001-02-06 11:58:39 +00:00 |
|