Skip to content

Releases: WildcardSearch/Advanced-Sidebox

Advanced Sidebox 3.1.19

07 Sep 14:55
97fcf34
Compare
Choose a tag to compare

Fixes an issue with the Slideshow module that was caused by deprecated jQuery event handlers.

v: Merge pull request #389 from WildcardSearch/slideshow-patch

07 Sep 14:55
97fcf34
Compare
Choose a tag to compare

Advanced Sidebox 3.1.18

23 Apr 22:49
Compare
Choose a tag to compare

Fixes:

  • PHP Warnings when saving new side boxes
  • PHP Errors when THIS_SCRIPT is undefined

Changes:

  • Upgrade PortableObject Class

Advanced Sidebox 3.1.17

27 Feb 21:10
72bc83f
Compare
Choose a tag to compare

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

14 Oct 13:53
42a0ea2
Compare
Choose a tag to compare

This is a patch for 3.1.15 which didn't receive all changed files.

Advanced Sidebox 3.1.15

13 Oct 22:03
e94ec9c
Compare
Choose a tag to compare

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

29 Sep 16:40
48c97b6
Compare
Choose a tag to compare

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

23 Sep 15:54
27931b4
Compare
Choose a tag to compare

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

01 Sep 16:45
b2adfe9
Compare
Choose a tag to compare

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

17 Jan 18:21
aeb85c6
Compare
Choose a tag to compare

Fixes:

  • applied format_avatar function throughout consistently