 | Up one level
| |
 | actions/
| |
 | api/
| |
 | cache/
| |
 | changes/
| |
 | clientpool/
| |
 | composer/
| |
 | config/
| |
 | content/
| |
 | context/
| |
 | dao/
| |
 | db/
| |
 | debug/
| |
 | deferred/
| |
 | diff/
| |
 | exception/
| |
 | externalstore/
| |
 | filebackend/
| |
 | filerepo/
| |
 | gallery/
| |
 | htmlform/
| |
 | installer/
| |
 | interwiki/
| |
 | jobqueue/
| |
 | json/
| |
 | libs/
| |
 | logging/
| |
 | mail/
| |
 | media/
| |
 | normal/
| |
 | objectcache/
| |
 | page/
| |
 | pager/
| |
 | parser/
| |
 | password/
| |
 | poolcounter/
| |
 | profiler/
| |
 | rcfeed/
| |
 | resourceloader/
| |
 | revisiondelete/
| |
 | search/
| |
 | site/
| |
 | skins/
| |
 | specialpage/
| |
 | specials/
| |
 | templates/
| |
 | title/
| |
 | upload/
| |
 | utils/
| |
 | AjaxDispatcher.php [source] [167 lines] | Handle ajax requests and send them to the proper handler. 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. |
 | AjaxResponse.php [source] [314 lines] | Response handler for Ajax 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. |
 | AuthPlugin.php [source] [343 lines] | Authentication plugin interface Copyright © 2004 Brion Vibber https://www.mediawiki.org/ |
 | AutoLoader.php [source] [1306 lines] | This defines autoloading handler for whole MediaWiki framework 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. |
 | Autopromote.php [source] [209 lines] | Automatic user rights promotion based on conditions specified in $wgAutopromote. 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. |
 | Block.php [source] [1387 lines] | |
 | Category.php [source] [375 lines] | Representation for a category. 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. |
 | CategoryFinder.php [source] [244 lines] | Recent changes filtering by category. 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. |
 | CategoryViewer.php [source] [743 lines] | |
 | ChangeTags.php [source] [357 lines] | |
 | Collation.php [source] [645 lines] | Database row sorting. 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. |
 | Cookie.php [source] [291 lines] | |
 | DefaultSettings.php [source] [7306 lines] | Default values for MediaWiki configuration settings. NEVER EDIT THIS FILE |
 | Defines.php [source] [310 lines] | A few constants that might be needed during LocalSettings.php. Note: these constants must all be resolvable at compile time by HipHop, since this file will not be executed during request startup for a compiled MediaWiki. |
 | DeprecatedGlobal.php [source] [58 lines] | Delayed loading of deprecated global 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. |
 | EditPage.php [source] [4032 lines] | User interface for page editing. 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. |
 | Export.php [source] [1570 lines] | Base classes for dumps and export Copyright © 2003, 2005, 2006 Brion Vibber https://www.mediawiki.org/ |
 | Fallback.php [source] [172 lines] | Fallback functions for PHP installed without mbstring support. 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. |
 | Feed.php [source] [424 lines] | Basic support for outputting syndication feeds in RSS, other formats. Contain a feed class as well as classes to build rss / atom ... feeds Available feeds are defined in Defines.php |
 | FeedUtils.php [source] [270 lines] | Helper functions for feeds. 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. |
 | FileDeleteForm.php [source] [411 lines] | File deletion user interface. 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. |
 | ForkController.php [source] [201 lines] | Class for managing forking command line scripts. 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. |
 | FormOptions.php [source] [411 lines] | Helper class to keep track of options when mixing links and form elements. Copyright © 2008, Niklas Laxström Copyright © 2011, Antoine Musso Copyright © 2013, Bartosz Dziewoński |
 | GitInfo.php [source] [400 lines] | |
 | GlobalFunctions.php [source] [4164 lines] | Global functions used everywhere. 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. |
 | HistoryBlob.php [source] [704 lines] | Efficient concatenated text storage. 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. |
 | Hooks.php [source] [256 lines] | A tool for running hook functions. Copyright 2004, 2005 Evan Prodromou . |
 | Html.php [source] [987 lines] | Collection of methods to generate HTML content Copyright © 2009 Aryeh Gregor http://www.mediawiki.org/ |
 | HtmlFormatter.php [source] [377 lines] | |
 | HttpFunctions.php [source] [973 lines] | Various HTTP related functions. 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. |
 | Import.php [source] [1800 lines] | MediaWiki page data importer. Copyright © 2003,2005 Brion Vibber https://www.mediawiki.org/ |
 | Licenses.php [source] [210 lines] | License selector for use on Special:Upload. 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. |
 | LinkFilter.php [source] [190 lines] | Functions to help implement an external link filter for spam control. 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. |
 | Linker.php [source] [2400 lines] | Methods to make links and related items. 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. |
 | MWNamespace.php [source] [496 lines] | Provide things related to namespaces. 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. |
 | MWTimestamp.php [source] [422 lines] | Creation and parsing of MW-style timestamps. 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. |
 | MagicWord.php [source] [998 lines] | File for magic words. See docs/magicword.txt. |
 | MediaWiki.php [source] [704 lines] | Helper class for the index.php entry point. 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. |
 | MediaWikiVersionFetcher.php [source] [31 lines] | |
 | Message.php [source] [1106 lines] | Fetching and processing of interface messages. 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. |
 | MessageBlobStore.php [source] [396 lines] | Resource message blobs storage used by the resource loader. 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. |
 | MimeMagic.php [source] [1150 lines] | Module defining helper functions for detecting and dealing with MIME types. 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. |
 | MovePage.php [source] [343 lines] | 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
 | OutputHandler.php [source] [238 lines] | Functions to be used with PHP's output buffer. 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. |
 | OutputPage.php [source] [3872 lines] | Preparation for the final page rendering. 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. |
 | PHPVersionError.php [source] [126 lines] | Display something vaguely comprehensible in the event of a totally unrecoverable error. 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. |
 | PathRouter.php [source] [399 lines] | Parser to extract query parameters out of REQUEST_URI paths. 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. |
 | Preferences.php [source] [1607 lines] | Form to edit user preferences. 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. |
 | PrefixSearch.php [source] [328 lines] | Prefix search of page names. 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. |
 | ProtectionForm.php [source] [628 lines] | Page protection Copyright © 2005 Brion Vibber https://www.mediawiki.org/ |
 | Revision.php [source] [1790 lines] | Representation of a page version. 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. |
 | RevisionList.php [source] [393 lines] | Holders of revision list for a single 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. |
 | Sanitizer.php [source] [1885 lines] | HTML sanitizer for %MediaWiki. Copyright © 2002-2005 Brion Vibber et al https://www.mediawiki.org/ |
 | Setup.php [source] [667 lines] | Include most things that are needed to make %MediaWiki work. This file is included by WebStart.php and doMaintenance.php so that both web and maintenance scripts share a final set up phase to include necessary files and create global object variables. |
 | SiteConfiguration.php [source] [611 lines] | Configuration holder, particularly for multi-wiki sites. 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. |
 | SiteStats.php [source] [424 lines] | Accessors and mutators for the site-wide statistics. 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. |
 | SquidPurgeClient.php [source] [484 lines] | Squid and Varnish cache purging. 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. |
 | StatCounter.php [source] [154 lines] | |
 | Status.php [source] [456 lines] | Generic operation result. 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. |
 | StreamFile.php [source] [202 lines] | Functions related to the output of file content. 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. |
 | StubObject.php [source] [187 lines] | Delayed loading of global 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. |
 | TimestampException.php [source] [7 lines] | |
 | Title.php [source] [4817 lines] | Representation of a title within %MediaWiki. See title.txt |
 | TitleArray.php [source] [57 lines] | Class to walk into a list of Title objects. Note: this entire file is a byte-for-byte copy of UserArray.php with s/User/Title/. If anyone can figure out how to do this nicely with inheritance or something, please do so. |
 | TitleArrayFromResult.php [source] [86 lines] | |
 | User.php [source] [4989 lines] | Implements the User class for the %MediaWiki software. 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. |
 | UserArray.php [source] [66 lines] | Class to walk into a list of User 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. |
 | UserArrayFromResult.php [source] [90 lines] | |
 | UserRightsProxy.php [source] [276 lines] | Representation of an user on a other locally-hosted wiki. 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. |
 | WatchedItem.php [source] [435 lines] | Accessor and mutator for watchlist entries. 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. |
 | WebRequest.php [source] [1486 lines] | Deal with importing all those nasty globals and things Copyright © 2003 Brion Vibber https://www.mediawiki.org/ |
 | WebResponse.php [source] [193 lines] | Classes used to send headers and cookies back to the user 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. |
 | WebStart.php [source] [122 lines] | This does the initial set up for a web request. It does some security checks, starts the profiler and loads the configuration, and optionally loads Setup.php depending on whether MW_NO_SETUP is defined. |
 | WikiMap.php [source] [229 lines] | Tools for dealing with other locally-hosted wikis. 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. |
 | Xml.php [source] [1005 lines] | Methods to generate XML. 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. |
 | ZhConversion.php [source] [19085 lines] | Simplified / Traditional Chinese conversion tables |
 | limit.sh [source] [122 lines] | |
 | mime.info [source] [118 lines] | |
 | mime.types [source] [179 lines] | |
 | tidy.conf [source] [22 lines] | |