Change layout of the mustBePosted format to standardise it
[lhc/web/wiklou.git] / includes / upload /
2010-02-11 Mark A. HershbergerMake sure Firefogg gets the json it needs.
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-10 Mark A. Hershbergerfollow-up r62164
2010-02-09 Mark A. Hershbergerfollow-up r61355 a bit more, still have several bits...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
2010-02-09 Mark A. Hershbergerfollow up r61407
2010-02-05 Mark A. HershbergerRandom whitespace cleanup
2010-02-03 Mark A. Hershbergerfollow up r61779 - anyone who writes "!$x == null"...
2010-02-01 Roan KattouwWhitespace fixes for r61761, r61779
2010-02-01 Mark A. Hershbergerfollow up r61355, initial, incomplete dealing with...
2010-02-01 Tim StarlingFor r61355:
2010-01-23 Mark A. Hershbergerfollow up r61355
2010-01-22 Mark A. HershbergerUploadChunks added from js2 branch. Refactored. Still...
2010-01-22 Mark A. Hershbergerws only cleanup
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2009-12-24 Bryan Tong MinhFollow up to r57868: Fix virus scanner on Windows ...
2009-12-19 Bryan Tong MinhFixed certain cases where license construction would...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-02 Alexandre EmsenhuberFix E_STRICT: UploadFromUrl::initialize() should have...
2009-11-27 Raimond SpekkingFix PHP Strict Standards: Declaration of UploadFromUrl...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-20 Tim StarlingRework of libAddMedia. The changes are entirely unteste...
2009-11-04 Bryan Tong Minh* Disable autofill for reuploads
2009-10-29 Bryan Tong MinhDo a weak boolean comparison against $asyncdownload...
2009-10-23 Bryan Tong Minh* Updated upload hooks documentation
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-16 Michael Dalefix per r57729#c4267
2009-10-15 Michael Dale* ( bug 21089 ) fixes js2 upload stash support.
2009-10-14 Michael Dale* added db commit logic to the watch request in api...
2009-10-14 Michael Dale* follow-up to r57728 switched to use global wfShellExe...
2009-10-14 Michael Dale* (bug 21140) Fixed Upload Form for using an Antivirus...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-08 Michael Dale* bug 21063 http copy upload and upload from stash...
2009-09-23 Bryan Tong Minh(bug 20780) Fix in UploadBase::detectScript: should...
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-19 Bryan Tong MinhFix overwrite permission checking for users without...
2009-09-18 Bryan Tong MinhSet wpSourceType to file by default for backwards compa...
2009-09-17 Michael Dale* minor fix to uploadFromChunks in case its initialized...
2009-09-17 Bryan Tong MinhResolving virtual url of temp path for stashed files...
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-09-16 Bryan Tong MinhCleanup SpecialUpload::getExistsWarning which reference...
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-09-04 Alexandre Emsenhuberuse wfScript() so that it uses $wgScriptExtension to...
2009-08-27 Michael Dalequick fix for r55604 broken chunk upload class abstraction
2009-08-27 Bryan Tong Minh* Output warnings as filenames rather than an array...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Bryan Tong MinhRemoved the $tmpFile parameter to UploadBase::verifyUpl...
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-08-06 Michael Dale* made wgMaxUploadSize check work with js2/firefogg...
2009-08-06 Michael Dale* added check to chunk uploads to make sure we have...
2009-07-31 Raimond SpekkingFix PHP Notice: Undefined variable: wgMimeTypeBlacklist...
2009-07-31 Michael Dalerestored $wgVerifyMimeType check
2009-07-27 Michael Dale* ( bug 19930 ) default to SYNC_DOWNLOAD
2009-07-27 Michael Daleremoved session_write_close(); per bug 19932
2009-07-25 Jack Phoenixcoding style tweaks
2009-07-25 Michael Dale* updates for strict compliance mode chunk uploading
2009-07-22 Alexandre Emsenhuber* no need to pass "$asyncdownload = false", this is...
2009-07-17 Michael Dale* fixed filldestination with for non-js2 version of...
2009-07-15 Michael DaleSome Strict Standards fixes per r53282 c3194
2009-07-15 Jack Phoenixcoding style cleanup for upload stuff
2009-07-15 Roan Kattouw(bug 19728) Use wfDebug() instead of print for debuggin...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...