summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
AgeCommit message (Collapse)Author
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
2014-06-05DD-114, DD-115, DD-116: Fixed counts on folder, folder depth and items on ↵Merov Linden
operations on marketplace listings
2014-06-04DD-84 : Final clean up for this fixMerov Linden
2014-06-03DD-84 : Fix all active listing modification actions. Add specific message ↵Merov Linden
when listing will unlist. Make update skip consistency check when called from internal level (not public API).
2014-05-31DD-92 : Clear llinfos compilation warning and similarMerov Linden
2014-05-30DD-92 : pull merge lindenlab/sunshine-external to get AISv3 workMerov Linden
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-30DD-84 : Prompt the user for active listing edits (Cut, Paste and Delete).Merov Linden
2014-05-29DD-84 : WIP : Get DAMA to display for drag and drop. Note that, because of ↵Merov Linden
current SLM issues, it works on version folders, active or not.
2014-05-28DD-84 : WIP : Add confirmation DAMA dialog when moving items in active listingMerov Linden
2014-05-28DD-91 : Fixed! Get each listing to pass through the folder/size check on ↵Merov Linden
validation. Make all messages localizable. General clean up
2014-05-28DD-91 : WIP : Continue refactor of item checking in marketplace and simplify ↵Merov Linden
error messages
2014-05-23DD-91 : WIP : Refactor code testing the validity of a drag, drop or paste of ↵Merov Linden
a folder or item in the marketplace
2014-05-21DD-91, DD-84 : WIP : Verify restrictions when moving things to marketplace, ↵Merov Linden
provide clear alert for errors, parametrize alerts and tooltips correctly
2014-05-14DD-95 : Prevent validation to run on folders that are not under the ↵Merov Linden
marketplace root
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-08DD-22 : WIP : More clean up of marketplace classes, rationalize methods namingMerov Linden
2014-05-08DD-22 : WIP : Cleanep up the class definition, seting methods private and ↵Merov Linden
better isolate calls leading to HTTP requests
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-01DD-81 : Fixed the stock folder count update using an inventory observer. ↵Merov Linden
This observe other changes as well of interest to marketplace and should improve consistency in general
2014-04-29DD-73 : Rewrote the move single item to marketplace code so to support the ↵Merov Linden
required folder structure better
2014-04-29DD-76 : Do not allow Calling Cards in Marketplace ListingsMerov Linden
2014-04-21DD-72 : Fix display of stock number on listing with no associated version folderMerov Linden
2014-04-20DD-19 : Implement preliminary audit / validation displayMerov Linden
2014-04-18DD-68 : Simply unlist if active version folder moved out of listingMerov Linden
2014-04-17DD-54 : WIP : Improved validation to wrap items and stock items within ↵Merov Linden
version folders if necessary. Also hooked up the audit button with the validation code though all printout happens in the log
2014-04-15DD-65, DD-55: Treat activation/deactivation separately for listing and ↵Merov Linden
version folders. Also use max instead of stock for suffix for non stock folders.
2014-04-14DD-20 : Prevent pasting incompatible items in stock foldersMerov Linden
2014-04-13DD-59 : Takes care of the case of a stock folder at the level of a listing ↵Merov Linden
folder
2014-04-13DD-59 : Modify the validation function to create stock folders for each ↵Merov Linden
types and create them at the right nesting depth
2014-04-11DD-59 : WIP : Fixed consistency check bugMerov Linden
2014-04-11DD-59 : WIP : Added marketplace consitency check and cleaning when updating ↵Merov Linden
a marketplace folder
2014-04-11DD-57 : Update stock folder count when item moved back to inventoryMerov Linden
2014-04-10DD-16 : Implement sort by stock count in merketplaceMerov Linden
2014-04-09DD-13 : Clean up Associate/Disassociate listing. Also clarify the update ↵Merov Linden
folder code in marketplace
2014-04-08DD-18 : Make the stock count take the listing status and version status into ↵Merov Linden
account so to be accurate and more resilient
2014-04-08DD-18 : Compute stock for all levels, get folders to update more ↵Merov Linden
consistently on all actions in the marketplace
2014-04-06DD-15 : Allow version folder to be made active/inactive, add new methods to ↵Merov Linden
marketplace to make all that a bit more clear and clean
2014-04-04DD-14 : Add all right click menu items for marketplace. Make Add, Activate ↵Merov Linden
and Deactivate work. Right click fails on non folder items though in marketplace
2014-04-03DD-24 : Fix the tests that decide what is resalable and what is a stock itemMerov Linden