index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
filerepo
/
FileRepo.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable file locking for thumbnail purging just as it already is with creatio...
Aaron Schulz
2012-03-22
1
-1
/
+6
*
enhance filerepo doc structure
Antoine Musso
2012-02-08
1
-0
/
+8
*
align variables / enhance comment
Antoine Musso
2012-02-08
1
-4
/
+6
*
debug statement for FileRepo::storeBatch()
Antoine Musso
2012-02-08
1
-5
/
+7
*
Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke...
Aaron Schulz
2012-01-29
1
-3
/
+3
*
FileRepo: check constructor parameters
Antoine Musso
2012-01-23
1
-1
/
+10
*
* Fixed bugs in SwiftFileBackend file listing code
Aaron Schulz
2012-01-22
1
-1
/
+1
*
Renamed 'overwriteDest' FileBackend operation parameter to just 'overwrite', ...
Aaron Schulz
2012-01-19
1
-1
/
+1
*
Follow-up r108185: removed now unused ALLOW_STALE param
Aaron Schulz
2012-01-16
1
-5
/
+0
*
Fixed annoying bug in FileRepo::deleteBatch() when a file is deleted that has...
Aaron Schulz
2012-01-14
1
-12
/
+8
*
Reverted r108743 per CR comment. This should at least be discussed first.
Aaron Schulz
2012-01-12
1
-1
/
+5
*
Kill "* @return void"
Sam Reed
2012-01-12
1
-5
/
+1
*
* Follow-up r107170: Moved FileBackend::concatenate() outside of doOperations...
Aaron Schulz
2012-01-08
1
-5
/
+3
*
In FileBackend:
Aaron Schulz
2012-01-08
1
-5
/
+5
*
In FileBackend/FileOp:
Aaron Schulz
2012-01-07
1
-1
/
+1
*
* Updated rebuildImages.php per r106752.
Aaron Schulz
2012-01-04
1
-1
/
+2
*
* Removed excess prepare() calls in initZones() - the batch functions already...
Aaron Schulz
2012-01-03
1
-9
/
+6
*
Fixup some returns/return documentation
Sam Reed
2012-01-03
1
-3
/
+1
*
Followup r106752
Sam Reed
2012-01-01
1
-2
/
+2
*
In FileBackendBase/FileBackend:
Aaron Schulz
2011-12-23
1
-3
/
+7
*
* FU r106752: de-uglified Setup.php by moving most of the b/c code into FileB...
Aaron Schulz
2011-12-22
1
-22
/
+9
*
* FU r106752: unbreak urls to ForeignAPIRepo file thumbnails. FileRepo no lon...
Aaron Schulz
2011-12-21
1
-12
/
+18
*
* Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.
Aaron Schulz
2011-12-21
1
-11
/
+8
*
FU r106752: use "media-" instead of "images-" in container names. Long live b...
Aaron Schulz
2011-12-20
1
-1
/
+1
*
Cleaned up some references to FSRepo in code and comments. This should have n...
Aaron Schulz
2011-12-20
1
-1
/
+1
*
Merged FileBackend branch. Manually avoiding merging the many prop-only chang...
Aaron Schulz
2011-12-20
1
-143
/
+859
*
FU r101117: removed cURL thumb handler code and made thumb_handler.php a thin...
Aaron Schulz
2011-12-08
1
-0
/
+9
*
Use database to track uploaded chunks and concatenate at the end.
Jan Gerber
2011-11-30
1
-0
/
+8
*
Revert r104659 and its followup r104665: break the unit tests with a fatal er...
Roan Kattouw
2011-11-30
1
-8
/
+0
*
Use database to track uploaded chunks and concatenate at the end.
Jan Gerber
2011-11-30
1
-0
/
+8
*
Fixed comment typo
Aaron Schulz
2011-11-16
1
-1
/
+1
*
FU r102073:
Aaron Schulz
2011-11-11
1
-12
/
+8
*
Added title type hint to invalidateImageRedirect here too
Aaron Schulz
2011-11-05
1
-1
/
+1
*
* Added File::normalizeTitle() function and used it to consolidate file title...
Aaron Schulz
2011-11-04
1
-1
/
+1
*
* Added some Title type hinting
Aaron Schulz
2011-11-04
1
-1
/
+1
*
* Removed newFileFromKey() which had a misleading description and a bug where...
Aaron Schulz
2011-10-19
1
-39
/
+16
*
Documentation
Sam Reed
2011-09-07
1
-6
/
+36
*
Swap else if for elseif
Sam Reed
2011-06-17
1
-10
/
+10
*
And even more documentation
Sam Reed
2011-05-28
1
-1
/
+7
*
Some HipHop fixes:
Tim Starling
2011-05-27
1
-1
/
+1
*
Swift needs to rewrite entire files. We need this call to prevent N**2 operat...
Russ Nelson
2011-05-23
1
-1
/
+9
*
Fix function level comments that start with /* not /**
Sam Reed
2011-05-21
1
-1
/
+1
*
Reverted r84918 per CR
Aaron Schulz
2011-03-28
1
-0
/
+58
*
findFileFromKey, newFileFromKey, $fileFactoryKey, and $oldFileFactoryKey were...
Russ Nelson
2011-03-28
1
-58
/
+0
*
Don't assume newFileFromKey always returns a File object (some repos many not...
Aaron Schulz
2011-03-27
1
-1
/
+1
*
Made FileRepo::newFileFromKey actually work
Aaron Schulz
2011-03-22
1
-3
/
+4
*
Followup r84470, fill "MW 1.15 compat"
Sam Reed
2011-03-22
1
-14
/
+2
*
Some docs, a spelin eror and fixing a mw1.15 compatibility bug.
Russ Nelson
2011-03-21
1
-0
/
+2
*
More comments on hash inputs
Aaron Schulz
2011-03-20
1
-2
/
+2
*
Tweak documentation
Sam Reed
2011-02-27
1
-0
/
+2
[next]