| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I62ba23bd22e0f177fb48acaf6bcc38cbffacd3e7
|
|
|
|
| |
Change-Id: Ie99a7f1335bb5cceb0cb1c33a40094b3a22101ea
|
|
|
|
| |
Change-Id: I4031085faef4a1a7ce49dbeeb0b3ddf94d41132c
|
|
|
|
| |
Change-Id: Ie48852acb434f6b62fda0b13b13e076f833d8975
|
|
|
|
|
|
| |
Also made file/class documentation more consistent.
Change-Id: Iad15427368d13a6cc11c8512b7265e8c7b8878a5
|
|
|
|
| |
Change-Id: Ib4a716867b12be2cef90f87bc77c22ea2d890261
|
|
|
|
|
|
|
|
| |
* Various documentation improvements.
* Moved a few protected FileBackendStoreShardListIterator functions down. Same with normalizeContainerPath().
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/112958
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/112866
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/110938
|
|
|
|
|
|
|
| |
Fix whitespace
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/110125
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made secure() call doPrepare() for caller dummy proofing (especially those that don't check the status).
In FSFileBackend:
* Removed redundant wfMkdirParents() calls in FSFileBackend, we already have prepare() for this purpose. This also keeps it's behavior more consistent with the other backends.
* Made use of 'backend-fail-store' message in doStoreInternal().
Other:
* Updated unit tests and renamed $src => $source in some functions for consistency.
* Added some documentation comments and @since tags.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108878
|
|
|
|
|
|
|
|
|
| |
* Only use hash keys later on in the data flow rather than right when doLock() is called. This allows for error messages in Status objects to use human readable paths rather than ugly hash keys.
* Moved $locksHeld declaration duplication up to the base class.
* Fixed __destruct() in FSLockManager to not use bogus doSingleUnlock() lock type parameter.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/107193
|
|
changes SVN likes to sprinkle in (easy to spot from the change list). Did not add SwiftFileBackend.php as it still is in development.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/106752
|