Releases: WildcardSearch/Advanced-Sidebox
Releases · WildcardSearch/Advanced-Sidebox
Advanced Sidebox 3.1.19
Fixes an issue with the Slideshow module that was caused by deprecated jQuery event handlers.
v: Merge pull request #389 from WildcardSearch/slideshow-patch
Advanced Sidebox 3.1.18
Fixes:
- PHP Warnings when saving new side boxes
- PHP Errors when THIS_SCRIPT is undefined
Changes:
- Upgrade PortableObject Class
Advanced Sidebox 3.1.17
Changes:
- you can now change individual user's "Show Sideboxes" preference in ACP
Fixes:
- a bug where the bad word filter was not applied to post contents in the Recent Posts module
Advanced Sidebox 3.1.16
This is a patch for 3.1.15 which didn't receive all changed files.
Advanced Sidebox 3.1.15
Changes:
- added validation for the filename entered in the edit script page (entering an invalid script name will display an error message above the setting)
- moved caching functions into the cache class
- now the theme exclude setting in ACP will be rebuilt after themes are added/deleted (rebuild link left in settings in case I missed something)
- added validation to custom side box add/edit page to prevent submitting the form with invalid info
- moved "Show Sideboxes" UCP setting HTML into its own template
- a long-overdue full code cleanup was done including checks/changes for coding standards, redundancy, efficiency, and structure
Fixes:
- a bug where when editing custom boxes with CodeMirror is disabled in ACP, extra HTML (from the display page) is output unintentionally
- a bug where using an incorrect method of the ACP Table class resulted in malformed HTML in the custom side box edit page
- a duplicate language enter was removed
- a bug where the UCP "Show Sideboxes" setting's installation method was problematic and was changed to a standard find_replace_templatesets call
- a bug where when editing custom boxes, invalid input redirected the user back the display page rather than the edit page
- a bug where in the Latest Threads module, the thread link title property was not properly encoded, causing an HTML error
Advanced Sidebox 3.1.14
Fixes:
- a bug where a query was wasted in the side box management page in ACP
- a bug where a query was wasted in the visibility tool tip display
- a bug where queries were wasted when building the theme list
- a bug where the Welcome module's login form was missing the authorization code and was broken
- a bug where the Welcome module's template reference a language variable that didn't exist
- a bug in the Birthdays module where if there were no birthdays for the given month, a SQL error occurred
- a bug where in the addon module functions, a PRE flag was used that was deprecated in PHP 7
Advanced Sidebox 3.1.13
Changes:
- new module: Birthdays shows today's birthdays and upcoming birthdays
- new module: Forum Age shows forum start date and time since
- added peekers for module settings where appropriate
- upgraded installer
- moved Latest Threads avatar HTML into its own template for easy customization
Fixes:
- an issue where improperly set server permissions cause images and style sheets installation to fail
- an issue where module settings were displayed with duplicate ids for the row and input element
- a duplicate entry in the modules' language file
Advanced Sidebox 3.1.12
Fixes:
- a typo in the Private Messages module that caused a PHP warning
- incompatibilities with PostgreSQL (Thanks to Eric for pointing them out and kawaii for helping me set up a testing environment)
- a bug where using PHP features greater than the minimum MyBB requirement caused errors on older server setups
- a bug where adding columns caused a MySQL error
Changes:
- upgraded internal libraries
Advanced Sidebox 3.1.11
Fixes:
- applied
format_avatar
function throughout consistently