summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-04DD-289 : WIP : Prevent building tabs twiceMerov Linden
2014-11-23DD-287 : Use the current tab correctly when creating a new folder. Fixed the ↵Merov Linden
sorting to be applied to all tabs as intended.
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-284 : Do not allow the creation of subfolders in stock foldersMerov 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-11Pull merge from lindenlanb/viewer-releaseMerov Linden
2014-11-10DD-266 : Use prevalidateNonNegativeS32 instead of prevalidatePositiveS32... ↵Merov Linden
Grmbl...
2014-11-10DD-276, DD-280 : Serialize update count on SLM by preventing sending update ↵Merov Linden
while previous transaction not completed
2014-11-10increment viewer version to 3.7.21Oz Linden
2014-11-10Added tag 3.7.20-release for changeset 27094824773bOz Linden
2014-11-10DD-276 : Let the count on hand be updated locally when updateSLMListing ↵Merov Linden
returns with data from the server
2014-11-08DD-274 : Do not display super long error description (there are in the log ↵Merov Linden
though)
2014-11-08DD-259 : Show only one error when failing on listing, user can see all ↵Merov Linden
errors in Check for Errors
2014-11-08DD-265, DD-266 : Validate the listing id when associating, show alert if ↵Merov Linden
value out of positive integer limit
2014-11-08DD-258 : Disable the Check for Errors buttons (aka Audit) while the ↵Merov Linden
inventory is still fetching
2014-11-08DD-260 : Silence the SLM delete message so to prevent server notification to ↵Merov Linden
show up when deleting or unassociating things from the viewer
2014-11-07DD-272 : Be more consistent when updating the count on hand in SLM, also ↵Merov Linden
prevent multiple folder update when receiving data from SLM
2014-11-03DD-235 : Use newly built jsoncpp libraries that do include the security fixMerov Linden
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-29merge changes for MAINT-4560Oz Linden
2014-10-28merge changes for 3.7.19-releaseOz Linden
2014-10-28increment viewer version to 3.7.20Oz Linden
2014-10-28Added tag 3.7.19-release for changeset 82973b38a6c9Oz Linden
2014-10-24DD-243 : Set up callbacks for merchant outbox importer in the postBuildMerov Linden
2014-10-24DD-242 : Added beta invitation message to merchants in the marketplace ↵Merov Linden
listings floater
2014-10-23DD-224, DD-246 : Clean up code when receiving delete notification. Display ↵Merov Linden
DAMA alert when associating listing
2014-10-21DD-224 : WIP : Add a deleteListing method, call SLM_UPDATE_FOLDER ↵Merov Linden
notification if state is deleted
2014-10-21DD-221 : Pointer testing to avoid potential crashMerov Linden
2014-10-21DD-220 : Avoid testing folders against marketplace root if we are not ↵Merov Linden
filtering against the marketplace
2014-10-21Pull merge from lindenlab/viewer-releaseMerov Linden
2014-10-21merge changes for 3.7.18-releaseOz Linden
2014-10-20Merge. Refresh from viewer-release after 3.7.18 release.Monty Brandenberg
2014-10-20increment viewer version to 3.7.19Oz Linden
2014-10-20Added tag 3.7.18-release for changeset 2729c1daf025Oz Linden
2014-10-19DD-170 : Set the import callback for Merchant Outbox only when clicking the ↵Merov Linden
import button
2014-10-16update llqtwebkit with fix for MAINT-4585 and MAINT-4586Oz Linden
2014-10-15MAINT-4560: turn on display of group title by defaultOz Linden
2014-10-14DD-170 : Check the Merchant Outbox API and hide the menu item if getting ↵Merov Linden
503. Show SLM always.
2014-10-13merge up to 3.7.18Oz Linden
2014-10-10MAINT-4564 HTTP Pipelining is not happening in Drano HTTP Phase 4Monty Brandenberg
Incorporate the new libcurl 7.38.0 build with curl bug 1420 workaround. Add developer-centric testing code to evaluate the workaround or a future fix for 1420.
2014-10-06Pull merge from lindenlab/viewer-releaseMerov Linden
2014-10-06DD-170 : Rename enum for consistencyMerov Linden
2014-10-06Merge. Refresh from viewer-release after 3.7.17 release.Monty Brandenberg
2014-10-06increment viewer version to 3.7.18Oz Linden
2014-10-06Added tag 3.7.17-release for changeset bcc2770e21c1Oz Linden
2014-10-06BUG-7454 Viewer crashes while logging with a turned off "HTTP Inventory"Monty Brandenberg
The HttpRequest objects used in inventory ops are created lazily when needed. The update() operation didn't protect against their not being created. Added some guard tests around the update() operations and we're good.
2014-10-05DD-170 : Handle 503 answer from SLM and added a MARKET_MERCHANT_NOT_MIGRATED ↵Merov Linden
state to the UI, showing only the relevant UI to the user (i.e. Merchant Outbox or Marketplace Listings).