| .. |
|
api
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
cbt
|
|
|
|
filerepo
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
media
|
Fix double parentheses around file size on generic bitmap getShortDesc()
|
2008-03-14 00:10:48 +00:00 |
|
normal
|
|
|
|
templates
|
|
|
|
zhtable
|
* (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants
|
2007-12-02 09:02:09 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
doc tweaks: link to http://www.php.net instead of mirrors.
|
2008-03-27 18:52:08 +00:00 |
|
AjaxResponse.php
|
|
|
|
Article.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
AuthPlugin.php
|
Fixed E_STRICT for CentralAuth extension
|
2008-03-27 14:03:22 +00:00 |
|
AutoLoader.php
|
* Generalised FileRepoStatus, providing a very similar general Status object.
|
2008-04-05 18:11:23 +00:00 |
|
Autopromote.php
|
Autopromotion:
|
2008-01-14 18:52:55 +00:00 |
|
BagOStuff.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
Block.php
|
* (bug 12999) introduce ipb_by_text colomn
|
2008-02-18 12:16:23 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
Wait, never mind, revert that. This is supposed to be DB keys . . .
|
2008-03-20 17:07:07 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
Use wfLocalFile() instead of create an Image object, was throwing an E_USER_NOTICE. Thanks to Grondin for reporting it.
|
2008-04-09 12:09:15 +00:00 |
|
ChangesList.php
|
Fix for ehanced recentchanges: when there are log items, show them groupped by log (same as old behaviour) and not by page. See for example recent changes at mediawiki.org, new user log items aren't anymore groupped and they take too much place.
|
2008-04-09 09:20:55 +00:00 |
|
CoreParserFunctions.php
|
* (6943) Added PAGESINCATEGORY: magic word
|
2008-04-07 22:11:31 +00:00 |
|
Credits.php
|
|
|
|
Database.php
|
Removed usage of deprecated settings
|
2008-04-06 16:14:04 +00:00 |
|
DatabaseFunctions.php
|
|
|
|
DatabaseOracle.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
DatabasePostgres.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
DateFormatter.php
|
|
|
|
DefaultSettings.php
|
Remove old-fashioned $wgLinkCacheMemcached stuff
|
2008-04-09 20:21:07 +00:00 |
|
Defines.php
|
* Eliminated message mode (OT_MSG), using OT_PREPROCESS instead. As proposed on wikitech-l.
|
2008-01-19 09:03:45 +00:00 |
|
DifferenceEngine.php
|
* Small cleanups
|
2008-04-06 18:16:38 +00:00 |
|
DjVuImage.php
|
|
|
|
EditPage.php
|
tweak to r32864 -- remove extra parameters from string replacement which were removed from captures
|
2008-04-08 18:04:55 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
|
|
|
Exception.php
|
* Document Exception.php
|
2008-03-21 16:56:44 +00:00 |
|
Exif.php
|
|
|
|
Export.php
|
* (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
|
2008-03-21 23:13:34 +00:00 |
|
ExternalEdit.php
|
Add an explicit Cache-control: no-cache header on external edit; possible reports that our caches are aggressively caching these, though they shouldn't in an ideal world.
|
2008-01-16 20:59:24 +00:00 |
|
ExternalStore.php
|
(bug 12202) Strict standards: mark static methods static.
|
2008-01-15 14:48:24 +00:00 |
|
ExternalStoreDB.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
ExternalStoreHttp.php
|
Various whitespace fixes
|
2008-01-29 11:10:33 +00:00 |
|
FakeTitle.php
|
|
|
|
Feed.php
|
* (bug 12935, 12981) Fully-qualify archive URLs in delete, revert messages
|
2008-02-13 05:59:14 +00:00 |
|
FileDeleteForm.php
|
Show a normal permissionsErrorPage when the user does not have permissions to delete. Statify isValidOldSpec and haveDeletable file to be used by the API
|
2008-04-04 13:59:04 +00:00 |
|
FileRevertForm.php
|
* Fixed bug 13532, incorrect use of wfFindFile() causing total breakage of file revert
|
2008-04-05 16:46:22 +00:00 |
|
FileStore.php
|
|
|
|
GlobalFunctions.php
|
Removed usage of deprecated settings
|
2008-04-06 16:14:04 +00:00 |
|
HistoryBlob.php
|
|
|
|
Hooks.php
|
Workaround for call_user_func_array bug
|
2008-04-08 09:51:13 +00:00 |
|
HTMLCacheUpdate.php
|
On edit, purge the cache of pages redirecting to the page in question. Obvious perhaps, but apparently never done.
|
2008-01-17 12:31:54 +00:00 |
|
HTMLFileCache.php
|
|
|
|
HttpFunctions.php
|
replacing some calls from deprecated global functions to new modularized functions
|
2008-03-05 11:58:44 +00:00 |
|
ImageFunctions.php
|
* Fix for size checks on SVG images with global 'stroke-width' attribute
|
2008-03-24 18:17:47 +00:00 |
|
ImageGallery.php
|
Some tweaks:
|
2008-03-22 14:55:29 +00:00 |
|
ImagePage.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +00:00 |
|
ImageQueryPage.php
|
Doc cleanup:
|
2008-03-18 16:56:52 +00:00 |
|
IP.php
|
|
|
|
JobQueue.php
|
|
|
|
LBFactory.php
|
* Fixes for Parser tests (was broken with new load balancing system), added LBFactory::destroy() to destroy the singleton instance and force reopening a connection with the new value of $wgDBprefix.
|
2008-03-30 17:43:51 +00:00 |
|
LBFactory_Multi.php
|
* Generalised FileRepoStatus, providing a very similar general Status object.
|
2008-04-05 18:11:23 +00:00 |
|
Licenses.php
|
|
|
|
LinkBatch.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
LinkCache.php
|
Remove old-fashioned $wgLinkCacheMemcached stuff
|
2008-04-09 20:21:07 +00:00 |
|
Linker.php
|
Add $edits param here too; document
|
2008-04-09 16:54:01 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Remove apparently pointless $dbw parameter to Article::updateCategoryCounts.
|
2008-03-19 13:36:33 +00:00 |
|
LoadBalancer.php
|
Don't use query groups for master connections
|
2008-04-08 11:54:34 +00:00 |
|
LogEventsList.php
|
* Fix user param
|
2008-04-08 23:30:36 +00:00 |
|
LogPage.php
|
Kill useless div that bumps everything down
|
2008-04-08 22:50:56 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
* (6943) Added PAGESINCATEGORY: magic word
|
2008-04-07 22:11:31 +00:00 |
|
Math.php
|
|
|
|
MediaTransformOutput.php
|
Revert r28253 -- unnecessary markup tweak which could override specified styles
|
2007-12-07 21:43:22 +00:00 |
|
memcached-client.php
|
Fixed a couple of potential catchable fatal errors when memcached debugging is enabled
|
2008-04-09 15:22:27 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
* (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
|
2008-04-02 11:49:55 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
allow xsd extension for type application/xml
|
2007-12-12 21:53:06 +00:00 |
|
MimeMagic.php
|
the correct magic for PDF is "%PDF"
|
2008-02-09 23:59:26 +00:00 |
|
Namespace.php
|
Actually, revert r32370. It might be a good idea, but it breaks the UserGetRights hook (more than it already is). Could use some more thought.
|
2008-03-24 13:47:16 +00:00 |
|
NamespaceCompat.php
|
Some tweaks:
|
2008-03-22 14:55:29 +00:00 |
|
ObjectCache.php
|
No need for a second newline
|
2008-04-09 15:23:00 +00:00 |
|
OutputHandler.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
OutputPage.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
PageHistory.php
|
Make it possible to prefix the line by hooks
|
2008-04-07 16:48:51 +00:00 |
|
PageQueryPage.php
|
Doc cleanup:
|
2008-03-18 16:56:52 +00:00 |
|
Pager.php
|
Remove the functionality allowing users to change the default direction; this is basically redundant with first/last. Uncomment the multiple-ordering stuff in Pager.php, since it works fine, but comment it out in SpecialCategories.php, since the index is not unique and it won't sort correctly. IndexPager needs to support multiple-column sort, and the index should be extended to (cat_pages, cat_title).
|
2008-03-20 21:49:22 +00:00 |
|
Parser.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
Parser_DiffTest.php
|
* Added alternate preprocessor implementation "Preprocessor_Hash" which uses plain PHP hashtables for the underlying data structure. This removes the DOM dependence, avoids XML charset problems, and avoids the lack of memory accounting in DOM. It will hopefully serve as a better model for alternate language implementations than the DOM version. I haven't measured the preformance yet, but it should be comparable to Preprocessor_DOM. If the performance is good, this might be a better default than Preprocessor_DOM.
|
2008-02-05 08:23:58 +00:00 |
|
Parser_OldPP.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
ParserCache.php
|
|
|
|
ParserOptions.php
|
Stack depth limit for expand()
|
2008-03-25 04:26:58 +00:00 |
|
ParserOutput.php
|
* Added __HIDDENCAT__ feature, to hide categories from the box at the bottom of the member pages depending on special text on the category page.
|
2008-02-20 08:53:12 +00:00 |
|
PatrolLog.php
|
|
|
|
PrefixSearch.php
|
* Merged backends for OpenSearch suggestions and AJAX search.
|
2008-01-30 01:07:49 +00:00 |
|
Preprocessor.php
|
Documentation.
|
2008-02-18 07:45:44 +00:00 |
|
Preprocessor_DOM.php
|
* (bug 13522) Fix fatal error in Parser::extractTagsAndParams
|
2008-03-27 00:00:25 +00:00 |
|
Preprocessor_Hash.php
|
Fix use of $depth property; was spewing notices, using local var by accident (?)
|
2008-03-28 18:36:57 +00:00 |
|
Profiler.php
|
|
|
|
ProfilerSimple.php
|
Revert removal of CPU time profiling in 29658-29661. Those 0's and 10's will add up to the correct guestimate reliably, as long as the decision as to which function gets the tick does not depend on the function. The variance of course will be larger, but it was pretty large to start with. Should fix breakage in report.py.
|
2008-01-26 01:49:17 +00:00 |
|
ProfilerSimpleText.php
|
make it static :)
|
2008-03-25 17:45:35 +00:00 |
|
ProfilerSimpleUDP.php
|
Revert removal of CPU time profiling in 29658-29661. Those 0's and 10's will add up to the correct guestimate reliably, as long as the decision as to which function gets the tick does not depend on the function. The variance of course will be larger, but it was pretty large to start with. Should fix breakage in report.py.
|
2008-01-26 01:49:17 +00:00 |
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
* (bug 11039) Add missing labels on protection form
|
2008-04-09 00:02:13 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Withespaces fixes.
|
2008-03-08 16:22:05 +00:00 |
|
QueryPage.php
|
Introducing $wgFeed variable. Allows tuning sydication feeds off, when desired.
|
2008-02-22 12:33:51 +00:00 |
|
RawPage.php
|
* (bug 12938) Fix template expansion and 404 returns for action=raw with section
|
2008-02-13 02:36:28 +00:00 |
|
RecentChange.php
|
Use new fields
|
2008-04-02 05:07:46 +00:00 |
|
RefreshLinksJob.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
Revision.php
|
Make parent ID null to avoid stupid looking sp:contribs
|
2008-04-08 21:38:39 +00:00 |
|
Sanitizer.php
|
Fix up RELEASE-NOTES a bit (move config stuff to config changes, rephrase $wgFeed descriptions, punctuate more consistently, better explain filepageexists change)
|
2008-02-26 01:56:38 +00:00 |
|
SearchEngine.php
|
Search backend:
|
2008-03-23 17:29:43 +00:00 |
|
SearchMySQL.php
|
Search backend:
|
2008-03-23 17:29:43 +00:00 |
|
SearchMySQL4.php
|
* (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
|
2008-03-18 23:50:05 +00:00 |
|
SearchOracle.php
|
Pair to r32357, update oracle as well, in case it actually works...
|
2008-03-23 18:08:23 +00:00 |
|
SearchPostgres.php
|
Search backend:
|
2008-03-23 17:29:43 +00:00 |
|
SearchTsearch2.php
|
* (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
|
2008-03-18 23:50:05 +00:00 |
|
SearchUpdate.php
|
|
|
|
Setup.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
SiteConfiguration.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
SiteStats.php
|
|
|
|
Skin.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
SkinTemplate.php
|
(bug 12064) BeforePageDisplay hook is now called for all skins
|
2008-04-06 20:25:45 +00:00 |
|
SpecialAllmessages.php
|
* (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
|
2008-04-02 11:49:55 +00:00 |
|
SpecialAllpages.php
|
* Add a nice fieldset around the input form
|
2008-03-17 23:25:00 +00:00 |
|
SpecialAncientpages.php
|
|
|
|
SpecialBlockip.php
|
* Use existent CSS classes for form labels und input fields
|
2008-04-03 15:43:37 +00:00 |
|
SpecialBlockme.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialBooksources.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialBrokenRedirects.php
|
|
|
|
SpecialCategories.php
|
Remove the functionality allowing users to change the default direction; this is basically redundant with first/last. Uncomment the multiple-ordering stuff in Pager.php, since it works fine, but comment it out in SpecialCategories.php, since the index is not unique and it won't sort correctly. IndexPager needs to support multiple-column sort, and the index should be extended to (cat_pages, cat_title).
|
2008-03-20 21:49:22 +00:00 |
|
SpecialConfirmemail.php
|
* (bug 13450) Email confirmation can now be canceled before the expiration
|
2008-03-25 22:03:00 +00:00 |
|
SpecialContributions.php
|
Remove "wtf" $_GET hacks ;)
|
2008-04-08 20:51:19 +00:00 |
|
SpecialDeadendpages.php
|
|
|
|
SpecialDisambiguations.php
|
|
|
|
SpecialDoubleRedirects.php
|
|
|
|
SpecialEmailuser.php
|
Email subject in content language instead of sending user's UI language
|
2008-03-14 00:31:27 +00:00 |
|
SpecialExport.php
|
Fix fatal error in Special:Export -- invalid title when using Template inclusion
|
2008-03-11 21:59:41 +00:00 |
|
SpecialFewestrevisions.php
|
Doc cleanup:
|
2008-03-18 16:56:52 +00:00 |
|
SpecialFileDuplicateSearch.php
|
* (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
|
2008-03-19 16:58:56 +00:00 |
|
SpecialFilepath.php
|
* Add a nice fieldset around the input form
|
2008-03-18 15:31:55 +00:00 |
|
SpecialImagelist.php
|
* Add a nice fieldset around the input form
|
2008-03-18 20:29:46 +00:00 |
|
SpecialImport.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
SpecialIpblocklist.php
|
Use 'suppress' right rather than 'oversight'
|
2008-04-01 22:50:53 +00:00 |
|
SpecialListredirects.php
|
|
|
|
SpecialListusers.php
|
(bug 12542) Adding a bunch of hooks to SpecialListusers.php, modified patch by Daniel Friesen
|
2008-03-02 14:14:43 +00:00 |
|
SpecialLockdb.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +00:00 |
|
SpecialLog.php
|
proper name
|
2008-04-02 17:43:57 +00:00 |
|
SpecialLonelypages.php
|
|
|
|
SpecialLongpages.php
|
|
|
|
SpecialMergeHistory.php
|
Add showLogExtract() and remove use of FauxRequest hacks
|
2008-04-02 20:20:47 +00:00 |
|
SpecialMIMEsearch.php
|
* Add a nice fieldset around the input form
|
2008-03-19 06:33:39 +00:00 |
|
SpecialMostcategories.php
|
|
|
|
SpecialMostimages.php
|
|
|
|
SpecialMostlinked.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialMostlinkedcategories.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialMostlinkedtemplates.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialMostrevisions.php
|
|
|
|
SpecialMovepage.php
|
Add showLogExtract() and remove use of FauxRequest hacks
|
2008-04-02 20:20:47 +00:00 |
|
SpecialNewimages.php
|
(bug 13429) Separate date and time in message sp-newimages-showfrom
|
2008-03-19 10:21:45 +00:00 |
|
SpecialNewpages.php
|
Check 'patrolmarks' here too
|
2008-03-22 03:01:51 +00:00 |
|
SpecialPage.php
|
* (bug 13450) Email confirmation can now be canceled before the expiration
|
2008-03-25 22:03:00 +00:00 |
|
SpecialPopularpages.php
|
|
|
|
SpecialPreferences.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +00:00 |
|
SpecialPrefixindex.php
|
Fix typo in comment.
|
2007-12-24 17:08:05 +00:00 |
|
SpecialProtectedpages.php
|
Adding direction mark in Special:Protectedpages, between the page name and the size.
|
2007-10-29 18:46:03 +00:00 |
|
SpecialProtectedtitles.php
|
Removed property svn:executable
|
2008-03-28 15:10:30 +00:00 |
|
SpecialRandompage.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialRandomredirect.php
|
Cleanup for Special:Randompage and Special: Randomredirect after r29725 - http://bugzilla.wikimedia.org/show_bug.cgi?id=12624
|
2008-01-14 12:50:20 +00:00 |
|
SpecialRecentchanges.php
|
(bug 13441) Allow Special:Recentchanges to show bots only
|
2008-04-02 10:47:50 +00:00 |
|
SpecialRecentchangeslinked.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +00:00 |
|
SpecialResetpass.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialRevisiondelete.php
|
Oh, didn't realize there were constants for the bitfields. Let's use those here instead too.
|
2008-04-06 21:07:40 +00:00 |
|
SpecialSearch.php
|
Revert r32811 -- regression in search.
|
2008-04-08 17:21:36 +00:00 |
|
SpecialShortpages.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialSpecialpages.php
|
Revert back to r31589. I really don't like this hardcoded special page template; definitely not something I want to see, even if it were properly localized. It feels ugly, fragile, and likely to cause massive confusion and inability to navigate sites consistently, never mind extensibility problems with extensions and new languages.
|
2008-03-05 19:08:48 +00:00 |
|
SpecialStatistics.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialUncategorizedcategories.php
|
|
|
|
SpecialUncategorizedimages.php
|
|
|
|
SpecialUncategorizedpages.php
|
|
|
|
SpecialUncategorizedtemplates.php
|
|
|
|
SpecialUndelete.php
|
Add showLogExtract() and remove use of FauxRequest hacks
|
2008-04-02 20:20:47 +00:00 |
|
SpecialUnlockdb.php
|
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
|
2008-02-18 07:25:35 +00:00 |
|
SpecialUnusedcategories.php
|
|
|
|
SpecialUnusedimages.php
|
* Escape all output: (bug 12063) MediaWiki:Unusedimagestext is not wikified
|
2007-12-15 21:30:41 +00:00 |
|
SpecialUnusedtemplates.php
|
* (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
|
2008-03-12 05:11:09 +00:00 |
|
SpecialUnwatchedpages.php
|
|
|
|
SpecialUpload.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
SpecialUploadMogile.php
|
|
|
|
SpecialUserlogin.php
|
Modify UserLoginComplete and UserLogoutComplete hooks to allow HTML injection into the success page by hooks. For CentralAuth 'global logging in'
|
2008-04-09 12:44:53 +00:00 |
|
SpecialUserlogout.php
|
Modify UserLoginComplete and UserLogoutComplete hooks to allow HTML injection into the success page by hooks. For CentralAuth 'global logging in'
|
2008-04-09 12:44:53 +00:00 |
|
SpecialUserrights.php
|
Add showLogExtract() and remove use of FauxRequest hacks
|
2008-04-02 20:20:47 +00:00 |
|
SpecialVersion.php
|
Updated credits per discussion with Brion
|
2008-03-20 06:54:24 +00:00 |
|
SpecialWantedcategories.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialWantedpages.php
|
* Some cleanups
|
2008-03-15 10:46:28 +00:00 |
|
SpecialWatchlist.php
|
LEFT JOIN on page, this picks up deletion log and salting stuff
|
2008-04-09 01:20:04 +00:00 |
|
SpecialWhatlinkshere.php
|
(bug 5745) Special:Whatlinkshere shows no more than 500 links through each redirect
|
2008-03-21 22:03:55 +00:00 |
|
SpecialWithoutinterwiki.php
|
Doc cleanup:
|
2008-03-18 16:56:52 +00:00 |
|
SquidUpdate.php
|
* Fixed call to deprecated functions
|
2008-03-24 15:04:55 +00:00 |
|
Status.php
|
* Generalised FileRepoStatus, providing a very similar general Status object.
|
2008-04-05 18:11:23 +00:00 |
|
StreamFile.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
StringUtils.php
|
|
|
|
StubObject.php
|
Typo, thanks to nikerabbit for reporting it :)
|
2008-04-08 19:52:19 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic singletons.
|
2008-04-09 18:23:34 +00:00 |
|
User.php
|
Modify UserLoginComplete and UserLogoutComplete hooks to allow HTML injection into the success page by hooks. For CentralAuth 'global logging in'
|
2008-04-09 12:44:53 +00:00 |
|
UserMailer.php
|
(bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to $wgUserNotifiedOnAllChanges
|
2008-04-02 00:45:15 +00:00 |
|
UserRightsProxy.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
Utf8Case.php
|
|
|
|
WatchedItem.php
|
|
|
|
WatchlistEditor.php
|
Partial revert of r32982; old Title method is fine here
|
2008-04-09 12:15:44 +00:00 |
|
WebRequest.php
|
* (bug 13139, 13074) Fix request data for parameters with numeric names
|
2008-02-26 22:33:04 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
|
|
|
Wiki.php
|
* Introduced LBFactory -- an abstract class for configuring database load balancers and connecting to foreign DBs.
|
2008-03-30 09:48:15 +00:00 |
|
WikiError.php
|
Tweak to r30053... Remove unnecessary sprintf()
|
2008-01-22 20:59:22 +00:00 |
|
Xml.php
|
Cleanup for r30216:
|
2008-01-28 20:27:15 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
More file type checks...
|
2008-02-06 01:23:12 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
* (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants
|
2007-12-02 09:02:09 +00:00 |