file
33 rows where patch_id = 830
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
4129 | 830 830 | RELEASE-NOTES-1.37 |
4130 | 830 830 | autoload.php |
4131 | 830 830 | docs/contenthandler.md |
4132 | 830 830 | includes/Hook/TitleMoveCompleteHook.php |
4133 | 830 830 | includes/Hook/TitleMoveCompletingHook.php |
4134 | 830 830 | includes/HookContainer/DeprecatedHooks.php |
4135 | 830 830 | includes/HookContainer/HookRunner.php |
4136 | 830 830 | includes/MovePage.php |
4137 | 830 830 | includes/Revision/Hook/RevisionInsertCompleteHook.php |
4138 | 830 830 | includes/Revision/RevisionStore.php |
4139 | 830 830 | includes/Storage/Hook/PageContentInsertCompleteHook.php |
4140 | 830 830 | includes/Storage/Hook/PageContentSaveCompleteHook.php |
4141 | 830 830 | includes/Storage/PageUpdater.php |
4142 | 830 830 | includes/actions/Hook/HistoryRevisionToolsHook.php |
4143 | 830 830 | includes/actions/pagers/HistoryPager.php |
4144 | 830 830 | includes/diff/DifferenceEngine.php |
4145 | 830 830 | includes/diff/Hook/DiffRevisionToolsHook.php |
4146 | 830 830 | includes/diff/Hook/DiffViewHeaderHook.php |
4147 | 830 830 | includes/diff/Hook/DifferenceEngineNewHeaderHook.php |
4148 | 830 830 | includes/filerepo/file/LocalFile.php |
4149 | 830 830 | includes/page/Hook/ArticleRevisionUndeletedHook.php |
4150 | 830 830 | includes/page/Hook/ArticleRollbackCompleteHook.php |
4151 | 830 830 | includes/page/Hook/NewRevisionFromEditCompleteHook.php |
4152 | 830 830 | includes/page/PageArchive.php |
4153 | 830 830 | includes/page/RollbackPage.php |
4154 | 830 830 | includes/page/WikiPage.php |
4155 | 830 830 | includes/parser/Hook/ParserFetchTemplateHook.php |
4156 | 830 830 | includes/parser/Parser.php |
4157 | 830 830 | includes/specials/Hook/UndeleteShowRevisionHook.php |
4158 | 830 830 | includes/specials/SpecialUndelete.php |
4159 | 830 830 | includes/specials/helpers/ImportReporter.php |
4160 | 830 830 | tests/phpunit/includes/EditPageTest.php |
4161 | 830 830 | tests/phpunit/unit/includes/page/RollbackPageFactoryTest.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);