file
49 rows where patch_id = 60099
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275770 | 60099 60099 | includes/EditPage.php |
275771 | 60099 60099 | includes/Hook/EditPage__attemptSaveHook.php |
275772 | 60099 60099 | includes/Storage/Hook/BeforeRevertedTagUpdateHook.php |
275773 | 60099 60099 | includes/Storage/Hook/PageSaveCompleteHook.php |
275774 | 60099 60099 | includes/Storage/PageEditStash.php |
275775 | 60099 60099 | includes/content/Content.php |
275776 | 60099 60099 | includes/content/ContentModelChange.php |
275777 | 60099 60099 | includes/filerepo/file/LocalFile.php |
275778 | 60099 60099 | includes/installer/Installer.php |
275779 | 60099 60099 | includes/jobqueue/jobs/DoubleRedirectJob.php |
275780 | 60099 60099 | maintenance/cleanupSpam.php |
275781 | 60099 60099 | maintenance/importSiteScripts.php |
275782 | 60099 60099 | maintenance/makeTestEdits.php |
275783 | 60099 60099 | tests/parser/ParserTestRunner.php |
275784 | 60099 60099 | tests/phpunit/MediaWikiIntegrationTestCase.php |
275785 | 60099 60099 | tests/phpunit/includes/EditPageConstraintsTest.php |
275786 | 60099 60099 | tests/phpunit/includes/EditPageTest.php |
275787 | 60099 60099 | tests/phpunit/includes/MovePageTest.php |
275788 | 60099 60099 | tests/phpunit/includes/Revision/McrRevisionStoreDbTest.php |
275789 | 60099 60099 | tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php |
275790 | 60099 60099 | tests/phpunit/includes/TemplateCategoriesTest.php |
275791 | 60099 60099 | tests/phpunit/includes/TitleTest.php |
275792 | 60099 60099 | tests/phpunit/includes/api/ApiChangeContentModelTest.php |
275793 | 60099 60099 | tests/phpunit/includes/api/ApiComparePagesTest.php |
275794 | 60099 60099 | tests/phpunit/includes/api/ApiEditPageTest.php |
275795 | 60099 60099 | tests/phpunit/includes/api/ApiStashEditTest.php |
275796 | 60099 60099 | tests/phpunit/includes/api/format/ApiFormatXmlTest.php |
275797 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php |
275798 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryAllRevisionsTest.php |
275799 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php |
275800 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryRevisionsTest.php |
275801 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryUserContribsTest.php |
275802 | 60099 60099 | tests/phpunit/includes/api/query/ApiQueryWatchlistIntegrationTest.php |
275803 | 60099 60099 | tests/phpunit/includes/changes/EnhancedChangesListTest.php |
275804 | 60099 60099 | tests/phpunit/includes/content/ContentModelChangeTest.php |
275805 | 60099 60099 | tests/phpunit/includes/content/TextContentTest.php |
275806 | 60099 60099 | tests/phpunit/includes/content/WikitextContentTest.php |
275807 | 60099 60099 | tests/phpunit/includes/deferred/LinksUpdateTest.php |
275808 | 60099 60099 | tests/phpunit/includes/diff/DifferenceEngineTest.php |
275809 | 60099 60099 | tests/phpunit/includes/jobqueue/RefreshLinksPartitionTest.php |
275810 | 60099 60099 | tests/phpunit/includes/jobqueue/jobs/CategoryMembershipChangeJobTest.php |
275811 | 60099 60099 | tests/phpunit/includes/page/ArticleTablesTest.php |
275812 | 60099 60099 | tests/phpunit/includes/page/PageArchiveTest.php |
275813 | 60099 60099 | tests/phpunit/includes/search/SearchEngineTest.php |
275814 | 60099 60099 | tests/phpunit/includes/specials/SpecialBlockTest.php |
275815 | 60099 60099 | tests/phpunit/includes/specials/SpecialMyLanguageTest.php |
275816 | 60099 60099 | tests/phpunit/includes/user/UserTest.php |
275817 | 60099 60099 | tests/phpunit/integration/includes/Storage/UndoIntegrationTest.php |
275818 | 60099 60099 | tests/phpunit/maintenance/fetchTextTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);