Merge "Use Title::newFromRow in ApiPageSet::processDbRow"
[lhc/web/wiklou.git] / includes / specials / SpecialUploadStash.php
2012-06-07 SiebrandMerge "(bug 37181) Removed hard coded parentheses in...
2012-06-07 Aaron SchulzMerge "Fix error message for MySQL connection failures"
2012-06-06 Aaron SchulzMerge "Change of Title->exists() to Title->isKnown...
2012-06-06 Aaron SchulzMerge "Use local context to get messages and don't...
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-06-05 awjrichardsBig oops - merged to wrong branch.
2012-06-05 KrinkleMerge "Reverse the dependency for mediawiki.language...
2012-06-04 DemonMerge "[FileBackend] Gave doQuickOperations() some...
2012-06-04 DemonMerge "[FileBackend] Purge Swift process cache before...
2012-06-04 DemonMerge "[FileBackend] Worked around Akamai CDN purge...
2012-06-04 DemonMerge "Fixed destructor in FSLockManager to clear all...
2012-06-04 DemonMerge "[FileRepo] Made getDescription() respect *_delet...
2012-06-04 DemonMerge "document CASE (0th array element) for $magicWords"
2012-06-04 DemonMerge "Rename $exclude_patterns to $excludePatterns...
2012-06-04 DemonMerge "Use canonical class name. Include ORMRowTest...
2012-06-03 Aaron SchulzMerge "Replace calls to deprecated Article::doWatch...
2012-06-03 SiebrandMerge "(bug 37151) Updating extensions/README file...
2012-06-03 Aaron SchulzMerge "Revert "Purge Squid variant pages based on page...
2012-06-03 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-06-02 awjrichardsRevert to arbitrarily old point before initial remote...
2012-06-05 CatropeMerge "[FileRepo] Fixed file move data-loss race condit...
2012-06-05 Aaron SchulzMerge "(bug 32643) Prevent action=purge&forcelinkupdate...
2012-02-21 Alexandre EmsenhuberUse local context to get messages
2012-02-09 Sam ReedMore return documentation
2012-01-05 Aaron SchulzIn SpecialUploadStash:
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
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...