Merge "(bug 37181) Removed hard coded parentheses in SpecialMIMEsearch.php"
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 Brion VIBBERMerge "Unbuffered queries result freeing & error handling"
2012-04-03 DemonMerge "Bug 35671 - PHP Notice: Undefined index: gettoke...
2012-04-03 Jan Gerberreport real upload limit on Special:Upload
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Aaron SchulzMerge "Closing dump buffers on stream end"
2012-03-26 Reedy* (bug 34212) ApiBlock/ApiUnblock allow action to take...
2012-02-16 Sam ReedFix user related direct member variable access
2012-01-25 Benny SituRevert from 107187 to 107186 for bug24430 patch, it...
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-01-19 Sam ReedDocumentation
2011-12-31 Krinkle[Core JS] More fixing of global config variable usage
2011-12-23 Benny Situbug24430 - patch from Chinchin, remove number of column...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-10-13 Amir E. AharoniFixes bug 31496. Patch by Tomer A. I tested it by tryin...
2011-10-07 Bryan Tong MinhFollow-up r98430, use dedicated error message for filen...
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-16 Sam ReedRevert r91561
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-09 Chad HorohoeResolve fixme on r96249: can't use in static context
2011-09-04 Alexandre EmsenhuberUse local context instead of global variables
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-08 Leo Koppelkammr86603 : Updatin last call to mediawiki.legacy.edit...
2011-07-06 Brian Wolff(follow-up r57868) Check if there exists a deleted...
2011-07-06 Brian Wolff(Bug 19725) Do not include suppressed edits in the...
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-22 Matěj GrabovskýFollow-up r90369: Add third parameter to filetype-unwan...
2011-06-18 Matěj Grabovský(bug 29325) Setting $wgStrictFileExtensions to false...
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-04-20 Neil Kandalgaonkarmake SpecialUpload::userCanExecute signature compatible...
2011-03-27 Sam Reed* (bug 28263) cannot import xml with the api, when...
2011-03-25 Neil Kandalgaonkarchange the name of UploadBase::verifyPermissions()...
2011-03-22 Sam ReedPartial revert to r83979
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-14 Sam Reed* (bug 28034) uploading file to local wiki when file...
2011-03-14 Sam ReedMore documentation while poking bugs
2011-03-04 Bryan Tong Minh(bug 26995) File size is now checked before uploading...
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-01-28 PlatonidesRemove empty statement (r80993) and unused global ...
2011-01-27 Bryan Tong Minh(bug 26929) Introduced the edittools-upload message...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-25 Bryan Tong MinhUploads that throw a warning (UploadFromStash) a thumbn...
2011-01-22 Bryan Tong Minh(bug 26809) Uploading files with multiple extensions...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-06 Happy-melonFollow-up r78452: missed a couple of hidden fields...
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2011-01-06 Benjamin LeesFollow-up to r78285: remove blacklisted file types...
2010-12-26 Brion VibberThumbnail previews for PNG, JPEG, GIF, and SVG files...
2010-12-18 TobiasFixing r65339: makeTitleSafe instead of newFromText
2010-12-15 Happy-melonClean up the running mess that is r64866, r65040, and...
2010-12-12 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-03 PlatonidesMake $wgForceUIMsgAsContentMsg work a bit different...
2010-11-30 Bryan Tong Minh(bug 26160) Upload description set by extensions are...
2010-11-08 Bryan Tong MinhUndeprecate UploadForm:BeforeProcessing. Instead only...
2010-11-05 Platonidesunused global
2010-11-02 Chad HorohoeFollowup r65070, remove last instance of editwidth...
2010-10-14 Sam ReedBig attack on unused variables...
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...
next