Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / upload /
2011-01-22 Ilmari KaronenAdd extension and MIME type as parameters to filetype...
2011-01-21 Ilmari KaronenCheck that the MIME type is allowed before checking...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2011-01-06 Sam ReedFixup FIXME on r65818
2010-12-22 Sam ReedProperly qualify usage of class constants
2010-12-15 Neil Kandalgaonkaradded a page to list all stashed files, and clear them...
2010-12-12 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-08 Mark A. Hershbergerre r75906 — replace the removed getSessionKey() with...
2010-12-07 Benjamin Lees(bug 18372) $wgFileExtensions will now override $wgFile...
2010-12-06 Roan KattouwRevert unintended changes in r77908
2010-12-06 Roan Kattouw(bug 26130) Revert changes to WebStart.php in r72349...
2010-11-30 Sam ReedMore unused variables
2010-11-30 Neil Kandalgaonkarremoved debug statement
2010-11-30 Neil KandalgaonkarDual strategy thumbnailing -- locally for development...
2010-11-28 Sam ReedFix 1 deprecated method call in SpecialPage, and 3...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-24 Neil Kandalgaonkarmore debug log messages for errors which have to be...
2010-11-24 Neil Kandalgaonkargenerate debug messages, trying to fix a problem on...
2010-11-16 Roan KattouwFollowup r76782: is_a() -> instanceof (we dropped PHP...
2010-11-16 Neil Kandalgaonkarfixed typo
2010-11-16 Neil KandalgaonkarFixed bug#25784 (thumbnails of stashed files had wrong...
2010-11-16 Neil Kandalgaonkarremoved URL hackery, now using SpecialPage::getTitleFor...
2010-11-15 Neil Kandalgaonkarupdated comments, error messages. Removing exposure...
2010-11-13 Sam ReedFixed up some doxygen warnings
2010-11-12 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-11-11 Mark A. Hershberger* Revert r76503
2010-11-11 Mark A. Hershbergerfixes Bug 25812
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-08 Neil Kandalgaonkarused accessor as recommended in comments to r73555
2010-11-08 Bryan Tong MinhUndeprecate UploadForm:BeforeProcessing. Instead only...
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-09-07 Tim StarlingFixes for r72024:
2010-09-06 Bryan Tong MinhFollow-up r70137: Made asynchronous upload working...
2010-09-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-01 Chad HorohoeCall time pass-by-ref
2010-08-31 Daniel Kinzlerintroducing Generic::verifyFileHook() to let media...
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-31 Daniel Kinzlerreverting r71944 as per TheDJ's comment. Will investiga...
2010-08-30 Daniel Kinzleras per r71789: don't guess mime type again, that's...
2010-08-30 Daniel Kinzlerinteroduced new hoop in Uploadbase::verifyFile, as...
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-07-29 Bryan Tong MinhMade asynchronous upload by URL working, partly. Hid...
2010-07-29 Bryan Tong MinhUploading to a protected title will allow the user...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-28 Bryan Tong MinhStyle fixes on UploadFromUrl.php
2010-07-27 Bryan Tong MinhFollow-up r70037: Fix ApiUpload by passing a WebRequest...
2010-07-27 Bryan Tong MinhFollow-up r70037: Move isIniSizeOverflow magic to WebRe...
2010-07-27 Bryan Tong Minh(bug 23380) Uploaded files that are larger than allowed...
2010-07-25 Sam ReedMore self:: to $this->
2010-07-24 Sam ReedRemoval of unused globals
2010-06-12 Mark A. Hershberger* re r65152 add back async option for uploadByURL API...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-27 Tim StarlingFixed severe breakage of non-JS upload, presumably...
2010-05-14 Mark A. HershbergerStart adding support for leaving user's messages. ...
2010-05-04 Bryan Tong MinhFix for r65818: the proper permission is 'createpage...
2010-05-02 Bryan Tong MinhFix for r65818.
2010-05-02 Bryan Tong Minh(bug 18408) All required permissions for uploading...
2010-04-18 Alexandre EmsenhuberPer siebrand: missing global declaration of $wgTmpDirectory
2010-04-17 Mark A. Hershbergerfor r65152: fixed web ui for UploadFromUrl
2010-04-17 Sam ReedFix
2010-04-17 Mark A. Hershbergerre: r65152
2010-04-17 Mark A. Hershbergerre: r65152 fix translatewiki problems
2010-04-17 Mark A. Hershberger* New UploadFromUrlJob class to handle Upload-by-Copy
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-12 Alexandre EmsenhuberFix documentation introduced in r64403
2010-03-31 Mark A. Hershbergeruse class constant from r64403
2010-03-30 Mark A. Hershberger* Set $titleObj to null by default on getWatchlistValue...
2010-03-25 Sam ReedMinor tweak to performUpload in UploadBase.php
2010-03-20 Bryan Tong MinhUploadBase::getTitle():
2010-03-19 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-12 Bryan Tong MinhRemove the session_start from UploadBase, since there...
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-02-22 Mark A. Hershbergerfollow up r53282
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-17 Michael Dale* added missing initialize function to UploadFromFile...
2010-02-16 Jack Phoenixmore braces, documentation and spacing tweaks
2010-02-15 Mark A. HershbergerTidy up phpdoc to match code
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...
next