Author Archives: admin

Version 1.2.8

  • Bug Fixed: Typo in Comments add-on
  • Bug Fixed: Squashed some PHP notice errors
  • Bug Fixed: Slugs being filtered multiple times
  • Improved: Better compatibility with multi-language plugins like WPML and CodeStyling Localization
  • Added: Constant SABAI_SYSTEM_DISABLE_PERMISSIONS_IN_SESSIONS to disable storing permissions in session
  • Added: Constant SABAI_FIX_URI_TOO_LONG to always send Ajax link request as POST instead of GET
  • IMPORTANT CHANGE: Template file extension has been changed from .html to .html.php. If you have custom tempalte files from the older versions, you will need to change the file extension accordingly.

Version 1.2.7

  • Added: Setting to change the minimum length of each search keyword
  • Bug Fixed: Access control settings disappearing on certain occasions
  • Bug Fixed: Font files not being loaded on Firefox when font files hosted on CDN
  • Bug Fixed: Pages redirecting to https://xxx instead of http://xxx on after form submit on certain occasions
  • Improved: CSS compatibility with some themes
  • Improved: Search form sending out placeholder values as actual form values when some kind of HTML5 hack is in place
  • Updated: Bootstrap javascript library to the latest version

Version 1.2.6

  • Added: Added [sabai-discuss] and [sabai-discuss-questions] shortcodes
  • Added: .htaccess files to prevent direct access to library files
  • Added: More missing language phrases
  • Improved: CSS compatibility with some themes
  • Improved: Do not activate plugin if mbstring extension is not enabled
  • Improved: Refactoring core libraries
  • Improved: Featured content can have a different tempalte file
  • Improved: Automatically create file upload and cache directories if not exist
  • Bug Fixed: Fixed typo in CubePoints add-on
  • Bug Fixed: Removed extra linebreaks in category widget
  • Bug Fixed: Javascript console logger not working
  • Bug Fixed: Some rendering issues with HTML forms
  • Bug Fixed: Use plugins_url() instead of WP_PLUGIN_URL
  • Bug Fixed: Fixed URL issues when FORCE_ADMIN_SSL enabled
  • Bug Fixed: Fixed permalink issues with recent post/page widgets
  • Updated: Markdown javascript library to the latest version
  • Updated: jQuery UI timepicker library to the latest version
  • Internal: Allow each form element to add javascript code
  • Internal: Allow other add-ons to modify cached routing data
  • Internal: Refactoring core libraries

Version 1.2.4

  • Added: Integration with the CubePoints plugin
  • Bug Fixed: Some javascript issues
  • Bug Fixed: Not being able to upload files on some servers
  • Bug Fixed: Content of iframe tags not being rendered on certain occasions
  • Bug Fixed: 404 error when wordpress is not installed at the default location
  • Added: Empty Trash button
  • Added: Missing language phrases
  • Improved: CSS compatibility with some themes

Version 1.2.3

  • Bug Fixed: Fixed a typo which was causing fatal error when viewing admin routing table
  • Bug Fixed: Auto-update link randomly disappearing/appearing

Version 1.2.2

  • Bug Fixed: Category not being selected when posting questions to a specific category
  • Bug Fixed: Non-published questions showing up in search results
  • Bug Fixed: Several javascript issues
  • Bug Fixed: Thumbnails not being displayed after upload on windows platform
  • Bug Fixed: CSS conflict with themes using bootstrap CSS framework
  • Bug Fixed: Cannot redeclare widget class Fatal error when installed on ClassiPress theme and some other plugins
  • Bug Fixed: User profile popover box not being displayed on some servers running PHP as CGI
  • Bug Fixed: Ajax autocomplete field not working properly on some servers running PHP as CGI
  • Bug Fixed: Use sanitize_title instead of remove_accents to generate slugs
  • Bug Fixed: File upload not working in IE9
  • Added: New options to set custom upload directories
  • Improved File upload error to display more detailed message instaed of just “Upload Failed”
  • Improved Image files can now be uploaded without Fileinfo or mime_content_type functions
  • Removed: Auto-generation and caching of core CSS files to use pre-generated static CSS files instead
  • Removed: Unused post expiration feature

Version 1.2.1

  • Bug Fixed: Fixed issues with windows platform
  • Bug Fixed: CSS style issues with profile popover box
  • Added: Option to specify summary text length in widgets

Version 1.2.0

  • Improved: Add-ons can now be cloned from within the admin dashboard
  • Improved: Cleanup of Sabai Settings page
  • Improved: Flagging administrator comments is now disabled by default
  • Improved: Added file extension to URL of files uploaded via custom upload field
  • Improved: Cache CSS files as static files for better performance
  • Improved: Search by category, question status, and tags
  • Improved: Lots of internal code chanegs for better performance and stability
  • Bug Fixed: Plugin activation issues with MySQL strict SQL mode
  • Bug Fixed: Custom fields not being displayed in form on certain occasions
  • Bug Fixed: Issues with cloned add-ons
  • Bug Fixed: Question Answered notification email being sent to answerers instead of question authors
  • Added: Options to allow iframe tags and whitelist URL of iframe content
  • Added: Auto generate sitemap and sitemap index files
  • Added: User profile popover box when clicking username links
  • Added: Options to display category/tag index pages as tabs on front page
  • Removed: Prettify JS and CSS (Please use other plugins to include them)
  • Removed: Temporarily dropped support for BuddyPress profile pages (will be enabled again soon)

Version 1.1.9

  • Bug Fixed: Several issues updating cloned Questions add-on
  • Bug Fixed: Inconsistent category orders
  • Bug Fixed: Page navigation display issues
  • Bug Fixed: Feed item URL not showing permalink
  • Bug Fixed: Javascript error caused by trying to load non-existent javascript libraries
  • Bug Fixed: More CSS issues with some themes
  • Bug Fixed: Compatibility issues with HTMLPurifier library and some plugins
  • Bug Fixed: Lots of internal bug fixes
  • Added: 2 new email notifications (Question Flagged Notification / Answer Flagged Notification)
  • Added: User profile page template (questions_user_profile.html)
  • Added: New “File” add-on
  • Added: 2 new custom field types (File Upload / Image Upload)
  • Improved: Send copy of user notification email to members of selected user roles
  • Improved: Added more dropdown filters to questions/answers administration pages
  • Improved: Lots of internal library improvements