Change Log - AuctionWorx v3.6

Edition Build Comment
All 3.6.9648 Added additional check to ensure async blob storage deletes are only performed during the configured maintenance window.
All 3.6.9643 Fixed issue where high volume azure blob image cleanup could fail to complete in the allotted maintenance window due to slow API calls, changed to run the delete operations asynchronously
All 3.6.9638 Fixed bug where it was possible for a user to initiate two copy lots/move lots operations on the same event(s) at the same time, which can result in duplicate lots.
All 3.6.9635 Fixed bug where a rare exception case of a duplicate invoice created in error with no sale line items connected to it could still end up being paid via batch processing
Events 3.6.9631 Fixed bug where "Auto hide ended lots" could leave an ended lot visible indefinitely on the event catalog page in some cases
All 3.6.9620 Fixed View feedback pages not redirecting to login when site setting "require authentication" enabled
All 3.6.9607 Fixed bug where potential duplicate statement line items were not caught/handled (if they existed) before re-calculating a statement
Events 3.6.9607 Fixed LotsByEvent CSV export image url updatd to use normalized "SecureURL" site property instead of referencing the raw web.config value
All 3.6.9606 Fixed "LOST" context message incorrectly appearing to winning bidder during auction closing process context updates in some cases.
All 3.6.9606 Fixed missing CSS class in "View Messages" header link
All 3.6.9588 Fixed bug where sendgrid error details were not properly captured and logged in some cases
All 3.6.9588 Added Marketing email opt-in count metrics
All 3.6.9578 Fixed bug where AccountClient.CreateLineItem() was not acccessible due to incorrect static modifier
All 3.6.9578 Fixed incorrect username sorting introduced to RWX_SearchListingInvoicesByOwner in 3.6.9551
All 3.6.9578 Changed email REGEX validation pattern to disallow: double period, starting period, period immediately before the "@" symbol
All 3.6.9565 Fixed bug where upgading a database schema to v3.6 could fail if a lot number longer than 50 characters existed in the statement line items table
Events 3.6.9564 Fixed bug where "Manage Lot Order" group end date/time labels were consistently off by one closing group increment (i.e. with closing group increment set to 60 seconds, group 1 would show end time of e.g. 10:01 AM while the correct end time for that group was 10:00 AM)
All 3.6.9564 Fixed ShipStation DST invalid time error
All 3.6.9564 Fixed bug where the RWX_GetMarketingMessages stored procedure was not returning the related Event ID and/or Listing ID
All 3.6.9558 Improved performance added missing indexes to RWX_AuctionEvents and RWX_StatementLineItems tables
All 3.6.9558 Added additional performance optimization to the RWX_SearchListingInvoicesByOwner stored procedure when an event is specified
All 3.6.9558 Added 2 new database indexes and removed 1 to improve performance: 1) with the homepage event query, and 2) with the my account and/or admin user summary counts.
All 3.6.9558 Changed webconfig setting rwx_useWebSocketsOnly default = true
All 3.6.9551 Added performance optimization to the RWX_SearchListingInvoicesByOwner stored procedure when an event is specified
All 3.6.9551 Changed web.config Max Pool Size default value changed to 500
All 3.6.9551 Changed ListingCachingEnabled web.config setting changed to "True": enabled by default
Events 3.6.9547 Fixed bug where a deleted lot could have a non-deleted listing associated with it in some cases
All 3.6.9546 Fixed bug where the StripHtml() helper inadvertently removed some international characters (æøåÆØÅ) from the header meta data if they were HTML-encoded in the listing/lot description
All 3.6.9546 Fixed Usernames failing v3.6 regex change (@ not allowed) unable to reset password using /Account/ForgotPassword
Events 3.6.9546 Changed test "new auction posted" in default email template to remove "Bidding now open" text
All 3.6.9539 Fixed a rare bug where it was possible for a listing updated with a new End Time triggered by sniper protection could be incorrectly updated to an earlier end time if a bid was placed too close to the same instant that the sniper protection update occurred.
Events 3.6.9539 Fixed Issue where editing/saving lot during event publishing reset lot status from active to validated
All 3.6.9539 Fixed Missing classes on some nav menu options
All 3.6.9539 Added "My Watch List" link to header menu dropdown
Events 3.6.9536 Added additional logging of any exceptions which may be thrown from the OnEventClosed() invoice/statement logic providers
Events 3.6.9526 Fixed bug where a null reference runtime error could occur on the event detail page in some cases
Events 3.6.9526 Added new nullable fields ListingId and AuctionEventId to MarketingMessage entity
All 3.6.9510 Changed CSV import errors - auto-generated exclusions file returns original column-header order to support third party generated CSV import data
All 3.6.9509 Fixed bug where final 60-second countdown AJAX winning status checks did not update user context label properly
All 3.6.9509 Added web.config setting "SignalR_DefaultMessageBufferSize" (default: 1000)
All 3.6.9509 Added new SignalR js setting "rwx_useWebSocketsOnly" (default false) Update: 3/3/26 Default true
All 3.6.9501 Fixed bug where a listing with StartDTTM set to null and status:Preview could cause runtime errors in some cases
All 3.6.9498 Fixed bug where the RecheckWinningVitals() javascript function failed to trigger correctly on some My Account lists and lot/listing detail pages.
All 3.6.9498 Added winning-status confirmation AJAX calls during final countdown (by default for last 60 seconds, once every 5 seconds)
All 3.6.9498 Added new ACP setting "Site Preferences > Display -- Full-size Primary Image" (default: ON) and new web.config setting "ListingPrimaryImageHeightLimit" (default: 500) to limit the height of the primary image on listing/lot detail pages
All 3.6.9482 Converted the "Send Event Published Emails Now" function to be asynchronous. And provides an immediate response to the user that it was initiated. (Fixes a bug where it would appear to fail due to a long-running synchronous process)
All 3.6.9482 Fixed bug where editing a consignor would always reset the username to the email address if no password had been set for that user yet;
All 3.6.9476 Fixed bug where only the first 10 consignors would be loaded in the consignor search popup within the "My Account" Consignment Sales Report
All 3.6.9476 Added new web api endpoints (GET)/api/invoice/{invoice id} and (POST)/api/invoice/SetInvoicePaid/{id}/{paid}/{removeCcFee?}
All 3.6.9476 Minor HTML/CSS update for individual event rows displayed under My Account > Events > Drafts/Published/Closed/Archived
All 3.6.9470 Fixed performance issue where a missing table index improved user address queries in some cases
All 3.6.9470 Fixed performance issue where user data was not properly retrieved from cache before re-querying database in some DAL methods
All 3.6.9467 Added "Paid Date/Time" column to Sales Invoice CSV output
All 3.6.9466 Fixed bug where sales invoice report CSV would output UTC date/time values instead of local times
All 3.6.9466 Fixed bug in int64 conversion script due to recent line item table index changes
All 3.6.9459 Fixed possible bug where a Stripe payment submitted response could potentially be processed after the Stripe payment approved response
All 3.6.9455 Fixed sendgrid bug where an additional 5-minute (or more) delay was needed between completion of contact uploads and scheduling of the associated single send
All 3.6.9454 Fixed incorrectly html-encoded BR tag in confirmation modal
All 3.6.9454 Added extra error details logged if sendgrid api responds with "Bad Request" while uploading contacts
All 3.6.9454 Fixed listing/lot detail pages now only attempts to retrieve related invoice data if the seller or buyer is viewing it
All 3.6.9453 Fixed null value issue in FillListingContext method of Auction listing type
All 3.6.9453 Added additional RWX_LineItems table indexes and event-specific query improvements to help RWX_GetListingLineItemsBySeller stored procedure performance
All 3.6.9453 Added additional validation check on "ListingType" user input value in listing action requests
All 3.6.9451 Fixed SendGrid UI bug where a site announcement submission response could take longer than 30 seconds and appear to time out, while still mostly succeeding
All 3.6.9451 Fixed registration validation not highlighting missing state dropdown field
All 3.6.9451 Added extra logged details for old SendGrid data cleanup
All 3.6.9447 Fixed SendGrid UI bug in Notifications > Site Announcement form where sending a test email was saving the test email address in a hidden field, and afterwards the "Send All" button worked the same as the "Send Test Email" until the page was manually reloaded.
All 3.6.9447 Fixed bug where setting Shipping Enabled on a disabled listing type could incorrectly include the ShippingOptions column in the CSV import help/template in some cases
All 3.6.9442 Fixed bug where sendgrid helper functions would log an object reference null error message instead of a more informative single send not found error message in some cases
All 3.6.9435 Fixed excessive logging for an invalid culture cookie
All 3.6.9435 Updated sanitized HTML tags to allow <dl> <dd> <dt> tags for description lists
All 3.6.9433 Improved the CSV Import function code to minimize the number of times images are downloaded when importing listings. By default if image download errors occur then only the CSV listing/lot rows with errors will be skipped, allowing for them to be re-tried by uploading a new CSV file containing only the skipped rows. Added new web.config setting PreValidateCsvImageUrls (disabled by default) when enabled it will prevent importing partially valid CSV files.
All 3.6.9431 Fixed bug where upgrading from 3.5 to 3.6 resulted in a missing clustered index in the RWX_PropertyBagItems table
All 3.6.9427 Changed Redirect URL changed from Logon to LogOn to standardize URL link case
All 3.6.9427 Added Clickable link custom fields include rel=”ugc” attribute HTML tag (ugc=user generated content)
All 3.6.9427 Disabled option to change custom field type when editing existing field
All 3.6.9427 Fixed Stripe new card form size on mobile - negative margin applied to Stripe card input element when in focus and complete states on screens smaller than 550px wide
All 3.6.9422 Fixed bug where old SendGrid marketing messages were not being correctly cleaned up in some cases
All 3.6.9422 Fixed bug where some SendGrid operations relied on retrieving all marketing messages
All 3.6.9407 Fixed bug where deleting old marketing messages would incorrectly fail if sendgrid was disabled
All 3.6.9398 Fixed bug where the AddOrRemoveWatchlist() js helper used a get instead of a post, which didnt work consistently across all browsers
All 3.6.9398 Added new web.config setting "ListingCachingEnabled" (OFF by default) ** Applies only to GetListingContextStatus and GetListingVitals
All 3.6.9397 Fixed bug where 36 int64 upgrade script failed to remove several new 36 table indexes before performing conversions
All 3.6.9397 Fixed bug where the create all statements button could fail if any sales contained a reference to a deleted consignor
All 3.6.9397 Added Google reCaptcha Log Error updated to include message text
All 3.6.9397 Added visible Google reCaptcha script error (in browser) message when error returned from Google
All 3.6.9396 Informational note added below Google reCaptcha settings related to Google's service limit and billing
Events 3.6.9396 Moved the "jump to lot #" field from bottom position to space next to event search
All 3.6.9391 Added missing index to optimize watchlist count by listing
All 3.6.9390 Optimized DAL.GetQueuedNotifications() query hints for performance
All 3.6.9390 Changed soft-deleted RWX_CategoryListings rows are now cleared automatically, table indexes optimized
All 3.6.9390 Changed Admin control panel - Limit banner display input field to two characters (for a max of 99)
All 3.6.9386 Fixed performance issue where user data was not properly retrieved from cache before re-querying database in some cases
All 3.6.9382 Fixed bug where soft-deleted watchlist records were not being cleaned up during nightly maintenance period
All 3.6.9382 Changed Some "button" style links in new v3.6 email templates changed to standard text link style for email client display compatibility
Events 3.6.9376 Fixed Some "My Account > Summary" counts were incorrect in Events edition when non-auction listings were enabled
Events 3.6.9376 Removed redundant int64 conversion bug fix related to the event/currency dependency
Events 3.6.9369 Fixed v3.6 int64 conversion bug related to the event/currency dependency
All 3.6.9368 Fixed bug related to the 3.6 int64 upgrade/conversion script that only occurs if all rows are cleared out before running
All 3.6.9363 Fixed bug where changing the consignor of a successful lot would succeed, but also display a null reference error if any statement line items in the database from the same seller were assigned to a deleted consignor record.
All 3.6.9363 Fixed bug where marketing messages older than 24 hours could trigger excessive SendGrid API calls if cleaned up all at once
Events 3.6.9362 Fixed bug where old marketing messages were not properly cleaned up in some cases (sendgrid)
Events 3.6.9355 Fixed bug where "Create Lot and New" button was not properly disabled after being clicked
Events 3.6.9350 Fixed bug where the Event Options > Send Event Posted Emails dropdown option was displayed in some cases even if that specific template (or SendGrid globally) was disabled
All 3.6.9349 Fixed bug where AccountController Checkout method could combine sales from multiple buyers with similar usernames in some rare cases
All 3.6.9349 Changed Improved UX / client side validation for registration form
All 3.6.9348 Fixed bug where enabling "Billing & Fees > Sales Payment Options -- Optional Credit Card Fee" prevented placing a bid in some cases
All 3.6.9348 Fixed Enterprise mobile view acp > notifications> marketing email settings showing event settings
All 3.6.9348 Fixed Required registration checkbox for terms and conditions missing input "invalid" color state
All 3.6.9348 Changed OG meta tag update for default page content, Event detail page, Event summary/landing page, and Browse pages
All 3.6.9344 Fixed Increased URL and query string limits related to issue where Google reCaptcha may return 401 unauthorized error in some browsers
All 3.6.9344 Fixed Password visibility icon toggle not working on mobile & not focusable in keyboard navigation
Events 3.6.9344 Added link to try event publication without sendgrid message if that is the reason for publication failure, and an admin only dropdown option to send this message manually
All 3.6.9344 Added user field selection popup modal to admin Users > Management > Export CSV
All 3.6.9341 Fixed bug where an exempt admin impersonating an non-exempt buyer did not display the correct Buyer Final Fee amount on the bid/offer/purchase confirmation modals
All 3.6.9341 Fixed issue where "SkipAdminUrlCheck" entries were logged unnecessarily when the "BaseAdminUrl" web.config setting was disabled
All 3.6.9341 Fixed issue in setup script for configuration option for logging only database
All 3.6.9334 Fixed (v3.5+) bug where DAL GetInvoicesBySeller method could incorrectly include multiple buyers when called from OnNewSaleCreated invoice logic provider method
All 3.6.9334 Improved Google reCAPTCHA error logging
All 3.6.9327 Fixed sales invoice email template missing conditional statement to account for setting "hide sellers address on invoice"
Events 3.6.9327 Added Event "summary" landing page (only event details and no lots)
All 3.6.9327 Changed wording on confirmation modal "Yes, Delete Saved Card Data" button to "Delete All Card Data References" when changing Stripe Client ID
All 3.6.9326 Fixed bug where the admin changing the Stripe Client ID resulted in users with saved cards in Stripe no longer being able to pay invoices via Stripe
All 3.6.9322 Fixed bug where event closing soon messages did not render event image or event banner URLs correctly in the resulting emails
All 3.6.9322 Fixed bug in AuctionWorx_UpgradeTo_v36.sql where an alter table statement was done out of order
All 3.6.9321 Fixed bug where an API-created user wasnt properly opted-in to marketing emails per the specified Newsletter value.
All 3.6.9321 Fixed bug where an admin-created user was automatically opted-out of Newsletter and marketing emails by default. Now the admin can toggle the Newsletter preference in the initial Create User form.
All 3.6.9321 Fixed upgrade bug where existing 3.5 users with Newsletter previously enabled were not being correctly opted-in to specific marketing emails when first upgraded to 3.6
All 3.6.9319 Fixed bug where Cache.ClearUser method would occasionally generate excessive benign error log entries
All 3.6.9319 Fixed bug in AuctionWorx_UpgradeTo_v36.sql where some int32 columns were not correctly converted to int64 columns
All 3.6.9314 Fixed bug where sending a marketing message to over 2000 users may not complete successfully
All 3.6.9313 Fixed bug where JSON log entry property data was not correctly encoded in some cases
All 3.6.9313 Fixed Create Listing step 2 missing custom tax rates in Payment / Tax Rate summary
All 3.6.9313 Fixed bug where sending a marketing message with SendGrid failed with the error "Cannot send a content-body with this verb-type" in some cases
All 3.6.9313 Fixed updated invoices table index to improve performance slightly
All 3.6.9313 Fixed bug where the 3.6 conversion script inadvertently removed the clustered index from the log entries table, resulting in log entry queries taking too long to complete
All 3.6.9313 Fixed AuctionChanged RESX key missing - "Auction Status Changed"
All 3.6.9313 Fixed Unable to delete shipping methods
All 3.6.9313 Default "Help" CMS content updated
All 3.6.9313 Changed 410 "gone" status served for removed listings/lots for non-authenticated viewers only
All 3.6.9313 Changed Default "admin" user date fields updated to GETUTCDATE()
All 3.6.9313 Updated admin shipping method form success/fail messages
All 3.6.9306 Removed excessive warning log entries about sendgrid being disabled
All 3.6.9306 Added checks for duplicate/incorrect invoice to account controller
All 3.6.9306 Fixed rare issue where a buyer could be allowed to checkout for a lot purchase prematurely, after the event closed but before the invoice was able to be auto-generated, in some cases
All 3.6.9295 Fixed PruneUserCustomFieldsForRoleAndSitePops HTMLHelper not checking status of CreditCardFeeEnabled site prop
All 3.6.9295 Added optional "BaseLoginDomain" web.config setting, to allow BaseUrl and BaseAdminUrl to share the same sign-in cookie, when they are only different by sub-domain.
All 3.6.9295 Changed Sort seller payment setting info by display order (create listing step 2)
All 3.6.9293 Fixed bug where the Listing Fee Revenue Report CSV download was only returning first 10 rows of data
All 3.6.9293 Fixed bug where Listing Fees Revenue report was incorrectly logging "Report Executed With Excessive Limit" warnings in some cases
All 3.6.9292 Fixed added some missing "DROP INDEX IF EXISTS ..." commands to AuctionWorx_UpgradeTo_v36.sql
All 3.6.9292 Changed Support documentation URLs in Admin Control Panel
All 3.6.9285 Fixed missing RESX strings dateStart_ConvertDateTime, dateEnd_ConvertDateTime, FromDTTM_ConvertDateTime, ToDTTM_ConvertDateTime, FromEndDTTM_ConvertDateTime, and ToEndDTTM_ConvertDateTime
All 3.6.9285 Fixed various null reference runtime errors caused by invalid user-supplied from/to date filter values in admin and sales reports
All 3.6.9285 Fixed bug where the sign-in redirect would drop all except the first query string item of the return URL
All 3.6.9285 Changed most admin and my account reports now process 365 days of data by default when first loaded (web.config setting:AdminReportDefaultDaysOldFilter). They also now process all data newer than "1/1/2001" when the "from date" field is cleared out by the user.
All 3.6.9281 Fixed redirect URLs in impersonate links/prompts not firing
All 3.6.9281 Fixed bug where GetMarketingMessages stored procedure did not return all columns correctly
All 3.6.9281 Fixed Incorrect form field (quantity) highlighted on failed "make offer" amount validation
All 3.6.9281 Fixed Line break added before "reserve not met" text on closed listings/lots to fix overlapping "ended" status label
All 3.6.9281 Fixed Incorrect image count label and duplicate first image in listing/lot lightbox gallery
All 3.6.9281 Fixed bug where the consignor picker orders the list incorrectly due to case-sensitive sorting
All 3.6.9281 Added missing RWX_RebuildFullTextIndexes sp to AuctionWorx_LoggingOnlySetup.sql
All 3.6.9271 Fixed bug where listing/lot taxable flags were not correctly set during CSV imports
All 3.6.9271 Fixed Admin sort option resx strings in global strings file
All 3.6.9271 Added support for a different database to be used for error logging
All 3.6.9271 Added LegacyListingImages web.config setting for very old listing data with limited image media variations (i.e. missing "Large" image variation)
All 3.6.9271 Added "List Similar - Include Images" site setting
Events 3.6.9271 Minor design fix for pending offer on lot icon position
All 3.6.9271 Changed My Account > Listings "Copy" buttons renamed to "Copy to Drafts" and is now disabled after clicking
All 3.6.9271 Removed some unused CSS classes and variables
All 3.6.9257 Fixed bug where the default value table constraint for RWX_ShippingMethods.Available was improperly removed when running the int64 conversion script on a v3.6+ database
All 3.6.9257 Fixed various benign errors in int64 conversion SQL script when run directly on a v3.5 database
All 3.6.9257 Fixed bug where a Bad Request error could occur if an older listing created with categories is used to create a similar listing after categories have later been disabled
All 3.6.9257 Added Sub-header to ACP>B&F>Sales Payment Options for "Credit Card Fees"
All 3.6.9257 Added "Copy" and "Clear" functionality added to custom field multi-column tag input
All 3.6.9249 Changed Internal "Keep Alive" web requests now include a user agent header
All 3.6.9247 Added CMS content Quick Start List item to admin summary
All 3.6.9247 Removed "@" as an allowed character for username when registering (By default, can be added with configuration)
All 3.6.9247 Removed checkout button when impersonating buyer user and viewing invoice in admin control panel
Events 3.6.9245 Fixed bug where lots thumbnail images were missing from homepage event rows when (1) "Homepage Event List Style" was set to "Lot Images (cropped or portrait)" AND (2) the "Preview Lots" option was turned off for that event.
All 3.6.9245 Fixed My Account > Account Details - incorrect custom field formatting for "date" type
All 3.6.9245 Fixed Missing "Seller" & "Buyer" labels for custom fields displayed in some reports
All 3.6.9245 Fixed hard error in bid history page when listing status is "draft" and no end date set
All 3.6.9245 Do not show link to bid / purchase history on detail page for draft listings
All 3.6.9245 Fixed watching icons/buttons visually incorrect when inline bidding disabled in Browse/Search/Event display/results
All 3.6.9245 Fixed blank context status / message appears in certain instances when viewing auction with "ending" status as the seller
All 3.6.9245 Changed default CMS content pages - Removed any HTML links to admin control panel
All 3.6.9245 Changed date formatting html helpers to safely handle nullable dates
Events 3.6.9239 Fixed My Account Invoice "back" button missing "event sales invoices" route, retain returnUrl query string oninvoice form submission (comments, bp%)
All 3.6.9239 Removed link HTML on buyer username for My Account Sales Invoice Report
All 3.6.9238 Fixed bug where the default browse sort option could result in a null error
All 3.6.9238 Fixed bug where a saved stripe card could be incorrectly removed from the wrong seller if the buyer also had a card saved under a different seller who then changed or removed their stripe credentials
All 3.6.9238 Changed default robot.txt content
All 3.6.9238 Generic sort option names changed to unique RESX keys
Events 3.6.9230 Moved event closing group "New Group (Bottom)" to top of dropdown list of grouping options
All 3.6.9230 Added "data-nosnippet" to some assets to keep inner text from appearing in Google SERP site descriptions
All 3.6.9230 Refactored some listing provider logic dealing with optional vs required description, for clarity
All 3.6.9223 Fixed bug where sorting listing/lot search/browse/catalog results by "Newest" could order rows incorrectly in some cases
All 3.6.9223 Added new web.config setting "UserMessagePageSize" (default: 1000) which applies to the /Account/Inbox and /Account/Outbox views
All 3.6.9223 Fixed bug where clicking "Checkout with Credit Card" button did not work correctly after a CC Fee was applied to the invoice when "Billing & Fees > Sales Payment Options -- Optional Credit Card Fee" was enabled.
Events 3.6.9223 Fixed "Back to Catalog" link on lot detail page
All 3.6.9223 Added Additional YouTube data for logging properties
All 3.6.9223 Changed Improved formatting of listing / lot data logging
Events 3.6.9223 Changed Improved format of event data logging (create event and update event)
All 3.6.9216 Fixed bug where the quickbid button amount was not updating automatically unless signed in
All 3.6.9216 Added "Available" toggle to admin UI for all shipping options, to allow for hiding the shipping option from the dropdown list when creating/editing listings/lots.
All 3.6.9215 Fixed Left banners not appearing in some cases when categories disabled. Blank left banner area appearing in some cases when current category has no assigned banners. Including homepage blank left banner area when banners only assigned to specified categories.
All 3.6.9215 Added logging of event properties when created or edited
All 3.6.9215 All characters other than 0-9, comma, period or whitespace characters are now silently removed from the Bid Amount input before validation on the Lot/Listing bid form.
All 3.6.9215 Changed Left banner CSS update. Minor CSS formatting changes. CSS version increment.
All 3.6.9212 Fixed bug from recent update where the quick bid amount did not update correctly for non-bidding users in response to new bids
All 3.6.9210 Fixed bug where a null error occurs if impersonating an invalid username
All 3.6.9210 Fixed bug where changing the username of the user being impersonated caused runtime errors in some cases
All 3.6.9210 Fixed Keyboard [Enter] triggered "Quick Bid" action instead of "Submit Max Bid" form submission
All 3.6.9210 Fixed non-critical bugs with 35 to 36 upgrade SQL script to prevent some unnecessary errors when referencing new 3.6+ tables or creating indexes
All 3.6.9210 Added XML comments to document each known listing status
Events 3.6.9204 Fixed bug where Event Activity Report did not sort correctly by Lot Title
Events 3.6.9203 Fixed 3.6 bug - Event page size defaulting to the "closing event page size"
Events 3.6.9203 Fixed 3.6 bug - Missing "show more" button & hidden lot buffer container when "auto hide lots" enabled for closing event and the "default page size" is greater than or equal to the "closing event page size" + buffer (default 10)
All 3.6.9203 Fixed "Sale" banner/badge off by 1px
Events 3.6.9203 Fixed Incorrect default product logo image file referenced for new installs of Event edition
All 3.6.9203 Fixed Error editing listing/lot when Google Maps enabled but API key missing
All 3.6.9203 Fixed (v3.5+) bug where the RwxProxy javascript variable definition conflicted with the initial timing of running the SyncServerTime() method
All 3.6.9202 Fixed bug where SendGrid contact lists failed to be properly cleaned up
All 3.6.9202 Fixed bug where "payee" was not correctly passed as an Invoice Report filter when viewed from my account
All 3.6.9195 Fixed bug where it was possible for a Stripe payment abort request to interfere with a successful payment Stripe webhook in rare cases
Events 3.6.9194 Fixed bug where a failed event publish did not always revert all associated lots to back to status:Draft.
All 3.6.9194 Fixed bug where a "Value cannot be null. Parameter name: html" runtime exception could occur when copying lots in some cases
Events 3.6.9193 Fixed early 3.6 bug where My Account Events Drafts could encounter a Specified cast is not valid runtime error in some cases
All 3.6.9193 Reverted early 3.6 change for listing/lot list view back to original CSS grid / columns
All 3.6.9193 Changed 3.6 password visibility icons, disabled MS Edge built-in password reveal icon, + CSS version increment
Events 3.6.9193 Fixed early 3.6 bug where Back To Catalog link was broken when going directly to lot page first
Events 3.6.9193 Fixed Image alignment in event homepage list style - portrait
Events 3.6.9193 Added "Create Lot and New" button to Create Lot Page 2 form
All 3.6.9193 Moved Daily Watchlist email setting and updated UI
All 3.6.9193 Changed "Site Announcement" checkbox was removed as a user-selected preference on the My Account > Notifications page, because "Newsletter" is used for that purpose instead
All 3.6.9193 Fixed early beta 3.6 bug where watchlist summary notification showed UTC end times
All 3.6.9193 Fixed early 3.6 beta bug where watchlist summary notifications contained lots/listings other than active, ending in 24 hours
All 3.6.9193 Fixed 3.6 beta bug where unfiltered HTML was allowed in HTML-type custom fields in some cases
All 3.6.9193 Changed from 3.6 beta - "Lot or Listing Closing Soon" email send mechanism to use SendGrid
All 3.6.9190 Fixed early alpha bug where only the first 10 consignors would be loaded in the consignor search popup
All 3.6.9190 Fixed early alpha bug edit event form HomepageListStyle dropdown list not displaying correct saved value
Events 3.6.9190 Added Event Homepage List Style > Lot Images (Portrait) option
All 3.6.9190 Added Sign In, Register, and Username greeting to visible area in xs/mobile menu
All 3.6.9190 Changed Admin Summary quick link buttons / icons
All 3.6.9189 Fixed (v3.5+) bug where saving a new currency exchange rate incorrectly transferred all existing listings/lots/events to the site default currency
All 3.6.9189 Fixed early alpha bug where Buyers Premium Applies field was missing from CSV Import
All 3.6.9189 Fixed early alpha bug where old (pre-3.6) lots could not be copied because BuyersPremiumApplies was configured as a required field
All 3.6.9189 Fixed additional issue with layout of print invoice when long auction event name is displayed
All 3.6.9189 Added advanced "Category Transfer" admin tool to move all lots/listings from one category to a target category
All 3.6.9189 Updated listing/lot detail page thumbnail gallery display to make larger images responsive to allow 3 across
All 3.6.9181 Fixed Admin CSS defaults interfering with newer email template preview formatting
All 3.6.9181 Added Template name to event log message text
All 3.6.9181 Changed setting name Enable Stripe for Sellers to "Enable Stripe Connect For 3rd Party Sellers"
All 3.6.9181 Changed admin nav collapse now has an expand/collapse all sections toggle button
All 3.6.9181 Updated default marketing emails template content
All 3.6.9180 Added filter and sort options to the consignor chooser on the Create Event page and Consignment Report
All 3.6.9179 Fixed bug where permission to delete last Stripe card on file was not re-validated server side
All 3.6.9179 Fixed bug where password was not set correctly during registration in some cases
Events 3.6.9179 Fixed bug where GoogleMapsAddress event property was not retrieved correctly on homepage events list
Events 3.6.9179 Fixed bug where GoogleMapsAddress property was not retrieved for homepage event lists
All 3.6.9179 Added new web.config setting "UsePasswordConfirmationField" (default: False)
Events 3.6.9179 Added new settings for event homepage list style: - Lot Thumbnails (default) or Summary Text
All 3.6.9179 Added "Buyers Premium Applies" checkbox (default: checked) per listing/lot
All 3.6.9175 Fixed GTC fee minor design alignment issue
All 3.6.9175 Fixed bug where an int64 error occured when getting category counts on an upgraded database
Events 3.6.9175 Fixed incorrect formatting of event custom field required validation messages
All 3.6.9175 Fixed bug where Stripe Complete Payment button was missing an indication to confirm it was clicked
All 3.6.9175 Fixed resx for consignor chooser help text on create listing form
All 3.6.9175 Added new admin summary quicklinks
All 3.6.9174 Fixed (v3.5+) bug where a consignor user was unable to register with the exact username and email assigned by the seller who created it.
All 3.6.9174 Fixed (v3.5+) bug where "My Consignments > Active Items -- Sort" dropdown failed to submit the form when changed
All 3.6.9174 Fixed "show seller information on detail page" setting not working
All 3.6.9174 Changed listing/lot detail page content - added back in high bidder info and adjust fee data font size depending on container width
Events 3.6.9173 Updated "new auction event posted" email template content, incorrect classname on alert message
All 3.6.9173 Removed some verbiage related to newsletter option in user account settings
Events 3.6.9173 Fixed bug where an incorrect event option could be selected by default on the "Create Lot Page 1" view in some cases
All 3.6.9173 Fixed bug where incorrect "NOT WINNING" status message was displayed after a quick bid, when it should say "Reserve Not Met"
All 3.6.9173 Fixed bug where using the unsubscribe link in a marketing message did not work correctly for email templates other than Site Announcement
All 3.6.9173 Fixed bug in int64 upgrade script
Events 3.6.9173 Fixed "jump to lot #" input width, erroneus HTML IDs added to some span elements
All 3.6.9173 Added "Twilio SendGrid" subheading to "Notifications > General"
Events 3.6.9173 Added new admin setting "Events > Preferences -- Closing Event Page Size"
Events 3.6.9173 Added PrimaryImageURI and SecondaryImageURI for event images to "new auction event posted" email template
All 3.6.9173 Daily Watchlist Summary emails no longer require SendGrid
All 3.6.9173 Updated "no photo" thumbnail for increased thumbnail size, adjustments to list view title alignment/padding
All 3.6.9173 Updated default listing thumbnail image height = 300 and width = 300 for both cropped and scale to fit
All 3.6.9173 Changed Listing/Lot detail page context menu buttons moved to above images, button colors/style updated
All 3.6.9173 Simplified my account invoices report filter inputs
All 3.6.9173 Fixed UI issue, Offer indicator moved to left of individual lot menus on "manage auction" page
All 3.6.9166 Fixed bug where converted price empty parenthesis could show on lot/listing detail page in some cases
Events 3.6.9166 Added "clear" icon on event catalog search box
All 3.6.9166 Changed the marketing messages are now be opted-in by default when a user selects "Newsletter" at registration
All 3.6.9165 Fixed (v3.5+): bug where admin nav collapse feature did not work correctly because of incorrect cookie path specification
Events 3.6.9165 A resumed auction event status is now set to Active when the new end date is more than 60 minutes in the future.
All 3.6.9164 Fixed bug where custom email templates did not have the new email template field "DefaultOptIn" correctly set to the normal default value of "True"
All 3.6.9164 Added password input eye toggle icon on sign in, registration and change password forms
All 3.6.9164 Added Invoice Report to my account (pending review and final adjustments)
All 3.6.9164 Added "Payment Method" column to "Sales Invoices" admin report
All 3.6.9164 Hid watch list icon/button on ended items, closed auction and fp list view now show "ended" label
All 3.6.9164 Changed Update to AddThis social networking script
All 3.6.9164 Changed Watch list icons, css version increment
All 3.6.9164 Changed Fixed price listings: hide QTY input when only one available
All 3.6.9164 Changed, not to show SELLER_NO_ACTIVITY context message on fixed price listings
All 3.6.9164 Removed (Hid) the deprecated Detail Page Layout site setting
All 3.6.9164 Changed listing/lot detail page width of columns updated
All 3.6.9164 Removed confirm password field on register, change password and reset password forms
All 3.6.9159 Added line item & fee tax status icons to buyer invoice display
Events 3.6.9159 Changed event homepage buttons for current, upcoming, and closed changed to pill shape
Events 3.6.9159 Changed Lot # moved to above title, adjusted padding in title
All 3.6.9153 Added user notification settings area to My Account and ACP Users
All 3.6.9152 Added "Notification Settings" row with link to "/Admin/NotificationsGeneral" page to "Quick Start List" area
Events 3.6.9151 Added new "Search This Auction" search box on the event catalog page in place of the "Jump To Lot Number" search box, which was moved to the bottom of the page.
All 3.6.9151 Updated ACP > Email template and marketing email settings UI
All 3.6.9151 Updated Marketing Email Settings page : (1) new SendGrid warnings when not enabled, (2) enable /disable templates from this page, (3) template status moved to label instead of table column, (4) moved recipient info below template name
All 3.6.9151 Changed listing/lot detail page margins and spacing, CSS version increment
All 3.6.9151 For UI clarity, hid "My Account" page title heading on sm and xs views (mobile views)
All 3.6.9148 Added "Seller Accepts Cash" label to listing/lot detail page when enabled by the seller.
All 3.6.9148 Changed "Auctions > Preferences -- Time Picker Default Time" admin setting is now used to pre-fill the End Time field when creating a new event or listing
All 3.6.9148 Changed updated footer CSS to include top margin
Events 3.6.9147 Changed "Back To Catalog" URL from lot detail page to return to correct page on the event catalog, including anchor link to the lot returned from
All 3.6.9145 Added proper formatting of Clickable Link custom field values in all admin report UIs and all admin report CSVs
Events 3.6.9141 Added Archive and visibility buttons to top of my account > events > closed and archived sections
All 3.6.9141 Added Twilio SendGrid settings link to email template list UI
All 3.6.9141 Added full size image tag for email templates #PrimaryListingFullImageUrl
All 3.6.9141 SendGrid API Key admin setting will only be used for marketing emails. Transactional emails will use web.config SMTP details.
All 3.6.9141 Changed CSV Listing/Lot Imports "Taxable" is no longer required, and will use the same default values as the create listing/lot form, when not specified.
Events 3.6.9141 Added gear icon to "manage auction" buttons
Events 3.6.9141 Changed top dropdown menu name to "My Account" from "Manage Auctions" in event edition
All 3.6.9137 Fixed bug where My Account > Summary -- Scheduled listings count was incorrect
All 3.6.9137 Changed how new blob images are now saved with a cache control header
All 3.6.9137 Added "Taxable" column(s) to admin Sales Transaction Report CSV export
All 3.6.9137 Added "Shipping Method" column to "Sales Invoices" CSV export
All 3.6.9137 Added "Taxable" Yes/No column(s) to "Sales Transactions" admin report
All 3.6.9137 Added "Shipping Method" column to "Sales Invoices" admin report
All 3.6.9137 Improved "Sales Invoices" admin report - Added applicable custom fields in the UI
All 3.6.9137 Improved "Sales Transactions" admin report - Added applicable custom fields in the UI
Events 3.6.9133 Moved Lot prev/next buttons to event summary area on lot detail page
All 3.6.9133 Fixed bug where advanced search custom option field selection was not handled properly in some cases
All 3.6.9133 Changed Listing Detail "add to watchlist" button updated to function the same as new watchlist icon buttons
All 3.6.9123 Renamed all references to javascript global variable from "Proxy" to "RwxProxy" to resolve conflict with reserved javascript keyword
All 3.6.9120 Added Credit Card Fee is automatically added to invoices before automatic charge attempt if seller accepts cash
All 3.6.9120 Added new setting to Show Buyer Email Address On Invoice
All 3.6.9119 Fixed bug where MS Excel did not handle UTF8 characters correctly in CSV export files
All 3.6.9119 Added buyer checkout Credit Card Fee popup when seller accepts cash
All 3.6.9119 Added tax exempt status of sale line items to printable invoices
All 3.6.9119 Added schema and invoice logic for credit card fee and surcharge rates and amounts
All 3.6.9117 Added Billing & Fees > Sales Payment Options -- Credit Card Fee and Surcharge settings
All 3.6.9117 Changed Custom tax labeling on create lot/listing forms
All 3.6.9110 New redesigned Listing/Lot detail pages
All 3.6.9105 Fixed bug where editing a custom field redirected to the admin summary view rather than the field list after successfully saving changes, in some cases
All 3.6.9105 Added "Back" button to admin edit field and edit field options forms
All 3.6.9102 Added UI for users to toggle their own email notification preferences
All 3.6.9102 Added new setting "Notifications > General -- Twilio SendGrid Enabled", and moved "Twilio SendGrid API Key" field to "Notifications > General"
Events 3.6.9102 Added "New Auction Event Posted" email notification ** SendGrid Only **
Events 3.6.9096 Added "Event Closing Notification (To Bidders)" and "Event Closing Notification (To All Users)" email notifications ** SendGrid Only **
All 3.6.9096 Added Google Maps option to Listings/Lots
All 3.6.9093 Added Lot Or Listing Closing Soon Notification ** SendGrid Only **
Events 3.6.9093 Added new option for Google Maps to Auction Events
All 3.6.9093 Added Daily Watchlist Summary Notifications ** SendGrid Only **
All 3.6.9093 Moved category display settings to Admin > Categories > Edit and updated javascript for conditional settings
All 3.6.9088 Added Marketing Notification Settings form
All 3.6.9088 Header background color applied to the admin control panel logo display areas and "under construction" page logo
All 3.6.9077 Added My Account > Consignments > Active Consignments - New "Consignor Number" sort option
All 3.6.9077 Added New Setting to sort User list in ACP > Users > Management to newest first (i.e. ID descending)
All 3.6.9071 Added background process to asynchronously check sendgrid job statuses and clean up old completed jobs
All 3.6.9071 Added ACP Notifications > Marketing Emails navigation heading, page UI, test resx strings
All 3.6.9063 Added "Admin > Notifications > Site Announcement" ** SendGrid required **
All 3.6.9063 Added (v3.6) new Notication Provider functions for SendGrid Marketing Messages: SendMarketingMessageAsync() and GetMarketingMessageJobStatusAsync()
All 3.6.9063 Added (v3.6) /unsubscribe endpoint
All 3.6.9054 Added (v3.6) New Pages for User Notification settings
All 3.6.9054 Added (v3.6) new ACP menu heading for "notifications", new "notifications > general" settings page, moved "system email address" and "system email name" settings to "notifications > general" page, moved "email templates" from "content" to "notifications" menu area
All 3.6.9054 Added (v3.6) initial SendGrid API implementation for a "SingleSend" marketing email workflow.
All 3.6.9042 Changed (v3.6) rename bool custom field type to "Yes/No (Single Checkbox)"
All 3.6.9042 Changed (v3.6) condensed custom fields display table columns in admin cp
All 3.6.9042 Changed (v3.6) main menu account dropdown alignment changed from left to right
All 3.6.9040 Fixed (v3.6) bug where custom date fields were rendered with a time part on invoice views
All 3.6.9040 Changed (v3.6) Custom field ACP UI updates
All 3.6.9040 Changed (v3.6) message and invoice menu alert icons now visible to all users
All 3.6.9035 Changed (v3.6) Transferring a consignment to a new consignor now triggers a create statements call, to ensure it is assigned to a new statement after the transfer occurs.
Events 3.6.9035 Sellers may now change Lot Numbers on lots with bids
All 3.6.9035 Added (v3.6) new admin setting "Site Preferences > Contact -- Twilio SendGrid API Key"
All 3.6.9035 Added (v3.6) new admin setting "Site Preferences > Display -- Show Unpaid Invoice Count In Header" (default: True)
All 3.6.9035 Changed (v3.6) simplified the custom enum field option management UI
All 3.6.9033 Added (v3.6) new ACP setting "Auctions > Preferences -- Show Watchlist Icon" (default: True)
All 3.6.9033 Added (v3.6) new custom field subtypes "Option List - Automatic", "Option List - Dropdown" and "Option List - Radio Buttons"
All 3.6.9029 Added (v3.6) My Account > Invoices > Mark Selected Unpaid button
All 3.6.9029 Added (v3.6) web.config setting "IncludeCustomFieldsOnLotsCsvExport" (default: True) to allow including custom lot fields in the Manage Auction Export CSV output
All 3.6.9029 Added (v3.6) popup modal confirmations for Process Payments (en & ev) and Email Invoices (ev)
All 3.6.9027 Added (v3.6) warning message about temporary authorization for new Stripe card if applicable
All 3.6.9027 Added (v3.6) New User CSV Export options to the Predefined CSV Specifications dropdown
All 3.6.9027 Added (v3.6) New ACP Settings "Enable Categories" (EN default: True; EV default: False EV) and "Categories Required" (default: True)
All 3.6.9027 Changed location of ACP Setting "Enable Regions" from "Setup" page to "Edit Regions" page
All 3.6.9027 Changed (v3.6) updated bootstrap.min.js with re-minified, modified bootstrap.js contents, and applied change to bundle config
All 3.6.9025 Added "Clickable Link" custom field subtype - UI for inputting the "Link Text" and "Link URL" (User/Listing/Lot/Event)
All 3.6.9025 Added (v3.6) ACP>ADV>Maintenance (enterprise) UI update and help tool tips added
All 3.6.9025 Changed (v3.6) split "Text Area" custom field subtype into two new custom field subtypes ("Text Area - Plain, and "Text Area - HTML"), and display HTML editor for the "Text Area - HTML" custom field type
All 3.6.9019 Added new feature "Small Dollar Authorization" (**Stripe required)
All 3.6.9019 Redesign listing / lot detail page
All 3.6.9001 Added (v3.6) banner Image URL caching
All 3.6.9001 Added username and IP to "ListingNotExist" log entries
All 3.6.9001 Added (v3.6) Alphabetize by Name function to Custom Field Dropdown Options (Enum) management UI
All 3.6.9001 Added (v3.6) Custom Field Dropdown Option (Enum) UI for editing option details and UI to add multiple options at once
All 3.6.9001 Added (v3.6) Custom Field Dropdown Option (Enum) DisplayOrder property and UI to re-order options
All 3.6.9001 (v3.6) Updated listing/lot images to open lightbox on click
Events 3.6.8994 (v3.6) Copy/Move Lots now disables form buttons and shows a progress indicator
Events 3.6.8993 Added v3.6 New Group (top) UI helpers to Manage Lot Order and Manage Auto Extend Groups views
All 3.6.8986 Reverted some int64 data types to int32 as needed for compatibility with system libraries/functions, mainly related to admin/my acc reports
All 3.6.8986 (v3.6) Added AuctionWorx_UpgradeTo_v36.sql to v36+ build package, for one-time conversion of datetime and int data types, to datetime2 and bigint
All 3.6.8986 (v3.6) Listing descriptions can be set to optional
All 3.6.8986 Converted remaining applicable [int] cols, [int] vars and [int] params to [bigint] in database AuctionWorx.sql
All 3.6.8986 Changed most Int32 variables to Int64 in all RainWorx.FrameWorx.* libraries
All 3.6.8986 Changed all [datetime] database columns type to [datetime2]
All 3.6.8970 Added new web.config setting "BaseAdminUrl" to allow admin control panel to be access via a separate subdomain.
All 3.6.8970 (v3.6) Show custom field sub-type on admin custom field list pages if one exists
All 3.6.8970 (v3.6) Updated TextArea Custom Field display for listing, lot, and event detail pages
All 3.6.8970 (v3.6) TextArea Custom Field display for listing, lot, and event detail pages
All 3.6.8965 (Dev note) Removed YouTube modal and added embedded video directly on lot/listing detail page
All 3.6.8956 (Dev note) Removed everslider thumbnail carousel from listing/lot detail page
All 3.6.8949 (v3.6) Added support for custom field sub-types
All 3.6.8902 Admin users can edit reserve price on listings with bids