+ Reply to Thread
Results 1 to 6 of 6

Thread: vBulletin 3.0.4 Released

  1. #1
    Former Lead Developer, vBulletin Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier's Avatar
    Join Date
    Sep 2000
    Location
    Reading, UK
    Posts
    8,228
    Blog Entries
    6

    vBulletin 3.0.4 Released

    vBulletin 3.0.4

    This version has been superceded by vBulletin 3.0.5.
    Please visit the 3.0.5 release announcement.

    Happy New Year, and welcome to vBulletin 3.0.4.

    This is not the major version release that has been rumoured for the past several weeks, although work on that version is progressing nicely. Instead, vBulletin 3.0.4 represents a roll-up of a large number of fixes for bugs found in version 3.0.3.

    Importantly, with the 'Santy' worm currently scouring the internet for vulnerable servers, this release also preempts various vulnerabilities in PHP itself, and closes a hole in vBulletin that could potentially allow SQL injection. Additionally, we have altered the code in order to prevent POST requests being made from off-site forms, preventing malicious and mischevious self-submitting forms from affecting vBulletin installations.

    Therefore, we recommend that all customers running vBulletin 3 upgrade to version 3.0.4 as soon as possible.

    We would also remind you that PHP should be upgraded to at least version 4.3.10 or 5.0.3 to avoid recently published vulnerabilities.


    Backing Up Your Forums
    Please be sure to check your backups, that they are complete before continuing with an upgrade. We had reports that PHP was causing time out errors when creating the back up SQL, and this was causing for incomplete or corrupted backups. The safest way to do a backup is to use the mysqldump utility through SSH/Telnet, as it will not suffer from any such problems. Full instructions for backing up your database are available in the vBulletin 3 Manual.

    Installing or Upgrading vBulletin
    Please see the appropriate manual sections: Installing vBulletin and Upgrading vBulletin.
    Last edited by Kier; Fri 7th Jan '05 at 4:39am.
    Meh. | Twitter: @KierDarby | Web: KierDarby.com

  2. #2
    Former Lead Developer, vBulletin Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier's Avatar
    Join Date
    Sep 2000
    Location
    Reading, UK
    Posts
    8,228
    Blog Entries
    6

    Bugs from 3.0.3 fixed in 3.0.4

    Last edited by Kier; Mon 3rd Jan '05 at 2:22pm.
    Meh. | Twitter: @KierDarby | Web: KierDarby.com

  3. #3
    Former Lead Developer, vBulletin Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier's Avatar
    Join Date
    Sep 2000
    Location
    Reading, UK
    Posts
    8,228
    Blog Entries
    6

    Template changes between 3.0.3 and 3.0.4

    newpoll
    If there is no maximum number of options, don't display text saying there is.
    Requires revert? No.

    help_bbcodes
    Added [ email] BB code documention.
    Requires revert? No.

    search_results
    Changed all instances of colspan="20" to colspan="7" for Opera.
    Requires revert? No.

    modifylist_adduser
    Altered the template to use slightly different phrases.
    Requires revert? No.

    FORUMDISPLAY
    Removed the fixed width settings from the thread controls at the bottom of the page so that translated words that are longer than the specified width are displayed properly.
    Requires revert? No.

    SHOWTHREAD_SHOWPOST
    Change <form> to <form action="showpost.php">
    Requires revert? No.

    pm_newpm
    Made the changes listed in Freddie's post here.
    Requires revert? No

    phpinclude_start
    Changed the instructional comments
    Requires revert? No

    editpost
    Changed accesskey for Delete button from 's' to 'd'
    Requires revert? No

    pollresult
    Changes poll bar image references to account for right-to-left languages also.
    Requires revert? Only if you use a rtl language.

    userfield_select
    Consitency with other select fields
    Requires revert: Yes if desired
    Meh. | Twitter: @KierDarby | Web: KierDarby.com

  4. #4
    Former vBulletin Developer Mike Sullivan will become famous soon enough Mike Sullivan's Avatar
    Join Date
    Apr 2000
    Location
    Regexia
    Age
    25
    Posts
    13,374
    Blog Entries
    7

    Files Changed Between 3.0.3 and 3.0.4

    • /
      • announcement.php
      • calendar.php
      • editpost.php
      • external.php
      • faq.php
      • forumdisplay.php
      • global.php
      • memberlist.php
      • newreply.php
      • newthread.php
      • poll.php
      • postings.php
      • private.php
      • profile.php
      • register.php
      • search.php
      • showgroups.php
      • showthread.php
      • usernote.php
    • /admincp/
      • adminreputation.php
      • bbcode.php
      • css.php
      • forum.php
      • forumpermission.php
      • image.php
      • index.php
      • misc.php
      • stats.php
      • template.php
      • user.php
      • usergroup.php
      • usertools.php
    • /archive/
      • global.php
      • index.php
    • /clientscript/
      • vbulletin_stdedit.js
      • vbulletin_templatemgr.js
    • /cpstyles/vBulletin_3_Manual/ - New!
    • /includes/
      • adminfunctions.php
      • adminfunctions_language.php
      • adminfunctions_template.php
      • functions.php
      • functions_databuild.php
      • functions_editor.php
      • functions_login.php
      • functions_newpost.php
      • functions_online.php
      • functions_wysiwyg.php
      • init.php
      • sessions.php
      • vbulletin_credits.php
    • /modcp/
      • moderate.php
      • user.php
    • /subscriptions/
      • authorize.php
    --Mike "Ed" Sullivan
    Former vBulletin Developer

    Twitter | Regexia (personal)

  5. #5
    Former Lead Developer, vBulletin Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier's Avatar
    Join Date
    Sep 2000
    Location
    Reading, UK
    Posts
    8,228
    Blog Entries
    6
    To discuss this release, please use this thread.
    Meh. | Twitter: @KierDarby | Web: KierDarby.com

  6. #6
    Former Lead Developer, vBulletin Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier is a jewel in the rough Kier's Avatar
    Join Date
    Sep 2000
    Location
    Reading, UK
    Posts
    8,228
    Blog Entries
    6

    Patch

    It has come to our attention that one of the javascript files in vBulletin 3.0.4 has a problem.

    If you downloaded vBulletin 3.0.4 before the date of this post, you are affected. You may patch the problem by downloading the file attached to this message, unzipping it and uploading it to your clientscript directory, overwriting the existing file.

    If you have not already downloaded vBulletin 3.0.4 you can ignore this message, as the members' area package has been updated.
    Attached Files
    Meh. | Twitter: @KierDarby | Web: KierDarby.com

+ Reply to Thread

Similar Threads

  1. vBulletin 2.3.3 Released
    By Kier in forum vBulletin Announcements
    Replies: 1
    Last Post: Thu 13th Nov '03, 3:50pm
  2. Once released vBulletin 3...
    By TECK in forum vBulletin 2 Suggestions and Feedback
    Replies: 5
    Last Post: Thu 21st Nov '02, 3:54pm
  3. vBulletin 2.2.3 Released
    By John in forum vBulletin Announcements
    Replies: 6
    Last Post: Sun 10th Mar '02, 3:19pm
  4. vBulletin 2.2.1 Released
    By John in forum vBulletin Announcements
    Replies: 1
    Last Post: Thu 22nd Nov '01, 10:11am

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts