addWikiMsg
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
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...