aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-uploadstash.sql
Commit message (Collapse)AuthorAgeFilesLines
* Correct comment about getPropsFromPath/sha1Base36 in sql filesumherirrender2014-06-231-2/+2
| | | | | | The function of class File are deprecated, so change comment to FSFile. Change-Id: I2350b2d6d6b09d4d2f6d64ab04891e0911595cb0
* Fix indentation whitespace errorsumherirrender2012-10-261-1/+1
| | | | Change-Id: Ie268bee2098c589c050e1b5b0e93fe1b3feca86f
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-201-7/+6
| | | | Change-Id: If9fb04f64389b9b40c13f3372ad4792c2e14def0
* Added us_status column for future expansion re Bryan's suggestionIan Baker2011-07-131-4/+7
| | | | | | | | | | | | | | Implemented changes suggested in code review on r92009: constructor bug handling passed repo/stash up-to-date timestamp generation fetching db handle from repo iterating over select results according to convention changed uploadstash.us_media_type to enum to mirror image.img_media_type removed (most) new references to $wgUser, instead using ApiBase::createContext to find the user Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92081
* Added index for abandoned uploads maintenance scriptIan Baker2011-07-131-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92039
* changing smallint to int for image sizes, re bug 26179 comment 13Ian Baker2011-07-131-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92035
* Refactored UploadStash and related classes to use the database for file ↵Ian Baker2011-07-121-0/+44
metadata storage instead of the session, see bug 26179 Tweaked the UploadWizard to work properly with the new backend code, updated tests Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92009