* Fixed magic quotes in $_REQUEST, in Setup.php
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Mar 2004 01:49:16 +0000 (01:49 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Mar 2004 01:49:16 +0000 (01:49 +0000)
commit840dee3ad43a33d5b97b2e1dee64d5c04e255227
treea9eb26ec0eb8eb232e99efef65873222a15c7bfa
parent5da57c18f9df3e9b9746d9698970e1fa1deef1dc
* Fixed magic quotes in $_REQUEST, in Setup.php
* Converted many instances of globals from the query to $_REQUEST
* Renamed near-useless Title::getURL() to Title::getPartialURL()
* Created new Title::getURL(), to replace wfLocalUrl, wfLocalUrlE, wfFullUrl and wfFullUrlE. Replaced most instances throughout the code
* In Parser.php, generalised stripping of <nowiki>, <pre> and <math> to allow more general use such as nesting
* Moved body of Article::preSaveTransform to Parser.php
* Put lots of comments in Title.php
33 files changed:
includes/Article.php
includes/Database.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/MagicWord.php
includes/Namespace.php
includes/OutputPage.php
includes/PageHistory.php
includes/Parser.php
includes/SearchEngine.php
includes/Setup.php
includes/Skin.php
includes/SkinCologneBlue.php
includes/SkinSmarty.php
includes/SpecialAsksql.php
includes/SpecialBlockip.php
includes/SpecialEmailuser.php
includes/SpecialExport.php
includes/SpecialImagelist.php
includes/SpecialIpblocklist.php
includes/SpecialLockdb.php
includes/SpecialMakesysop.php
includes/SpecialMovepage.php
includes/SpecialPreferences.php
includes/SpecialUndelete.php
includes/SpecialUnlockdb.php
includes/SpecialUpload.php
includes/SpecialUserlogin.php
includes/SpecialWatchlist.php
includes/SpecialWhatlinkshere.php
includes/SquidUpdate.php
includes/Title.php
index.php