Skip to content

Instantly share code, notes, and snippets.

@rb2
Last active January 2, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rb2/8256853 to your computer and use it in GitHub Desktop.
Save rb2/8256853 to your computer and use it in GitHub Desktop.
Opencart v1.5.6.1: list of commits from v156 to v1561

2014-01-04 17:53. Opencart list of commits from v156 to v1561

rb@rb-asus:~/projects/opencart-github (v1.5.6.1)$ git logd --no-merges origin/v1.5.6..
  • 82fe479 (HEAD, origin/v1.5.6.1, v1.5.6.1) Found issue where config setting is not set (doesnt exist) causing the incorrect layout ID for the product page. Also removed variables for info and category default but they were not affected Fixes #1117
  • 3f3cf90 Force version change to 2153. non-beta
  • 1ce5161 Code tidy / formatting. Latest stable release before merge into main OpenCart 1.5.6.1 for new release.
  • 1fe99e7 Updated version number to 1.5.6.1 in index files.
  • b2ea23b Fixes #1108 - SQL install error.
  • 735cf81 Ref:#1101 - patch for 1.5.6.1 branch.
  • dd97bbe Fixes issue with adding a new language and the admin no longer showing profiles.
  • a14a56b Fixed missing URL param in breadcrumb.
  • 00856ad Manual fix for PR: Fixes sprintf argument warnings REF: #1029
  • a62fae0 Fixed issues in not found controller for 1.5.6.1. Ref #1032
  • 3485960 Fixed PayPal Payflow Pro curl URLs
  • 089d9f5 Removed unrequired constant for image location and added alt tags to loading icons.
  • 018fc08 Fixed image URL location to remove the PHP constant for HTTP server. Also added alt tags.
  • 8bb4c07 Moved hard-coded language strings to language file for openbay/openbay_itemlist.tpl
  • 93975bd Re-added the play library file which is empty to allow for upgrades.non-beta
  • 3685233 Fix for OpenStock variant group calculation.
  • 7e8369f Minor code tidy. Fixed issue with remove link button not working when the listing already ended. Change library ebay method to removeItemId to removeItemByItemId as it makes more sense.
  • 267703c Fixed issue where it will thrown an error if the category name cannot be found in the sync table.
  • 70d473a Clean bug fixes for issue / PR #975. Closes #975
  • 31dbda9 Changed upgrade script to support enum database field type. Close #981
  • 8fd8191 Fix for the default driver type.
  • ffce0de Added MySQLi support. Updated install process to allow choice, validation done.
  • be8b558 Fix limit value bug for 1.5.6.1 branch. Already patched in master. Ref b2f58b6
  • 04cb2f1 Removed double language set line.
  • 0223f66 Fixed cache delete when adding new language. Removed line and updated banner cache delete from attribute.
  • c0e623e Fix for admin password reset protection
  • bf95a89 Updated 4 space to 2 space indents in all new catalog payment view files. Also updated spacing issue in the install tpl file mentioned in issue 976
  • 0d41b2d Removed the play files from the module.
  • 7366ceb Resolved issue with name array pointer for OpenStock items
  • dd32757 Removed the legacy stock report email feature. All information from this can be seen on the linked items page. Resolves issues when customers have large store sizes non-beta
  • 05c326b Removed the legacy stock report email feature. All information from this can be seen on the linked items page. Resolves issues when customers have large store sizes.non-beta
  • 11831f8 Resolved ebay listing preview issues when the admin is using an SSL.non-beta
  • a13cbfa Standards improved, code tidy.
  • 933e296 All tab indents and removal of space after casts should now be complete for the openCart code. OpenBay updates will be merged in when complete.
  • 51b410e Minor code improvements to layout and reduced errors
  • bc9e8c6 Improvements to library files - coding standards and also removed ebay addons method as it is no longer used.
  • 0018643 Updated more standards. Merged in latest OC 1.5.6.1 branch.
  • 317fb8e More indentation updates.
  • 84b5bd8 More changes to CS issues. Tab indents and space after casts.
  • 545f902 Removed spaces after type cast.
  • 761ad6c More space to tab indent conversion.
  • 0a79ec1 Further changes to the tab indents from spaces.
  • cd30218 Removed todo comment.
  • 30bfae1 Converted space indents to tab indents as per standards.
  • 71d6fc0 Removed more mixed line endings and lines after closing PHP tags.
  • 76d33a4 Removed additional line endings after php closing tag.
  • 873d9d4 More closing tags added to files.
  • ce67142 More coding standard improvements.
  • 9cdad1f Added missing closing tags to all remaining files not related to the OpenBay Pro module.
  • 40c504c Added missing php closing tag to catalog\language\english\account\recurring.php Close #949
  • 42852af More indentation improvements along with removing a space after type cast.
  • 5dbce09 More indent conversions.
  • ae676cb Modified all of the lib and front end to use tabs not space indent.
  • 71d2f28 Converted all admin models to use tabs not space indent.
  • 81a263b Converted all of the admin/controller OpenBay Pro files to use tabs not spaces for indent.
  • 610bac6 Added type cast for order variable. Added check for array of templates before foreach.
  • d753c4c More coding standard improvements to the OpenBay Pro module before pull request.
  • a209f48 Fixed coding standard issues with closing tags and space before open bracket.
  • 7c82b06 Identified an issue where an order lock can remain and cause further updates for the order to fail. Caused when a user allows importing of incomplete orders, has display errors on and chooses to notify the user of an eBay order.
  • 7ab33fc Updating to stable release version. Fixed issue with menu hiding.SKU now uses correct data when listing an item.First eBay gallery image is set to the main image again. Fixed issue with bulk listing not able to list items with old returns profiles. Moved version update from the eBay patch script.non-beta
  • e5f155d Fixed issue with default eBay radio button not being selected for single listing.
  • ca40668 Changed the value of uploaded SKU from product ID to actual SKU if the user supplies the info.
  • e248fb0 Added hidden form field to preserve the $openbaymanager_show_menu setting when editing the openbay manager.
  • f5a2587 Fixed issues where the version number will not update if the eBay market is not installed or has config database settings.
  • d49d47f Added conditionals to the bulk listing process to handle new data from the returns profiles.
  • 2637bb4 Updated version file.non-beta
  • 94f1c34 Stable release including bug fixes.non-beta
  • 39a59af OpenBay:Amazon validating optional fields min/max length when not empty
  • 8ee6e77 Bug-fix when deleting product links
  • 06cb5c2 Merge version for OpenCart 1.5.6.1 branch.non-beta
  • 9364b58 Update PP Express to Handle Lengthy Product Descriptions
  • 5323f11 Update mysqli.php
  • a125a81 Fixed error with missing payment method on manual order. Master branch also fixed. Close #931
  • d00049a Update pp_express_view.php
  • 7d4828c (origin/v1.5.5.1) Working copy has been rolled back to pre 790 pull request. These now part of 1.5.5.2 branch.
  • 5a018ff Removed private variable (unused) from step 1 install controller class.
  • d9312d2 Removed check to accept the GNU GPL licence during install.
  • 3119771 Removed the 404 header when the cart is empty.
  • f7c40d1 Added correct headers when the not_found.tpl is triggered for catalog area; download, products, category, order, returns, cart, information, manufacturers.
  • 2ec5696 Corrected typo of variable in response.php for render method.
  • 01f51af Removed a lot of jQuery plugin example files, change logs and readme files. Any license files have been left in place.
  • 7b1dbbf Code change as suggested in issue 898
  • ffd99d4 Fixed SQL typo and added missing quote mark in setting model / update setting value method.
  • d33eb19 Fix cart add missing argument 4 #910
  • 54433e0 Correct admin login validation
  • 85cce4a Fixed issue #905: orders without shipping do not cause PHP notices.
  • 149d488 Pagination fix for linked items.
  • 0cd5a40 Updated to correct version number.non-beta user-log
  • 60e34c3 Updated version number file.
  • 6c097dd Updated the API URL to allow the faq pop-ups to work correctly.non-beta user-log
  • ca4831d Removed width from column.
  • c2a61e2 Improvements to the UI and options on the link items page.
  • d7e2ebe Fixed edit page syntax error with language string echo.
  • d0306f1 Code tidy. Added missing language strings to edit listing page. Added check that the listing is active before editing. Added colour highlight on link items page if variant products are no longer active on eBay.
  • 9977d34 Correct status in the Marketplace Links tab for Amazon's marketplaces.
  • 530a86c 2076 release. non-beta user-log
  • 817af9b Fixed the update tool to work with renamed admin folders.
  • a4e81ba Update tool now creates folders and removes files.
  • d8865a4 Added bulk linking to Amazon US; Fixes to SQL in Amazon EU bulk linking.
  • 3fb7b41 2071 release. non-beta user-log
  • 97531f0 renamed listingReports to listing_reports in Amazon EU.
  • 74fc09c moved ksort of array to ensure the data is set first.
  • 875a3ac Notice error fix.
  • c74e752 Fixed issue with passing unsynchronized error message to the settings page.
  • 74f6ce1 Fixed braces issue on listing page where it was causing syntax error.
  • f5c1b39 Added dynamic product return options based on teh user country. Now supported in the listing and bulk listing tool. Added checks to ensure that the sync has been done before.
  • f9bae01 Fix for returns within option not showing in profile page.
  • 30bbc83 Added all of the available product returns fields to the returns profile section. Needs to be integrated with the listings page still.
  • e1cf663 Fix for Amazon US orders
  • afa3561 Language variable fix
  • 7125bd1 Typo fixes. Added default values for brand and search terms.
  • 6ebd081 Adding correct country specific returns options to the profiles page based on eBay data from the setup sync call.
  • a4fcf3d Fixed issue with missing margin on notification boxes. Code tidy on the ebay and play tpl files.
  • c1af698 Added bulk linking to Amazon EU.
  • 4df8844 Fix for Amazon US orders (does not get the ID correctly)
  • 68d0088 Fix to putbulkstockupdate method to include variant item changes.
  • 98efc7a Added bulk listing to Amazon US.
  • 4c699b8 Shows the bulk listing status on the subscription page.
  • fcaa33a Checks user's Amazon plan if bulk listing is allowed.
  • 047df42 Fixed URLs in Amazon controllers.
  • 5e55564 Updated image text string about costs in listings page.
  • 683e7c5 Fix to item list retrieve for page limit calculation. Method modification for get item to allow for status field. Fix to update method where a count would be sometimes thrown off its actual value.
  • d4526d2 Minor code optimisations to SQL in ebay lib file. Added and changed some comments.
  • 188c21a Fixed issue with ajax load when there is no linked items in store to ebay.
  • 2d06a32 Removed ebay customer model and added method to openbay library to be reused. Code tidied all of the models under the catalog section.
  • b4eef07 Moved remaining controller files from separate folders into the single openbay folder. changed glob function in extension/openbay.php to a set array to allow additional controller files to be stored without affecting the market list page.
  • 8f28d94 Moved the ebay/profile controller to openbay/ebay_profile and updated references.
  • bfef0a7 All language files now moved for amazon and amazonus modules into openbay folder.
  • 147d8e5 Moved the remaining amazon model files to openbay folder.
  • 4cd45cc MarketInSG's pull request #846: Move blacklisted ip to ban ip table during upgrade
  • 44897ab Issue #842: Added sorting for products' options.
  • cbe0ddb Removed add-on folder.
  • 1d8166e moved addonLoad method to OpenBay class.
  • ed8a54c Removed the eBay addons section for the installed add-ons. This is no longer needed as we now directly check the installed extensions table.
  • 71f88a1 Moved all ebay and play language files to openbay folder. Updated language load references to them as well. Renamed some files to be easier to read.
  • deb871e Moved the ebay,play,amazon and amazonus registry loading to the constructor for openbay. Now only the openbay loader is needed in the index files. All references to lib methods now go through $this->openbay-> and the marketplace name.
  • e426f0d Testing new option to remove registry setting in index file for each marketplace. THIS VERSION IS NOT STABLE!
  • 053d708 Code tidy in library files.
  • 7125599 Migrated remaining ebay models to openbay folder, changed the play_play file to just play in the openbay models.
  • 4c4f684 Moved the ebay template model to openbay folder.
  • 0114a43 Moved remaining play module model files into openbay folder.
  • 1d0449d Moved all patch model files for all marketplaces to the openbay folder.
  • 647b936 Starting migration of marketplace model files into openbay folder to reduce folders.
  • 19d3798 Couriers in Amazon modules are listed alphabetically.
  • b2eb204 Validating Standard Product ID only if it is required
  • 277c837 Fixed bug when deleting a profile.
  • ee7f6d1 Added link to Amazon EU Bulk listing page; auto install OpenBay Pro module when patching.
  • 952deda Fixed language string which was mixed up in product link page.
  • 10de1f7 Fixed incorrect language variable use.
  • 5b13881 Item links page: Ajax UI tidy. Language tidy and added missing values.
  • 6b51a0b Added output from status response for listings.
  • 6461aee Started return data model on page load for linked item status.
  • 71447a3 Fixed issue with returned data not getting the pre-allocated stock on the link items page.
  • ec2c6e1 Fixed missing model load.
  • ea78fc8 Added pagination to loaded linked items on the ebay linked items page.
  • 8a3bfe9 Further work on pagination for linked items on the link items page.
  • bcac973 Changed timeout
  • 1174a7b Fix to language variable used
  • 375b25f Reworked the load section for getting unlinked items, should be more stable for stores with many listings. Checks the results in pages and expects a minimim result output, if it doesnt get the minimum it will send for more data to ebay or until the page limit is hit. Need to do the linked items section to support pagination and better handling for timeouts.
  • 674fbdb Fix to price issue when calculating prices with comma.
  • ddcb127 Missing language string added to language file.
  • 9d73960 Amazon/Amazon US: showing merchant id in "My account" page. Added link to change it.
  • 8a9865a Mapping meta_keywords to Amazon search terms
  • 30d7a3d Bulk product listing for Amazon EU
  • 57e8f6e Fix issue with ampersand symbol in ebay link on confirmation page
  • f71c5c0 Add module to enable OpenBay Pro in the menu.
  • b93849c Fixed issue with adding images to existing products.
  • 87b6158 Migrated all admin view files to openbay folder. Updated controller files that load them. ebay,play,amazon and amazonus folders in view area are now removed.
  • b6177ba Moved all OpenBay extension view files to new openbay folder and added prefix. Renamed ebaydisplay.tpl to ebay_display.tpl to conform with naming for OpenCart.
  • fdc34c2 Moved all play view files to new openbay folder, added prefix.
  • 5a71c3e Removed the play controller folder.
  • 11bb6aa Fixed notice when updating files and remove list is empty.
  • 232e51a Modification to eBay variants system to allow for "linked" item but no variant links set.
  • 55d21eb Added country option to standard listing page. Uses profiles to set option.
  • f42ea7a Added choice for country of dispatch in profile area.
  • a292ddb Added country to setup system for ebay setting option.
  • 5ec6c14 OpenStock / variants compatibility fix for later versions of OC.
  • 9bac41b Call openbayLinkStatus only when there is a product_id
  • 65ab7b8 Fix missing tabs when inserting a product
  • 3d6721b Amazon extension update: removed unused form.tpl file; added error handling for broken category templates.
  • d30c930 Removed amazon_category_template library. Moved code to amazon library.
  • 4db0d0c First test commit.
  • e5dc03b Fixed price modifications for bulk listing items using the generic profile setting option.
  • dfd6194 Added language fixes to the bulk listing tool.
  • d0f3743 Language file tidy up. Added closing tags to files and arranged language tags into better groups. Added consistent commenting style.
  • 7809ce5 Added missing language file strings to profile get response.
  • 92fffc3 Play.com & some main module language file tidy-up.
  • af126a5 Updated play overview area to hide nav elements when not active/setup and show register button.
  • a125eae Cody tidy in play tpl files

