vBulletin v6.0.4

Deprecated

Table of Contents

vb/api/bbcode.php
vb/api/content/attach.php
vb/api/content/privatemessage.php
vb/api/content/text.php
vb/api/cron.php
vb/api/follow.php
vb/api/language.php
vb/api/phrase.php
vb/api/reputation.php
vb/database.php
vb/datastore.php
vb/db/assertor.php
vb/db/query.php
vb/library/content/privatemessage.php
vb/library/content/text.php
vb/library/style.php
vb/library/user.php
vb/library.php
vb/mail.php
vb/node.php

bbcode.php

Line Element Reason
820 vB_Api_Bbcode::parseSignature()

Please use getSignatureInfo instead

attach.php

Line Element Reason
595 vB_Api_Content_Attach::fetchAttachByFiledataids()

This function returns incorrect results when more than one attachment exists for a given filedataid. This can happen when a user loads the same file more than once (we only store a given attachment once to save space).

privatemessage.php

Line Element Reason
1174 vB_Api_Content_Privatemessage::listNotifications()

Only used by unit tests

text.php

Line Element Reason
737 vB_Api_Content_Text::autoPopulatePreviewImage()

Superceded by getPreviewImage in the text library.

cron.php

Line Element Reason
35 vB_Api_Cron::run()

follow.php

Line Element Reason
1312 vB_Api_Follow::removeFollower()

use delete

1360 vB_Api_Follow::addFollower()

use add

1504 vB_Api_Follow::denyFollowing()

language.php

Line Element Reason
83 vB_Api_Language::fetchLanguageSelector()

use getLanguageTitles

phrase.php

Line Element Reason
95 vB_Api_Phrase::fetch()

-- use renderPhrases or getPhrases depending on if you

reputation.php

Line Element Reason
42 vB_Api_Reputation::vote()
68 vB_Api_Reputation::unvote()

database.php

Line Element Reason
628 vB_Database::query()

Deprecated as of 3.6. Use query_(read/write)

datastore.php

Line Element Reason
150 vB_Datastore::get_value()
357 vB_Datastore::init_registry()

assertor.php

Line Element Reason
168 vB_dB_Assertor::getDBConnection()
249 vB_dB_Assertor::escape_string()

query.php

Line Element Reason
508 vB_dB_Query::debugDisplayNextQuerySql()

never worked quite right and now does nothing.

privatemessage.php

Line Element Reason
1555 vB_Library_Content_Privatemessage::listNotifications()

Only used by unit tests

This lists notifications for current user

text.php

Line Element Reason
1432 vB_Library_Content_Text::autoPopulatePreviewImage()

Superceded by getPreviewImage

style.php

Line Element Reason
795 vB_Library_Style::fetchStyleByID()

use getStyleById

1649 vB_Library_Style::buildTemplateIdCache()

user.php

Line Element Reason
1371 vB_Library_User::preloadUserInfo()

library.php

Line Element Reason
113 vB_Library::monitorWords()

use the functions from the notification library directly.

mail.php

Line Element Reason
240 vB_Mail::vbmail()

use vbmail2() for html emails

429 vB_Mail::start()

use start2() for html emails

node.php

Line Element Reason
79 vB_Node::validateRecord()

This is currently only used by the unit tests and there is a replacement module for that. We are unlikely to need this as part of the app proper and if there is need for a standalone test we can adapt the test module (which is designed to not be tightly coupled to the test code).

Search results