Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat
  • [vB 3.5.x] 404 Page Redirect To...
    By: Ak Worm
  • [vB 3.8.x] 404 Page Redirect To...
    By: Ak Worm
  • [vB 4.0.x] 404 Page Redirect To...
    By: Ak Worm

Latest Template Mods

  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm
  • [vB 3.7.2] Worldofwarcraft blue...
    By: Mikeyodesigns
  • [vB 3.7.0] My Links
    By: blind-eddie
  • [vB 3.7.0] Pop-Up Warning Before...
    By: Thelonius Beck

Latest Styles

  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5
  • [vB 3.8.3] Green Theme
    By: Robdog
  • [vB 3.8.2] Unreal T 3 - vB3.8.x
    By: Butcher

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBHackers.com » Announcements » vBulletin 3.0.2 Released
Reply

 

  • Thread Tools
Old 07-03-2004, 03:57 PM   #1
Ryan Ashbrook
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 ssssss148
Location: Cincinnati, Ohio
Age: 22
Ryan Ashbrook is on a distinguished road
Send a message via ICQ to Ryan Ashbrook Send a message via AIM to Ryan Ashbrook Send a message via MSN to Ryan Ashbrook Send a message via Yahoo to Ryan Ashbrook
Status: Offline Default vBulletin 3.0.2 Released
Actual Announcement
Quote:
Originally Posted by Kier
vBulletin 3.0.2

This release contains a security fix for a minor XSS vulnerability related to the WYSIWYG editor, various other bug fixes, and several improvements.
  • We would recommend all vBulletin 3 users to upgrade their installations as soon as possible, or else disable the WYSIWYG editor until such time as you are ready to upgrade.
  • If you are currently running vBulletin 3.0.1 and do not wish to upgrade, you may replace includes/functions_editor.php with the version included in the 3.0.2 download to obtain the security fix.
  • Other versions of 3.0 that do not wish to upgrade will need to turn off the WYSIWYG editor to be secure.
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 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.

Improvements Since 3.0.1
  • If attachments are in the file system, thumbnails will now be stored in the file system. Everyone who has thumbnails enabled needs, in the file system or in the database, has to rebuild Thumbnails from Update Counters->Rebuild Thumbnails after the 3.0.2 upgrade.
  • Custom Profile fields (input, textarea) can now contain more than 250 characters.
  • Viewing of hidden custom profile fields is now an usergroup permission. After the 3.0.2 upgrade, Admins and Super Moderators should have this permission enabled. You will need to enable it for any other groups.
  • Better detection for Mac browsers specifically webkit based browsers such as Omniweb.
  • A custom profile field can now be set to allow modification only at registration.
  • New Reputation Usergroup Permissions (Can Leave Negative Feedback, Can Use Reputation, Can Hide Reputation, Can See Own Reputation)
  • Two new functions in the counter's section: Remove Orphan Posts and Remove Orphan Threads
  • A moderator log will now appear when you edit a thread. Also added logging for when a moderator edits a poll, adds an attachment and deletes an attachment.
  • Optimization to attachment.php by removing one query.
  • Optimization to "New Posts" by altering query to use the index already in place.
  • Several PDA-specific enhancements to the archive.
There are also two unsupported improvements. If you wish to implement these, you will need to make minor code changes (at the least).
  • Full-text searching for MySQL 4.0 users.
  • Ability to use an external SMTP server (with username and password) instead of PHP's built-in mail() function.
Bugs Fixed Since 3.0.1

Some of the bugs fixed include:
  • Archive now sorted oldest to newest to ensure that users will see the same page as the search engine did when the page was indexed. (View)
  • Invalid censorship options could cause PHP errors to be displayed. (View)
  • XSS issue. (View)
  • Users pruned with lastvisit instead of last activity. (View)
  • Content type not always detected properly. (View)
  • Permission denied error could be displayed when enabling load limits. (View)
  • PHP error message could be displayed when editing forums in the control panel. (View)
  • URLs are no longer automatically parsed in certain BB codes. (View)
  • Entering multiple emails that received notification of user registrations did not work. (View)
  • Regular expression matching for custom profile fields did not work. (View)
  • Birthday info not always saved on registration. (View)
  • Smilies parsed in code/html/php tags in WYSIWYG editor. (View)
  • Displaygroupid could not be changed in the CP. (View)
  • Made vbstrtolower attempt to use multibyte string functions if available. (View)
  • Extremely long (valid) email addresses were not accepted.. (View)
  • FAQ variable names not limited to alphanumeric characters. (View)
  • Word wrapping made more effective. (View)
  • Various phrase and template problems. (See below for template changes.)
Click here for a full list of bug fixes

Files Changed Since 3.0.1
See post below for changed files list.

To discuss this release, click here:
http://www.vbulletin.com/forum/showthread.php?t=109184
Template Changes

