 | Up one level
| |
 | ChangesListSpecialPage.php [source] [468 lines] | Special page which uses a ChangesList to show query results. 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. |
 | FormSpecialPage.php [source] [193 lines] | Special page which uses an HTMLForm to handle processing. 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. |
 | ImageQueryPage.php [source] [79 lines] | Variant of QueryPage which uses a gallery to output results. 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. |
 | IncludableSpecialPage.php [source] [39 lines] | Shortcut to construct an includable special page. 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. |
 | PageQueryPage.php [source] [72 lines] | Variant of QueryPage which formats the result as a simple link to the page. 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. |
 | QueryPage.php [source] [754 lines] | Base code for "query" special pages. 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. |
 | RedirectSpecialPage.php [source] [209 lines] | Shortcuts to construct a special page alias. 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. |
 | SpecialPage.php [source] [663 lines] | Parent class for all special pages. 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. |
 | SpecialPageFactory.php [source] [702 lines] | Factory for handling the special page list and generating SpecialPage objects. 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. |
 | UnlistedSpecialPage.php [source] [37 lines] | Shortcut to construct a special page which is unlisted by default. 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. |
 | WantedQueryPage.php [source] [130 lines] | Class definition for a wanted query page. 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. |