Moved some of the functionality from mediawiki.legacy.prefs into mediawiki.specials...
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-29 Aryeh GregorMake SpecialUpload members public again
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-08-08 Max Semenik(bug 15470) First letters of filenames are always capit...
2010-07-29 Bryan Tong MinhUploading to a protected title will allow the user...
2010-07-29 Bryan Tong MinhFollow-up r60277: Do not return BEFORE_PROCESSING,...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-24 Sam ReedRemoval of unused globals
2010-07-03 Alexandre EmsenhuberFix E_STRICT about different function signature
2010-07-01 Derk-Jan Hartman(bug 24022) Don't check extensions of files in uploadpa...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
2010-06-18 Bryan Tong Minh(bug 23465) Don't ignore the predefined destination...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-27 Tim StarlingFixed severe breakage of non-JS upload, presumably...
2010-05-13 Tim StarlingAvoid E_NOTICE when texttop or textaftersummary is...
2010-05-04 Derk-Jan HartmanDo not add the license selector when uploading a new...
2010-05-02 Bryan Tong Minh(bug 18408) All required permissions for uploading...
2010-04-25 Siebrand MazelandFollow-up 65339: fix 'pass by reference' warning as...
2010-04-24 Raimond SpekkingAdd a comment with the used message keys to make sure...
2010-04-21 Tobiasfixing r65339 which broke Upload when file dest was...
2010-04-20 TobiasWhen visiting a 'red link' of a deleted file, a deletio...
2010-04-19 Raimond SpekkingFollow-up r65049: Fix constant name
2010-04-17 Mark A. Hershbergerfor r65152: fixed web ui for UploadFromUrl
2010-04-15 Bryan Tong Minh(bug 17941) $wgMaxUploadSize is now honored by all...
2010-04-15 Bryan Tong MinhRefactored UploadFromUrl to use HttpFunctions.
2010-04-14 Bryan Tong MinhFollow-up to r65027: Prefix all hidden fields with...
2010-04-14 Bryan Tong Minh(bug 23176) Fixed regression: "upload new version"...
2010-04-12 Bryan Tong Minh(bug 23167) Check the watch checkbox by default if...
2010-04-10 Tim Starling(bug 23127) Fix for r57868, pass destination file name...
2010-03-20 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-07 Jack Phoenixcleanup to SpecialUpload.php:
2010-02-27 Bryan Tong Minh* Allow string to be passed to showUploadForm to make...
2010-02-27 Bryan Tong MinhFix upload hook params
2010-01-27 Jack D. Pond$mDesiredDestName property changed from protected to...
2010-01-13 Bryan Tong MinhUpload license preview now uses the API instead of...
2010-01-09 Bryan Tong MinhFix use of an array for no apparent reason.
2009-12-21 Bryan Tong MinhFollow up to r60277: Restore the uploadFormTextTop...
2009-12-21 Bryan Tong MinhRestored wpDestFileWarningAck, but this time in case...
2009-12-21 Bryan Tong MinhRestore hooks UploadForm:initial and UploadForm:BeforeP...
2009-12-19 Bryan Tong MinhFixed certain cases where license construction would...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-15 Michael Dale* changed "wgSourceTypeUrl" back to "wgSourceTypeURL"
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-13 Daniel Kinzlerallow UploadVerification hooks to return error details
2009-11-04 Bryan Tong Minh* Disable autofill for reuploads
2009-10-27 Bryan Tong Minh* Fix hook invocation
2009-10-26 Bryan Tong MinhFollow-up to r57868: Add edit.js unconditionally like...
2009-10-23 Bryan Tong Minh* Updated upload hooks documentation
2009-10-21 Bryan Tong Minh* Bump wgStyleVersion for various upload javascript...
2009-10-19 Michael Dale* close up the </ul> bug 21188
2009-10-19 Alexandre Emsenhuber* (bug 21183) Missing global declaration of $wgLang...
2009-10-18 Bryan Tong MinhFollowup to r57868: Fix two strict standards warnings
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-08 Michael Dale* bug 21028 updated title for upload error
2009-09-22 Brion VibberWorkaround for bugs with Commonist (mwapi-based) and...
2009-09-19 Bryan Tong MinhwfMsgExt, instead of wfMsg
2009-09-19 Bryan Tong MinhFollow up to r56639: Remove some existence check duplic...
2009-09-19 Bryan Tong MinhFix several messages generated by SpecialUpload::getExi...
2009-09-17 Michael Dale* ( bug 18264 ) upload-by-url form was still disabled...
2009-09-16 Bryan Tong MinhCleanup SpecialUpload::getExistsWarning which reference...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-03 Aaron SchulzFixed regression that made re-upload links give overwri...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-24 Alexandre Emsenhuber* (bug 19966) MediaWiki:License-header is now used...
2009-08-22 Alexandre Emsenhuberuse tabs for identation, not spaces
2009-08-22 Michael Dalere-added $partname for warning checks 53361#c3664
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-18 Michael Dale* fixed SpecialUpload page iframe uploading for js2...
2009-08-06 Niklas Laxström* <b>Notice</b>: Undefined variable: val2 in <b>/var...
2009-08-05 Benjamin LeesConvert check to use wfShorthandToInteger()
2009-07-31 Michael Dalefixed wpSourceType value
2009-07-27 Alexandre Emsenhuber* (bug 18407, bug 18409) Special:Upload is now listed...
2009-07-26 Michael Dalecheck for mUpload for in case of mReUPload
2009-07-24 Aaron Schulzundefined variable error fix
2009-07-19 Alexandre Emsenhuberfix for r53483, use tabs for identations, not spaces :)
2009-07-19 Brion Vibber* (bug 19827) Special:SpecialPages title is "Upload...
2009-07-18 Michael DaleDestination Check fixes
2009-07-17 Michael Dalea few more minor fixes of things lost in the SpecialUpl...
2009-07-17 Michael Dalerestored some re-factoring of SpecialUpload.php from...
2009-07-17 Michael Dale* fixed filldestination with for non-js2 version of...
2009-07-16 Michael Dalefixed unset partname
2009-07-15 Michael DaleSome Strict Standards fixes per r53282 c3194
2009-07-15 Michael DaleSpecialUpload page fixes related to notes on r53282...
2009-07-15 Alexandre Emsenhuber* remove wfSpecialUpload() since UploadForm now extends...
2009-07-15 Niklas LaxströmOnly whitespace changes
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-13 Niklas LaxströmSome escaping fixes and related readability changes
2009-07-04 Chad Horohoe(bug 19509) can't upload to file called '0'. Patch...
2009-07-01 Chad Horohoe(bug 19423) The initial file description page uses...
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-13 Siebrand Mazeland* deprecated makeMediaLink() to makeMediaLinkObj
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-26 Robin PepermansPer comment at r50961: keep the messages saying "you...
2009-05-24 Robin PepermansFixing part of bug 14688 (upload restrictions):
2009-05-17 Siebrand Mazeland(bug 18411) The upload form now also checks post_max_si...
2009-05-17 Alexandre Emsenhuberreplace ereg(i) by preg_match since the former is depre...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-23 Tim StarlingFixed XSS.
next