This file is a technical summary of changes in the Geodesic Solutions Classifieds and Auctions software.
Each entry will link to the corresponding bug found in Bugzilla on our website (You will
need current support contract to view, more info here).
1835 - Made the credit card entry form behave a little more sanely when wrapping to new lines 1837 - Added an "admin note" for each user, allowing the admin to write a brief, private blurb about any user that won't be shown publicly 1838 - Bulk Uploader: added a switch to force processing only a single Revolving Inventory file at once 1842 - PHP 7.1 Compatibility (for real, this time) 1843 - Allow "friendly names" in admin email addresses
[Security Fixes]
- No Security fixes or patches for this release.
[Fixes/Maintenance]
1817 - Fixed the email address of a user with communication set to "private" not being properly cloaked when initially sending a message to a seller 1831 - Fixed SMTP mail connection not using entered username/password 1832 - Restored missing "Change User Group" button to Category-Specific Fields to Use page 1833 - Fixed renewing a listing that was not previously Unlimited and giving it an Unlimited duration causing it to expire instantly 1836 - Geographic Navigation: Fixed display oddities caused by enabling the Breadcrumb display in the region selection nav area 1839 - Fixed image file path being incorrect if admin setting changed prior to a Listing Copy 1840 - Sharing: Shorten listing descriptions shared to Pinterest to 500 characters, which seems to be the max they can handle 1841 - Storefront: Add friendlier error message when contact form is given an invalid email address 1844 - Storefront: Hide a link into a user's storefront that is showing when it shouldn't 1845 - Storefront: fixed an issue that could make it difficult to disable "free" storefronts 1846 - Fixed Paypal Seller/Buyer info not behaving correctly during some Listing Edits 1848 - Fixed WYSIWYG editor adding extra code to partial-page templates, and removed branding 1849 - Google Maps Addons: Fixed maps to work better with Google's newer API, and cleaned up its admin settings 1847 - Fixed update user info's Apply to All Listings not updating user's URL
[Template Changes]
Reference Purposes Only: Like the rest of this changelog, the
template changes below are for reference purposes only, not (necessarily)
a list of changes everyone needs to follow. Refer to the full update instructions
to find if you need to make any template changes during an update.
1855 - Storefront: cleaned up Custom Pages section of the control panel to work better with touch controls
[Security Fixes]
1858 - Closed a vector that could allow arbitrary javascript execution - Security
[Fixes/Maintenance]
1850 - Listing Exporter: make sure image data is included in the export, when asked for 1851 - Fixed auction minimum bid getting reset to its original value during a Listing Upgrade 1853 - Fixed a few more PHP7.1 compatibility things in the admin panel 1852 - Fixed a broken query used when admin-deactivating a listings' Video attachment 1857 - Increased consistency of admin registration URL setting storage when using forced SSL
[Template Changes]
Reference Purposes Only: Like the rest of this changelog, the
template changes below are for reference purposes only, not (necessarily)
a list of changes everyone needs to follow. Refer to the full update instructions
to find if you need to make any template changes during an update.
In file main_page/alternate_front_pages/traditional.tpl
Near line 37, FIND:
<div id="category_column"> <div id="left_categories"> <h2 class="title categories"><span class="glyphicon glyphicon-list-alt"></span> {$common_text.502435}<!-- Categories --></h2> <!-- FANCY CATEGORY DISPLAY BEGIN --> {category_list} <!-- FANCY CATEGORY DISPLAY END --> <!-- SIMPLE LINK CATEGORY DISPLAY BEGIN {module tag='classified_navigation_1'} SIMPLE LINK CATEGORY DISPLAY END --> </div> <!-- START REGIONS -->
Replace With:
<div id="category_column"> <div id="left_categories"> <h2 class="title categories"><span class="glyphicon glyphicon-list-alt"></span> {$common_text.502435}<!-- Categories --></h2> <!-- CATEGORY DISPLAY BEGIN --> {category_list} <!-- CATEGORY DISPLAY END --> </div> <!-- START REGIONS -->
Near line 37, make the following changes:
<div id="category_column"> <div id="left_categories"> <h2 class="title categories"><span class="glyphicon glyphicon-list-alt"></span> {$common_text.502435}<!-- Categories --></h2> <!-- FANCY CATEGORY DISPLAY BEGIN --> <!-- CATEGORY DISPLAY BEGIN --> {category_list} <!-- FANCY CATEGORY DISPLAY END --> <!-- CATEGORY DISPLAY END --> <!-- SIMPLE LINK CATEGORY DISPLAY BEGIN {module tag='classified_navigation_1'} SIMPLE LINK CATEGORY DISPLAY END --> </div> <!-- START REGIONS -->
Near line 68, FIND:
<!-- MAIN COLUMN BEGIN --> <div class="main"> {module tag='module_featured_pic_1'} <!-- FEATURED CAROUSEL BEGIN <div class="clr"> </div> <div class="content_box gj_simple_carousel border"> <h3 class="title"><span class="glyphicon glyphicon-star"></span> {$common_text.502419}<!-- Featured Listings --></h3>
Replace With:
<!-- MAIN COLUMN BEGIN --> <div class="main"> {module tag='module_featured_pic_1'} <!-- FEATURED CAROUSEL BEGIN --> <div class="clr"> </div> <div class="content_box gj_simple_carousel border"> <h3 class="title"><span class="glyphicon glyphicon-star"></span> {$common_text.502419}<!-- Featured Listings --></h3>
Near line 68, make the following changes:
<!-- MAIN COLUMN BEGIN --> <div class="main"> {module tag='module_featured_pic_1'} <!-- FEATURED CAROUSEL BEGIN <!-- FEATURED CAROUSEL BEGIN --> <div class="clr"> </div> <div class="content_box gj_simple_carousel border"> <h3 class="title"><span class="glyphicon glyphicon-star"></span> {$common_text.502419}<!-- Featured Listings --></h3>
Near line 89, FIND:
*} {module tag='module_featured_pic_1' dynamic_image_dims=1 gallery_columns=4 module_thumb_width=160} </div> FEATURED CAROUSEL END --> <div style="width: 100%;"> <div class="clearfix"> <div class="half_column_left hottest_ads normal-whitespace">
{module tag='newest_ads_link_2'} {module tag='newest_ads_link_3'} </div> --> <br /> <div> <!-- EDIT THE FOLLOWING LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE <a href="http://geodesicsolutions.com/support/geocore-wiki/doku.php/id,startup_tutorial_and_checklist;design_configuration;adding_banner_management;google_adsense_placement/" onclick="window.open(this.href); return false;" rel="nofollow"><img src="{external file='images/banners/banner1_adsense_200x200.jpg'}" alt="Banner Example" title="Banner Example" width="200" height="200" /></a> EDIT THE ABOVE LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> </div> </div> <!-- RIGHT COLUMN END -->
Replace With:
{module tag='newest_ads_link_2'} {module tag='newest_ads_link_3'} </div> <br /> <div> <!-- EDIT THE FOLLOWING LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> <a href="http://geodesicsolutions.com/support/geocore-wiki/doku.php/id,startup_tutorial_and_checklist;design_configuration;adding_banner_management;google_adsense_placement/" onclick="window.open(this.href); return false;" rel="nofollow"><img src="{external file='images/banners/banner1_adsense_200x200.jpg'}" alt="Banner Example" title="Banner Example" width="200" height="200" /></a> <!-- EDIT THE ABOVE LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> </div> </div> <!-- RIGHT COLUMN END -->
Near line 142, make the following changes:
{module tag='newest_ads_link_2'} {module tag='newest_ads_link_3'} </div> --> <br /> <div> <!-- EDIT THE FOLLOWING LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE <!-- EDIT THE FOLLOWING LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> <a href="http://geodesicsolutions.com/support/geocore-wiki/doku.php/id,startup_tutorial_and_checklist;design_configuration;adding_banner_management;google_adsense_placement/" onclick="window.open(this.href); return false;" rel="nofollow"><img src="{external file='images/banners/banner1_adsense_200x200.jpg'}" alt="Banner Example" title="Banner Example" width="200" height="200" /></a> EDIT THE ABOVE LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> <!-- EDIT THE ABOVE LINE OF CODE WITH YOUR BANNER OR ADSENSE CODE --> </div> </div> <!-- RIGHT COLUMN END -->