Mnikolenko Productengine
459d5c6c32
MAINT-7117 Don't Show "Unknown error" in warning dialog
2017-03-20 11:09:11 +02:00
Rider Linden
0a9f25bcfb
MAINT-6385: Ensure that VMM initialization only happens once after login and that it will only happen after the region caps have been received.
2016-06-22 13:35:13 -07:00
Oz Linden
950c41d184
merge 4.0.4-release and MAINT-5974
2016-05-06 10:28:42 -04:00
Oz Linden
9be58e915a
merge with 4.0.3-release
2016-04-04 15:53:09 -04:00
andreykproductengine
6adce024a5
MAINT-5938 FIXED when Marketplace is down viewer errors 499 at each login and teleport
2016-03-16 17:56:14 +02:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Rider Linden
1356be0fe9
MAINT-5691: Browser was using deprecated outbox display type AND not correctly returning error body to application.
...
LLCore:HTTP now will provide and LLSD translation of the message body when possible in the case of an error HTTP result
VMM alert boxes now use type="alertmodal" rather than "outbox"
2015-10-07 16:09:08 -07:00
Rider Linden
75c6549fde
Set consistent terminology for yield/wait -> suspend for coroutines.
2015-09-18 11:39:22 -07:00
Rider Linden
97236a42ca
MAINT-5507: Remove HTTPClient and related cruft.
2015-09-14 11:15:23 -07:00
Rider Linden
f2da6ec2ac
Bit of cleanup around Translation and remove httpassetstorage
2015-09-11 17:34:53 -07:00
Rider Linden
c8f41d200f
MAINT-4952: Slight change to marketplace logging allow direct logging of LLSD and remove unused logging function.
2015-09-11 09:46:16 -07:00
Rider Linden
6a204b1bdd
MAINT-5575: Finished converting experience cache to singleton
...
MAINT-4952: Coverted VMM to coroutines
2015-09-10 16:48:01 -07:00
Rider Linden
9df2e7e4cb
Merge
2015-08-11 12:18:47 -07:00
Nat Goodspeed
efa9a0f99c
Backed out changeset bab1000e1b2d: restore 'selfless' changes
2015-07-10 19:30:10 -04:00
Rider Linden
247eb0c9c3
Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5
2015-07-07 19:41:27 +01:00
Nat Goodspeed
b262ded7e0
MAINT-5351: Remove 'self' parameter from coroutine functions.
...
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest
builds clean, but the resulting viewer is as yet untested.
2015-07-01 18:33:29 -04:00
Merov Linden
91c6f7a352
DD-393 : Rework association so that is_listed property is not overwritten before we get data from SLM
2015-06-10 22:08:36 -07:00
Merov Linden
ab73b1af8f
DD-416 : Added DAMA when version folder is empty and unlisted, accelerated some functions avoiding depth computation when we could, fixed cut case
2015-06-10 14:53:12 -07:00
Merov Linden
4f9bf22d5f
DD-336, DD-359 : WIP : Introduced a reverse lookup table for version folder to listing folder to improve performance
2015-06-08 14:58:40 -07:00
Rider Linden
daf4d167b6
Added a seek method to LLCore::Http for data rewind.
...
A couple of minor changes to merchant out box in hopes that the would fix the issues.
2015-06-05 15:19:24 -07:00
Rider Linden
2abfc14946
Marketplace vendor outbox. Incomplete conversion. Still issues with redirection.
2015-06-01 16:56:42 -07:00
Merov Linden
e1aaebd59d
DD-396 : Add decription check on the common 422 error on marketplace listing
2015-05-02 14:46:30 -07:00
Merov Linden
5411f349e5
DD-379 : a 404 on a Get /listing means that said listing is not in SLM, then delete it from the local store
2015-04-13 17:18:01 -07:00
Merov Linden
50805277b3
DD-382 : Use default values on association when version folder is not unique
2015-04-13 15:58:56 -07:00
Merov Linden
637e096d57
DD-388 : More resilient way of reacting to not evaluated stock count throughout marketplace handling
2015-04-13 15:29:56 -07:00
Merov Linden
a9c3681cb5
DD-381 : Avoid unecessary SLM updates, suppress some update_marketplace_category() that are picked by dirty bit setup
2015-04-10 17:37:11 -07:00
Merov Linden
137185c2a9
DD-382 : Activation state should be unchanged when reassigning listing id
2015-04-09 14:28:58 -07:00
Merov Linden
56b1f3d881
DD-382 : Refactored the auto activate code in create and associate listing. Update count on hand in reassociate correctly.
2015-04-08 23:14:43 -07:00
Merov Linden
79b891a688
DD-382 : Set count_on_hand correctly when creating or assigning a listing
2015-04-07 15:22:32 -07:00
Merov Linden
8e11798380
DD-338 : Auto unlist when stock gets to 0 during stock folder manipulation
2015-04-02 14:01:03 -07:00
Merov Linden
df918447b7
DD-339 : Adding loading indicator to marketplace floater when the listings data and inventory data are being fetched
2015-03-05 21:58:57 -08:00
Merov Linden
0177f56fc9
DD-335 : Improve the performance of Get listings by 400%, fix a bug when error occured on SLM
2015-02-21 18:41:54 -08:00
Merov Linden
fe4f5f13da
DD-303 : do not force unlist when associating listings, let the 1 version folder policy apply, prompt user only if it doesn't
2015-02-03 23:43:15 -08:00
Merov Linden
ab91c83881
DD-296 : Implement listing validation after we get all copied items confirmation from the server
2015-02-03 22:04:58 -08:00
Merov Linden
03f18a55b7
DD-320 : Special case HTTP error 422 on the Marketplace and give it a nicer error dialog
2015-01-28 22:16:47 -08:00
Merov Linden
855696c369
DD-303 : Suppress message on activation when associating since we auto activate or have another message
2015-01-24 17:30:05 -08:00
Merov Linden
162d33dec4
DD-303 : Auto activate version folder when only one present on creation or association
2015-01-15 22:22:22 -08:00
Merov Linden
00f3850fe2
DD-299 : Suppress cap hardcoded fallback. Recheck cap after each teleport.
2014-12-14 15:48:46 -08:00
Merov Linden
1461740a68
DD-276 : Let the count on hand be updated locally when updateSLMListing returns with data from the server
2014-11-10 10:30:22 -08:00
Merov Linden
20173c9747
DD-274 : Do not display super long error description (there are in the log though)
2014-11-08 16:07:31 -08:00
Merov Linden
2939a542f9
DD-272 : Be more consistent when updating the count on hand in SLM, also prevent multiple folder update when receiving data from SLM
2014-11-07 16:47:19 -08:00
Merov Linden
828f478921
DD-263 : Update the count on hand on SLM in various situation where stock count changes (activate, drag/drop, associate, etc...)
2014-11-03 13:18:06 -08:00
Merov Linden
b2c7fb9aee
DD-224, DD-246 : Clean up code when receiving delete notification. Display DAMA alert when associating listing
2014-10-23 19:45:48 -07:00
Merov Linden
f99dbd9be0
DD-224 : WIP : Add a deleteListing method, call SLM_UPDATE_FOLDER notification if state is deleted
2014-10-21 21:46:16 -07:00
Merov Linden
eeb5fb382b
DD-221 : Pointer testing to avoid potential crash
2014-10-21 19:34:54 -07:00
Merov Linden
c58af95410
DD-170 : Set the import callback for Merchant Outbox only when clicking the import button
2014-10-19 21:53:07 -07:00
Merov Linden
8ca0ebbb8b
DD-170 : Check the Merchant Outbox API and hide the menu item if getting 503. Show SLM always.
2014-10-14 21:32:00 -07:00
Merov Linden
5ded6ef85b
DD-170 : Rename enum for consistency
2014-10-06 21:09:01 -07:00
Merov Linden
6b8916e760
DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).
2014-10-05 20:17:29 -07:00
Merov Linden
1a334a1005
DD-23 : WIP : Catch the SLM_UPDATE_FOLDER notification and trigger the GET /listing route so to get the updated SLM status for the listing
2014-09-16 10:39:23 -07:00