 | Up one level
| |
 | file/
| |
 | FSRepo.php [source] [80 lines] | A repository for files accessible via the local filesystem. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | FileRepo.php [source] [1879 lines] | |
 | FileRepoStatus.php [source] [64 lines] | Generic operation result for FileRepo-related operations. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ForeignAPIRepo.php [source] [591 lines] | Foreign repository accessible through api.php requests. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ForeignDBRepo.php [source] [139 lines] | A foreign repository with an accessible MediaWiki database. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ForeignDBViaLBRepo.php [source] [97 lines] | A foreign repository with a MediaWiki database accessible via the configured LBFactory. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | LocalRepo.php [source] [516 lines] | Local repository that stores files in the local filesystem and registers them in the wiki's own database. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | NullRepo.php [source] [38 lines] | File repository with no files. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | README [source] [41 lines] | |
 | RepoGroup.php [source] [465 lines] | Prioritized list of file repositories. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |