Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-12 | DD-22 : WIP : Implement the GET /listing/:listing route to complete the SLM ↵ | Merov Linden | |
API coverage. Will be used only in test. | |||
2014-05-09 | DD-22 : WIP : Implement deleteSLMListing() to cover the Delete ↵ | Merov Linden | |
/listing/:listing_id route. Avoid recursive calls in deleteListing() | |||
2014-05-08 | DD-22 : WIP : More clean up of marketplace classes, rationalize methods naming | Merov Linden | |
2014-05-08 | DD-22 : WIP : Cleanep up the class definition, seting methods private and ↵ | Merov Linden | |
better isolate calls leading to HTTP requests | |||
2014-05-07 | DD-22 : WIP : Completed the associate_listing route, take edit_url into ↵ | Merov Linden | |
account and rewrite getListingURL() | |||
2014-05-07 | DD-22 : WIP : Partial implementation of PUT associate_listing | Merov Linden | |
2014-05-06 | DD-22 : WIP : Implement the modify listing route. Made the code more ↵ | Merov Linden | |
readable and cleared old debug code | |||
2014-05-05 | DD-22 : WIP : Completed GET and POST listings routes. Refactored the ↵ | Merov Linden | |
marketplace data code a bit as a result | |||
2014-05-02 | DD-22 : WIP : Post listing using json, get listings using json (parsing ↵ | Merov Linden | |
commented out though as too risky and ugly) | |||
2014-05-01 | DD-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-28 | DD-22 : WIP : Cleaned up error handling in GET merchant | Merov Linden | |
2014-04-28 | DD-22 : WIP : Implements getSLMListings(). Does no parsing for the moment | Merov Linden | |
2014-04-28 | DD-22 : WIP : Fix initialization glitch and got rid of old Merchant Outbox ↵ | Merov Linden | |
remnants in Marketplace | |||
2014-04-25 | DD-22 : WIP : Implemented SLM API GET merchant, use it in initialization but ↵ | Merov Linden | |
glitch in UI (needs to reopen the floater to see content) | |||
2014-04-22 | DD-58 : Forced listing ID to be an integer throughout. Verify we get an ↵ | Merov Linden | |
integer when using the associate UI. | |||
2014-04-18 | DD-58 : Implement associate listing UI and primitive | Merov Linden | |
2014-04-18 | DD-11 : Suppress getListingName() method since we actually do not need that ↵ | Merov Linden | |
to get a listing URL | |||
2014-04-17 | DD-70 : Use List/Delist for listing folders and Activate/Deactivate for ↵ | Merov Linden | |
version folders. Also create test SLM ID when creating listing. | |||
2014-04-16 | DD-11 : Implement getListingURL() and parametrize it correctly. Change Show ↵ | Merov Linden | |
Listing to Edit Listing. | |||
2014-04-09 | DD-13 : Clean up Associate/Disassociate listing. Also clarify the update ↵ | Merov Linden | |
folder code in marketplace | |||
2014-04-06 | DD-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-03-14 | DD-2 : Clean up LLMarketplaceData definition | Merov Linden | |
2014-03-10 | DD-3 : WIP : Add test data to LLMarketplaceData when opening the floater for ↵ | Merov Linden | |
the first time | |||
2014-03-07 | DD-2 : Implement LLMarketplaceTuple and LLMarketplaceData | Merov Linden | |
2013-11-26 | ACME-1220 : Fixed. Do not accumulate callbacks when reinitializing market place | Merov Linden | |
2013-10-14 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-31 | MAINT-2301 : WIP : Catch a bit more 4xx and 5xx error codes, display the ↵ | Merov Linden | |
error code in the alert. | |||
2013-01-28 | MAINT-2287 : Fixed : Test the merchant/no merchant status without relying on ↵ | Merov Linden | |
outbox, Recreate missing outbox for a merchant, UI clean up on init. | |||
2013-01-28 | MAINT-2287 : WIP : Implement a market place state | Merov Linden | |
2012-01-17 | EXP-1791 FIX -- Handle case where initialization with SLM fails in the ↵ | Leslie Linden | |
Merchant Outbox floater in the viewer * Timeout now triggers the re-initialization logic in the merchant outbox. | |||
2012-01-11 | EXP-1778 FIX -- Link to Marketplace Error log in transfer failed viewer ↵ | Leslie Linden | |
notification * Added a link to the "imports" log from the "done with errors" notification when sending folders to the marketplace. | |||
2012-01-11 | EXP-1791 FIX -- Handle case where initialization with SLM fails in the ↵ | Leslie Linden | |
Merchant Outbox floater in the viewer * Updated marketplace import to properly handle failed cases of authentications and invalid cookies. The import will reset to an uninitialized state and then trigger and initialization followed immediately by an import when appropriate. | |||
2012-01-11 | EXP-1791 - Handle case where initialization with SLM fails in the Merchant ↵ | Leslie Linden | |
Outbox floater in the viewer * Added code to clear and re-initialize the SLM cookie when authentication errors are encountered. * Re-organized logic for outbox import a bit to hopefully be more robust when errors are encountered. | |||
2011-12-12 | EXP-1682 FIX | Leslie Linden | |
EXP-1683 FIX EXP-1705 FIX EXP-1707 FIX * Outbox folder count now uses inventory API directly rather than inventory folder view for folder count and item status * Asynchronous fetches are triggered for the outbox content when the window is opened and when it receives focus * Marketplace URL's for empty and non-merchant outbox view have been updated * "Copy to Merchant Outbox" and "Delete" context menu items should be fully functional now with item counts, etc. | |||
2011-12-07 | Refactored marketplace inventory import HTTP requests and surrounding ↵ | Leslie Linden | |
support to remove it from the UI panel code. | |||
2011-12-05 | First pass at connecting to the new marketplace API | Leslie Linden | |
2011-09-16 | EXP-1169 FIX -- No synch error icon given on Outbox on Agni where API does ↵ | Leslie Linden | |
not exist * Moved marketplace URL related functions into a new file llmarketplacefunctions.cpp/h. This will the future home of more marketplace-related functions. * Disabled sync button when the marketplace API is unavailable. |