Follow-up r98430, use dedicated error message for filename too long error. Adds ...
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
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...
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...
next