| .. |
|
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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
BagOStuff.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
* Fix for short_open_tag off again; please don't break this, guys
|
2005-12-29 17:15:14 +00:00 |
|
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 quote_ident function.
|
2006-07-24 22:13:24 +00:00 |
|
DateFormatter.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
DefaultSettings.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
Defines.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
DifferenceEngine.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
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
|
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
|
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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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 an unused function (was used in SpecialGroups.php).
|
2006-07-23 11:57:54 +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
|
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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.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 |
|
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
|
|
|
|
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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
OutputPage.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
more minor tweaking to context link code, +comment
|
2006-07-26 19:33:13 +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
|
$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
|
* (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
|
Use NULL instead of 0 to indicate "no page" for cases where rc_cur_id is a FK.
|
2006-07-23 01:13:56 +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 reserved word table names "user" and "text"
|
2006-07-23 02:04:40 +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
|
$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 |
|
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
|
$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 |
|
SkinTemplate.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
SpecialAllmessages.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 |
|
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
|
* s~ +$~~
|
2006-01-07 13:09:30 +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
|
* 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
|
Deprecating ; reordering the special pages array (whose the special page list is created from) by restricted and not restricted (like Special:Specialpages), not by rights which are not used to divide the list anymore to levels, and required us to use .
|
2006-07-23 12:36:37 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +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
|
* (bug 5456) Separate MediaWiki:Search into messages for both noun and
|
2006-07-22 20:22:50 +00:00 |
|
SpecialShortpages.php
|
* (bug 6489) Use appropriate link colour on Special:Shortpages
|
2006-06-29 13:28:19 +00:00 |
|
SpecialSpecialpages.php
|
Deprecating ; reordering the special pages array (whose the special page list is created from) by restricted and not restricted (like Special:Specialpages), not by rights which are not used to divide the list anymore to levels, and required us to use .
|
2006-07-23 12:36:37 +00:00 |
|
SpecialStatistics.php
|
Change from hardcoding to limitResult function.
|
2006-07-14 19:45:08 +00:00 |
|
SpecialUncategorizedcategories.php
|
Remove yet more stray executable bits. The last, I hope.
|
2006-04-04 08:01:19 +00:00 |
|
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 |
|
StubObject.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 |
|
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
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
UserMailer.php
|
profiling
|
2006-07-26 03:51:49 +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
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
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
|
whitespace
|
2006-03-06 04:20:20 +00:00 |
|
ZhConversion.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |