| .. |
|
api
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
cbt
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
normal
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
templates
|
escaping for $path, call me paranoid
|
2006-10-01 04:40:27 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
AjaxFunctions.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
AjaxResponse.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Article.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
AuthPlugin.php
|
Woops, left a parameter off of the AuthPlugin default interface class. *embarrassed*
|
2006-11-28 00:16:49 +00:00 |
|
AutoLoader.php
|
New special page Special:NewbieContributions to replace Special:Contributions/newbies
|
2006-12-03 01:59:57 +00:00 |
|
BagOStuff.php
|
* Use INSERT IGNORE for db-based BagOStuff add/insert, for more memcache-like
|
2006-11-24 22:11:47 +00:00 |
|
Block.php
|
$fname is not defined / null in these contexts, replacing with __METHOD__
|
2006-11-29 12:45:47 +00:00 |
|
CacheDependency.php
|
BC
|
2006-10-14 10:31:34 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
(bug 7892) Add media count to category page, à la subcats/pages. Used a new count() method I added to ImageGallery class.
|
2006-11-24 06:41:02 +00:00 |
|
ChangesList.php
|
Probable variable name typo, currently passing ref to NULL.
|
2006-11-29 12:06:58 +00:00 |
|
CoreParserFunctions.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
Credits.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
Database.php
|
Change realTimestamp to a function only, per Tim's advice.
|
2006-12-01 04:37:48 +00:00 |
|
DatabaseFunctions.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
DatabaseOracle.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
DatabasePostgres.php
|
Change realTimestamp to a function only, per Tim's advice.
|
2006-12-01 04:37:48 +00:00 |
|
DateFormatter.php
|
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
|
2006-10-04 09:06:18 +00:00 |
|
DefaultSettings.php
|
Add pretty arrow images from SMW for sorttable instead of Unicode arrow characters. Currently the same for all skins; any clever ideas on how to make them different, maybe? The path should be overridable in other JS files, anyway.
|
2006-12-05 08:45:16 +00:00 |
|
Defines.php
|
Fixed pollution of a backend function with UI-only features. Autosummaries off by default.
|
2006-11-08 08:06:51 +00:00 |
|
DifferenceEngine.php
|
Merging 'diff-multi' and 'diff-multi-revs'.
|
2006-12-06 15:27:30 +00:00 |
|
DjVuImage.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
EditPage.php
|
Include a backslash character in wpEditToken to prevent editing from broken
|
2006-12-02 06:19:48 +00:00 |
|
Exception.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
Exif.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
Export.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
ExternalEdit.php
|
Fix #6622: image::newFromTitle deprecated but still used
|
2006-07-10 19:49:22 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
FakeTitle.php
|
|
|
|
Feed.php
|
* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
|
2006-10-13 21:48:19 +00:00 |
|
FileStore.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
GlobalFunctions.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
HistoryBlob.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Hooks.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
HTMLCacheUpdate.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
HTMLFileCache.php
|
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache.
|
2006-10-11 08:25:26 +00:00 |
|
HTMLForm.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
HttpFunctions.php
|
|
|
|
Image.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
ImageFunctions.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
ImageGallery.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
ImagePage.php
|
Would probably be wanting "$wgStyleVersion" rather than "wgStyleVersion", otherwise if metadata.js changes can bump $wgStyleVersion till the cows come home, but still won't cause it to be refreshed ;-)
|
2006-11-23 08:37:52 +00:00 |
|
IP.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
JobQueue.php
|
|
|
|
Licenses.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
LinkBatch.php
|
Fixed inefficient use of array_keys() introduced by Nick in r17880. If this is setting off alarms, then fix the alarms.
|
2006-11-25 17:11:58 +00:00 |
|
LinkCache.php
|
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
|
2006-10-04 09:06:18 +00:00 |
|
Linker.php
|
Quote namespace names before plonking them into a regular expression, to give me the warm fuzzies
|
2006-12-03 04:09:48 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
|
|
|
LoadBalancer.php
|
moved the status call so it is only called if max_lag is set, since that is the only time it's value is useful. This won't help Wikimedia, but it should help users who are not using multiple DB servers+max_lag
|
2006-11-29 23:13:59 +00:00 |
|
LogPage.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Math.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
memcached-client.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
MemcachedSessions.php
|
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
|
2006-10-04 09:06:18 +00:00 |
|
MessageCache.php
|
Fixed inefficient use of array_keys() introduced by Nick in r17880. If this is setting off alarms, then fix the alarms.
|
2006-11-25 17:11:58 +00:00 |
|
Metadata.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
Namespace.php
|
* Indentation, magic numbers
|
2006-11-27 22:55:12 +00:00 |
|
ObjectCache.php
|
Revert r16928: crashed Wikimedia by breaking memcached
|
2006-10-11 22:41:38 +00:00 |
|
OutputPage.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
PageHistory.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Pager.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Parser.php
|
* (bug 8141) Cleanup of Parser::doTableStuff() (patch by Carl Fürstenberg/AzaTht)
|
2006-12-04 20:08:53 +00:00 |
|
ParserCache.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Profiler.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ProfilerSimple.php
|
$functionname not defined in this context, replacing with hardcoded "-setup" array key.
|
2006-11-29 12:32:43 +00:00 |
|
ProfilerSimpleUDP.php
|
Add the ability to change the profile ID for UDP profiling at runtime
|
2006-11-18 05:17:25 +00:00 |
|
ProfilerStub.php
|
Revert to previous version using $wgDBname instead of wfWikiID(); functions
|
2006-10-05 21:20:23 +00:00 |
|
ProtectionForm.php
|
Fixed inefficient use of array_keys() introduced by Nick in r17880. If this is setting off alarms, then fix the alarms.
|
2006-11-25 17:11:58 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
convert "::1" and other pseudo-IPv6 addresses that Apache may throw at us to their IPv4 counterparts
|
2006-11-29 08:08:57 +00:00 |
|
QueryPage.php
|
Restore Special:Contributions to its state as of 17964
|
2006-12-05 01:11:12 +00:00 |
|
RawPage.php
|
* Fix regression in cachability of generated CSS and JS for MonoBook skin,
|
2006-09-26 05:30:12 +00:00 |
|
RecentChange.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
Revision.php
|
Connecting to the database may help, but I'm guessing this function isn't used if no-one has complained.
|
2006-11-29 11:55:18 +00:00 |
|
Sanitizer.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
SearchEngine.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SearchMySQL.php
|
|
|
|
SearchMySQL4.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SearchPostgres.php
|
Minor tweaks to search query.
|
2006-11-29 16:49:10 +00:00 |
|
SearchTsearch2.php
|
Variable name typo, but again I'm guessing this function isn't used if no-one has complained.
|
2006-11-29 11:58:49 +00:00 |
|
SearchUpdate.php
|
|
|
|
Setup.php
|
* Add AuthPluginSetup hook to override $wgAuth after configuration
|
2006-11-30 07:47:34 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
$fname is not defined / null in these contexts, replacing with __METHOD__
|
2006-11-29 12:45:47 +00:00 |
|
Skin.php
|
Reverting oldid parts of r18156 and r18150, as should not be taking 'oldid' out of $wgRequest as it is going to be frequently incorrect, and can contain bogus integer data.
|
2006-12-04 23:29:15 +00:00 |
|
SkinTemplate.php
|
Reverting oldid parts of r18156 and r18150, as should not be taking 'oldid' out of $wgRequest as it is going to be frequently incorrect, and can contain bogus integer data.
|
2006-12-04 23:29:15 +00:00 |
|
SpecialAllmessages.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialAllpages.php
|
(bug 1331) Add "next page" link to bottom of Special:Allpages in chunk mode
|
2006-11-30 17:09:27 +00:00 |
|
SpecialAncientpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialBlockip.php
|
Undo oddity from r17987; function doesn't need to be using references here in php5-land, just remove them and behave normally
|
2006-11-29 21:32:28 +00:00 |
|
SpecialBlockme.php
|
|
|
|
SpecialBooksources.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialBrokenRedirects.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialCategories.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialConfirmemail.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialContributions.php
|
Revert r17964 again; accidentally restored that breakage while restoring Special:Contributions
|
2006-12-05 01:35:41 +00:00 |
|
SpecialDeadendpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialDisambiguations.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialDoubleRedirects.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialEmailuser.php
|
(bug 8024) Introduce "send me copies of emails I send to others" preference
|
2006-12-01 18:39:43 +00:00 |
|
SpecialExport.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialImagelist.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialImport.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
SpecialIpblocklist.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialListredirects.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialListusers.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
SpecialLockdb.php
|
* Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility.
|
2006-10-30 06:25:31 +00:00 |
|
SpecialLog.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialLonelypages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialLongpages.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
SpecialMIMEsearch.php
|
Prevent the following strict-standards warnings - i.e. when running with error_logging(E_ALL | E_STRICT); - which seems to disable the yucky "@" operator, as well as maxing out the pedantry of warnings. Nothing major found, just nice to be as explicit and as forward-compatible as possible.
|
2006-11-29 05:45:03 +00:00 |
|
SpecialMostcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostimages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostlinked.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostlinkedcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMostrevisions.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialMovepage.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SpecialNewimages.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SpecialNewpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialPage.php
|
Restore Special:Contributions to its state as of 17964
|
2006-12-05 01:11:12 +00:00 |
|
SpecialPopularpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialPreferences.php
|
(bug 8024) Introduce "send me copies of emails I send to others" preference
|
2006-12-01 18:39:43 +00:00 |
|
SpecialPrefixindex.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialRandompage.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
SpecialRandomredirect.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
SpecialRecentchanges.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialRecentchangeslinked.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialRevisiondelete.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SpecialSearch.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialShortpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialSpecialpages.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialStatistics.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUncategorizedcategories.php
|
|
|
|
SpecialUncategorizedimages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUncategorizedpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUndelete.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialUnlockdb.php
|
* Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility.
|
2006-10-30 06:25:31 +00:00 |
|
SpecialUnusedcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUnusedimages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUnusedtemplates.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUnwatchedpages.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialUpload.php
|
Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
|
2006-11-29 18:21:56 +00:00 |
|
SpecialUploadMogile.php
|
* Removed lots of explicit require_once statements. The autoloader should theoretically be faster, because it always uses an absolute path, eliminating the need for a search, and it is never called unnecessarily. Absolute paths are also more robust in the face of odd configurations or usage patterns. Moved a few constants around to support this, they always have to be available before the method call.
|
2006-10-03 13:00:52 +00:00 |
|
SpecialUserlogin.php
|
* Fix regression in authentication hook auto-creation on login
|
2006-11-30 20:55:44 +00:00 |
|
SpecialUserlogout.php
|
|
|
|
SpecialUserrights.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
SpecialVersion.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
SpecialWantedcategories.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialWantedpages.php
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialWatchlist.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SpecialWhatlinkshere.php
|
Changing lines like this: "extract( $dbw->tableNames( 'page', 'archive' ) );" to be like this: "list ($page, $archive) = $dbw->tableNamesN( 'page', 'archive' );".
|
2006-11-27 08:36:57 +00:00 |
|
SquidUpdate.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
StreamFile.php
|
Set content type on error messages, and include a trailing newline
|
2006-11-12 10:44:48 +00:00 |
|
StringUtils.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
StubObject.php
|
Fix bug #7605. For logged-in users use the selected variant(if any) insted the one from user settings.
|
2006-10-22 01:24:39 +00:00 |
|
Title.php
|
(bug 5485) Show number of intervening revisions in diff view.
|
2006-12-06 08:28:44 +00:00 |
|
User.php
|
Include a backslash character in wpEditToken to prevent editing from broken
|
2006-12-02 06:19:48 +00:00 |
|
UserMailer.php
|
E_STRICT minor tweaks:
|
2006-12-04 11:28:48 +00:00 |
|
Utf8Case.php
|
Changing all the last references from LanguageUtf8 to Language, and finally removing it.
|
2006-08-06 14:23:53 +00:00 |
|
WatchedItem.php
|
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
|
2006-10-04 09:06:18 +00:00 |
|
WebRequest.php
|
Experimental workaround for http://bugs.php.net/bug.php?id=31892 , will be tested shortly.
|
2006-10-19 00:56:57 +00:00 |
|
WebResponse.php
|
add some abstraction for web responses, so far minimal and not that used, requires discussion, conflicts and reverts %)
|
2006-08-12 23:03:53 +00:00 |
|
WebStart.php
|
* Improved register_globals paranoia checks
|
2006-10-11 18:14:27 +00:00 |
|
Wiki.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
WikiError.php
|
Completing code housekeeping stuff for rest of includes/ directory: removing unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
|
2006-11-29 11:43:58 +00:00 |
|
Xml.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
XmlFunctions.php
|
Evil /\s+$/
|
2006-07-11 17:32:31 +00:00 |
|
ZhClient.php
|
Code housekeeping stuff (and barring any stuff-ups on my behalf, there should be no changes in behaviour whatsoever after this) -
|
2006-11-23 08:25:56 +00:00 |
|
ZhConversion.php
|
|
|