Short stats by commit authors

James Allsup (112):

  •  Cody tidy in play tpl files
    
  •  Updated play overview area to hide nav elements when not active/setup and show register button.
    
  •  Play.com & some main module language file tidy-up.
    
  •  Added missing language file strings to profile get response.
    
  •  Added language fixes to the bulk listing tool.
    
  •  Fixed price modifications for bulk listing items using the generic profile setting option.
    
  •  OpenStock / variants compatibility fix for later versions of OC.
    
  •  Added country to setup system for ebay setting option.
    
  •  Added choice for country of dispatch in profile area.
    
  •  Added country option to standard listing page. Uses profiles to set option.
    
  •  Modification to eBay variants system to allow for "linked" item but no variant links set.
    
  •  Fixed notice when updating files and remove list is empty.
    
  •  Removed the play controller folder.
    
  •  Moved all play view files to new openbay folder, added prefix.
    
  •  Moved all OpenBay extension view files to new openbay folder and added prefix. Renamed ebaydisplay.tpl to ebay_display.tpl to conform with naming for OpenCart.
    
  •  Migrated all admin view files to openbay folder. Updated controller files that load them. ebay,play,amazon and amazonus folders in view area are now removed.
    
  •  Fix issue with ampersand symbol in ebay link on confirmation page
    
  •  Missing language string added to language file.
    
  •  Fix to price issue when calculating prices with comma.
    
  •  Reworked the load section for getting unlinked items, should be more stable for stores with many listings. Checks the results in pages and expects a minimim result output, if it doesnt get the minimum it will send for more data to ebay or until the page limit is hit. Need to do the linked items section to support pagination and better handling for timeouts.
    
  •  Fix to language variable used
    
  •  Changed timeout
    
  •  Further work on pagination for linked items on the link items page.
    
  •  Added output from status response for listings.
    
  •  Item links page: Ajax UI tidy. Language tidy and added missing values.
    
  •  Fixed incorrect language variable use.
    
  •  Fixed language string which was mixed up in product link page.
    
  •  Fixed bug when deleting a profile.
    
  •  Code tidy in library files.
    
  •  Testing new option to remove registry setting in index file for each marketplace. THIS VERSION IS NOT STABLE!
    
  •  Moved the ebay,play,amazon and amazonus registry loading to the constructor for openbay. Now only the openbay loader is needed in the index files. All references to lib methods now go through $this->openbay-> and the marketplace name.
    
  •  Moved all ebay and play language files to openbay folder. Updated language load references to them as well. Renamed some files to be easier to read.
    
  •  Removed the eBay addons section for the installed add-ons. This is no longer needed as we now directly check the installed extensions table.
    
  •  Removed add-on folder.
    
  •  Moved the remaining amazon model files to openbay folder.
    
  •  All language files now moved for amazon and amazonus modules into openbay folder.
    
  •  Moved the ebay/profile controller to openbay/ebay_profile and updated references.
    
  •  Moved remaining controller files from separate folders into the single openbay folder. changed glob function in extension/openbay.php to a set array to allow additional controller files to be stored without affecting the market list page.
    
  •  Removed ebay customer model and added method to openbay library to be reused. Code tidied all of the models under the catalog section.
    
  •  Minor code optimisations to SQL in ebay lib file. Added and changed some comments.
    
  •  Fix to item list retrieve for page limit calculation. Method modification for get item to allow for status field. Fix to update method where a count would be sometimes thrown off its actual value.
    
  •  Updated image text string about costs in listings page.
    
  •  Fix to putbulkstockupdate method to include variant item changes.
    
  •  Fixed issue with missing margin on notification boxes. Code tidy on the ebay and play tpl files.
    
  •  Adding correct country specific returns options to the profiles page based on eBay data from the setup sync call.
    
  •  Added all of the available product returns fields to the returns profile section. Needs to be integrated with the listings page still.
    
  •  Fix for returns within option not showing in profile page.
    
  •  Added dynamic product return options based on teh user country. Now supported in the listing and bulk listing tool. Added checks to ensure that the sync has been done before.
    
  •  Fixed braces issue on listing page where it was causing syntax error.
    
  •  Fixed issue with passing unsynchronized error message to the settings page.
    
  •  Notice error fix.
    
  •  moved ksort of array to ensure the data is set first.
    
  •  Fixed error with missing payment method on manual order. Master branch also fixed. Close #931
    
  •  Updated the API URL to allow the faq pop-ups to work correctly.non-beta user-log
    
  •  Updated version number file.
    
  •  Updated to correct version number.non-beta user-log
    
  •  Pagination fix for linked items.
    
  •  Merge version for OpenCart 1.5.6.1 branch.non-beta
    
  •  Added missing php closing tag to catalog\language\english\account\recurring.php Close #949
    
  •  Stable release including bug fixes.non-beta
    
  •  Updated version file.non-beta
    
  •  Added conditionals to the bulk listing process to handle new data from the returns profiles.
    
  •  Fixed issues where the version number will not update if the eBay market is not installed or has config database settings.
    
  •  Added hidden form field to preserve the $openbaymanager_show_menu setting when editing the openbay manager.
    
  •  Changed the value of uploaded SKU from product ID to actual SKU if the user supplies the info.
    
  •  Fixed issue with default eBay radio button not being selected for single listing.
    
  •  Updating to stable release version. Fixed issue with menu hiding.SKU now uses correct data when listing an item.First eBay gallery image is set to the main image again. Fixed issue with bulk listing not able to list items with old returns profiles. Moved version update from the eBay patch script.non-beta
    
  •  Identified an issue where an order lock can remain and cause further updates for the order to fail. Caused when a user allows importing of incomplete orders, has display errors on and chooses to notify the user of an eBay order.
    
  •  Fixed coding standard issues with closing tags and space before open bracket.
    
  •  Added missing closing tags to all remaining files not related to the OpenBay Pro module.
    
  •  More coding standard improvements.
    
  •  More coding standard improvements to the OpenBay Pro module before pull request.
    
  •  More closing tags added to files.
    
  •  Removed additional line endings after php closing tag.
    
  •  Removed more mixed line endings and lines after closing PHP tags.
    
  •  Added type cast for order variable. Added check for array of templates before foreach.
    
  •  Converted all of the admin/controller OpenBay Pro files to use tabs not spaces for indent.
    
  •  Converted all admin models to use tabs not space indent.
    
  •  Modified all of the lib and front end to use tabs not space indent.
    
  •  More indent conversions.
    
  •  More indentation improvements along with removing a space after type cast.
    
  •  Converted space indents to tab indents as per standards.
    
  •  Removed todo comment.
    
  •  Further changes to the tab indents from spaces.
    
  •  More space to tab indent conversion.
    
  •  Removed spaces after type cast.
    
  •  More changes to CS issues. Tab indents and space after casts.
    
  •  More indentation updates.
    
  •  Updated more standards. Merged in latest OC 1.5.6.1 branch.
    
  •  Improvements to library files - coding standards and also removed ebay addons method as it is no longer used.
    
  •  All tab indents and removal of space after casts should now be complete for the openCart code. OpenBay updates will be merged in when complete.
    
  •  Minor code improvements to layout and reduced errors
    
  •  Standards improved, code tidy.
    
  •  Resolved ebay listing preview issues when the admin is using an SSL.non-beta
    
  •  Fixed cache delete when adding new language. Removed line and updated banner cache delete from attribute.
    
  •  Removed double language set line.
    
  •  Added MySQLi support. Updated install process to allow choice, validation done.
    
  •  Fix for the default driver type.
    
  •  Changed upgrade script to support enum database field type. Close #981
    
  •  Removed the legacy stock report email feature. All information from this can be seen on the linked items page. Resolves issues when customers have large store sizes.non-beta
    
  •  Removed the legacy stock report email feature. All information from this can be seen on the linked items page. Resolves issues when customers have large store sizes non-beta
    
  •  Resolved issue with name array pointer for OpenStock items
    
  •  Removed the play files from the module.
    
  •  Clean bug fixes for issue / PR #975. Closes #975
    
  •  Fixed PayPal Payflow Pro curl URLs
    
  •  Fixed issue where it will thrown an error if the category name cannot be found in the sync table.
    
  •  Minor code tidy. Fixed issue with remove link button not working when the listing already ended. Change library ebay method to removeItemId to removeItemByItemId as it makes more sense.
    
  •  Fixed missing URL param in breadcrumb.
    
  •  Fix for OpenStock variant group calculation.
    
  •  Ref:#1101 - patch for 1.5.6.1 branch.
    
  •  Code tidy / formatting. Latest stable release before merge into main OpenCart 1.5.6.1 for new release.
    
  •  Force version change to 2153. non-beta
    

