vBulletin 3.0.3 Released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kier
    Former Lead Developer, vBulletin
    • Sep 2000
    • 8179

    vBulletin 3.0.3 Released

    vBulletin 3.0.3

    Hot on the heels of vBulletin 3.0.2, we have decided to release vBulletin 3.0.3. We have cleaned out the bug tracker of all important bugs and felt that you would benefit from having the fixes for these issues as soon as we had put them in place.

    Additionally, a problem related to sending email has been identified with vBulletin 3.0.2 running with PHP as an Apache module, related to PHP include paths when in 'shutdown function' mode. The problem is inconsistent and has required a workaround from us to force proper functionality. This only affects those who use the mail queue system.

    If you would rather not upgrade, but simply wish to fix the email/Apache problem, you can simply overwrite the includes/functions.php and includes/mail.php files on your server with the new ones from the members' area zip file.

    UPGRADE NOTE:
    If you have not yet upgraded to vBulletin 3.0.2, you will need to rebuild thumbnails from Update Counters after your upgrade is complete. This will get your thumbnails moved from the database to the filesystem. Pre-existing thumbnails will be broken until you do.
    Those who already rebuilt their thumbnails following their upgrade to 3.0.2 need not repeat this step.

    Bugs Fixed Since 3.0.2
    Click here for a full list of bug fixes
    • MySQL version not shown in ACP Quick Stats (View)
    • SQL error when building attachment thumbnails (View)
    • Removing Orphan posts fails (View)
    • Last page of search in user has no navigation button (View)
    • Mail Queue fails to work under some versions of Apache (View)
    • Code / PHP / HTML should always be Left to Right (View)
    • Showgroups links to wrong forum (View)
    • 'Wrap x Tags' text hard coded in editor (View)
    • vBulletin package contains redundant readme files (View)
    • <select> elements in user profile fields moved for visual consistency (View)
    Files and Templates Changed Since 3.0.2
    See posts below for change lists.

    To discuss this release, click here:


    (As this release follows so shortly after 3.0.2, and so little has changed, I will leave the 3.0.2 discussion thread open to discuss this release too).
    Last edited by Floris; Mon 5 Jul '04, 12:19am.
  • Kier
    Former Lead Developer, vBulletin
    • Sep 2000
    • 8179

    #2
    Templates Changed Since 3.0.2

    reputationbit

    change:
    HTML Code:
    <div><label for="rb_reputation_neg"><input type="radio" name="reputation" value="neg" id="rb_reputation_neg" />$vbphrase[i_disapprove]</label></div>
    to:

    HTML Code:
    <if condition="$show['negativerep']"><div><label for="rb_reputation_neg"><input type="radio" name="reputation" value="neg" id="rb_reputation_neg" />$vbphrase[i_disapprove]</label></div></if>
    Requires revert? Yes


    bbcode_code
    bbcode_html
    bbcode_php


    Changes were made to ensure that anything within the bbcode tags that are used for displaying code are always displayed Left To Right regardless of the actual direction of the page.

    Requires revert? Yes if your page direction is Right To Left

    postbit_attachment
    postbit_attachmentmoderated
    postbit_attachmentthumbnail


    Removed the target="_blank" attributes.


    Requires revert? No


    userfield_select
    userfield_select_multiple


    Moved the <select> elements to use a left-alignment for visual consistency with other custom user profile fields.


    Requires revert? Nope.
    Last edited by Kier; Sun 4 Jul '04, 7:57pm.

    Comment

    • Kier
      Former Lead Developer, vBulletin
      • Sep 2000
      • 8179

      #3
      Files Changed Since vBulletin 3.0.2
      • /
        • global.php
        • newreply.php
        • showgroups.php
        • showthread.php
      • /admincp/
        • forumpermission.php
        • index.php
        • misc.php
        • repair.php
        • user.php
      • /includes/
        • functions.php
        • functions_editor.php
        • functions_forumlist.php
        • functions_newpost.php
        • functions_subscriptions.php
        • mail.php
      • /install/
        • tableprefix.php
        • upgrade.php
        • upgrade13.php
        • upgrade14.php
        • upgrade_language_en.php
        • vbulletin-language.xml
        • vbulletin-settings.xml
        • vbulletin-style.xml
      • /modcp/
        • thread.php

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...