summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupbulkban.cpp
AgeCommit message (Collapse)Author
2014-06-25MAINT-4178 FIXED [Group Bans] The viewer allows you to attempt to ban when ↵andreykproductengine
the ban list already contains 500 entries, which fails.
2014-06-23MAINT-4175 FIXED [Group Bans] When banning a list of multiple avatars, if an ↵andreykproductengine
already banned avatar is included in the list, no avatars are added to the ban list and those avatars already group members are not ejected from the group.
2014-06-06MAINT-3389 FIXED [vwr] No visual feedback if you try to ban an already ↵maksymsproductengine
banned agent.
2014-06-04MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residentsandreykproductengine
2014-05-01[MAINT-3441] [MAINT-3991] [MAINT-3985] [MAINT-3420]Baker Linden
- Removed an ejection notification.
2014-04-08[GroupBan] [MAINT-3722] - Banning from 'banned agents' tab does not eject ↵Baker Linden
them from the group - Banning a resident from the "Banned Agents" tab should not properly eject them from the group. - Renamed "Banned Agents" to "Banned Residents". Updated tool tip as well. - You should now receive an eject notification when banning an agent from the "Banned Residents" tab.
2013-10-09[GroupBan] Minor fixes / Code reviewBaker Linden
Reviewer: Richard Linden - Minor fixes from code review - Continue stubbing out ban_reason, or implement it (depending on how quickly I can do it, though stubbing out ban_reason will be sufficient, which it is now) - Fixed an issue where a ban list string in the actions tab wasn't showing up properly
2013-09-13- Added ban date to ban list uiBaker Linden
- Code cleanup
2013-08-30- Got all major functionality workingBaker Linden
- Changed PUT and DEL to POST which accepts an enum for a create or delete
2013-08-29Initial commit for GroupBanBaker Linden
- Lots of crap isn't working as intended yet.