James Allsup (36):

  •  Working copy has been rolled back to pre 790 pull request. These now part of 1.5.5.2 branch.
    
  •  Language file tidy up. Added closing tags to files and arranged language tags into better groups. Added consistent commenting style.
    
  •  Added pagination to loaded linked items on the ebay linked items page.
    
  •  Fixed missing model load.
    
  •  Fixed issue with returned data not getting the pre-allocated stock on the link items page.
    
  •  Started return data model on page load for linked item status.
    
  •  Starting migration of marketplace model files into openbay folder to reduce folders.
    
  •  Moved all patch model files for all marketplaces to the openbay folder.
    
  •  Moved remaining play module model files into openbay folder.
    
  •  Moved the ebay template model to openbay folder.
    
  •  Migrated remaining ebay models to openbay folder, changed the play_play file to just play in the openbay models.
    
  •  Fixed issue with ajax load when there is no linked items in store to ebay.
    
  •  Code tidy. Added missing language strings to edit listing page. Added check that the listing is active before editing. Added colour highlight on link items page if variant products are no longer active on eBay.
    
  •  Fixed edit page syntax error with language string echo.
    
  •  Improvements to the UI and options on the link items page.
    
  •  Fixed SQL typo and added missing quote mark in setting model / update setting value method.
    
  •  Code change as suggested in issue 898
    
  •  Removed a lot of jQuery plugin example files, change logs and readme files. Any license files have been left in place.
    
  •  Removed width from column.
    
  •  Corrected typo of variable in response.php for render method.
    
  •  Added correct headers when the not_found.tpl is triggered for catalog area; download, products, category, order, returns, cart, information, manufacturers.
    
  •  Removed the 404 header when the cart is empty.
    
  •  Removed check to accept the GNU GPL licence during install.
    
  •  Removed private variable (unused) from step 1 install controller class.
    
  •  Updated 4 space to 2 space indents in all new catalog payment view files. Also updated spacing issue in the install tpl file mentioned in issue 976
    
  •  Fix limit value bug for 1.5.6.1 branch. Already patched in master. Ref b2f58b6
    
  •  Fixed issues in not found controller for 1.5.6.1. Ref #1032
    
  •  Manual fix for PR: Fixes sprintf argument warnings REF: #1029
    
  •  Fixes issue with adding a new language and the admin no longer showing profiles.
    
  •  Re-added the play library file which is empty to allow for upgrades.non-beta
    
  •  Moved hard-coded language strings to language file for openbay/openbay_itemlist.tpl
    
  •  Fixes #1108 - SQL install error.
    
  •  Updated version number to 1.5.6.1 in index files.
    
  •  Fixed image URL location to remove the PHP constant for HTTP server. Also added alt tags.
    
  •  Removed unrequired constant for image location and added alt tags to loading icons.
    
  •  Found issue where config setting is not set (doesnt exist) causing the incorrect layout ID for the product page. Also removed variables for info and category default but they were not affected Fixes #1117
    

