Slight fix for r47781: remove useless if($index) conditional: $index is always set...
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
2009-02-24 Aaron Schulz* (bug 17649) Added isDeletedQuick() and replaced some...
2009-01-28 Aaron SchulzAdd an ID to wpForReUpload
2009-01-28 Aaron SchulzSplit off 'wpReUpload' into the old check 'wpReUpload...
2009-01-28 Aaron Schulz(bug 17193) Carry $this->mReUpload over with hidden...
2009-01-28 Aaron Schulz(bug 17200) "Reuploading a file saves to source file...
2009-01-28 Aaron Schulz(bug 15811) Also remove license template cruft on re...
2009-01-28 Chad HorohoeRe-commit r46417 (Skip dupe warnings when it's a titles...
2009-01-28 Brion VibberRevert r46417 "Skip dupe warnings when it's a titles...
2009-01-28 Chad HorohoeSkip dupe warnings when it's a titles are the same...
2009-01-27 Brion VibberRevert r45498 "Special:Upload can now have a custom...
2009-01-25 Aaron SchulzDon't show extra copyright data on re-upload
2009-01-21 Aaron SchulzXHTML
2009-01-21 Aaron Schulz(bug 15811) Re-upload form tweaks
2009-01-16 Chad Horohoe(bug 17035) Fail gracefully if php's file_uploads are...
2009-01-14 Brion VibberFollowup to r45676, r45688, r45689, but this time actua...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2009-01-13 Chad Horohoebug 15470: Don't force-capitalize on Special:Upload...
2009-01-12 Chad HorohoeRemove this ucfirst() crap. $filtered is already a...
2009-01-12 Chad Horohoe(bug 16968) Don't throw useless warnings on Special...
2009-01-07 Alexandre EmsenhuberSpecial:Upload can now have a custom upload message...
2008-12-23 Brion VibberFollow-up to r44987 -- use the Title-filtered version...
2008-12-23 Brion VibberMIN_LENGHT_PARTNAME -> MIN_LENGTH_PARTNAME
2008-12-23 Alex Z(bug 16772) Special:Upload now correctly rejects files...
2008-12-12 Tim StarlingMoved the IE content type checks to their own class...
2008-12-05 Tim StarlingNew file upload content type checks using a simulation...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-18 Tim StarlingMark the functions I just accessed from outside the...
2008-11-18 Andrew GarrettRemove some debugging code...
2008-11-18 Andrew GarrettWarn when re-uploading a file with the same SHA1/extens...
2008-11-17 Brion Vibber* Improved scripting safety heuristics for IE 5/6 conte...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-03 Raimond SpekkingTrim the final extension to avoid a confusing warning...
2008-10-07 Raimond SpekkingCleanup for r41782: use a common class, not a series...
2008-09-19 Brion VibberQuickie example adding $wgLang->commaList() to encapsul...
2008-09-03 Tim StarlingTemporarily reverted SpecialUpload.php to r37968, befor...
2008-09-01 Tim StarlingRename UploadFromBase to UploadBase. It's best to use...
2008-09-01 Tim StarlingFix spelling MIN_LENGHT_PARTNAME
2008-08-30 Bryan Tong MinhFix a few undeclared variables in upload warning code.
2008-08-29 Rotem LissFixing a fatal error on upload page:
2008-08-28 Bryan Tong MinhProperly check permissions.
2008-08-28 Bryan Tong MinhMake UploadFromBase::getTitle more logical by returning...
2008-08-28 Bryan Tong MinhUse static methods to check whether upload is enabled
2008-08-27 Bryan Tong Minh* Remove a debug statement
2008-08-27 Bryan Tong MinhSplitting backend upload code from SpecialUpload.
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-10 Victor VasilievFix previous commit (removed accidentally commited...
2008-07-10 Victor Vasiliev* (bug 14772) Disallow moving images to invalid titles
2008-07-10 Brion VibberRevert r37443 for the moment:
2008-07-09 Victor Vasiliev* Forbid files with * and ? to be uploaded under Window...
2008-07-06 Niklas Laxström* Allow plural in filetype-banned-type, filetype-unwant...
2008-06-27 Chad HorohoewrapWikiMsg() instead of doing it raw.
2008-06-27 Chad HorohoeLocalize Virus scanner messages.
2008-06-26 Alexandre EmsenhuberUsing WikiError seems to be useless here
2008-06-23 Aaron SchulzRemove duplication
2008-06-19 Brion VibberRename all the special page class files back to their...