| .. |
|
api
|
* API: Optimized PageSet object to avoid executing queries against page table twice.
|
2006-10-06 01:02:14 +00:00 |
|
cbt
|
|
|
|
normal
|
Use absolute path in require_once, errors reported in some configurations due to odd include_path.
|
2006-10-03 13:06:39 +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
|
* 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 |
|
AjaxResponse.php
|
Revamped ajax interface, see release notes.
|
2006-08-29 15:43:34 +00:00 |
|
Article.php
|
* Do fewer unnecessary full writes of user rows; only update user_touched
|
2006-10-03 22:30:40 +00:00 |
|
AuthPlugin.php
|
* (bug 6006) Allow hiding the password change fields using an authentication plugin
|
2006-06-29 00:57:56 +00:00 |
|
AutoLoader.php
|
Add missing AjaxResponse class
|
2006-10-05 21:15:03 +00:00 |
|
BagOStuff.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 |
|
Block.php
|
* Fix regression which allowed some blocked users to create additional accounts
|
2006-07-17 06:28:06 +00:00 |
|
CacheManager.php
|
woo, revert the revert, apc 3.0.8 seems to work with this :)
|
2006-06-08 13:08:22 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
Factored out sortkey magic to allow CategoryTree to hook in nicely.
|
2006-09-02 11:45:30 +00:00 |
|
ChangesList.php
|
(bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges
|
2006-09-13 10:29:56 +00:00 |
|
CoreParserFunctions.php
|
Made {{INT:}} a core parser function instead of a special case. The syntax and behaviour is largely unchanged.
|
2006-09-30 04:53:36 +00:00 |
|
Credits.php
|
Replaced 'lastmodifiedby' with 'lastmodifiedatby' with seperated parameters for date and time
|
2006-09-21 20:44:20 +00:00 |
|
Database.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 |
|
DatabaseFunctions.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
DatabaseOracle.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 |
|
DatabasePostgres.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 |
|
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
|
Merged r16826-16858 of branches/SerbianVariants.
|
2006-10-08 13:37:08 +00:00 |
|
Defines.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 |
|
DifferenceEngine.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 |
|
DjVuImage.php
|
(bug 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +00:00 |
|
EditPage.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 |
|
Exception.php
|
Log exceptions
|
2006-08-02 17:40:09 +00:00 |
|
Exif.php
|
* (bug 7279) Use wfBaseName in place of basename() in more places
|
2006-09-10 12:11:36 +00:00 |
|
Export.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 |
|
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
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Feed.php
|
|
|
|
FileStore.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 |
|
GlobalFunctions.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 |
|
HistoryBlob.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 |
|
Hooks.php
|
Allow hooks to be static member functions
|
2006-09-24 06:04:58 +00:00 |
|
HTMLCacheUpdate.php
|
Fixed job command naming style
|
2006-06-19 02:29:21 +00:00 |
|
HTMLForm.php
|
* (bug 7188) Fix minor borkage in HTMLForm
|
2006-09-01 11:33:23 +00:00 |
|
HttpFunctions.php
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
Image.php
|
use ImageMagick -thumbnail option instead of -resize
|
2006-10-05 14:55:41 +00:00 |
|
ImageFunctions.php
|
Added exception list feature to the bad image list
|
2006-09-25 01:35:41 +00:00 |
|
ImageGallery.php
|
(bug 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +00:00 |
|
ImagePage.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 |
|
IP.php
|
Moved wfParseCIDR() to IP::parseCIDR(). Added IP::parseRange() to support more general range strings. An application for this will hopefully follow soon.
|
2006-09-24 06:11:21 +00:00 |
|
JobQueue.php
|
As we say on Wikipedia, might it not have been easier to fix it, rather than complain about it?
|
2006-07-03 16:30:46 +00:00 |
|
Licenses.php
|
|
|
|
LinkBatch.php
|
fix bug in LinkBatch::execute(), it's meant to return an array
|
2006-07-20 14:52:02 +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
|
* Escaping
|
2006-10-08 14:00:37 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it.
|
2006-06-18 12:42:16 +00:00 |
|
LoadBalancer.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 |
|
LogPage.php
|
Removed forced call-by-reference from LogPage::addEntry(), causes errors in some PHP versions
|
2006-07-14 04:13:49 +00:00 |
|
MacBinary.php
|
* Fix notice in MacBinary detection debug data for files of certain lengths
|
2006-06-24 07:04:53 +00:00 |
|
MagicWord.php
|
* (bug 7459) Magic word variables are always case sensitive
|
2006-10-08 13:00:42 +00:00 |
|
Math.php
|
A lot more of static issues when using E_STRICT from the commandline.
|
2006-07-10 15:41:30 +00:00 |
|
memcached-client.php
|
Implemented short connection timeout with retries and exponential backoff.
|
2006-09-08 14:48:32 +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
|
Some message caches are over 1MB
|
2006-10-08 23:24:43 +00:00 |
|
Metadata.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.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 |
|
Namespace.php
|
Adding some more static statements
|
2006-07-10 18:53:15 +00:00 |
|
ObjectCache.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 |
|
OutputPage.php
|
(bug 6927) User login requested if not allowed to read
|
2006-09-06 17:19:43 +00:00 |
|
PageHistory.php
|
Another display issue
|
2006-07-07 17:11:47 +00:00 |
|
Pager.php
|
=(Bug 6890) Limit Pager.php to prevent integer wraparound resulting in SQL errors
|
2006-10-04 08:41:42 +00:00 |
|
Parser.php
|
* (bug 7459) Magic word variables are always case sensitive
|
2006-10-08 13:00:42 +00:00 |
|
ParserCache.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 |
|
Profiler.php
|
Move SO::_getCaller() to Profiler::getCaller()
|
2006-08-02 18:34:01 +00:00 |
|
ProfilerSimple.php
|
Committed a bunch of live hacks from Wikimedia servers
|
2006-10-02 17:04:13 +00:00 |
|
ProfilerSimpleUDP.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 |
|
ProfilerStub.php
|
Revert to previous version using $wgDBname instead of wfWikiID(); functions
|
2006-10-05 21:20:23 +00:00 |
|
ProtectionForm.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 |
|
proxy_check.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
ProxyTools.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 |
|
QueryPage.php
|
$wgLanguageCode no longer indicates the user language, for that use $wgLang->getCode(). This is necessary because determination of the language code is deferred.
|
2006-07-26 08:26:51 +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
|
hook for RC events
|
2006-09-30 12:34:53 +00:00 |
|
Revision.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 |
|
Sanitizer.php
|
Optimised Sanitizer::removeHTMLtags, Parser::unstrip, Parser::doMagicLinks, Parser::replaceInternalLinks and Parser::replace_callback. Introduced fast abridged entry point Parser::recursiveTagParse, for recursive parsing called from Cite.php and similar extensions. Resolved a known fail parser test.
|
2006-08-06 14:01:47 +00:00 |
|
SearchEngine.php
|
merge r16576 from SerbianVariants branch; should fix 'go' variant search on non-default search (Lucene)
|
2006-09-20 14:38:32 +00:00 |
|
SearchMySQL.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
SearchMySQL4.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchPostgres.php
|
Explicitly use 'default' locale for tsearch2 queries.
|
2006-09-03 02:43:26 +00:00 |
|
SearchTsearch2.php
|
Remove no longer needed schema setting.
|
2006-06-29 17:25:17 +00:00 |
|
SearchUpdate.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
Setup.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 |
|
SiteConfiguration.php
|
rv useless feature
|
2006-06-04 05:37:31 +00:00 |
|
SiteStatsUpdate.php
|
Committed a bunch of live hacks from Wikimedia servers
|
2006-10-02 17:04:13 +00:00 |
|
Skin.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 |
|
SkinTemplate.php
|
Merged r16826-16858 of branches/SerbianVariants.
|
2006-10-08 13:37:08 +00:00 |
|
SpecialAllmessages.php
|
* (bug 7460) Revert broken patch for bug 7226 which slows down
|
2006-10-02 16:33:14 +00:00 |
|
SpecialAllpages.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 |
|
SpecialAncientpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialBlockip.php
|
* (bug 4434) Show block log fragment on Special:Blockip
|
2006-08-30 14:36:19 +00:00 |
|
SpecialBlockme.php
|
* Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
|
2006-06-30 08:34:21 +00:00 |
|
SpecialBooksources.php
|
|
|
|
SpecialBrokenRedirects.php
|
Using a new function, Language::getArrow, to check the direction, instead of hard-coding the arrows and the checks; adding direction marks in Special:DoubleRedirects; adding the real arrows (instead of =>) in Special:Disambiguations.
|
2006-08-06 18:08:21 +00:00 |
|
SpecialCategories.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialConfirmemail.php
|
* (bug 7054) Validate email address before sending email confirmation message
|
2006-08-18 15:28:13 +00:00 |
|
SpecialContributions.php
|
bugs!
|
2006-06-23 11:09:40 +00:00 |
|
SpecialDeadendpages.php
|
* Added info text to Special:Deadendpages
|
2006-09-22 14:06:26 +00:00 |
|
SpecialDisambiguations.php
|
* Ordered the query results by disambiguation page title
|
2006-08-29 16:51:11 +00:00 |
|
SpecialDoubleRedirects.php
|
Using a new function, Language::getArrow, to check the direction, instead of hard-coding the arrows and the checks; adding direction marks in Special:DoubleRedirects; adding the real arrows (instead of =>) in Special:Disambiguations.
|
2006-08-06 18:08:21 +00:00 |
|
SpecialEmailuser.php
|
* (bug 832) Return to user page after emailing a user
|
2006-08-27 02:35:28 +00:00 |
|
SpecialExport.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 |
|
SpecialImagelist.php
|
Some styling for Special:Imagelist courtesy of Splarka
|
2006-08-16 00:25:12 +00:00 |
|
SpecialImport.php
|
Offer hint for common "null title" import error.
|
2006-10-02 14:56:09 +00:00 |
|
SpecialIpblocklist.php
|
Removing the last references to OutputPage::sysopRequired() and OutputPage::developerRequired() (mostly using OutputPage::permissionRequired(), but in one case - reverting of a protected image - OutputPage::readOnlyPage is better), and throwing an exception when calling them; removing two useless comments.
|
2006-08-08 13:58:25 +00:00 |
|
SpecialListredirects.php
|
Spacing.
|
2006-08-10 11:23:15 +00:00 |
|
SpecialListusers.php
|
Another attempt at cross-database compatibility; mysql left totally unchanged.
|
2006-09-25 20:38:00 +00:00 |
|
SpecialLockdb.php
|
* Preserve entered reason when reporting unconfirmed lock on Special:Lockdb
|
2006-07-12 11:28:01 +00:00 |
|
SpecialLog.php
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +00:00 |
|
SpecialLonelypages.php
|
Added info text to Special:Lonelypages
|
2006-09-22 14:24:20 +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
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostcategories.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialMostimages.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialMostlinked.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialMostlinkedcategories.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialMostrevisions.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialMovepage.php
|
wgOnlySysopMayMove is now unused, removing.
|
2006-09-09 09:10:52 +00:00 |
|
SpecialNewimages.php
|
Prevent a SQL error if no bot groups exist, by not doing the whole outer join.
|
2006-08-09 16:13:07 +00:00 |
|
SpecialNewpages.php
|
* (bug 7299) Normalize username filter on Special:Newpages
|
2006-09-12 20:28:07 +00:00 |
|
SpecialPage.php
|
Check the permissions of the special page lists in the SpecialPage class, and use separated functions to get the regular and the restricted special pages, instead of using one function and a complex array.
|
2006-08-23 13:24:16 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
* Whoops
|
2006-10-08 14:05:04 +00:00 |
|
SpecialPrefixindex.php
|
Fix #6534: PHP notice on Special:Prefixindex with bad input + error_reporting(E_ALL).
|
2006-07-05 18:16:01 +00:00 |
|
SpecialRandompage.php
|
|
|
|
SpecialRandomredirect.php
|
|
|
|
SpecialRecentchanges.php
|
htmlspecialchars
|
2006-10-07 16:28:46 +00:00 |
|
SpecialRecentchangeslinked.php
|
Refactor GROUP BY clause, add extra columns for SQL compatibility, remove debugging code.
|
2006-08-04 20:18:43 +00:00 |
|
SpecialRevisiondelete.php
|
(bug 7293) HTML validation of Special:Revisiondelete form
|
2006-09-12 12:03:27 +00:00 |
|
SpecialSearch.php
|
merge r16576 from SerbianVariants branch; should fix 'go' variant search on non-default search (Lucene)
|
2006-09-20 14:38:32 +00:00 |
|
SpecialShortpages.php
|
Committed a bunch of live hacks from Wikimedia servers
|
2006-10-02 17:04:13 +00:00 |
|
SpecialSpecialpages.php
|
Check the permissions of the special page lists in the SpecialPage class, and use separated functions to get the regular and the restricted special pages, instead of using one function and a complex array.
|
2006-08-23 13:24:16 +00:00 |
|
SpecialStatistics.php
|
Removing the last use of the mesasge 'administrators', and removing it from all the language files.
|
2006-08-12 19:42:39 +00:00 |
|
SpecialUncategorizedcategories.php
|
|
|
|
SpecialUncategorizedimages.php
|
(bug 6344) Add Special:Uncategorizedimages page
|
2006-06-17 16:24:01 +00:00 |
|
SpecialUncategorizedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUndelete.php
|
* (bug 6617) Validate timestamps on Special:Undelete
|
2006-10-03 18:39:09 +00:00 |
|
SpecialUnlockdb.php
|
* (bug 6642) Don't offer to unlock the database when it isn't locked
|
2006-07-12 11:32:45 +00:00 |
|
SpecialUnusedcategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnusedimages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnusedtemplates.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnwatchedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUpload.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 |
|
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
|
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 |
|
SpecialUserlogout.php
|
|
|
|
SpecialUserrights.php
|
* (bug 6864) Replace message 'editing' with new message 'editinguser' in Special:Userrights to allow better localisation.
|
2006-09-30 11:18:20 +00:00 |
|
SpecialVersion.php
|
* (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
|
2006-09-21 15:06:17 +00:00 |
|
SpecialWantedcategories.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialWantedpages.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialWatchlist.php
|
* (bug 7519) Add plural in SpecialWatchlist
|
2006-10-08 01:14:16 +00:00 |
|
SpecialWhatlinkshere.php
|
(bug 7509) Make back arrow in Special:Whatlinkshere editable through Mediawiki namespace
|
2006-10-06 23:13:23 +00:00 |
|
SquidUpdate.php
|
probably don't need this...
|
2006-06-18 12:46:50 +00:00 |
|
StreamFile.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 |
|
StubObject.php
|
StubObject.php: use getVal() instead of getText() to check for uselang parameter
|
2006-08-22 12:16:14 +00:00 |
|
Title.php
|
Merged r16826-16858 of branches/SerbianVariants.
|
2006-10-08 13:37:08 +00:00 |
|
User.php
|
(Bug 7004) PHP iconv() notice on bad password input to Special:Userlogin, with E_ALL enabled.
|
2006-10-04 12:13:22 +00:00 |
|
UserMailer.php
|
Handle failure of Mail::factory() gracefully
|
2006-10-04 23:35:29 +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
|
Fix for redirect.php
|
2006-10-04 04:13:08 +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
|
Consolidated web initialisation code into includes/WebStart.php. Moved profiling setup to a hook file "StartProfiler.php", following Brion's suggestion to merge Wikimedia's early profiling patch into subversion. Renamed Profiling.php and logProfilingData(), removed unnecessary wfProfileClose() calls.
|
2006-07-14 05:35:31 +00:00 |
|
Wiki.php
|
Committed a bunch of live hacks from Wikimedia servers
|
2006-10-02 17:04:13 +00:00 |
|
WikiError.php
|
|
|
|
Xml.php
|
* Set default disabled values for DjVu render options
|
2006-09-06 08:53:02 +00:00 |
|
XmlFunctions.php
|
Evil /\s+$/
|
2006-07-11 17:32:31 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
|
|