James Allsup (2):

  •  Fix missing tabs when inserting a product
    
  •  Call openbayLinkStatus only when there is a product_id
    

Martynas Puronas (23):

  •  Fixed issue with adding images to existing products.
    
  •  Add module to enable OpenBay Pro in the menu.
    
  •  Issue #842: Added sorting for products' options.
    
  •  MarketInSG's pull request #846: Move blacklisted ip to ban ip table during upgrade
    
  •  Bulk product listing for Amazon EU
    
  •  Added link to Amazon EU Bulk listing page; auto install OpenBay Pro module when patching.
    
  •  Couriers in Amazon modules are listed alphabetically.
    
  •  moved addonLoad method to OpenBay class.
    
  •  Fixed URLs in Amazon controllers.
    
  •  Checks user's Amazon plan if bulk listing is allowed.
    
  •  Shows the bulk listing status on the subscription page.
    
  •  Added bulk listing to Amazon US.
    
  •  Fix for Amazon US orders (does not get the ID correctly)
    
  •  Fix for Amazon US orders
    
  •  Added bulk linking to Amazon EU.
    
  •  renamed listingReports to listing_reports in Amazon EU.
    
  •  2071 release. non-beta user-log
    
  •  Added bulk linking to Amazon US; Fixes to SQL in Amazon EU bulk linking.
    
  •  Update tool now creates folders and removes files.
    
  •  Fixed the update tool to work with renamed admin folders.
    
  •  2076 release. non-beta user-log
    
  •  Fixed issue #905: orders without shipping do not cause PHP notices.
    
  •  Correct status in the Marketplace Links tab for Amazon's marketplaces.
    

Matas Girdauskas (10):

  •  First test commit.
    
  •  Removed amazon_category_template library. Moved code to amazon library.
    
  •  Amazon extension update: removed unused form.tpl file; added error handling for broken category templates.
    
  •  Mapping meta_keywords to Amazon search terms
    
  •  Amazon/Amazon US: showing merchant id in "My account" page. Added link to change it.
    
  •  Validating Standard Product ID only if it is required
    
  •  Typo fixes. Added default values for brand and search terms.
    
  •  Language variable fix
    
  •  Bug-fix when deleting product links
    
  •  OpenBay:Amazon validating optional fields min/max length when not empty
    

John Sheppard (2):

  •  Fix cart add missing argument 4 #910
    
  •  Fix for admin password reset protection
    

Daniel Kerr (1):

  •  Update mysqli.php
    

Ekrem KAYA (1):

  •  Update pp_express_view.php
    

atgrace (1):

  •  Update PP Express to Handle Lengthy Product Descriptions
    

opencarthelp (1):

  •  Correct admin login validation
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment