| .. |
|
api
|
* (bug 16626) action=delete now correctly handles empty "reason" param
|
2008-12-13 21:07:18 +00:00 |
|
cbt
|
|
|
|
db
|
DB layer compatibility with MySQL 5+ - allow both >Exec_master_log_pos and ->Exec_Master_Log_Pos in SHOW SLAVE STATUS.
|
2008-12-09 15:00:17 +00:00 |
|
diff
|
Partial revert of r43269 for HTMLDiff.php. In file addHtml() is a method. Thanks to demon for spotting this.
|
2008-11-06 22:43:19 +00:00 |
|
filerepo
|
Add some sanity checking. Return nicely if Http::get fails (in general) on fetchImageQuery(), and also if our query returns poorly in findBySha1(), similar to queryImage().
|
2008-12-14 07:02:44 +00:00 |
|
media
|
* Follow-up to r43656 -- rename the use of a function when you rename it!
|
2008-11-25 18:26:21 +00:00 |
|
normal
|
|
|
|
parser
|
(Actually, we can simplify that a bit more.)
|
2008-12-13 21:21:40 +00:00 |
|
specials
|
Tweak comment
|
2008-12-14 00:13:16 +00:00 |
|
templates
|
Reverting r43642 "Added $wgLoginAutocomplete to let wiki owner disable password autocompletion in Special:Userlogin by setting it to false. Defaults to true."
|
2008-11-17 22:09:29 +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
|
(bug 12716) Unprotecting a non-protected page leaves a log entry
|
2008-12-12 04:55:11 +00:00 |
|
AuthPlugin.php
|
(bug 16445) add info if accounts are not sul accounts to cu results
|
2008-11-27 07:45:08 +00:00 |
|
AutoLoader.php
|
Add a new FileCache class to wrap RepoGroup::findFile() and findFiles(), and make wfFindFile() use it by default. This should improve performance for pages that refer to the same image several times, but the real benefit is that it allows batch file existence checks, à la LinkBatch, by collecting a set of titles (or DB keys) and calling FileCache::findFiles() on them to prefill the cache.
|
2008-12-14 05:47:48 +00:00 |
|
Autopromote.php
|
Testing commit access, per report. Minor whitespace change.
|
2008-08-18 18:03:49 +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
|
fix doxygen warnings
|
2008-12-09 19:54:30 +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
|
|
|
|
CategoryPage.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +00:00 |
|
ChangesFeed.php
|
Remove some unused globals.
|
2008-11-04 02:53:47 +00:00 |
|
ChangesList.php
|
Fix log list regression and fix funky $allLogs case while at it
|
2008-12-11 21:34:15 +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 r44528: Bump $wgStyleVersion
|
2008-12-13 13:00:10 +00:00 |
|
Defines.php
|
First step in replacing NS_IMAGE with NS_FILE, to match the canonical name change (bug 44).
|
2008-11-27 22:36:25 +00:00 |
|
DjVuImage.php
|
|
|
|
DoubleRedirectJob.php
|
|
|
|
EditPage.php
|
Revert r44271 "(bug 12998) Weaken DISPLAYTITLE restictions (patch by 'rememberthedot@gmail.com')"
|
2008-12-10 23:21:28 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
Revert r44386; depends on wfInvoke, also reverted.
|
2008-12-10 06:40:05 +00:00 |
|
Exception.php
|
* Safer handling of non-MediaWiki exceptions -- now obeys our settings for formatting and path exposure.
|
2008-11-17 18:51:21 +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
|
First step in replacing NS_IMAGE with NS_FILE, to match the canonical name change (bug 44).
|
2008-11-27 22:36:25 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
* Rename randomInsert() to insertToDefault()
|
2008-09-24 20:30: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
|
|
|
|
FileDeleteForm.php
|
Consistent casing for addHTML()
|
2008-11-06 22:20:29 +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
|
|
|
|
GlobalFunctions.php
|
Add a new FileCache class to wrap RepoGroup::findFile() and findFiles(), and make wfFindFile() use it by default. This should improve performance for pages that refer to the same image several times, but the real benefit is that it allows batch file existence checks, à la LinkBatch, by collecting a set of titles (or DB keys) and calling FileCache::findFiles() on them to prefill the cache.
|
2008-12-14 05:47:48 +00:00 |
|
HistoryBlob.php
|
Convert from old DiffHistoryBlob format. Untested, committing for test by Jelte.
|
2008-11-01 21:38:46 +00:00 |
|
Hooks.php
|
Roll back r43377, r43379 "Factored wfInvokeFancyCallback() out of wfRunHooks(). Allows flexible dynamic invocation to be used in other contexts." / "Renamed the new wfInvokeFancyCallback to simply wfInvoke."
|
2008-11-12 18:06:14 +00:00 |
|
HTMLCacheUpdate.php
|
A few misc. docs here and there.
|
2008-09-13 06:21:18 +00:00 |
|
HTMLFileCache.php
|
Pull up and tweak filecache check to make it much faster and able to for request to avoid a db hit if counters are off and job rate = 0
|
2008-12-11 14:29:16 +00:00 |
|
HttpFunctions.php
|
* Move user-agent construction to its own method, so we're not writing the same string in two places (and provides a reliable way for getting MW's standard user-agent)
|
2008-11-18 22:48:03 +00:00 |
|
IEContentAnalyzer.php
|
svn:eol-style native
|
2008-12-12 17:31:06 +00:00 |
|
ImageFunctions.php
|
* (bug 14268) SVG image sizes now extracted with proper XML parser
|
2008-12-09 00:26:09 +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
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +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
|
Fixed totally broken and obviously untested Interwiki::getInterwikiCached().
|
2008-10-25 05:45:07 +00:00 |
|
IP.php
|
* Fix comment
|
2008-11-02 18:35:58 +00:00 |
|
JobQueue.php
|
|
|
|
Licenses.php
|
|
|
|
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
|
followup to r44520: simplify various bits by removing checks now made redundant
|
2008-12-13 04:14:40 +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
|
Fix doxygen warnings
|
2008-12-07 19:56:02 +00:00 |
|
LogPage.php
|
(bug 10080) (bug 15820) - Allow modification of blocks without unblocking, and show a notice if the user is already blocked when first visiting the form (if a user is specified).
|
2008-10-30 21:45:16 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
(bug 13701) {{NUMBEROFVIEWS}} magic word to show number of total views.
|
2008-10-19 04:11:02 +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
|
|
|
|
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
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +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
|
Revert r44271 "(bug 12998) Weaken DISPLAYTITLE restictions (patch by 'rememberthedot@gmail.com')"
|
2008-12-10 23:21:28 +00:00 |
|
PageHistory.php
|
Add FeedItem::stripComment() and remove duplication
|
2008-11-19 00:11:14 +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
|
|
|
|
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
|
(bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv('COMPUTERNAME') on Windows.
|
2008-10-06 07:30:38 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
Split date ($2) and time ($3) in 'protect-existing-expiry' per request of a translator. Leaving the old timestamp ($1) in for backward compatibility.
|
2008-10-06 20:01:43 +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
|
Revert "Starter for a re-jig of hit counting (in a per-day table)."
|
2008-11-19 12:05:33 +00:00 |
|
RawPage.php
|
Minor RawPage tweaks
|
2008-12-10 04:54:46 +00:00 |
|
RecentChange.php
|
Reverting r44454 "(bug 14843) IRC should flag redirects with "R" like it does with bots, etc."
|
2008-12-11 18:44:51 +00:00 |
|
RefreshLinksJob.php
|
Redo RefreshLinksJob2 commit with trivial notice fix.
|
2008-09-12 09:37:31 +00:00 |
|
Revision.php
|
May as well set article ID in title
|
2008-12-11 01:28:37 +00:00 |
|
Sanitizer.php
|
+a few docs
|
2008-10-06 15:31:03 +00:00 |
|
SearchEngine.php
|
Revert r44257 "Use boolean searching with '?' char"
|
2008-12-10 23:06:44 +00:00 |
|
SearchMySQL.php
|
Revert r44257 "Use boolean searching with '?' char"
|
2008-12-10 23:06:44 +00:00 |
|
SearchMySQL4.php
|
|
|
|
SearchOracle.php
|
|
|
|
SearchPostgres.php
|
|
|
|
SearchUpdate.php
|
|
|
|
Setup.php
|
Configure extension: With DB handler, defer wfConfigureSetup() to a new hook, SetupAfterCache, which, as the name implies, is executed in Setup.php, after caches are initialised.
|
2008-12-10 23:15:50 +00:00 |
|
SiteConfiguration.php
|
Redo r39954, without regression this time. Sorry :(
|
2008-08-26 15:10:12 +00:00 |
|
SiteStats.php
|
* Use a separate transaction for the site_stats update
|
2008-09-26 15:35:11 +00:00 |
|
Skin.php
|
Revert part of r44296 "*Skip autoloading of skin, always does inefficient strtolower() stuff and fails (returns false) anyway" and r44302 "Tweak r44296: use autoloader if it is set there".
|
2008-12-10 23:39:02 +00:00 |
|
SkinTemplate.php
|
followup to r44520: simplify various bits by removing checks now made redundant
|
2008-12-13 04:14:40 +00:00 |
|
SpecialPage.php
|
Complete rewrite of Special:Statistics:
|
2008-12-13 01:45:49 +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
|
followup to r44520: simplify various bits by removing checks now made redundant
|
2008-12-13 04:14:40 +00:00 |
|
TitleArray.php
|
|
|
|
UploadBase.php
|
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
|
2008-12-01 17:14:30 +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
|
* Fixed doxygen warning in Article.php and User.php
|
2008-11-30 10:10:15 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Revert r44386; depends on wfInvoke, also reverted.
|
2008-12-10 06:40:05 +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 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 |
|
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
|
Pull up and tweak filecache check to make it much faster and able to for request to avoid a db hit if counters are off and job rate = 0
|
2008-12-11 14:29:16 +00:00 |
|
WikiError.php
|
A few misc. docs here and there.
|
2008-09-13 06:21:18 +00:00 |
|
Xml.php
|
Cleanup for Xml::namespaceSelector():
|
2008-09-30 14:05:21 +00:00 |
|
XmlFunctions.php
|
Cleanup for Xml::namespaceSelector():
|
2008-09-30 14:05:21 +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 |