* Replace wfMungeToUtf8 and do_html_entity_decode with a single function
[lhc/web/wiklou.git] / includes / SpecialUpload.php
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-05-05 Ævar Arnfjörð Bjar... * Deprecated the uploadfile message, pretty redundant...
2005-04-18 Tim StarlingLessons learnt from installing MediaWiki with safe_mode...
2005-04-16 Tim StarlingFeature: user can specify upload destination name,...
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-04-01 Ævar Arnfjörð Bjar... * (bug 578): renamed $wgDisableUploads => $wgEnableUploads
2005-03-31 Ævar Arnfjörð Bjar... ++Precision
2005-03-31 Ævar Arnfjörð Bjar... * Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150...
2005-03-27 Ævar Arnfjörð Bjar... rv
2005-03-27 Ævar Arnfjörð Bjar... * Fixed numerous fatal XHTML errors
2005-03-23 Erik Moelleruse intval for column
2005-03-23 Erik Moellerreplace description single-line field with multi-line...
2005-03-20 Tim StarlingFixed typo
2005-03-14 Jens Frank@ considered evil
2005-03-14 Erik Moellerno need to show PHP's internal errors if we make our...
2005-03-13 Tim Starling* Appllied patch for bug 1686, image metadata cache...
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-18 Domas Mituzasdon't verify already stashed files
2005-02-11 Brion VibberHTML compatibility: use space before the / on <br ...
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-12 Brion Vibber* Enhance upload extension blacklist to protect against...
2004-11-21 Brion VibberTry to keep Title class as a value object: remove the...
2004-11-15 Brion VibberFix regression in last commits: remember the descriptio...
2004-11-15 Brion Vibbers/style/class/
2004-11-15 Brion VibberA couple of further changes:
2004-11-15 Brion Vibber(bug 548) A spot of refactoring, for legibility and...
2004-09-28 Brion VibberMore checks for IE hideousness.
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-23 Brion VibberVerify known image types on upload.
2004-09-21 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=538.
2004-09-20 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=538
2004-09-20 Antoine Mussocomments / single quotes.
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion VibberNormalize Unicode in uploaded filenames. In particular...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-14 Brion VibberXHTML fixes for Special:Upload
2004-08-13 Brion VibberAntiglobalization!
2004-08-09 Jens FrankFix for Bug [ 720843 ]: Replace invalid chars in upload...
2004-08-03 Jens FrankShow a warning message when uploading empty files ...
2004-08-02 Brion VibberDetect illegal title from uploaded file and show a...
2004-06-24 Gabriel Wickeadd a class to the ul to make it styleable (red exclama...
2004-06-24 Gabriel Wickemake sure all applicable warnings are displayed (as...
2004-06-24 Gabriel Wicke* Image protection: if the image page is protected...
2004-06-24 Antoine Mussopatch by Laurent GUERBY to use/check copyright upload...
2004-06-09 Tim StarlingConfigurable size warning (change to DefaultSettings...
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-01 Tim Starlingrefactoring and $wgRequest use
2004-03-28 Brion VibberHTTP_POST_VARS obsolete, annoying
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberImported the register_globals hack from REL1_2. Also...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-20 Brion VibberQuickie blacklist & stricter whitelist for upload exten...
2003-12-10 Brion VibberAdjust whitespace
2003-12-09 Evan ProdromouMade two new global variables for checking file extensi...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-04 Luc Van Oostenryck in uploadWarning()
2003-10-15 Tim StarlingSecurity fix: wpReUpload
2003-09-17 Magnus Manskeupload add-on
2003-08-15 Bogdan StancescuAddel label tag for wcUploadAffirm label
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-04-30 Brion VibberCheck for IP blocks on upload
2003-04-14 Lee Daniel CrockerInitial revision