| .. |
|
api
|
Followup to r45954: it helps to save before committing
|
2009-01-21 09:22:48 +00:00 |
|
cbt
|
|
|
|
db
|
Partial redo of r45819:
|
2009-01-19 14:12:59 +00:00 |
|
diff
|
(bug 17055) Use a CSS class ('mw-revdelundel-link') for RevisionDelete "(show/hide)" links rather than hardcoded <tt><small>, reduce some code duplication by creating Linker::revDeleteLink() to make the links.
|
2009-01-18 21:07:09 +00:00 |
|
filerepo
|
adding newline to end of wfDebug calls where it was missing.
|
2009-01-13 20:28:54 +00:00 |
|
media
|
Add getGeneralShortDesc() and the like to avoid E_STRICT instead
|
2008-12-15 22:22:21 +00:00 |
|
normal
|
Fix regression from r45749: only UTF-8 normalize strings
|
2009-01-15 10:26:23 +00:00 |
|
parser
|
* Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with LanguageConverter class)
|
2009-01-17 05:01:43 +00:00 |
|
specials
|
Fix for r45862, handle indefinite blocks correctly (and use a less anglo-centric timestamp format)
|
2009-01-21 03:50:08 +00:00 |
|
templates
|
allow extensions that use 'UserCreateForm' to add checkboxes into the signup form to define messages containing HTML. this can be very useful and necessary; think of something like a checkbox "I have read the site's terms of use", it would obviously need to link to the terms of use page. using msgWiki() instead of msgHtml() here would probably be safer, but msgWiki() likes to mess things up by introducing <p> tags and this is meant for extensions, so it won't cause any more risks than the current existing system messages that allow HTML inclusion.
|
2009-01-16 23:04:13 +00:00 |
|
zhtable
|
Update the Chinese conversion tables
|
2008-08-30 10:15:49 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
Fix up Configure extension logo setting handling:
|
2008-12-06 00:32:12 +00:00 |
|
AjaxResponse.php
|
Document a bit.
|
2008-08-20 22:22:29 +00:00 |
|
Article.php
|
Don't use the 'noarticletext' message for pages in the MediaWiki namespace, it hides the default message
|
2009-01-19 16:09:06 +00:00 |
|
AuthPlugin.php
|
(bug 16721) Reset auth token to stop auto-login. Auto-login defeats the user rename/touch change to break the login since the user can just get logged in again under the old name without noticing, which results in edits under the old name.
|
2008-12-28 11:50:33 +00:00 |
|
AutoLoader.php
|
(bug 17028) Added support for IBM DB2 database. config/index.php has new interface elements that only show up if PHP has ibm_db2 module enabled. AutoLoader knows about the new DB2 classes. GlobalFunctions has a new constant for DB2 time format. Revision class fixed slightly. Also includes new PHP files containing the Database and Search API implementations for IBM DB2.
|
2009-01-14 22:20:15 +00:00 |
|
Autopromote.php
|
(bug 14737) Allow the autoconfirmed timer to run from the first edit
|
2009-01-03 12:53:08 +00:00 |
|
BagOStuff.php
|
* (bug 11533) Fixed insane slowdown when in read-only mode for long periods
|
2008-10-30 01:12:56 +00:00 |
|
Block.php
|
adding newline to end of wfDebug calls where it was missing.
|
2009-01-13 20:28:54 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
Categoryfinder.php
|
* Recursion loop check added to Categoryfinder class
|
2008-07-28 20:59:17 +00:00 |
|
CategoryPage.php
|
Fix fucked up indentation
|
2008-12-23 23:47:08 +00:00 |
|
ChangesFeed.php
|
* Added 'target' param to changesfeed to fix total breakage of RCL feed. They were all using the same cache so the feed for page X sometimes showed the feed for page Y.
|
2009-01-17 18:44:28 +00:00 |
|
ChangesList.php
|
* Added rollback links to changes lists (bug 9305)
|
2009-01-20 04:01:59 +00:00 |
|
Credits.php
|
Tweaks for Credits and Metadata:
|
2008-08-18 19:21:55 +00:00 |
|
DatabaseFunctions.php
|
Lots of doc updates. Documented where I knew what it did. Added @see parameters to all of these wrappers for doxygen.
|
2008-09-20 03:57:16 +00:00 |
|
DefaultSettings.php
|
Follow up r45698 and r45857: Add new options to $wgDefaultUserOptions
|
2009-01-21 08:02:30 +00:00 |
|
Defines.php
|
(bug 14737) Allow the autoconfirmed timer to run from the first edit
|
2009-01-03 12:53:08 +00:00 |
|
DjVuImage.php
|
|
|
|
DoubleRedirectJob.php
|
Magic word __STATICREDIRECT__ to suppress the redirect fixer. For periodically-archived pages like [[WP:GO]].
|
2008-07-27 21:49:58 +00:00 |
|
EditPage.php
|
(bug 8065) Fix summary forcing for new pages
|
2009-01-17 17:47:58 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and r44715, r44721 (cleanup thereof)
|
2008-12-23 18:08:43 +00:00 |
|
Exception.php
|
For backport to 1.14.
|
2009-01-15 06:56:58 +00:00 |
|
Exif.php
|
Quickie example adding $wgLang->commaList() to encapsulate use of 'comma-separator' message.
|
2008-09-19 18:47:47 +00:00 |
|
Export.php
|
Remove misplaced whitespace in export header.
|
2009-01-18 05:54:27 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
(bug 15391) catch DBQueryError too
|
2009-01-13 15:42:10 +00:00 |
|
ExternalStoreDB.php
|
* Revert revert r41234 of ES-related changes. The site_stats complaint should be fixed by the transaction added in r41287.
|
2008-09-28 01:42:55 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
FakeTitle.php
|
followup to r44520: simplify various bits by removing checks now made redundant
|
2008-12-13 04:14:40 +00:00 |
|
Feed.php
|
Add FeedItem::stripComment() and remove duplication
|
2008-11-19 00:11:14 +00:00 |
|
FeedUtils.php
|
(bug 14868) Setting $wgFeedDiffCutoff to 0 now stops generation of the diff entirely, not just display of it. No point in wasting time doing the former if you don't want the latter :)
|
2008-08-08 13:48:16 +00:00 |
|
FileDeleteForm.php
|
Replaced some hardcoded colons with the colon-separator message
|
2009-01-07 22:49:54 +00:00 |
|
FileRevertForm.php
|
Consistent casing for addHTML()
|
2008-11-06 22:20:29 +00:00 |
|
FileStore.php
|
This has been moved to Database already, use that instead.
|
2008-12-03 16:29:12 +00:00 |
|
FormOptions.php
|
Per r38036: also fix FormOptions
|
2008-07-25 18:06:29 +00:00 |
|
GlobalFunctions.php
|
(bug 17028) Added support for IBM DB2 database. config/index.php has new interface elements that only show up if PHP has ibm_db2 module enabled. AutoLoader knows about the new DB2 classes. GlobalFunctions has a new constant for DB2 time format. Revision class fixed slightly. Also includes new PHP files containing the Database and Search API implementations for IBM DB2.
|
2009-01-14 22:20:15 +00:00 |
|
HistoryBlob.php
|
Use xdiff_string_rabdiff() instead of xdiff_string_bdiff()
|
2008-12-29 08:43:01 +00:00 |
|
Hooks.php
|
Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and r44715, r44721 (cleanup thereof)
|
2008-12-23 18:08:43 +00:00 |
|
HTMLCacheUpdate.php
|
FileCache cleanuo:
|
2008-12-28 14:19:39 +00:00 |
|
HTMLFileCache.php
|
Specify type here, rather than ''
|
2009-01-02 16:27:05 +00:00 |
|
HttpFunctions.php
|
Fix odd edge case for POST Http::request()'s. I incidentally found this while working with Special:Import. For some reason that I can't 100% nail down--works fine on Win32, fails on CentOS--cURL seems to want CURLOPT_POSTFIELDS set to at least an empty string, if not values. Using a workaround I found, we'll set it to an empty string if we're making a POST. Since we explicitly allow setting of arbitrary curlopts later, users can still override the empty string if they in fact want to set this. This fixes my Special:Import problem (and possibly similar issues) and has no regressions afaict. Credit to Phill Sparks @ http://www.milk-hub.net/blog/2008/08/26/curl_error_26#comments-77
|
2009-01-08 06:56:11 +00:00 |
|
IEContentAnalyzer.php
|
Fixes as per bug 15895 comment 7.
|
2008-12-20 08:13:21 +00:00 |
|
ImageFunctions.php
|
Typo
|
2008-12-16 06:26:14 +00:00 |
|
ImageGallery.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ImagePage.php
|
(bug 5071) Image appears above text when viewing diff of an image page
|
2009-01-02 19:11:34 +00:00 |
|
ImageQueryPage.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
Import.php
|
Attempting to import a title that came out as an interwiki would sort of half-work somewhere then explode when trying to save the null revision with the import info:
|
2008-12-10 22:41:13 +00:00 |
|
Interwiki.php
|
Revert r44804 "Store negative [interwiki] results in cache"
|
2008-12-23 19:45:57 +00:00 |
|
IP.php
|
* Fix comment
|
2008-11-02 18:35:58 +00:00 |
|
JobQueue.php
|
add some useless WHERE condition instead of 'Job::pop' :)
|
2008-08-04 05:07:53 +00:00 |
|
Licenses.php
|
War on wfElement() and friends. Call the Xml members directly, rather than using old wrappers.
|
2008-12-14 19:14:21 +00:00 |
|
LinkBatch.php
|
No need to wrap it in a ResultWrapper object as Database::query() already returns a ResultWrapper object
|
2008-09-04 01:29:24 +00:00 |
|
LinkCache.php
|
Fix link cache use with FOR_UPDATE
|
2008-09-07 08:24:06 +00:00 |
|
Linker.php
|
(bug 17055) Use a CSS class ('mw-revdelundel-link') for RevisionDelete "(show/hide)" links rather than hardcoded <tt><small>, reduce some code duplication by creating Linker::revDeleteLink() to make the links.
|
2009-01-18 21:07:09 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
LogEventsList.php
|
(bug 17055) Use a CSS class ('mw-revdelundel-link') for RevisionDelete "(show/hide)" links rather than hardcoded <tt><small>, reduce some code duplication by creating Linker::revDeleteLink() to make the links.
|
2009-01-18 21:07:09 +00:00 |
|
LogPage.php
|
Use new notifyRC2UDP() function in LogPage to avoid duplicated code
|
2009-01-15 01:42:11 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
rm protectionlevel from mVariableIDs per iAlex on codereview
|
2009-01-09 18:28:55 +00:00 |
|
Math.php
|
fix regression from r43965 -- forgot the .png extension from math URLs, which works on my apache install but not on the live upload server :P
|
2008-11-26 02:37:07 +00:00 |
|
MediaTransformOutput.php
|
(bug 368) Allow alt= attribute for images
|
2008-10-08 16:33:36 +00:00 |
|
memcached-client.php
|
Simpler method for mixing and clipping when computing a second-try hash value
|
2008-09-28 04:04:10 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
Run parsemag stuff through the proper language when wfMsgExt() asks for a specific one.
|
2008-11-13 01:02:17 +00:00 |
|
Metadata.php
|
Tweak for r39944: correct fix :)
|
2008-08-25 14:49:15 +00:00 |
|
mime.info
|
|
|
|
mime.types
|
(bug 16802) application/x-rar is not a known mime-type
|
2009-01-02 20:07:53 +00:00 |
|
MimeMagic.php
|
Moved the IE content type checks to their own class. Disassembled IE 5 and 6 and added the results to the class. The entry points now return an array giving MIME types for all versions. The most important version difference is the introduction of an early check for PNG headers in IE 7. Added application/x-msdownload to disallowed types, haven't been able to reproduce any vulnerability, but it's better to be on the safe side.
|
2008-12-12 15:06:35 +00:00 |
|
Namespace.php
|
Cleanup r44683 -- fix E_NOTICE bug in MWNamespace::getCanonicalName() instead of replicating the function. :)
|
2008-12-16 23:57:21 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
* Removed the inclusion of memcached-client.php since this file is autoloaded
|
2008-11-14 22:45:32 +00:00 |
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
Fix for r45648: only change page title if it's not an empty string (which is the default value)
|
2009-01-10 19:41:11 +00:00 |
|
PageHistory.php
|
Follow-up to r45883: "(bug 17055) Use a CSS class ('mw-revdelundel-link') for RevisionDelete "(show/hide)" links rather than hardcoded <tt><small>, reduce some code duplication by creating Linker::revDeleteLink() to make the links."
|
2009-01-20 00:16:35 +00:00 |
|
PageQueryPage.php
|
Pass the actual text from $row->title (escaped with htmlspecialchars) instead of null so we can see what the bad title actually is.
|
2008-10-06 04:36:39 +00:00 |
|
Pager.php
|
Need setOffset and setLimit as well
|
2008-10-29 19:21:21 +00:00 |
|
PatrolLog.php
|
No need to send autopatrols to udp
|
2009-01-18 05:17:02 +00:00 |
|
PrefixSearch.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
Profiler.php
|
Check $wgProfiling. This lets long running scripts disable profiling to avoid OOM errors due to the growing work stack size.
|
2009-01-19 23:34:13 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
Replaced some hardcoded colons with the colon-separator message
|
2009-01-07 22:49:54 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Revert r44254 "Cleanup to wfGetNull(): * Add override in case /dev/null isn't accessible (bug 11009)"
|
2008-12-10 22:58:24 +00:00 |
|
QueryPage.php
|
* Springle some parsemag to the sidebar and tagline per bug 16669
|
2008-12-19 08:54:51 +00:00 |
|
RawPage.php
|
adding newline to end of wfDebug calls where it was missing.
|
2009-01-13 20:28:54 +00:00 |
|
RecentChange.php
|
Added notifyRC2UDP() convenience function
|
2009-01-14 01:45:52 +00:00 |
|
RefreshLinksJob.php
|
Redo RefreshLinksJob2 commit with trivial notice fix.
|
2008-09-12 09:37:31 +00:00 |
|
Revision.php
|
(Bug 15936) New page's patrol button should always be visible
|
2009-01-15 17:53:19 +00:00 |
|
Sanitizer.php
|
Revert r45387 "Add special case handling of the XHTML character entity "'" to normalizeEntity() and decodeEntity(). This should resolve the remainder of bug 14365.
|
2009-01-07 02:31:30 +00:00 |
|
SearchEngine.php
|
Follow-up to r45425 -- bug was in MWSearch, not core. It's supposed to be HTML-formatted, but was being built unsafely.
|
2009-01-05 20:46:43 +00:00 |
|
SearchIBM_DB2.php
|
* svn:eol-style native for r45755
|
2009-01-15 10:18:44 +00:00 |
|
SearchMySQL.php
|
Make the SQL search subclasses less nerve-wracking to read, by using makeList() instead of implode(), addQuotes() instead of strencode(), and by documenting the fact that parseQuery() is intentionally returning an SQL fragment to be included into a query without further escaping. No actual vulnerabilities fixed, due to effective UI-side validation, so this is just to minimise reviewer anxiety.
|
2008-12-22 12:31:15 +00:00 |
|
SearchMySQL4.php
|
|
|
|
SearchOracle.php
|
Make the SQL search subclasses less nerve-wracking to read, by using makeList() instead of implode(), addQuotes() instead of strencode(), and by documenting the fact that parseQuery() is intentionally returning an SQL fragment to be included into a query without further escaping. No actual vulnerabilities fixed, due to effective UI-side validation, so this is just to minimise reviewer anxiety.
|
2008-12-22 12:31:15 +00:00 |
|
SearchPostgres.php
|
adding newline to end of wfDebug calls where it was missing.
|
2009-01-13 20:28:54 +00:00 |
|
SearchUpdate.php
|
|
|
|
Setup.php
|
Revert r44814 "code style tweaks" -- removal of class_exists check breaks actual maint scripts
|
2008-12-23 23:34:35 +00:00 |
|
SiteConfiguration.php
|
Redo r39954, without regression this time. Sorry :(
|
2008-08-26 15:10:12 +00:00 |
|
SiteStats.php
|
For backport to 1.14.
|
2009-01-15 06:56:58 +00:00 |
|
Skin.php
|
Revert r45490 per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45490
|
2009-01-20 23:04:56 +00:00 |
|
SkinTemplate.php
|
self revert r45512, r45513 and r45515 for now
|
2009-01-17 08:56:27 +00:00 |
|
SpecialPage.php
|
(bug 16107) Imagelist -> ListFiles
|
2009-01-03 05:13:48 +00:00 |
|
SquidUpdate.php
|
+a few docs
|
2008-10-06 15:31:03 +00:00 |
|
Status.php
|
|
|
|
StreamFile.php
|
Improved the security of wfStreamFile():
|
2008-11-18 05:07:54 +00:00 |
|
StringUtils.php
|
Revert r40837, r40839, r40840 (bug 332 - broken UTF-8)
|
2008-09-15 17:51:53 +00:00 |
|
StubObject.php
|
Minor tweak in debug output. Makes much more readible (and per most other debug statements that mention the calling method), since -> gets turned to -> in the debug comments.
|
2008-11-04 02:04:53 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
Follow up to r45780: catch Talk:interwiki:x links
|
2009-01-20 22:55:20 +00:00 |
|
TitleArray.php
|
Revert r38165 for now, breaks CentralAuth and I don't have that installed anywhere to debug.
|
2008-07-29 14:53:10 +00:00 |
|
UploadBase.php
|
Fix typo
|
2009-01-20 13:50:11 +00:00 |
|
UploadFromStash.php
|
Some more comments.
|
2008-09-26 20:23:28 +00:00 |
|
UploadFromUpload.php
|
Committing a work on progress on improvements to the new upload code. Still needs some work to allow extensions to interact with it and also needs documentation. Modified SpecialUpload.php not committed.
|
2008-09-06 21:26:46 +00:00 |
|
UploadFromUrl.php
|
Back out r42188 for now "* Disable this entirely unless curl is available so we don't blow up. Needs a-fixin
|
2008-10-20 00:16:29 +00:00 |
|
User.php
|
Fix typo in r45855
|
2009-01-18 19:23:20 +00:00 |
|
UserArray.php
|
Revert r38165 for now, breaks CentralAuth and I don't have that installed anywhere to debug.
|
2008-07-29 14:53:10 +00:00 |
|
UserMailer.php
|
tweak UserMailer.php documentation. $replyto must be a MailAddress object and not a string or otherwise you'll get fatal errors like this: Fatal error: Call to a member function toString() on a non-object in ../includes/UserMailer.php on line 142
|
2009-01-19 18:55:14 +00:00 |
|
UserRightsProxy.php
|
|
|
|
WatchedItem.php
|
fix some doxygen warnings
|
2008-09-17 14:26:43 +00:00 |
|
WatchlistEditor.php
|
(bug 16635) Add TOC to Special:Watchlist/edit
|
2008-12-13 22:45:18 +00:00 |
|
WebRequest.php
|
Revert r44817 "Delay $wgContLang unstubbing"
|
2008-12-23 19:56:44 +00:00 |
|
WebResponse.php
|
Revert r43804 'This should probably be in Response, not Request, as we're setting data, not getting it. Nothing's using it yet (fairly new), so nothing to update.'
|
2008-11-21 09:55:13 +00:00 |
|
WebStart.php
|
Check for PHP 5.0.x bug *after* checking for PHP 4, so that we don't claim that the user needs to upgrade from 5.0 to 5.1 when in fact they're running PHP 4.
|
2008-11-07 16:38:01 +00:00 |
|
Wiki.php
|
Redo simple ?diff check code for setting the right title (bug 15233)
|
2009-01-07 13:23:12 +00:00 |
|
WikiError.php
|
A few misc. docs here and there.
|
2008-09-13 06:21:18 +00:00 |
|
Xml.php
|
Revert r45027, r45028 "* summary and subject messages now uses wiki text rather than raw HTML"
|
2008-12-31 17:10:02 +00:00 |
|
XmlFunctions.php
|
Add wfDeprecated(__FUNCTION__) to all this garbage
|
2008-12-23 23:49:39 +00:00 |
|
XmlTypeCheck.php
|
* Improved scripting safety heuristics for IE 5/6 content-type detection.
|
2008-11-17 19:03:37 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables
|
2008-08-30 10:15:49 +00:00 |