Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-19 | MAINT-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-04-28 | MAINT-3957 FIXED Group owner issue | Mnikolenko ProductEngine | |
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 UTC | Baker Linden | |
- Attempted fix, I'm close but didn't want to outright remove everything, so for now it's commented in. | |||
2014-05-08 | viewer-release merge (to 3.7.8) | Baker Linden | |
2014-05-06 | [MAINT-3424] Quick & dirty fix attempt -- probably won't work, but it's close | Baker Linden | |
2014-04-29 | [MAINT-3982] - Eject/Ban button issues | Baker Linden | |
- Ban and Eject buttons should now work properly | |||
2014-04-29 | Refactoring 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 click | Baker 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-12 | merge with release | Richard Linden | |
2014-03-11 | Fixed up some compile errors after merge | Baker Linden | |
2014-03-11 | 3.7.4. merge | Baker Linden | |
2014-03-11 | - Added null checks in a couple places. | Baker Linden | |
2014-02-19 | [MAINT-3751] - Can't uncheck Ban ability from role | Baker 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 | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-10 | MAINT-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. | |||
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 bits | Baker Linden | |
- Changed some text to be more clarifying and to remove temp strings. | |||
2013-10-02 | Added check to ensure the group member has the ability to delete ban entries | Baker Linden | |
2013-09-13 | - Added ban date to ban list ui | Baker Linden | |
- Code cleanup | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-09 | - Start of code cleanup | Baker 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 working | Baker Linden | |
- Changed PUT and DEL to POST which accepts an enum for a create or delete | |||
2013-08-29 | Initial commit for GroupBan | Baker Linden | |
- Lots of crap isn't working as intended yet. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-08 | STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵ | Cinders | |
instead of fetching a name | |||
2013-06-11 | STORM-1952: Add a confirmation modal when ejecting a member from a group | Cinders | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | Merge with viewer-chui | Merov Linden | |
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-12 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | William Todd Stinson | |
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-12-03 | MAINT-1979 Viewer crashes while attempting to join group in the moment of ↵ | Kelly Washington | |
loading group members * Fix one race condition that could dereference a dangling pointer. reviewed with Simon and Baker. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known | |||
2012-09-05 | [MAINT-513] Large group management | Baker Linden | |
- Reduced the timeout to 5 minutes, down from 10 minutes. - Provided output for GroupMemberResponder error - Removed commented calls to sendGroupMembersRequest - Reordered calls to sendCapGroupMembersRequest so it's called last | |||
2012-08-31 | - Fixed an issue where service was called twice in a frame | Chris Baker | |
- Changed level of output logs - Cleaned up comments | |||
2012-08-23 | Start of getting WSGI service on viewer | Chris Baker | |
2012-01-18 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
fixed font metrics rounding error and made corrective adjustments in layout | |||
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-01-13 | STORM-832 FIXED Two Roles are selected after made changes in one | Paul Guslisty | |
- Clear selection from role that was changed | |||
2010-10-28 | STORM-322 ADDITIONAL FIX Fixed a crash that happened when clicking "refresh" ↵ | Andrew Productengine | |
while names are caching Refresh caused deletion of group members data (from gdatap->mMembers), so gdatap->mMembers[id] in LLPanelGroupMembersSubTab::onNameCache() was null and when it was passed into addMemberToList() there when getContribution() was called for it, crash happened. - Added check against NULL before using member data. | |||
2010-10-21 | STORM-322 FIXED Fixed problem with redundant search entries shown in ↵ | Andrew Productengine | |
People/Groups/Roles/Members. Bug was caused by adding members with uncached names to search results- when name was uncached, method that added ids to member list, didn't respect the filter. - Fixed by adding members only when their names are cached and match the filter. If name is not cached, LLCacheName::get() is called for such user id, and when name is cached, it calls function that handles adding of user to list depending on filter. - Added default sorting of members by name, added saving of sort order to settings. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |