summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgrouproles.cpp
AgeCommit message (Collapse)Author
2019-09-13SL-11912 FIXED Sending a group invitation causes the UI to flip from the ↵maxim_productengine
Members tab to Roles.
2019-05-22SL-11190 Ability to duplicate a group roleandreykproductengine
2018-08-22MAINT-8985 FIXED User is able to send friendship request to a friend from ↵maxim_productengine
the group menu
2018-05-08MAINT-8586 XUI cleanupAndrey Kleshchev
2018-03-29MAINT-2929 Group Role Permission "Eject Members from this Group" Is Poorly ↵maxim_productengine
Described
2017-06-20MAINT-7507 FIXED When assigning abilities to a group role, ticking "Manage ↵Mnikolenko Productengine
ban list" causes other selected abilities to untick
2017-06-07MAINT-7447 restore filter functionality in Abilities tabMnikolenko Productengine
2017-06-06MAINT-7447 FIXED Selecting a group ability refreshes the list and deselects ↵Mnikolenko Productengine
your choice
2017-02-15MAINT-7118 Swapping legacy people API with new cacheandreykproductengine
2017-02-20MAINT-7142 Use '/completename' in teleport offer and eject messagesMnikolenko Productengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-06-08MAINT-5237 FIXED Everyone Roles are not allowed to view the member's listAndreyL ProductEngine
but the Viewer claims that it is retrieving the member list
2015-06-02MAINT-2007 FIXED Restored the code for ejecting confirmation. Confirmation ↵Mnikolenko ProductEngine
on banning was added.
2015-05-27MAINT-5225 FIXED Viewer makes unnecessary requests to get group membersAndreyL ProductEngine
2014-08-05DRTVWR-373 Merge with viewer-release 3.7.13maksymsproductengine
2014-07-10merge changes for 3.7.12-releasemaksymsproductengine
2014-07-07Merge downstream code and become 3.7.12simon
2014-07-02MAINT-4203 FIXED [Group Bans] Member list shows newly banned ex-residentsandreykproductengine
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-19MAINT-4174 FIXED "Ban Resident(s)" button in Banned residents tab is active ↵andreykproductengine
for members without ban permissions, after viewing 'Banned Residents' tab in a group where they do have ban permissions
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-04-28MAINT-3957 FIXED Group owner issueMnikolenko ProductEngine
2014-04-28MAINT-3957 FIXED Group owner issueMnikolenko ProductEngine
2014-03-12merge with releaseRichard Linden
2014-03-11restore the relevant fixes for STORM-2011Oz Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-02-10MAINT-3710 FIXED List of members is removed from General tab. Title column ↵Mnikolenko ProductEngine
is added to the list in Members tab. Roles tab is renamed to Roles & Members and Roles sub-tab is default now.
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-05-13- [MAINT-3710] Changed back the default group tab to use ROLES rather than ↵Baker Linden
MEMBERS (did a bad merge, it got overwritten)
2014-05-09[MAINT-3424] - Display dates in SLT, rather than UTCBaker Linden
- Attempted fix, I'm close but didn't want to outright remove everything, so for now it's commented in.
2014-05-08viewer-release merge (to 3.7.8)Baker Linden
2014-05-06[MAINT-3424] Quick & dirty fix attempt -- probably won't work, but it's closeBaker Linden
2014-04-29[MAINT-3982] - Eject/Ban button issuesBaker Linden
- Ban and Eject buttons should now work properly
2014-04-29Refactoring some variables to use a constant rather than F's because that's ↵Baker Linden
the nice thing to do. Reviewer: Cho
2014-04-04[GroupBan] [MAINT-3810] Viewer crash when inviting nearby agents via right clickBaker Linden
- Fixed an issue where residents would be unable to be invited to a group. - Fixed a crash when trying to invite a resident to a group via right-click menu
2014-03-25[GroupBan]Baker Linden
- Fixed stuff... again - Put "Ban Members" button back in Member tab Reviewer: Richard
2014-03-11Fixed up some compile errors after mergeBaker Linden
2014-03-113.7.4. mergeBaker Linden
2014-03-11- Added null checks in a couple places.Baker Linden
2014-02-19[MAINT-3751] - Can't uncheck Ban ability from roleBaker Linden
- Fixed an issue where, once granted the ban ability, it could not become unchecked.
2014-02-06[GroupBan] When adding "Manage Ban List" ability additionally grant ↵Baker Linden
requisite abilities - Viewer side implementation for MAINT-3467 complete
2013-10-30[MAINT-3384] - Ban list UI is partially enabled for users without group ban ↵Baker Linden
ability - Fixed the issue where "Ban Resident" button was enabled for members without the group ban ability
2013-10-29- Fixed the allowed_by_all to use all 64 bitsBaker Linden
- Changed some text to be more clarifying and to remove temp strings.
2013-10-02Added check to ensure the group member has the ability to delete ban entriesBaker Linden
2013-09-13- Added ban date to ban list uiBaker Linden
- Code cleanup
2013-09-09merge with viewer-releaseRichard Linden
2013-09-09- Start of code cleanupBaker Linden
- Added refresh button to ban list panel - Added an additional signal to LLNameListCtrl to indicate when the entire name cache is complete.
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.