| .. |
|
cbt
|
security concerns
|
2006-05-04 06:12:47 +00:00 |
|
normal
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +00:00 |
|
templates
|
Ensure correct path is used in case we are trying to view a page in a subdirectory
|
2006-07-14 20:40:16 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
AjaxFunctions.php
|
capitalization, spacing (thanks robchurch)
|
2006-07-02 23:07:02 +00:00 |
|
Article.php
|
Add mCascadingDeletes and mCleanupTriggers properties to Database*, use accessor methods to determine what to delete in Article.php
|
2006-07-17 00:54: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
|
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 |
|
BagOStuff.php
|
Make APCBagOStuff::delete() compatible with BagOStuff::delete()
|
2006-07-10 19:58:27 +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
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
CategoryPage.php
|
Fix #6622: image::newFromTitle deprecated but still used
|
2006-07-10 19:49:22 +00:00 |
|
ChangesList.php
|
Revert for now so brion can sleep at night and so that I don't get kidnapped and shipped off to Jo'burg
|
2006-06-24 21:52:52 +00:00 |
|
CoreParserFunctions.php
|
Got rid of the MagicWord indexing constants (MAG_xxx), replaced them by string indexing, like messages. The associated change to the extensions, i.e. removing the MagicWordMagicWords hook and using string instead of integer indices, is in fact compatible with MW 1.6 and 1.7, which tells you something about the utility of the hook function.
|
2006-07-14 15:39:23 +00:00 |
|
Credits.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
Database.php
|
Profiling
|
2006-07-21 15:26:07 +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 |
|
DatabaseMysql.php
|
|
|
|
DatabaseOracle.php
|
Revert to r15092; massive breakage, unable to connect to MySQL at all
|
2006-06-27 16:11:47 +00:00 |
|
DatabasePostgres.php
|
Add Postgres timestamp stuff, from the patch at bug 6632 by Robert Treat.
|
2006-07-18 01:40:38 +00:00 |
|
DateFormatter.php
|
Deferred loading of DateFormatter.php and IP.php. Standardised IP.php function naming style.
|
2006-07-14 17:02:49 +00:00 |
|
DefaultSettings.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 |
|
Defines.php
|
Defer initialisation of the special page list, allow autoloading of the SpecialPage class. SpecialPage.php is not loaded for ordinary page views. Implemented some interfaces which allow special pages to do the same thing, although backwards compatibility is maintained. Old special page extensions will load SpecialPage during initialisation, so all extensions will have to be ported to get the full performance benefit.
|
2006-06-25 08:38:17 +00:00 |
|
DifferenceEngine.php
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +00:00 |
|
DjVuImage.php
|
* (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
|
2006-06-24 07:11:17 +00:00 |
|
EditPage.php
|
* (bug 6751) Fix preview of blanked section with edit on first preview option
|
2006-07-21 07:39:17 +00:00 |
|
Exception.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 |
|
Exif.php
|
* Let yes be yes and no be no
|
2006-06-23 12:24:05 +00:00 |
|
Export.php
|
s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6.
|
2006-06-23 06:31:46 +00:00 |
|
ExternalEdit.php
|
Fix #6622: image::newFromTitle deprecated but still used
|
2006-07-10 19:49:22 +00:00 |
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +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
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
FileStore.php
|
(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropriate non-web-accessible directory.
|
2006-06-16 01:16:45 +00:00 |
|
GlobalFunctions.php
|
Add Postgres timestamp stuff, from the patch at bug 6632 by Robert Treat.
|
2006-07-18 01:40:38 +00:00 |
|
HistoryBlob.php
|
revert back to 14660
|
2006-06-08 15:12:26 +00:00 |
|
Hooks.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 |
|
HTMLCacheUpdate.php
|
Fixed job command naming style
|
2006-06-19 02:29:21 +00:00 |
|
HTMLForm.php
|
Removing the obsolete user group management files.
|
2006-06-24 20:56:08 +00:00 |
|
HttpFunctions.php
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
Image.php
|
Restore factory function to avoid gratuitously breaking extensions for no reason whatsoever what the heck
|
2006-07-12 06:39:55 +00:00 |
|
ImageFunctions.php
|
Changed the image directory global functions, they no longer create the directory before they return it. This was inefficient, especially due to the need for multiple NFS stat calls for every image shown on a page during parse. The caller is now required to create the directory if necessary, and it can do so with the recently souped-up wfMkdirParents().
|
2006-07-04 14:20:52 +00:00 |
|
ImageGallery.php
|
Strict Standards with PHP5
|
2006-07-12 18:38:25 +00:00 |
|
ImagePage.php
|
Code quality: makes imagePage::doDelete compatible with article::doDelete
|
2006-07-11 19:58:08 +00:00 |
|
IP.php
|
normalize case
|
2006-07-16 20:58:40 +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
|
A lot more of static issues when using E_STRICT from the commandline.
|
2006-07-10 15:41:30 +00:00 |
|
Linker.php
|
A lot more of static issues when using E_STRICT from the commandline.
|
2006-07-10 15:41:30 +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
|
Profiling
|
2006-07-21 15:26:07 +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
|
MagicWord initialisation deferred.
|
2006-07-14 16:36:35 +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
|
|
|
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
Call firstCallInit() before cloning $wgParser.
|
2006-07-04 09:13:10 +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
|
* (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
|
2006-06-24 07:11:17 +00:00 |
|
Namespace.php
|
Adding some more static statements
|
2006-07-10 18:53:15 +00:00 |
|
ObjectCache.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
OutputPage.php
|
add profiling hooks at quite critical place (accounting parser usage by skin)
|
2006-07-16 08:16:58 +00:00 |
|
PageHistory.php
|
Another display issue
|
2006-07-07 17:11:47 +00:00 |
|
Pager.php
|
Split off index paging code from PageHistory.php to a new abstract class hierarchy in Pager.php. Application to Special:Ipblocklist will follow.
|
2006-07-07 03:28:48 +00:00 |
|
Parser.php
|
Revert 15733 and 15719 for the moment; I see some eval'd string code and other thinsg which make me nervous and I don't think anybody's reviewed this
|
2006-07-19 20:13:39 +00:00 |
|
ParserCache.php
|
A lot more of static issues when using E_STRICT from the commandline.
|
2006-07-10 15:41:30 +00:00 |
|
Profiler.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 |
|
ProfilerSimple.php
|
function_exists expects string with function name in it
|
2006-07-14 20:25:11 +00:00 |
|
ProfilerSimpleUDP.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 |
|
ProfilerStub.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 |
|
ProtectionForm.php
|
* More escaping
|
2006-07-08 13:53:50 +00:00 |
|
proxy_check.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
ProxyTools.php
|
Deferred loading of DateFormatter.php and IP.php. Standardised IP.php function naming style.
|
2006-07-14 17:02:49 +00:00 |
|
QueryPage.php
|
(bug 6344) Add Special:Uncategorizedimages page
|
2006-06-17 16:24:01 +00:00 |
|
RawPage.php
|
* (bug 5903) When requesting the raw source of a non-existent message page, return blank content (as opposed to the message key)
|
2006-06-24 21:17:05 +00:00 |
|
RecentChange.php
|
Making User::isBot deprecated, using User::isAllowed('bot') instead, making it a wrapper of User::isAllowed, and deleting several obsolete comments.
|
2006-07-16 16:42:15 +00:00 |
|
Revision.php
|
A lot more of static issues when using E_STRICT from the commandline.
|
2006-07-10 15:41:30 +00:00 |
|
Sanitizer.php
|
* Pre-strip characters ignored in IDNs from URLs so they can't be used to break the blacklists for regular URLs
|
2006-07-11 19:54:20 +00:00 |
|
SearchEngine.php
|
Revert 15733 and 15719 for the moment; I see some eval'd string code and other thinsg which make me nervous and I don't think anybody's reviewed this
|
2006-07-19 20:13:39 +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
|
Change hard-coded vector fields to variables.
|
2006-07-05 04:11:20 +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
|
Deferred loading of DateFormatter.php and IP.php. Standardised IP.php function naming style.
|
2006-07-14 17:02:49 +00:00 |
|
SiteConfiguration.php
|
rv useless feature
|
2006-06-04 05:37:31 +00:00 |
|
SiteStatsUpdate.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
Skin.php
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +00:00 |
|
SkinTemplate.php
|
Also checking if the user can create the page if not exist, not only if he can edit it, to decide if we should show 'edit' or 'view source'.
|
2006-07-01 12:07:47 +00:00 |
|
SpecialAllmessages.php
|
Get the English extension messages to Special:Allmessages properly (this code of this special page should be rewritten, as it uses private variables).
|
2006-07-03 11:41:05 +00:00 |
|
SpecialAllpages.php
|
(bug 6358) Remove some redundant and unused variables from Special:Allpages
|
2006-07-07 11:11:43 +00:00 |
|
SpecialAncientpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialBlockip.php
|
* Fix regression in blocking of user accounts
|
2006-07-11 20:31:06 +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
|
Show an arrow in the right direction also in Broken Redirects special page, not only in the Double Redirects.
|
2006-06-21 16:39: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 6243) Fix email for usernames containing dots when using PEAR::Mail
|
2006-06-09 08:24:47 +00:00 |
|
SpecialContributions.php
|
bugs!
|
2006-06-23 11:09:40 +00:00 |
|
SpecialDeadendpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialDisambiguations.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialDoubleRedirects.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialEmailuser.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 |
|
SpecialExport.php
|
* (bug 6472) Fix regression in Special:Export with multiple pages
|
2006-06-28 19:45:41 +00:00 |
|
SpecialImagelist.php
|
* Really support plural in imagelisttext
|
2006-06-29 12:51:28 +00:00 |
|
SpecialImport.php
|
Added plural support for 'import-revision-count'
|
2006-07-08 12:30:42 +00:00 |
|
SpecialIpblocklist.php
|
missed one
|
2006-07-14 17:05:00 +00:00 |
|
SpecialListredirects.php
|
Direction mark in Special:Listredirects, to prevent confusion.
|
2006-07-20 14:40:46 +00:00 |
|
SpecialListusers.php
|
rollback of change that made filesorts
|
2006-07-17 20:22:20 +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
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialLongpages.php
|
|
|
|
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
|
* And more escaping
|
2006-07-08 15:36:12 +00:00 |
|
SpecialNewimages.php
|
Fix #6622: image::newFromTitle deprecated but still used
|
2006-07-10 19:49:22 +00:00 |
|
SpecialNewpages.php
|
* (bug 6448) Allow filtering of Special:Newpages according to username
|
2006-07-10 08:38:48 +00:00 |
|
SpecialPage.php
|
Reverting the revert, the problem was an error in the extension.
|
2006-07-16 16:10:41 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
rv vandalism
|
2006-07-19 10:30:42 +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
|
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
|
(bug 1023) More updates (XHTML-correctness)
|
2006-07-02 21:21:11 +00:00 |
|
SpecialRecentchangeslinked.php
|
* ChangesList assumes rc_bot exists
|
2006-06-29 19:56:32 +00:00 |
|
SpecialRevisiondelete.php
|
s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6.
|
2006-06-23 06:31:46 +00:00 |
|
SpecialSearch.php
|
Revert 15733 and 15719 for the moment; I see some eval'd string code and other thinsg which make me nervous and I don't think anybody's reviewed this
|
2006-07-19 20:13:39 +00:00 |
|
SpecialShortpages.php
|
* (bug 6489) Use appropriate link colour on Special:Shortpages
|
2006-06-29 13:28:19 +00:00 |
|
SpecialSpecialpages.php
|
|
|
|
SpecialStatistics.php
|
Change from hardcoding to limitResult function.
|
2006-07-14 19:45:08 +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
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +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
|
Changed the image directory global functions, they no longer create the directory before they return it. This was inefficient, especially due to the need for multiple NFS stat calls for every image shown on a page during parse. The caller is now required to create the directory if necessary, and it can do so with the recently souped-up wfMkdirParents().
|
2006-07-04 14:20:52 +00:00 |
|
SpecialUploadMogile.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 |
|
SpecialUserlogin.php
|
Remove forced dereferencements (new() returns a reference in PHP5)
|
2006-07-11 14:11:23 +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
|
Fix #6018: Special:Userrights -> wrong message when no user was specified
|
2006-05-20 08:51:59 +00:00 |
|
SpecialVersion.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +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
|
* Form indentation
|
2006-07-11 17:38:12 +00:00 |
|
SpecialWhatlinkshere.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
SquidUpdate.php
|
probably don't need this...
|
2006-06-18 12:46:50 +00:00 |
|
StreamFile.php
|
* Workaround possible bug in Firefox nightlies by properly removing the
|
2006-06-18 17:55:50 +00:00 |
|
Title.php
|
fix typo in comments (patch by xzilla, http://rafb.net/paste/results/FX51GW45.html)
|
2006-07-17 22:15:10 +00:00 |
|
User.php
|
Making User::isBot deprecated, using User::isAllowed('bot') instead, making it a wrapper of User::isAllowed, and deleting several obsolete comments.
|
2006-07-16 16:42:15 +00:00 |
|
UserMailer.php
|
* (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
|
2006-06-09 08:24:47 +00:00 |
|
Utf8Case.php
|
|
|
|
WatchedItem.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
WebRequest.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 |
|
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
|
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 |
|
WikiError.php
|
|
|
|
Xml.php
|
Indent the namespace selector
|
2006-07-11 12:21:39 +00:00 |
|
XmlFunctions.php
|
Evil /\s+$/
|
2006-07-11 17:32:31 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
|
|