file
41 rows where patch_id = 60128
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275914 | 60128 60128 | RELEASE-NOTES-1.37 |
275915 | 60128 60128 | docs/contenthandler.md |
275916 | 60128 60128 | includes/DummyLinker.php |
275917 | 60128 60128 | includes/EditPage.php |
275918 | 60128 60128 | includes/Hook/PageMoveCompleteHook.php |
275919 | 60128 60128 | includes/Hook/PageMoveCompletingHook.php |
275920 | 60128 60128 | includes/MovePage.php |
275921 | 60128 60128 | includes/Rest/Handler/PageContentHelper.php |
275922 | 60128 60128 | includes/Revision/MutableRevisionRecord.php |
275923 | 60128 60128 | includes/Revision/RevisionArchiveRecord.php |
275924 | 60128 60128 | includes/Revision/RevisionFactory.php |
275925 | 60128 60128 | includes/Revision/RevisionLookup.php |
275926 | 60128 60128 | includes/Revision/RevisionRecord.php |
275927 | 60128 60128 | includes/Revision/RevisionRenderer.php |
275928 | 60128 60128 | includes/Revision/RevisionStore.php |
275929 | 60128 60128 | includes/Revision/RevisionStoreCacheRecord.php |
275930 | 60128 60128 | includes/Revision/RevisionStoreFactory.php |
275931 | 60128 60128 | includes/Revision/RevisionStoreRecord.php |
275932 | 60128 60128 | includes/Revision/SlotRecord.php |
275933 | 60128 60128 | includes/Storage/BlobStore.php |
275934 | 60128 60128 | includes/Storage/DerivedPageDataUpdater.php |
275935 | 60128 60128 | includes/Storage/PageUpdater.php |
275936 | 60128 60128 | includes/Storage/SqlBlobStore.php |
275937 | 60128 60128 | includes/changes/CategoryMembershipChange.php |
275938 | 60128 60128 | includes/changes/ChangesList.php |
275939 | 60128 60128 | includes/content/ContentHandler.php |
275940 | 60128 60128 | includes/diff/DifferenceEngine.php |
275941 | 60128 60128 | includes/filerepo/file/File.php |
275942 | 60128 60128 | includes/historyblob/HistoryBlob.php |
275943 | 60128 60128 | includes/installer/i18n/qqq.json |
275944 | 60128 60128 | includes/page/Article.php |
275945 | 60128 60128 | includes/page/WikiPage.php |
275946 | 60128 60128 | includes/parser/CoreParserFunctions.php |
275947 | 60128 60128 | includes/parser/Parser.php |
275948 | 60128 60128 | includes/revisiondelete/RevDelRevisionItem.php |
275949 | 60128 60128 | includes/search/RevisionSearchResult.php |
275950 | 60128 60128 | includes/specials/pagers/ContribsPager.php |
275951 | 60128 60128 | includes/user/TalkPageNotificationManager.php |
275952 | 60128 60128 | maintenance/benchmarks/benchmarkParse.php |
275953 | 60128 60128 | tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php |
275954 | 60128 60128 | tests/phpunit/includes/watcheditem/WatchedItemQueryServiceIntegrationTest.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);