summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
AgeCommit message (Collapse)Author
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-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.
2014-07-25DD-128 : Fixed. Some confirmations are for active listings only.Merov Linden
2014-07-25DD-128 : Fixed. Do not allow items under the marketplace, even in inactive ↵Merov Linden
listings, to be worn.
2014-07-04DD-152 : Fixed. Update all the descendent of a marketplace folder when ↵Merov Linden
moving it out of the marketplace
2014-07-04DD-128 : Fixed. Do not allow clothes or body parts on active listings to be ↵Merov Linden
worn or rendered IW
2014-07-04DD-133 : Fixed. Add the original items to the list of things to update after ↵Merov Linden
action is performed.
2014-06-20DD-150 : Fix U32 to S32 conversion that failed a condition in folder countMerov Linden
2014-06-18Merge downstream codesimon
2014-06-13DD-82 : Update marketplace listings after delete, cut and other operations ↵Merov Linden
on selected items
2014-06-11DD-130 : Count all folders and subfolders from the version folder excluding ↵Merov Linden
the version folder itself
2014-06-09DD-115, DD-130 : Fixed. Count items and folders from the version folder, not ↵Merov Linden
the listing root
2014-06-09DD-126 : Fixed. Check that the version folder depth is 2 when enforcing ↵Merov Linden
consistency rules
2014-06-09DD-97 : When clearing the version folder of a record, force activation ↵Merov Linden
(listed) status to false at the same time, avoiding confusing (and eventually wrong) double call to updateSLMListing