| .. |
|
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
|
* Change behavior of logins using the temporary e-mailed password (as stored
|
2006-12-12 04:15:00 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
whitespaces killing
|
2007-01-09 20:25:28 +00:00 |
|
AjaxFunctions.php
|
whitespaces killing
|
2007-01-09 20:25:28 +00:00 |
|
AjaxResponse.php
|
whitespaces killing
|
2007-01-09 20:25:28 +00:00 |
|
Article.php
|
Use Title::isContentPage() instead of a manual check
|
2007-01-08 16:31:52 +00:00 |
|
AuthPlugin.php
|
* Accept null parameter to User::setPassword() as indicating the password
|
2006-12-13 08:59:20 +00:00 |
|
AutoLoader.php
|
revert r18517; should have been on branch
|
2006-12-23 09:03:36 +00:00 |
|
BagOStuff.php
|
In SqlBagOStuff: Respect expiry time on get(). Fix incorrect value in _maxdatetime(), wfTimestamp() only works with a value in the range of unix timestamps. Increase pivot for distinguishing expiry time intervals from absolute dates from one month to 10 years.
|
2007-01-05 16:54:52 +00:00 |
|
Block.php
|
Well there was no problem in the first place. Nice work Werdna
|
2007-01-07 07:57:54 +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
|
Slight improvement of enhanced recent changes lines. There were complaints about
|
2007-01-09 15:29:38 +00:00 |
|
CoreParserFunctions.php
|
(bug 5908) Allow overriding the default category sort key for all items on a page using {{DEFAULTSORT}}
|
2006-12-29 10:39:35 +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
|
Add implicitGroupby function to account for different database behaviors.
|
2007-01-02 21:34:42 +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
|
Better checks of tsearch2 tables, schema ownership during setup.
|
2007-01-09 06:01:01 +00:00 |
|
DateFormatter.php
|
Minor tweak for E_STRICT PHP whinging:
|
2007-01-03 05:42:51 +00:00 |
|
DefaultSettings.php
|
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages. JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
|
2007-01-10 05:18:30 +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
|
Per discussion on wikitech-l, add an (undo) link for on-top revisions as well. Also, don't do a merge if (undo) is being used for a straight revert
|
2006-12-11 09:39:39 +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
|
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages. JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
|
2007-01-10 05:18:30 +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
|
Fix #8417 : Handle EXIF unknown date
|
2007-01-06 15:31:39 +00:00 |
|
Export.php
|
Use Title::newMainPage() in various places instead of calling
|
2006-12-03 00:22:14 +00:00 |
|
ExternalEdit.php
|
|
|
|
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
|
Do not have non-mysql databases attempt mysql-sepcific GET_LOCK commands. Move all this to DatabaseMysql.php someday.
|
2006-12-25 17:28:21 +00:00 |
|
GlobalFunctions.php
|
Don't create a new parser on every call to wfMsgExt(), that's slow.
|
2007-01-07 16:44:06 +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
|
revert r18517; should have been on branch
|
2006-12-23 09:03:36 +00:00 |
|
ImageFunctions.php
|
revert r18517; should have been on branch
|
2006-12-23 09:03:36 +00:00 |
|
ImageGallery.php
|
Rename ImageGallery::setCaptionSafe() to ImageGallery::setCaptionHtml(), since as Simetrical points out...it's not actually safe :D
|
2007-01-05 01:07:04 +00:00 |
|
ImagePage.php
|
* (bug 532) Tweaked alt text for some interface messages
|
2006-12-22 20:31:10 +00:00 |
|
IP.php
|
* 001.001.001.001 and other addresses with leading zeros are valid
|
2006-12-31 09:42:59 +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
|
XHTML validity
|
2007-01-10 06:03:14 +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
|
* (bug 6638) List block flags in block log entries
|
2007-01-09 01:54:52 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
(bug 5908) Allow overriding the default category sort key for all items on a page using {{DEFAULTSORT}}
|
2006-12-29 10:39:35 +00:00 |
|
Math.php
|
Return nothing on empty math tags instead of char encoding
|
2007-01-06 18:46:08 +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
|
Fix regression in pulling *non*-default messages with spaces. Broke sidebar on www.mediawiki.org
|
2007-01-09 00:21:55 +00:00 |
|
Metadata.php
|
* Avoid PHP warning in Creative Commons metadata when a creative commons
|
2007-01-02 10:49:50 +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
|
* Reset the release notes
|
2007-01-08 15:32:58 +00:00 |
|
ObjectCache.php
|
Revert r16928: crashed Wikimedia by breaking memcached
|
2006-10-11 22:41:38 +00:00 |
|
OutputPage.php
|
Implements #7667 : allow XHTML namespaces customization. Patch by Evan Miller
|
2007-01-07 22:31:07 +00:00 |
|
PageHistory.php
|
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages. JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
|
2007-01-10 05:18:30 +00:00 |
|
Pager.php
|
Cleaner HTML output
|
2007-01-06 15:19:14 +00:00 |
|
Parser.php
|
braces are usefull
|
2007-01-09 20:57:10 +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
|
* (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
|
2007-01-02 23:50: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
|
Advise users when updates for a query page have been disabled using $wgDisableQueryPageUpdate
|
2007-01-03 23:42:28 +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
|
Because I just know someone's going to complain about watchlists/RC being cluttered up by 'X bytes' instead of 'X', for the moment I'm splitting this to use the new rc-change-size message, and leave it at '$1' by default (so no change from the old behavior, showing number alone).
|
2007-01-07 10:54:02 +00:00 |
|
Revision.php
|
makes function static to fix strict errors in parser tests script.
|
2007-01-07 18:52:45 +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
|
Some static functions. Fix strict errors when running updateSearchIndex.php
|
2007-01-09 19:56:23 +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
|
Fix typo, thanks to Sven Klemm for finding.
|
2006-12-06 21:45:45 +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
|
Some static functions. Fix strict errors when running updateSearchIndex.php
|
2007-01-09 19:56:23 +00:00 |
|
Setup.php
|
* Fix regression with default lock file and cache directories; threw visible
|
2007-01-09 06:35:18 +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
|
Fix regression in MediaWiki:Monobook.js and MediaWiki:Common.js loading.
|
2007-01-08 10:58:50 +00:00 |
|
SkinTemplate.php
|
* Added SkinTemplateOutputPageBeforeExec hook before SkinTemplate::outputPage()
|
2007-01-10 15:23:32 +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
|
Prevent:
|
2006-12-19 05:38:55 +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
|
* (bug 6638) List block flags in block log entries
|
2007-01-09 01:54:52 +00:00 |
|
SpecialBlockme.php
|
|
|
|
SpecialBooksources.php
|
Fix regressions in behaviour of Special:Booksources
|
2006-12-20 16:51:26 +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
|
Add implicitGroupby function to account for different database behaviors.
|
2007-01-02 21:34:42 +00:00 |
|
SpecialConfirmemail.php
|
* Add a notification about the confirmation mail sent during account
|
2006-12-14 00:31:16 +00:00 |
|
SpecialContributions.php
|
Remove line breaks from query.
|
2007-01-08 22:07:47 +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
|
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
|
2006-12-11 01:51:21 +00:00 |
|
SpecialImagelist.php
|
Separate body and nav bar a bit.
|
2007-01-06 15:20:35 +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
|
search buttons should use the 'searchbutton' system message
|
2006-12-21 21:07:19 +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
|
Tweaks to stop following warnings with PHP's E_STRICT error_reporting mode enabled:
|
2007-01-09 04:11:16 +00:00 |
|
SpecialLog.php
|
Whoops, the page itself is determined below anyway
|
2007-01-08 22:40:12 +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
|
(bug 7612) Remove superfluous link to Special:Categories from result items on Special:Mostcategories
|
2006-12-23 14:09:38 +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
|
Strict standards.
|
2006-12-16 21:53:34 +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
|
(bug 8461) Support watching pages on move
|
2007-01-02 23:37: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
|
* Fix some plurals
|
2006-12-23 18:30:36 +00:00 |
|
SpecialPage.php
|
Revert r18893/18894 (Special:Listinterwikis) for the moment; pretty broken.
|
2007-01-08 01:41:51 +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
|
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages. JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
|
2007-01-10 05:18:30 +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
|
* Recentchanges RSS/Atom feeds now use a separate message for the description to avoid cluttering it with useless wiki formatting
|
2007-01-06 00:51:21 +00:00 |
|
SpecialRecentchangeslinked.php
|
User::getOption now accept a default value to override default user values
|
2006-12-14 20:28:38 +00:00 |
|
SpecialResetpass.php
|
* Change behavior of logins using the temporary e-mailed password (as stored
|
2006-12-12 04:15:00 +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
|
User::getOption now accept a default value to override default user values
|
2006-12-14 20:28:38 +00:00 |
|
SpecialShortpages.php
|
* Fix some plurals
|
2006-12-23 18:30:36 +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
|
(bug 6937) Introduce "statistics-footer" message, appended to Special:Statistics
|
2007-01-08 19:42:31 +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
|
use the full smörgåsbord of anti-caching headers; 'Cache-Control' alone will be ignored by HTTP 1.0 proxies, which may or may not be out there doing evil things
|
2007-01-02 08:10:56 +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
|
Allow "ORDER BY value" to do its thing for databases without special magic. Per bug 8200.
|
2006-12-09 15:49:13 +00:00 |
|
SpecialUnusedimages.php
|
Reverting the accidently commited feature nobody wants to see.
|
2007-01-08 20:43:27 +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
|
* (bug 8214) Output file size limit and actual file size in appropriate units on Special:Upload
|
2006-12-23 13:13:13 +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
|
* Add a notification about the confirmation mail sent during account
|
2006-12-14 00:31:16 +00:00 |
|
SpecialUserlogout.php
|
|
|
|
SpecialUserrights.php
|
Fix breakage of child class in Special:Makesysop, plus a couple of cosmetic changes.
|
2006-12-25 10:49:57 +00:00 |
|
SpecialVersion.php
|
Fix SpecialVersion->formatCredits input. Version and Url parameters should be null to be treated properly with isset.
|
2007-01-10 19:13:27 +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
|
Watchlist query group.
|
2007-01-07 02:08:55 +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
|
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
|
2006-12-11 01:51:21 +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
|
User::getOption now accept a default value to override default user values
|
2006-12-14 20:28:38 +00:00 |
|
Title.php
|
revert api clutter from r18995
|
2007-01-10 08:40:07 +00:00 |
|
User.php
|
makes function static to fix strict errors in parser tests script.
|
2007-01-07 18:52:45 +00:00 |
|
UserMailer.php
|
E_STRICT minor tweaks:
|
2006-12-04 11:28:48 +00:00 |
|
Utf8Case.php
|
|
|
|
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
|
|
|
|
WebStart.php
|
Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
|
2006-12-17 13:40:28 +00:00 |
|
Wiki.php
|
* Attempt to detect redirect loops for the canonical title redirect, and
|
2007-01-03 09:15:11 +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
|
* Clarified function documentation
|
2006-12-31 09:53:21 +00:00 |
|
XmlFunctions.php
|
|
|
|
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
|
|
|