summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
AgeCommit message (Collapse)Author
2015-06-08Merge viewer-release and become version 3.7.30simon
2015-05-01DD-378 : Separate stock items of different permissions in different stock ↵Merov Linden
folders
2015-04-14MAINT-5082 WIP, MAINT-5083 WIP - batch up wear/add/take off/detach requests ↵Brad Payne (Vir Linden)
in inventory panel the same way we do now in appearance tab
2015-04-13DD-388 : More resilient way of reacting to not evaluated stock count ↵Merov Linden
throughout marketplace handling
2015-04-10DD-381 : Avoid unecessary SLM updates, suppress some ↵Merov Linden
update_marketplace_category() that are picked by dirty bit setup
2015-04-09DD-384, DD-388 : Do not trust cached values for stock folders, do not ↵Merov Linden
consider a non fetched stock folder empty
2015-04-07DD-381 : Fix update of count on hand on drop. Will spam SLM a bit but only ↵Merov Linden
solution
2015-04-07DD-382 : Fix typo resulting in double negative in test and serious bugMerov Linden
2015-04-07DD-382 : Set count_on_hand correctly when creating or assigning a listingMerov Linden
2015-04-01MAINT-5031 FIXED Attachments aren't highlighted in the inventory after using ↵andreykproductengine
'Show original'
2015-03-20DD-324 : Fix crash when recursively wrapping no copy items in stock foldersMerov Linden
2015-03-17DD-362 : Limit the admissible total of stock items, fail validation if above ↵Merov Linden
the threshold
2015-03-17DD-362 : WIP : Check stock folder count limitMerov Linden
2015-02-27DRTVWR-397 - removed duplicate functionBrad Payne (Vir Linden)
2015-02-27MAINT-4918 WIP - batch up detach requests for objectsBrad Payne (Vir Linden)
2015-02-21DD-335 : Improve the performance of Get listings by 400%, fix a bug when ↵Merov Linden
error occured on SLM
2015-02-10DD-324 : Alert the user when we split a stock folderMerov Linden
2015-02-09DD-296 : Make validation with fix of listing a bit more resilient when ↵Merov Linden
moving items and folders around
2015-02-05DD-322 : Use vector of UUIDs instead of pointers to items when reparenting ↵Merov Linden
those items
2015-02-03DD-296 : Implement listing validation after we get all copied items ↵Merov Linden
confirmation from the server
2015-01-27DD-296 : Add options to move or leave behind no copy items when copying a ↵Merov Linden
folder to the marketplace
2015-01-25DD-296 : Disable move and copy to marketplace if limit passed. Improve perf ↵Merov Linden
of validate_marketplaceting(). Open marketplace floater on copy or move. String fix.
2015-01-24DD-306 : Suppress no issue listings from audit listing dump, add no error ↵Merov Linden
message when no error, disable some right click menu items in multiselection cases
2014-12-26DD-296 : Prompt the user when trying to copy a selection containing nocopy ↵Merov Linden
items to the marketplace
2014-12-22DD-282 : Suppress Unassociate menu item. Confirm when cutting, deleting or ↵Merov Linden
moving a listing
2014-11-23DD-286 : We report if a stock folder contains subfolders, we do not count ↵Merov Linden
subfolders in stock count and we move subfolders out on drop
2014-11-23DD-284 : Do not count incoming stock items if dropped in a stock folderMerov Linden
2014-11-18DD-264 : Do not unlist listings when version folder is emptiedMerov Linden
2014-11-16DD-281 : Do not unlist listings that go out of stockMerov Linden
2014-11-16DD-284 : Separate no copy from copy items when counting items in marketplace ↵Merov Linden
listings folders
2014-11-10DD-276, DD-280 : Serialize update count on SLM by preventing sending update ↵Merov Linden
while previous transaction not completed
2014-11-03DD-263 : Update the count on hand on SLM in various situation where stock ↵Merov Linden
count changes (activate, drag/drop, associate, etc...)
2014-10-04DD-213 : Differentiate pasting from moving when verifying if action is ↵Merov Linden
legit. Also takes into account moving within the same version folder when moving items
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-28DD-211 : Verify that the items have the right permissions when dropping in a ↵Merov Linden
stock folder, add an adequate message when failing to drop in a stock folder.
2014-09-23DD-110 : Prevent paste of Library items into the marketplaceMerov Linden
2014-09-23DD-19 : Fixed messages in Validation as requested by producersMerov Linden
2014-09-22DD-19 : WIP : Cleanup commentsMerov Linden
2014-09-22DD-19 : Fix all the subcases signaled by QA and producers, though not with ↵Merov Linden
the same messages. Needs validation by producer.
2014-09-22DD-19 : WIP : Tweak Validation messages as required by producerMerov Linden
2014-09-03DD-179 : Avoid creating folders named Marketplace Listings when doing auditMerov Linden
2014-09-02DD-106 : WIP : Use a single atomic SLM call for association and unlisting. ↵Merov Linden
Updating status on source and destination working.
2014-08-31DD-179 : Return no listing for a lone object lost under the marketplace ↵Merov Linden
listing root
2014-08-25DD-19 : Print errors in bold, sort folders alphabetically, simplify log text ↵Merov Linden
when no errors
2014-08-25DD-105 : WIP : Use one single mechanism for marking folders being updated by SLMMerov Linden
2014-08-23DD-19 : WIP : Cleaned up marketplace validation UI as requested per ProducerMerov Linden
2014-08-22DD-122 : WIP : Raise error when trying to list something that is empty or ↵Merov Linden
has empty stock folders.
2014-08-19DD-129 : Prevent DAMA when dropping under the root of a listing, even ↵Merov Linden
active. Finer granularity of DAMA for all drop and cut and paste cases.
2014-08-14DD-117 : Prevent drag and drop of linked items into the marketplaceMerov Linden
2014-07-26DD-101 : Do not list or associate listings that do not validate. Present ↵Merov Linden
user with relevant error when that happens.