Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN...
[lhc/web/wiklou.git] / includes / upload / UploadStash.php
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-10-29 Sam ReedKill various unused variables
2011-09-14 Ian BakerFixed incorrect userId reference
2011-08-16 Ian BakerCleaning up little things, updates to code clarity...
2011-08-15 Ian BakerRemoved the ability to pass a key into stashFile()...
2011-08-15 Ian BakerRemoved complex replag handling, now just query master...
2011-08-15 Ian Bakercleaned up database query, doesn't have to be aware...
2011-08-15 Ian BakerFixed incorrect usage of || operator, added test
2011-08-04 Ian BakerFixed bug where global wgUploadStashMaxAge wasn't used...
2011-08-02 Neil Kandalgaonkaradded a few comments about noAuth
2011-07-29 Ian BakerChanged stash age parameter from a constant to a config...
2011-07-25 Ian BakerChanged storeResult to storeStatus (more informative...
2011-07-15 Ian BakerNo longer using the content hash as a file key. This...
2011-07-15 Chad HorohoeSlightly more informative error message when passed...
2011-07-15 Chad HorohoeStylize
2011-07-14 Ian Bakerproperly handle the case where a file disappears during...
2011-07-14 Ian Bakerfixed a condition where re-uploading a file that's...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-13 Ian BakerAdded maintenance script for cleaning up abandoned...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-06-28 Russ NelsonUploadStashFile::__construct() can't assume that the...
2011-06-21 PlatonidesFollow up with the problem noted in r90530.
2011-06-18 Bryan Tong Minh(bug 29408) Key 'something.' is not in a proper format
2011-05-29 Sam ReedAnd even more documentation in various files
2011-03-25 Sam ReedAdd/update/improve various bits of documentation
2011-03-18 Mark A. HershbergerFollowup r83536 to address Jack Phoenix's comments...
2011-03-08 Mark A. Hershbergermisc w/s cleanups, “svn diff -x-w” clean
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
2011-02-11 Bryan Tong Minh* Remove code duplication for UploadStash: Move all...
2011-02-02 Sam ReedFixup some trailing newlines
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-15 Neil Kandalgaonkaradded a page to list all stashed files, and clear them...
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-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 Neil Kandalgaonkarremoved URL hackery, now using SpecialPage::getTitleFor...
2010-11-15 Neil Kandalgaonkarupdated comments, error messages. Removing exposure...
2010-11-12 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-11 Mark A. Hershberger* Revert r76503
2010-11-11 Mark A. Hershbergerfixes Bug 25812
2010-11-08 Neil Kandalgaonkarused accessor as recommended in comments to r73555
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...