So I'm trying to figure out if there's some logic behind the similarly named files in the API includes:
includes/api/ApiQueryAllimages.php includes/api/ApiQueryAllImages.php includes/api/ApiQueryAllmessages.php includes/api/ApiQueryAllMessages.php includes/api/ApiQueryAllpages.php includes/api/ApiQueryAllPages.php
The capitalized versions dont exist before:
commit 720c1b7be0d881f782e227ac7a2b86eab996fff3 Author: Petr Onderka gsvick@gmail.com Date: Wed Apr 11 17:10:22 2012 +0200
Corrected capitalization in the file and class names of API modules
Change-Id: I8f317e458ee0f8706434e43a7890cda530595e64
And the non-capitalized versions haven't been edited after.
So there's this broken git history.