Quote:
Originally Posted by Kier
pollresults_table

Changes a misplaced </strong> to </span> i.e. "$pollstatus</strong>" becomes
"$pollstatus</span>"

Requires revert? Yes for XHTML compliance


help_bbcodes

Expanded the examples for [ left], [ center], and [ right] a bit.

Requires revert? No.


footer

Added a conditional to display the privacy url.

Requires revert: Only if you have a privacy statement.


editpost

Removed this from the template as it is no longer needed due to a bug fix that I decided to change some queries about for.

HTML Code:
<input type="hidden" name="reason_exists" value="$edit[reason_exists]" /> 
</font></font>
Requires revert: No


calendar_showevents

Moved calendarjump from the left side to the right.

Requires revert? No


modifyprofile

Moved the birthday html to its own template (modifyprofile_birthday) in order to dynamically display it either in the required or optional sections depending on the birthday registration setting.

Requires revert? Yes if you require birthdays and wish for the fields to appear in the required section.


memberlist

Removed several redundant </td> tags (look for </td></td>) and added missing closing slashes to several input tags.

Requires revert? Yes for compliance.


postbit_legacy


Altered conditional so that announcement dates span two columns rather than wrapping in the first column. Also deprecated the $show['start_until_end'] conditional in favor of $show['announcement']. Either can be used though.


USERCP_SHELL

Change the first instance of $vbphrase[edit_private_message_folders] to $vbphrase[folders], change the second instance of $vbphrase[edit_private_message_folders] to $vbphrase[edit_folders]


pm_editfolders

Change $vbphrase[edit_private_message_folders] to $vbphrase[edit_folders]


SUBSCRIBE
subscribe_showfolders
USERCP_SHELL


Change $vbphrase[edit_subscription_folders] to $vbphrase[edit_folders]

Requires Revert? Yes


pm_popup_script

Added a check to see if the popup window was blocked and an alert is shown if this happens.

Requires Revert? No


SHOWTHREAD

Added $highlightwords to the Switch Mode links so search highlighting is carried over when switching modes.

Requires Revert? No


STANDARD_REDIRECT

find:
HTML Code:
  	timerID = setTimeout("timed_submit();", 100);
change to:
HTML Code:
  	timerID = setTimeout("submit_form();", 100);

Requires revert? Yes


modifyusergroups_memberbit

Changed $isleader to $show['isleader']

Requires revert? Yes


memberlist_resultsbit

Added a conditional to hide the checkbox of a usergroup leader.

Requires Revert? Yes


threadadmin_editthread

Added moderator log to bottom of template in lieu of using the "Notes" field to track this information.

Requires Revert: Yes


newpost_preview

Add html to display the post icon and message title to the previewed message.

Require Revert? Only if you want the above functionality.


threadbit
SUBSCRIBE


Checkbox for subscription type changing moved into a new column (details)

Requires revert: No, but if you revert one, you must revert the other too.
Files Changed List

Quote:
Originally Posted by Kier
  • /
    • announcement.php
    • attachment.php
    • calendar.php
    • editpost.php
    • external.php
    • faq.php
    • forumdisplay.php
    • global.php
    • index.php
    • joinrequests.php
    • login.php
    • member.php
    • memberlist.php
    • newattachment.php
    • poll.php
    • postings.php
    • private.php
    • profile.php
    • register.php
    • reputation.php
    • search.php
    • sendmessage.php
    • showgroups.php
    • showpost.php
    • showthread.php
    • subscription.php
    • usercp.php
    • usernote.php
  • /admincp/
    • adminlog.php
    • adminpermissions.php
    • adminreputation.php
    • attachment.php
    • backup.php
    • css.php
    • diagnostic.php
    • faq.php
    • forum.php
    • global.php
    • image.php
    • index.php
    • misc.php
    • options.php
    • profilefield.php
    • repair.php
    • stats.php
    • subscriptions.php
    • thread.php
    • user.php
    • usergroup.php
    • usertitle.php
    • usertools.php
  • /archive/
    • archive.css
    • global.php
    • index.php
  • /clientscript/
    • vbulletin_global.js
    • vbulletin_md5.js
    • vbulletin_stdedit.js
    • vbulletin_thrdpostlist.js
    • vbulletin_wysiwyg.js
  • /includes/
    • adminfunctions.php
    • adminfunctions_backup.php
    • adminfunctions_language.php
    • adminfunctions_options.php
    • adminfunctions_template.php
    • datastore_cache.php
    • db_mysql.php
    • functions.php
    • functions_bbcodeparse.php
    • functions_calendar.php
    • functions_databuild.php
    • functions_editor.php
    • functions_faq.php
    • functions_file.php
    • functions_forumdisplay.php
    • functions_image.php
    • functions_log_error.php
    • functions_login.php
    • functions_newpost.php
    • functions_online.php
    • functions_reputation.php
    • functions_search.php
    • functions_showthread.php
    • functions_subscriptions.php
    • functions_threadmanage.php
    • functions_upload.php
    • functions_user.php
    • init.php
    • mail.php
    • sessions.php
    • vbulletin_credits.php
    • /includes/cron/
      • cron/birthday.php
      • cron/cleanup.php
      • cron/cleanup2.php
      • cron/promotion.php
  • /install/
    • install_language_en.php
    • mysql-schema.php
    • upgrade.php
    • upgrade1.php
    • upgrade13.php
    • upgrade_language_en.php
    • upgradecore.php
    • vbulletin-adminhelp.xml
    • vbulletin-language.xml
    • vbulletin-settings.xml
    • vbulletin-style.xml
  • /modcp/
    • announcement.php
    • banning.php
    • global.php
    • index.php
    • moderate.php
    • user.php
  • /subscriptions/
    • nochex.php
    • paypal.php
