* Made special page names case-insensitive and localisable. Care has been taken to...
[lhc/web/wiklou.git] / includes / SpecialUpload.php
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-25 Brion Vibber* (bug 7684) Obey watchcreated preference for Special...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-03 Jimmy Collins(bug 6675) Replaced message 'watchthis' with new message
2006-08-31 Magnus ManskeImproved form for URL-based upload
2006-08-23 Rotem Liss(bug 5970) Need to login to upload files
2006-08-22 Brion Vibberbegin cleanup on magnus' url upload thingy
2006-08-22 Magnus ManskeSwitched URL upload function to CURL
2006-08-22 Magnus Manske$wgMaxUploadSize now limits URL upload
2006-08-22 Magnus ManskeOption: Allow upload from URL. Set $wgAllowCopyUploads...
2006-07-04 Tim StarlingChanged the image directory global functions, they...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas Mituzasnuke UpdateClasses.php, autoload MacBinary, Licenses
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-24 Niklas Laxström* (bug 6061) Improper escaping in some html forms
2006-05-22 Ævar Arnfjörð Bjar... * Pass the extension to detectScript and allow files...
2006-05-12 Rob Churchnarf
2006-05-12 Rob ChurchSupport wiki text in "filewasdeleted"
2006-05-05 Rob ChurchIntroduce $wgAllowTitlesInSVG, which allows the <title...
2006-04-29 Rob Church(bug 5716) Warn when a user tries to upload a file...
2006-04-16 Brion VibberFix the UploadComplete hook. Threw lovely errors and...
2006-04-13 Rob Church(bug 3359) Add hooks on completion of file upload
2006-04-04 Rob ChurchFix bogus "filename too short" error when uploading...
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinundeclared globals
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-06 Lupinwhitespace
2006-01-20 Brion Vibber* (bug 4679) Work around buggy basename() function...
2006-01-12 Brion Vibber* (bug 4576) Missing '>' broke license selector's first...
2006-01-11 Rob Church* Improve the "uploads disabled" warning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-01 Brion Vibber* (bug 3318) UI workarounds for disabled items in licen...
2005-12-04 Antoine MussoClean up unused globals!
2005-12-02 Brion Vibber* (bug 4100, 3049) Add 'edittools' message to hold...
2005-10-24 Tom GilderAccessibility: added <label>s
2005-10-24 Ævar Arnfjörð Bjar... * Wrap uploadtext in <div id="uploadtext"> so that...
2005-10-24 Ævar Arnfjörð Bjar... * Debugging code commited to cvs, oops
2005-10-24 Ævar Arnfjörð Bjar... * Made an interface for wpIgnoreWarning, already suppor...
2005-10-08 Brion VibberCorrection to fix for bug 3641: don't reject on all...
2005-10-07 Ævar Arnfjörð Bjar... * (bug 3641) changed the upload rules so that mime...
2005-09-30 Ævar Arnfjörð Bjar... * Moved the 'Watch this page' checkbox below the licens...
2005-09-19 Brion Vibber* (bug 2570) Add 'watch this page' checkbox on uploads...
2005-09-17 Brion Vibber* (bug 3475) anon contrib links on Special:Newpages
2005-09-06 Brion Vibber* Add UploadVerification hook for custom file upload...
2005-09-05 Brion Vibber* Add 'reupload' and 'reupload-shared' permission keys...
2005-09-03 Rowan CollinsQuick workaround for bug 3131 (don't fill destname...
2005-08-30 Brion Vibberadjust whitespace
2005-08-29 Ævar Arnfjörð Bjar... * Support for a license selection box on Special:Upload...
2005-08-26 Niklas Laxström* (bug 2554) Tell users they are uploading too large...
2005-08-21 Brion Vibber* (bug 3216) Don't show empty warning page when no...
2005-08-20 Niklas Laxströmbug 3208: split the other meaning of filedesc to fileup...
2005-08-12 Niklas Laxström*html-safety fixes
2005-08-12 Brion Vibber* (bug 3076) Support MacBinary-encoded uploads from...
2005-07-22 Ævar Arnfjörð Bjar... * Fixed unclosed <p> tag
2005-07-16 Ævar Arnfjörð Bjar... * Removed $wgCopyrightAffirmation support
2005-06-22 Ævar Arnfjörð Bjar... * The copyright confirmation box at Special:Upload...
2005-06-19 Brion Vibber* Special:Upload now uses 'upload' permission instead...
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 ...
next