| .. |
|
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
|
* (bug 7037) Fix regression in login tab order
|
2006-08-17 04:46:07 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Revamped ajax interface, see release notes.
|
2006-08-29 15:43:34 +00:00 |
|
AjaxFunctions.php
|
Revamped ajax interface, see release notes.
|
2006-08-29 15:43:34 +00:00 |
|
AjaxResponse.php
|
Revamped ajax interface, see release notes.
|
2006-08-29 15:43:34 +00:00 |
|
Article.php
|
Removing the last references to OutputPage::sysopRequired() and OutputPage::developerRequired() (mostly using OutputPage::permissionRequired(), but in one case - reverting of a protected image - OutputPage::readOnlyPage is better), and throwing an exception when calling them; removing two useless comments.
|
2006-08-08 13:58:25 +00:00 |
|
AuthPlugin.php
|
* (bug 6006) Allow hiding the password change fields using an authentication plugin
|
2006-06-29 00:57:56 +00:00 |
|
AutoLoader.php
|
CategoryPage bug fix
|
2006-08-25 07:33:55 +00:00 |
|
BagOStuff.php
|
In DBA caches: fixed return value when the key is missing
|
2006-08-05 14:06:19 +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
|
Factored out sortkey magic to allow CategoryTree to hook in nicely.
|
2006-09-02 11:45:30 +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
|
* (bug 7059) Introduce "anchorencode" colon function
|
2006-08-30 07:51:44 +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
|
Add concept of "strict IPs" so we don't attempt to add "" as an IP address.
|
2006-08-16 00:58:42 +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
|
Typo, thanks to Sven Klemm for catching it.
|
2006-09-05 01:56:09 +00:00 |
|
DateFormatter.php
|
Merged localisation-work branch:
|
2006-07-26 07:15:39 +00:00 |
|
DefaultSettings.php
|
Name update, remove "broken" comment. :)
|
2006-08-28 01:31:15 +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 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +00:00 |
|
EditPage.php
|
(bug 7220) Don't override the edit summary with the default section editing summary when the edit is filtered (e.g. for spam protection or locked database)
|
2006-09-03 15:58:26 +00:00 |
|
Exception.php
|
Log exceptions
|
2006-08-02 17:40:09 +00:00 |
|
Exif.php
|
* Let yes be yes and no be no
|
2006-06-23 12:24:05 +00:00 |
|
Export.php
|
Added experimental history paging API, subject to change
|
2006-08-05 14:10:10 +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
|
add wfGetAllCallers(), utility function for some occasional profiling magic
|
2006-08-14 21:34:57 +00:00 |
|
HistoryBlob.php
|
revert back to 14660
|
2006-06-08 15:12:26 +00:00 |
|
Hooks.php
|
* Fix bug in wfRunHooks which caused corruption of objects in the hook list
|
2006-08-30 10:56:17 +00:00 |
|
HTMLCacheUpdate.php
|
Fixed job command naming style
|
2006-06-19 02:29:21 +00:00 |
|
HTMLForm.php
|
* (bug 7188) Fix minor borkage in HTMLForm
|
2006-09-01 11:33:23 +00:00 |
|
HttpFunctions.php
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
Image.php
|
update metadata for old images, ignore page= if no djvu renderer has been supplied
|
2006-08-27 18:36:54 +00:00 |
|
ImageFunctions.php
|
EOL fixes.
|
2006-08-31 11:20:43 +00:00 |
|
ImageGallery.php
|
(bug 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +00:00 |
|
ImagePage.php
|
(bug 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +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
|
(bug 6420) Render thumbnails for djvu images, show multipage preview on image page
|
2006-08-13 17:34:48 +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
|
(bug 366) Time-Variables like CURRENTTIME and CURRENTDAY should use time zones
|
2006-08-23 16:45:49 +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
|
Creating the function MessageCache::getExtensionMessagesFor, to get an array of the extension messages in a specific language, and avoid the ugly hack in Special:Allmessages, which uses a private variable of wgMessageCache and uses is_array to check the array of messages, which includes both regular strings (as should be) and arrays of the languages.
|
2006-09-03 16:31:28 +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
|
Typo.
|
2006-09-03 18:13:59 +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
|
* (bug 7144) Don't "return to main" from OutputPage::loginToUse() if the the user can't read the main page in the first place
|
2006-08-31 17:15:30 +00:00 |
|
PageHistory.php
|
Another display issue
|
2006-07-07 17:11:47 +00:00 |
|
Pager.php
|
TablePager: fixes for IE (doesn't like coloured ridge borders) and Opera (doesn't like td+td+td+td+td). Added row highlighting on hover.
|
2006-08-17 11:05:13 +00:00 |
|
Parser.php
|
Whoops, left in commented-out code
|
2006-08-30 08:04:55 +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
|
Move SO::_getCaller() to Profiler::getCaller()
|
2006-08-02 18:34:01 +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 7026) Fix action=raw&templates=expand
|
2006-08-31 16:48:37 +00:00 |
|
RecentChange.php
|
Use NULL not empty string for rc_ip if our DB is picky.
|
2006-08-16 00:59:34 +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
|
Optimised Sanitizer::removeHTMLtags, Parser::unstrip, Parser::doMagicLinks, Parser::replaceInternalLinks and Parser::replace_callback. Introduced fast abridged entry point Parser::recursiveTagParse, for recursive parsing called from Cite.php and similar extensions. Resolved a known fail parser test.
|
2006-08-06 14:01:47 +00:00 |
|
SearchEngine.php
|
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
|
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
|
Separated ajax search box features from core ajax framework.
|
2006-07-30 10:53:22 +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
|
* (bug 6976) Add namespace and direction classes to classic skins
|
2006-08-31 16:53:02 +00:00 |
|
SkinTemplate.php
|
* (bug 7223) Monobook.js is used for site content, should not be localized
|
2006-09-05 09:44:52 +00:00 |
|
SpecialAllmessages.php
|
(bug 7226) Use the fallback language instead of English to check if we should include the message in the PHP view of Special:Allmessages (we may have to remove all this check completely, as it makes no sense, but fixing it for now)
|
2006-09-04 17:22:14 +00:00 |
|
SpecialAllpages.php
|
(bug 7085) Fix regression introduced in r16124
|
2006-08-21 14:11:58 +00:00 |
|
SpecialAncientpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialBlockip.php
|
* (bug 4434) Show block log fragment on Special:Blockip
|
2006-08-30 14:36:19 +00:00 |
|
SpecialBlockme.php
|
* Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
|
2006-06-30 08:34:21 +00:00 |
|
SpecialBooksources.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialBrokenRedirects.php
|
Using a new function, Language::getArrow, to check the direction, instead of hard-coding the arrows and the checks; adding direction marks in Special:DoubleRedirects; adding the real arrows (instead of =>) in Special:Disambiguations.
|
2006-08-06 18:08:21 +00:00 |
|
SpecialCategories.php
|
Change GROUP BY to standard SQL form by specifying all fields.
|
2006-07-14 19:48:22 +00:00 |
|
SpecialConfirmemail.php
|
* (bug 7054) Validate email address before sending email confirmation message
|
2006-08-18 15:28:13 +00:00 |
|
SpecialContributions.php
|
bugs!
|
2006-06-23 11:09:40 +00:00 |
|
SpecialDeadendpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialDisambiguations.php
|
* Ordered the query results by disambiguation page title
|
2006-08-29 16:51:11 +00:00 |
|
SpecialDoubleRedirects.php
|
Using a new function, Language::getArrow, to check the direction, instead of hard-coding the arrows and the checks; adding direction marks in Special:DoubleRedirects; adding the real arrows (instead of =>) in Special:Disambiguations.
|
2006-08-06 18:08:21 +00:00 |
|
SpecialEmailuser.php
|
* (bug 832) Return to user page after emailing a user
|
2006-08-27 02:35:28 +00:00 |
|
SpecialExport.php
|
Fix regression in regression fix
|
2006-08-15 18:31:45 +00:00 |
|
SpecialImagelist.php
|
Some styling for Special:Imagelist courtesy of Splarka
|
2006-08-16 00:25:12 +00:00 |
|
SpecialImport.php
|
* Avoid duplicate revision imports with Special:Import
|
2006-08-18 06:21:39 +00:00 |
|
SpecialIpblocklist.php
|
Removing the last references to OutputPage::sysopRequired() and OutputPage::developerRequired() (mostly using OutputPage::permissionRequired(), but in one case - reverting of a protected image - OutputPage::readOnlyPage is better), and throwing an exception when calling them; removing two useless comments.
|
2006-08-08 13:58:25 +00:00 |
|
SpecialListredirects.php
|
Spacing.
|
2006-08-10 11:23:15 +00:00 |
|
SpecialListusers.php
|
revert complete breakage on MySQL
|
2006-09-05 07:00:04 +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
|
Prevent a SQL error if no bot groups exist, by not doing the whole outer join.
|
2006-08-09 16:13:07 +00:00 |
|
SpecialNewpages.php
|
* (bug 6448) Allow filtering of Special:Newpages according to username
|
2006-07-10 08:38:48 +00:00 |
|
SpecialPage.php
|
Check the permissions of the special page lists in the SpecialPage class, and use separated functions to get the regular and the restricted special pages, instead of using one function and a complex array.
|
2006-08-23 13:24:16 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
Fixed PreferencesForm::validateDate().
|
2006-08-10 08:00:53 +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
|
Refactor GROUP BY clause, add extra columns for SQL compatibility, remove debugging code.
|
2006-08-04 20:18:43 +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
|
Check the permissions of the special page lists in the SpecialPage class, and use separated functions to get the regular and the restricted special pages, instead of using one function and a complex array.
|
2006-08-23 13:24:16 +00:00 |
|
SpecialStatistics.php
|
Removing the last use of the mesasge 'administrators', and removing it from all the language files.
|
2006-08-12 19:42:39 +00:00 |
|
SpecialUncategorizedcategories.php
|
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
|
That should be prefixed, whoops...
|
2006-08-30 19:25:53 +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
|
(bug 6675) Replaced message 'watchthis' with new message
|
2006-09-03 18:51:34 +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
|
* Separated login code from UI rendering code to allow non-UI login. Submitted by en:Henna.
|
2006-08-29 15:13:47 +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
|
* Include SVN revision number in {{CURRENTVERSION}} output, where applicable
|
2006-08-30 08:03:10 +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
|
* Pass page title as parameters to "linkshere" and "nolinkshere" and update default message text
|
2006-08-18 21:19: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
|
StubObject.php: use getVal() instead of getText() to check for uselang parameter
|
2006-08-22 12:16:14 +00:00 |
|
Title.php
|
added getRelatedCache()
|
2006-09-05 14:44:50 +00:00 |
|
User.php
|
Adding static functions to User to create links to groups in either HTML or Wikitext; using the HTML function in Special:Listusers; using the Wikitext function in Special:Statistics instead of a raw link to the sysops page (kept for backwards compatibility); several code fixes.
|
2006-08-12 09:24:18 +00:00 |
|
UserMailer.php
|
* (bug 4979) Use simplified email addresses when running on Windows
|
2006-08-30 13:51:37 +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
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
WebRequest.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 |
|
WebResponse.php
|
add some abstraction for web responses, so far minimal and not that used, requires discussion, conflicts and reverts %)
|
2006-08-12 23:03:53 +00:00 |
|
WebStart.php
|
Consolidated web initialisation code into includes/WebStart.php. Moved profiling setup to a hook file "StartProfiler.php", following Brion's suggestion to merge Wikimedia's early profiling patch into subversion. Renamed Profiling.php and logProfilingData(), removed unnecessary wfProfileClose() calls.
|
2006-07-14 05:35:31 +00:00 |
|
Wiki.php
|
Added hook to allow Article subclassing in extensions
|
2006-08-24 17:04:24 +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
|
EOL fixes.
|
2006-08-31 11:20:43 +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
|
|
|