Other Announcements

Quote:
Originally Posted by Freddie Bingham
If you downloaded the archive before 10:17 PST AM, please redownload the archive and update admincp/misc.php

Last edited by Ryan Ashbrook; 07-03-2004 at 03:59 PM. Reason: Fix [html] codes.
Reply With Quote
Old 07-03-2004, 11:08 PM   #2
Ken Iovino
vBulletin Guru

Ken Iovino's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss2695
Location: Miami, Florida
Age: 26
Ken Iovino is on a distinguished road
Status: Offline Default
Man i hate updated vB every couple of months.
Reply With Quote
Old 07-04-2004, 11:16 AM   #3
Hakkie
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss33
Hakkie is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by LiveWire
Man i hate updated vB every couple of months.
Huh?

You are still running 3.0.0, so I guess you don't upgrade every couple of months.
Reply With Quote
Old 07-04-2004, 03:58 PM   #4
Ken Iovino
vBulletin Guru

Ken Iovino's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss2695
Location: Miami, Florida
Age: 26
Ken Iovino is on a distinguished road
Status: Offline Default
Thats correct, thats why i don't upgrade. Unless its a critical one.
Reply With Quote
Old 07-04-2004, 06:57 PM   #5
Ryan Ashbrook
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 ssssss148
Location: Cincinnati, Ohio
Age: 22
Ryan Ashbrook is on a distinguished road
Send a message via ICQ to Ryan Ashbrook Send a message via AIM to Ryan Ashbrook Send a message via MSN to Ryan Ashbrook Send a message via Yahoo to Ryan Ashbrook
Status: Offline Default
I always upgrade, I find it to be crucial to fix any bugs found in the previous.

I like to run as much of a bug ridden forum as I can. :p

Have you looked into the XSS Error, LiveWire?
Reply With Quote
Old 07-04-2004, 11:12 PM   #6
Ken Iovino
vBulletin Guru

Ken Iovino's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss2695
Location: Miami, Florida
Age: 26
Ken Iovino is on a distinguished road
Status: Offline Default
Now i havn't, not yet. If the owner of the site ever decides to get in touch with me, then maybe we can upgrade.
Reply With Quote
Old 07-05-2004, 02:05 PM   #7
seek0_
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 ssssssss8
seek0_ is on a distinguished road
Status: Offline Default
LiveWire vB has been updated to 3.0.3 now.

* seek0_ runs


Quote:
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)
Reply With Quote
Old 07-05-2004, 03:32 PM   #8
Ken Iovino
vBulletin Guru

Ken Iovino's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 sssss2695
Location: Miami, Florida
Age: 26
Ken Iovino is on a distinguished road
Status: Offline Default
* Ken Iovino runs too
Reply With Quote
Old 07-06-2004, 03:51 PM   #9
TheProphet
Coder

TheProphet's Avatar

Activity Longevity
0/20 20/20
Today Posts
0/3 ssssss248
Location: Holland
Age: 37
TheProphet is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by LiveWire
* TheProphet runs too
* TheProphet also :nod:
Reply With Quote

Reply

« LockDown Hack allowed at vBulletin.org | vBulletin 3.0.3 Released [Split from 3.0.2 release thread] »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulletin 3.8.1 Released Michael Biddle vBulletin.com Announcements 0 01-27-2009 12:56 PM
vBulletin 3.8.0 Released Michael Biddle vBulletin.com Announcements 0 01-12-2009 08:10 AM
vBulletin 3.7.4 Released Michael Biddle vBulletin.com Announcements 0 01-12-2009 08:10 AM
vBulletin 3.6.12 Released Michael Biddle vBulletin.com Announcements 0 01-12-2009 08:10 AM
vBulletin 3.0.3 Released [Split from 3.0.2 release thread] Ryan Ashbrook Announcements 0 07-07-2004 05:27 PM



All times are GMT. The time now is 03:09 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!