| .. |
|
api
|
API * Changed rchide into rcshow. Now allows very granual specification of what should be included in the output.
|
2006-11-04 06:53:52 +00:00 |
|
cbt
|
security concerns
|
2006-05-04 06:12:47 +00:00 |
|
normal
|
Marked all functions as static
|
2006-10-21 08:30:48 +00:00 |
|
templates
|
escaping for $path, call me paranoid
|
2006-10-01 04:40:27 +00:00 |
|
zhtable
|
* Adding "CC ?= gcc" portability
|
2005-04-10 09:05:55 +00:00 |
|
.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
|
Revamped ajax interface, see release notes.
|
2006-08-29 15:43:34 +00:00 |
|
Article.php
|
Fixed recently committed error.
|
2006-11-21 09:37:36 +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
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
BagOStuff.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
Block.php
|
* (bug 7883) Added autoblock whitelisting feature, using which specific ranges can be protected from autoblocking. These ranges are specified, in list format, in the autoblock_whitelist system message.
|
2006-11-22 11:51:49 +00:00 |
|
CacheDependency.php
|
BC
|
2006-10-14 10:31:34 +00:00 |
|
Categoryfinder.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
CategoryPage.php
|
(bug 3687) Add distinct heading for media files in category display.
|
2006-11-12 03:16:31 +00:00 |
|
ChangesList.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 |
|
CoreParserFunctions.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +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
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
DatabaseFunctions.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
DatabaseOracle.php
|
forgot for prev checkin re bug 6440. Database should return all rows about a given index, not just the first.
|
2006-11-11 21:42:46 +00:00 |
|
DatabasePostgres.php
|
forgot for prev checkin re bug 6440. Database should return all rows about a given index, not just the first.
|
2006-11-11 21:42:46 +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
|
bump style version for wikibits.js change
|
2006-11-21 12:12:20 +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
|
After discussion with Fyren on IRC, apply last patch for both sides of diff.
|
2006-11-17 04:14:19 +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
|
Code style tweaks per brion's suggestions on Wikitech-l
|
2006-11-21 03:22:18 +00:00 |
|
Exception.php
|
* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
|
2006-10-11 18:57:49 +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
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
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
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
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
|
* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
|
2006-10-13 21:48:19 +00:00 |
|
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
|
* (bug 7883) Added autoblock whitelisting feature, using which specific ranges can be protected from autoblocking. These ranges are specified, in list format, in the autoblock_whitelist system message.
|
2006-11-22 11:51:49 +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
|
Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache.
|
2006-10-11 08:25:26 +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
|
* (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
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
ImageFunctions.php
|
* (bug 6164) Avoid smashing Cite state if message transformation triggers
|
2006-10-12 01:07:01 +00:00 |
|
ImageGallery.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 |
|
ImagePage.php
|
(bug 7554) The correct MIME type for SVG images is now displayed on the image page (image/svg+xml, not image/svg). This is a hack because it only affects display, and doesn't correct the internal storage. I don't know how the latter works, so I wasn't confident touching it.
|
2006-11-22 00:25:57 +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
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
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
|
Since formatComment and commentBlock can take null as well as Title objects (per r17833), corrected documentation (Title -> mixed). Since revComment would immediately fail if passed anything but a Revision object or descendant, restore type hinting to that.
|
2006-11-21 22:49:25 +00:00 |
|
LinkFilter.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
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
|
Skip load balancing stuff if there is only one server
|
2006-10-14 06:49:22 +00:00 |
|
LogPage.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 |
|
MacBinary.php
|
* Fix notice in MacBinary detection debug data for files of certain lengths
|
2006-06-24 07:04:53 +00:00 |
|
MagicWord.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +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
|
Removed broken redundant fallback to the Language message array. Message arrays are now merged pre-cache. It's a static call on a non-static function, it actually calls back to $wgMessageCache->load(), destroying the per-process message cache on every cache miss.
|
2006-11-16 16:49:23 +00:00 |
|
Metadata.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
mime.info
|
* (bug 5277) Use audio/midi rather that audio/mid
|
2006-03-30 04:21:01 +00:00 |
|
mime.types
|
* (bug 898) Mime type autodetection.
|
2005-05-21 07:46:17 +00:00 |
|
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
|
Revert r16928: crashed Wikimedia by breaking memcached
|
2006-10-11 22:41:38 +00:00 |
|
OutputPage.php
|
Clean up last commit: OutputPage::formatTemplates + EditPage::formatTemplates -> Linker::formatTemplates.
|
2006-11-17 03:42:23 +00:00 |
|
PageHistory.php
|
Fix minor bug in r17715: don't display rollback link on history page for non-latest revision, even if it's at the top of the page. Also add some documentation to PageHistory::historyLine.
|
2006-11-19 17:16:34 +00:00 |
|
Pager.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 |
|
Parser.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +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
|
Add the ability to change the profile ID for UDP profiling at runtime
|
2006-11-18 05:17:25 +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
|
* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
|
2006-10-13 21:48:19 +00:00 |
|
proxy_check.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
ProxyTools.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 |
|
QueryPage.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 |
|
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
|
* PageArchive can now return a Revision object for more convenient processing
|
2006-10-26 16:47:30 +00:00 |
|
Sanitizer.php
|
Implementation of delimiterReplace() with a behaviour much closer to that of the model regex. Tested using comparitive fuzz testing. The only known difference now is where the start delimiter ends with an initial substring of the end delimiter, e.g. the previously mentioned case of C-style comments.
|
2006-11-22 07:08:50 +00:00 |
|
SearchEngine.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 |
|
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 |
|
SiteStats.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
Skin.php
|
Restore previous parser test with comment in response to brion on Wikitech-l. And note to self: URLENCODING URLS IS VERY VERY BAD. Even when you're tired.
|
2006-11-17 13:27:56 +00:00 |
|
SkinTemplate.php
|
(bug 4178) MediaWiki:Common.js will now be included for all users if $wgUseSiteJs is enabled, in addition to (if applicable) MediaWiki:Monobook.js and user JS subpages.
|
2006-11-17 02:05:34 +00:00 |
|
SpecialAllmessages.php
|
Some cleanup: code style, whitespace, docs, using single apostrophe, using __METHOD__ instead of .
|
2006-10-20 16:30:27 +00:00 |
|
SpecialAllpages.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 |
|
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
|
* switched 'anon-only' block mode to default for IP blocks
|
2006-11-11 22:07:55 +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
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialBrokenRedirects.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 |
|
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
|
* urlencode username so rollback-on-history works for users with funny names
|
2006-11-16 22:53:01 +00:00 |
|
SpecialDeadendpages.php
|
* Added info text to Special:Deadendpages
|
2006-09-22 14:06:26 +00:00 |
|
SpecialDisambiguations.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 |
|
SpecialDoubleRedirects.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 |
|
SpecialEmailuser.php
|
* (bug 1133) Special:Emailuser: add an option to send yourself a copy your mail. [A.K.A. the "CC me, Baby!" option].
|
2006-11-03 05:39:44 +00:00 |
|
SpecialExport.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 |
|
SpecialImagelist.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 |
|
SpecialImport.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 |
|
SpecialIpblocklist.php
|
Replacing the manual user and user talk links of the blocker in Special:Ipblocklist to Linker::userLink and Linker::userToolLinks; for that, added the function Block::getBy, to get the blocker user ID.
|
2006-11-21 18:26:55 +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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12: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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialMostcategories.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 |
|
SpecialMostimages.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 |
|
SpecialMostlinked.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 |
|
SpecialMostlinkedcategories.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 |
|
SpecialMostrevisions.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 |
|
SpecialMovepage.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 |
|
SpecialNewimages.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 |
|
SpecialNewpages.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 |
|
SpecialPage.php
|
Added {{#special:}} parser function, to give the local default title for special pages
|
2006-10-31 13:25:47 +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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialPrefixindex.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 |
|
SpecialRandompage.php
|
Fixed namespace handling (will now accept English namespace names in addition to localized ones)
|
2006-05-04 09:41:33 +00:00 |
|
SpecialRandomredirect.php
|
(bug 5684) Introduce Special:Randomredirect
|
2006-04-25 01:01:10 +00:00 |
|
SpecialRecentchanges.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 |
|
SpecialRecentchangeslinked.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 |
|
SpecialRevisiondelete.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 |
|
SpecialSearch.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 |
|
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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialStatistics.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
SpecialUncategorizedcategories.php
|
Remove yet more stray executable bits. The last, I hope.
|
2006-04-04 08:01:19 +00:00 |
|
SpecialUncategorizedimages.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 |
|
SpecialUncategorizedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUndelete.php
|
* Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
|
2006-11-08 12:31:20 +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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialUnusedimages.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 |
|
SpecialUnusedtemplates.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 |
|
SpecialUnwatchedpages.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 |
|
SpecialUpload.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 |
|
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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +00:00 |
|
SpecialUserlogout.php
|
* Parser can now know that it is parsing an interface message
|
2006-04-29 13:15:19 +00:00 |
|
SpecialUserrights.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 |
|
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
|
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.
|
2006-11-08 07:12:03 +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
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
SpecialWhatlinkshere.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 |
|
SquidUpdate.php
|
* (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
|
2006-10-16 19:12:56 +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
|
Implementation of delimiterReplace() with a behaviour much closer to that of the model regex. Tested using comparitive fuzz testing. The only known difference now is where the start delimiter ends with an initial substring of the end delimiter, e.g. the previously mentioned case of C-style comments.
|
2006-11-22 07:08:50 +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
|
fixed a special page name comparison
|
2006-11-22 13:22:41 +00:00 |
|
User.php
|
Make the DNSBL used for proxy blocking configurable. This is better than hard-coding, but a lot of the internal variables still call it SORBS, and unfortunately this will need to continue - as I don't want to break existing configurations. Updated the messages for SORBS blocking to refer generically to a DNSBL, rather than to any particular one.
|
2006-11-10 22:57:51 +00:00 |
|
UserMailer.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 |
|
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
|
* Made special page names case-insensitive and localisable. Care has been taken to maintain backwards compatibility.
|
2006-10-30 06:25:31 +00:00 |
|
WikiError.php
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
Xml.php
|
* Introduced StringUtils.php, populated it with some generic string functions, both new and collected from various other files.
|
2006-11-21 09:53:45 +00:00 |
|
XmlFunctions.php
|
Evil /\s+$/
|
2006-07-11 17:32:31 +00:00 |
|
ZhClient.php
|
whitespace
|
2006-03-06 04:20:20 +00:00 |
|
ZhConversion.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |