Changed TIME_ONLY to NAME_AND_TIME_ONLY in FileRepo
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 9 Dec 2013 20:24:32 +0000 (12:24 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 11 Dec 2013 19:54:31 +0000 (11:54 -0800)
commite216fe5501679d02648ba9ec1acb5c18ab59000e
treeb50e40a830c55e6b1606f7a84372606a9c88e37a
parentecb50a2269fdcce2aba975f824803b6eaf8051fb
Changed TIME_ONLY to NAME_AND_TIME_ONLY in FileRepo

* This now returns a (final DB key, timestamp) map for each file.
  This makes proper redirect handling easier for callers.
* Also fixed the case where ucfirst normalization is different in the
  repo versus the local wiki.
* Also added $flags to RepoGroup::findFiles() as expected.

Change-Id: I978a1cc0a0589179c46e477cfd06c8bff4c08fa9
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php
includes/filerepo/RepoGroup.php