Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that keys exist in arrays before trying to access them. | Michael Cortez | 2009-10-05 | 1 | -3/+9 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Group Membership information is sent out from two different locations, ↵ | Michael Cortez | 2009-09-18 | 1 | -8/+24 |
| | | | | refactored out the filtered membership list code and used it in both locations. | ||||
* | Add a little debugging for filtered groups lists based on requester | Michael Cortez | 2009-09-18 | 1 | -0/+19 |
| | |||||
* | Try to filter the groups list returns for User A, when sending to User B, ↵ | Michael Cortez | 2009-09-18 | 1 | -3/+16 |
| | | | | based on User A's preferences for ShowInProfile. | ||||
* | Remove debug messages from some areas that have been highly tested, and ↵ | Michael Cortez | 2009-09-18 | 1 | -23/+0 |
| | | | | debug info is no longer nessesary. | ||||
* | Adding additional debug to output the group powers specified when updating a ↵ | Michael Cortez | 2009-09-18 | 1 | -1/+7 |
| | | | | group role. This will be used to solve some issues with the Group Powers enum. | ||||
* | Add additional debugging to help track down bug with notices not going to ↵ | Michael Cortez | 2009-09-18 | 1 | -1/+14 |
| | | | | group owner/founder. | ||||
* | Revert "Thank you, mcortez, for a patch to address showing users in group list" | Michael Cortez | 2009-09-18 | 1 | -73/+29 |
| | | | | This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b. | ||||
* | Thank you, mcortez, for a patch to address showing users in group list | Melanie | 2009-09-17 | 1 | -29/+73 |
| | | | | | Removed patch 0005, which was unrelated and likely accidental, and further didn't apply. | ||||
* | * fix missing lock on XMLRPC GroupsModule | Teravus Ovares (Dan Olivares) | 2009-09-14 | 1 | -1/+4 |
| | |||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Fixing comments re: INI file. | Michael Cortez | 2009-08-06 | 1 | -3/+3 |
| | |||||
* | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 1 | -11/+16 |
| | |||||
* | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 1 | -0/+2 |
| | | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney" | ||||
* | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 1 | -0/+1335 |
for replaceable Groups Service Connectors. |