Update some deprecated code
[lhc/web/wiklou.git] / includes / specials / SpecialUploadStash.php
2011-10-14 Sam ReedUpdate some deprecated code
2011-09-25 Alexandre EmsenhuberFollow-up r96958: forgot one use of $wgUser
2011-09-16 Alexandre Emsenhuber* Added HttpError exception as replacement for wfHttpEr...
2011-09-14 Ian BakerSwitched from prepending http for protocol-relative...
2011-09-13 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-13 Ian BakerIf the scaler URL is protocol-relative, things just...
2011-08-17 Ian BakerlistFiles() returns false when empty. Special:UplaodSt...
2011-08-01 Sam ReedCommit live hack
2011-07-18 Sam ReedKill unused globals
2011-07-04 Antoine MussoHTTP status messages move: OutputPage -> HttpStatus
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-07 Neil Kandalgaonkarjoin() appears to be inadequate for some production...
2011-03-25 Neil Kandalgaonkarfix bug #28071. Many video previews are relatively...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-02-11 Bryan Tong Minh* Remove code duplication for UploadStash: Move all...
2011-02-09 Platonides1 to true in boolean parameter
2011-02-07 Bryan Tong MinhFollow-up r81401: fix callback, apparently it was the...
2011-02-02 Bryan Tong MinhCleanup SpecialUploadStash
2011-02-02 Bryan Tong MinhRemove the $request parameter fro SpecialUploadStash...
2011-01-31 Bryan Tong MinhFollow-up r81209: Use the same param detection method...
2011-01-30 Bryan Tong MinhAs per my comments on bug 27038 and my comments on...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2010-12-21 PlatonidesRemove unused global
2010-12-15 Happy-melonClean up the running mess that is r64866, r65040, and...
2010-12-15 Neil Kandalgaonkaradded a page to list all stashed files, and clear them...
2010-11-30 Neil Kandalgaonkarforgot to change the function signature after refactor...
2010-11-30 Neil Kandalgaonkarmatching returns
2010-11-30 Neil Kandalgaonkarbetter error checking, fixed a few bugs with remote...
2010-11-30 Neil KandalgaonkarDual strategy thumbnailing -- locally for development...
2010-11-28 Sam ReedRemove some unused variables and globals
2010-11-16 Roan KattouwFollowup r76782: is_a() -> instanceof (we dropped PHP...
2010-11-16 Neil KandalgaonkarFollowups mostly to r75906.
2010-11-11 Mark A. Hershbergerfollowup r76526
2010-11-11 Mark A. Hershberger* Revert r76503
2010-11-10 Alexandre EmsenhuberFixed some doxygen warnings (and some whitespaces remov...
2010-11-09 Alexandre Emsenhuber* Marked Special:UploadStash unlisted since accessing...
2010-11-06 Roan KattouwRevert r76177 and use AutoLoader
2010-11-06 PlatonidesUploadStashFileNotFoundException and UploadStashBadPath...
2010-11-06 PlatonidesDo not assign the variable in the condition.
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...