vBulletin 4.2.2 Alpha/Beta has been released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Paul M
    Former Lead Developer
    vB.Com & vB.Org
    • Sep 2004
    • 9886

    vBulletin 4.2.2 Alpha/Beta has been released

    The current 4.2.2 alpha 1 build has now been released as a public alpha.

    All vB4 & vB5 licence holders should have access to download it in the members area.
    The primary focus of 4.2.2 is php 5.4 compliance, however, a few other items/issues are included as well.

    You are advised not to use this for production sites, as the build still has php 5.4 related errors.
    Generally speaking however, these errors will not cause you any issues other than displaying warnings on the page.

    Please run this version on a test set-up, using php 5.4, and log (in Jira) any other (5.4) related errors that you come across.

    Changes from 4.2.1 in the current R7 build are as follows ;

    R6;
    VBIV-15428 Fixing typos in phrases.
    VBIV-15443 Fixed the folder name and the constant value to have consistent values.
    VBIV-15763 Changes for PHP 5.4 strict standards compliance
    VBIV-15783 Changes for PHP 5.4 strict standards compliance
    VBIV-15765 Changes for PHP 5.4 strict standards compliance
    VBIV-15782 Possible Exploit - can create admin account via install.php and/or upgrade.php
    VBIV-15646 Use preg_replace_callback() instead of preg_replace() modifier /e
    VBIV-15600 PHP 5.5 Support : MySQL
    VBIV-15779 Move MAPI v8 changes to MAPI v7, and remove v8 completely
    VBIV-15680 Indefinite loop on moving posts
    VBIV-15684 There is a newer version of vBulletin available to download - no longer links correctly
    VBIV-15669 Fixed the typo in the language phrase.
    VBIV-15768 Changes for PHP 5.4 strict standards compliance
    VBIV-15767 Changes for PHP 5.4 strict standards compliance
    VBIV-15766 Changes for PHP 5.4 strict standards compliance
    VBIV-15762 Changes for PHP 5.4 strict standards compliance
    VBIV-15761 Changes for PHP 5.4 strict standards compliance
    VBIV-15760 Changes for PHP 5.4 strict standards compliance
    VBIV-15780 PHP5.4: Function set_magic_quotes_runtime() is deprecated
    VBIV-15777 PHP strict errors not displayed if debug mode is not enabled
    VBIV-15759 Moved up the construct of the profile fields, so they will be returned when coppa is enabled
    VBIV-15751 Moved fix to MAPI v8.
    VBIV-15751 Added "birthday" as a profile field in the response, to mirror vb5 response.
    VBIV-15753 Added unhtmlspecialchars on forum title
    VBIV-15615 Publish to Facebook no longer working
    VBIV-15362 member_activity_start & member_activity_complete do not exist in hooks location dropdown
    VBIV-15694 Facebook July 10 Breaking Changes
    VBIV-15759 Moved up the construct of the profile fields, so they will be returned in the response when coppa is enabled.
    VBIV-15751 Reverted the changes in api/7 folder and added the changes in the correct api/8 folder.
    VBIV-15751 Added "birthday" as a profile field in the response, to mirror vb5 response.
    VBIV-15753 Added unhtmlspecialchars on forum title
    VBIV-15724 Added 'maxtags' to the response, which is the max tags allowed to the thread starter.
    VBIV-15716 Added error message to be returned when user is successfully registered and it is a coppa user. API only.
    VBIV-15734 Added param which enables phrases to be loaded and with that title and description are properly filled in the response
    VBIV-15725 Added blogbit_type : blogbit_ignore to the response for the blog entries from ignored users.
    VBIV-15711 echo 1; echo 2 in /private.php
    VBIV-15669 Added compatibility option for versions greater than PHP 5.3
    VBIV-15642 Check if ['name'] exists
    VBIV-15666 Added params to match methods signatures for PHP 5.4
    VBIV-15665 Added params to match methods signatures for PHP 5.4
    VBIV-15664 Added params to match method signature for PHP 5.4
    VBIV-15663 Removed the & from '=& new'
    VBIV-15662 Added param to match method signature due to PHP 5.4 Strict Standards
    VBIV-15661 Added param to match method signature due to PHP 5.4 Strict Standards
    VBIV-15660 vB_SignatureParser:: parse method signature fixed
    VBIV-15659 Changed vB_SGSearchGenerator:: prepare_search_text to static due to Strict Standards
    VBIV-15658 Added parameters to block_is_enabled() in vB_ProfileBlock_Infractions and vB_ProfileBlock_ActivityStream classes
    VBIV-15657 Added parameters for method signature compliance due to Strict Standards
    VBIV-15496 Cannot edit forum posts when some symbols are used
    VBIV-15577 [PHP 5.4] Warning: Illegal string offset 'title' /includes/adminfunctions_template.php on line 1936
    VBIV-14794 Creating JPG-Thumbnails fail with PHP 5.4
    VBIV-14784 Alias function mysqli_client_encoding for mysqli_character_set_name removed as of PHP 5.4.0
    VBIV-15307 PHP Warning from postbit
    VBIV-15233 PHP 5.4.3 ERROR: Strict standards: Static function vB_Route::getURL() should not be abstract
    VBIV-15322 Non-static method vB_QueueMail::fetch_instance() should not be called statically
    VBIV-15149 Upgrade system throws error: cannon modify header information
    VBIV-15618 Last set of warnings preventing install, the installer should work fine now with PHP 5.4 and Strict Standards
    VBIV-15618 PHP 5.4 Strict Standards preventing install
    VBIV-15618 PHP 5.4 Strict Standards preventing install
    VBIV-15617 PHP Strict Standards vB_Bitfield_Builder class
    VBIV-15616 Non-static method vB_Bitfield_Builder::init() and vB_Bitfield_Builder::build() should not be called statically
    VBIV-15614 Declaration of vB_Database_Alter_MySQL::query() should be compatible with vB_Database_Alter::query()
    VBIV-15613 Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with vB_Database_Alter::drop_field()
    VBIV-15612 Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with vB_Database_Alter::add_field()
    VBIV-15611 Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with vB_Database_Alter::add_index()
    VBIV-15610 Declaration of vB_Database_Alter_MySQL::drop_index() should be compatible with vB_Database_Alter::drop_index()
    VBIV-15609 Non-static method vB_Shutdown::instance() should not be called statically
    VBIV-15408 Product Export - Navigation
    VBIV-14509 Added logic to match the behaviour described in the jira.
    VBIV-15795 Fixing php5.4 compliance errors.
    VBIV-15787 Modifying the function definition.
    VBIV-15794 Updating credits.
    VBIV-15793 Fixing php5.4 compliance errors.
    VBIV-15792 Fixing php5.4 compliance errors.
    VBIV-15787 Fixing php5.4 compliance errors.
    VBIV-15791 Fixing php5.4 compliance errors.
    VBIV-15790 Fixing php5.4 compliance errors.
    VBIV-15428 Fixing typos in phrases.
    VBIV-15443 Fixed the folder name and the constant value to have consistent values.
    VBIV-15747 Paypal : Removed non curl backup code.
    VBIV-15799 Fixing illegal offset warning.
    VBIV-15798 Changes for php 5.4 compliance errors.
    VBIV-15787 Fixing additional getHash function definitions.
    VBIV-15747 Made necessary changes to the paypal headers.
    VBIV-15731 Added space in the template code.

    R7 ;
    VBIV-15811 Fixing php 5.4 complience errors.
    VBIV-15806 Fixing php 5.4 complience errors.
    VBIV-15805 Fixing php 5.4 complience errors.
    VBIV-15803 Fixing php 5.4 complience errors.
    VBIV-15802 Fixing php 5.4 complience errors.
    VBIV-15801 Fixing php 5.4 complience errors.
    VBIV-15800 Fixing php 5.4 complience errors.
    VBIV-15799 Additional illegal offset warnings fixing.

    R8;
    VBIV-15824 Can't view a thread in forumrunner on vB4 / PHP 5.4
    VBIV-15823 Strict standard error on ForumRunner
    VBIV-15822 Strict standard with customized profiles
    VBIV-15820 CMS strict standard and illegal string offset issues
    VBIV-15794 Credits update for 4.2.2
    VBIV-15819 Strict standard issues with the Calendar widget in the CMS
    VBIV-15821 Replaced the check for install.php with a check for the install folder.
    VBIV-15809 Replacing depricated modifier '/e' of preg_replace with preg_replace_callback.
    VBIV-15443 Fixed another instance of different folder name and constant values.
    VBIV-15731 Added space in template 'bbcode_php'
    VBIV-15815 Restored the hard coded call to the parent.
    VBIV-15810 Illegal string offsets in admincp/attachment.php
    VBIV-15747 Updates to paypal code for HTTP1.1.

    Beta 1, R1;
    VBIV-15830 Posted CMS comments are not displayed (regression)
    VBIV-15828 PHP 5.4, CLI Installer Errors
    VBIV-15826 Strict standard on edit forum permissions
    VBIV-15825 Strict Standards in cms articles with comments
    VBIV-15799 Fixing additional offset warnings.
    VBIV-15784 Panjo Integration
    VBIV-15794 Credits update for 4.2.2
    VBIV-15809 php 5.5 error on new install (Fix Hexdecode & Typo)

    R2;
    VBIV-15784 Panjo Integration (Issues 2 & 3).
    VBIV-15831 Strict standard on API data returns
    VBIV-15687 IE9 Meta Tag to VB 4.2.1 and 4.2.2. headinclude template - fails with Forum Runner enabled

    R3;
    VBIV-15784 Panjo Integration 4.2.2 (Fix template issue).
    VBIV-15835 Strict standards in CMS comments
    VBIV-15833 Warning: Non-static method when changing CMS Section Display Orders.

    R4;
    VBIV-15839 XSS issue
    VBIV-15848 Fixing strict standard error.
    VBIV-15846 Replacing is_a() function with 'instanceof' operator.
    VBIV-15842 Fixed two more declarations of handle_bbcode_img function.
    VBIV-15749 Internet Explorer 11 new User Agent
    VBIV-15844 preg_replace deprecate error in upgrade script
    VBIV-15842 Warning: Declaration of vB_BbCodeParser_Video_PreParse::handle_bbcode_img()
    VBIV-15841 Warning: Declaration of vBCms_Item_Widget::getLoadQuery()


    Discussion Thread : http://www.vbulletin.com/forum/forum...pha-discussion
    Baby, I was born this way

Related Topics

Collapse

Working...