| .. |
|
api
|
Follow-up r69203: remove str_replace( '_', ' ', $query ); was only needed for Special:Search/$par case, not applicable to API
|
2010-07-21 14:31:24 +00:00 |
|
db
|
Move FakeResultWrapper to Database.php, allowing more special pages and extensions than just Special:Allmessages to use a ResultWrapper-specific class (TablePager comes to mind)
|
2010-07-15 22:39:48 +00:00 |
|
diff
|
Cleanup to r69191: use addParserOutput() instead of addHtml(), specify current rev on Article, use doViewParse() so we can cache the ParserOutput
|
2010-07-09 12:43:27 +00:00 |
|
extauth
|
* Added new doxygen group "ExternalUser"
|
2010-01-10 21:39:47 +00:00 |
|
filerepo
|
Follow-up r68904: Rename 'ImagePage.css' to 'Filepage.css': More generic name and CamelCase in messages keys is uncommon
|
2010-07-03 19:51:54 +00:00 |
|
installer
|
Style and doc improvements
|
2010-07-21 10:56:35 +00:00 |
|
job
|
Removed commented-out deprecated function
|
2010-07-09 13:45:09 +00:00 |
|
json
|
coding style tweaks
|
2010-05-15 10:39:41 +00:00 |
|
media
|
added normalization for parameter 'page', based on pageCount, as by tims comment to r68418
|
2010-06-29 08:40:23 +00:00 |
|
normal
|
Added an explanation for the way the code is set up.
|
2010-07-20 21:24:07 +00:00 |
|
parser
|
revert r69620
|
2010-07-20 15:12:29 +00:00 |
|
search
|
(bug 22339) Added srwhat=nearmatch to list=search to get a "go" result
|
2010-07-09 11:08:18 +00:00 |
|
specials
|
Fixed errors in HTML5 mode
|
2010-07-18 12:55:11 +00:00 |
|
templates
|
* Show validity period of the login cookie in Special:UserLogin and Special:Preferences
|
2010-06-14 18:28:39 +00:00 |
|
upload
|
* re r65152 add back async option for uploadByURL API call
|
2010-06-12 03:58:31 +00:00 |
|
zhtable
|
Fix nitpick complaint on r61809
|
2010-07-14 17:42:52 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:28:54 +00:00 |
|
AjaxFunctions.php
|
Kill off another AjaxFunction. The only thing that ever used this was Configure, and it hasn't used it in a long time (r44266)
|
2010-06-16 17:24:32 +00:00 |
|
AjaxResponse.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:28:54 +00:00 |
|
Article.php
|
Followup to r51583: actually use the rd_interwiki and rd_fragment fields, in the spirit of r33133: we now use the redirect table as a cache for redirect targets, no longer pulling the page text from ES for every logged-in redirect view. Old-style redirect table entries with NULL for fragment and interwiki are automatically updated when the redirect is visited or edited.
|
2010-07-08 10:49:36 +00:00 |
|
AuthPlugin.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:48:30 +00:00 |
|
AutoLoader.php
|
* Split Mysql/Sqlite updates into their own files
|
2010-07-20 22:28:50 +00:00 |
|
Autopromote.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:48:30 +00:00 |
|
BacklinkCache.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:48:30 +00:00 |
|
BagOStuff.php
|
Fixed a bunch of silly instances of [^!=]==\s*(true|false)
|
2010-06-09 11:44:05 +00:00 |
|
Block.php
|
removed PHP4-ism
|
2010-07-11 18:13:23 +00:00 |
|
CacheDependency.php
|
Fix method name in a comment
|
2010-07-16 11:38:10 +00:00 |
|
Category.php
|
Random indentation and code formatting updates. No functional changes.
|
2010-02-14 22:07:30 +00:00 |
|
Categoryfinder.php
|
coding style tweaks
|
2010-03-23 15:43:57 +00:00 |
|
CategoryPage.php
|
Random indentation and code formatting updates. No functional changes.
|
2010-02-14 22:07:30 +00:00 |
|
Cdb.php
|
|
|
|
Cdb_PHP.php
|
|
|
|
ChangesFeed.php
|
* (bug 21916) Last-Modified header is now correct when outputting cached feed
|
2010-04-05 16:14:58 +00:00 |
|
ChangesList.php
|
Remove most named character references from output
|
2010-05-30 17:33:59 +00:00 |
|
ChangeTags.php
|
Remove most named character references from output
|
2010-05-30 17:33:59 +00:00 |
|
ConfEditor.php
|
Fixed some doxygen warnings
|
2010-03-14 21:20:34 +00:00 |
|
Credits.php
|
* support GENDER in 'siteuser'
|
2010-05-11 22:54:03 +00:00 |
|
DefaultSettings.php
|
This improves on the CSS hack used in r69317 - which worked fine but in some crazy extreme hypothetical case could end up showing the text.
|
2010-07-20 23:47:54 +00:00 |
|
Defines.php
|
Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035)
|
2010-03-03 02:41:14 +00:00 |
|
DjVuImage.php
|
* revert r61258
|
2010-07-14 17:34:18 +00:00 |
|
EditPage.php
|
trailing ws cleanup
|
2010-07-20 15:50:25 +00:00 |
|
Exception.php
|
Fixed some doxygen warnings
|
2010-03-05 21:39:21 +00:00 |
|
Exif.php
|
Remove 1.6 compat thingies
|
2010-07-19 14:05:57 +00:00 |
|
Export.php
|
$fname -> __METHOD__/__FUNCTION__
|
2010-04-04 18:33:57 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
And one error suppression opertator less (per bug 24159)
|
2010-07-02 19:10:36 +00:00 |
|
ExternalStoreDB.php
|
* Document a bit
|
2010-01-08 21:35:25 +00:00 |
|
ExternalStoreHttp.php
|
* Document a bit
|
2010-01-08 21:35:25 +00:00 |
|
ExternalUser.php
|
* Added new doxygen group "ExternalUser"
|
2010-01-10 21:39:47 +00:00 |
|
FakeTitle.php
|
* Fix E_STRICT errors about functions not having same signature
|
2010-01-22 18:43:59 +00:00 |
|
Feed.php
|
Add <guid> to RSS to avoid duplicates
|
2010-01-15 18:00:56 +00:00 |
|
FeedUtils.php
|
Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0
|
2010-04-04 12:01:42 +00:00 |
|
FileDeleteForm.php
|
Uncommented line from r63018
|
2010-02-26 20:18:48 +00:00 |
|
FileRevertForm.php
|
* Document a bit
|
2010-01-13 21:25:03 +00:00 |
|
ForkController.php
|
* add ForkController class to Maintenance group
|
2010-01-15 18:12:13 +00:00 |
|
FormOptions.php
|
Ran stylize.php, removed trailing whitespace, updated indentation and code formatting.
|
2010-05-30 14:28:54 +00:00 |
|
GlobalFunctions.php
|
Follow up r69508. Mention both functions.
|
2010-07-18 21:40:49 +00:00 |
|
HistoryBlob.php
|
* Fixed some doxygen warnings
|
2010-02-27 21:09:15 +00:00 |
|
HistoryPage.php
|
Use proper tooltipAndAccessKeyAttribs()
|
2010-06-12 17:08:51 +00:00 |
|
Hooks.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
Html.php
|
Introduce $wgBetterDirectionality that lets us work on support for rtl ui in ltr wiki and vice versa.
|
2010-07-08 13:34:03 +00:00 |
|
HTMLCacheUpdate.php
|
Fix for r60809: wrong argument name
|
2010-01-16 15:02:58 +00:00 |
|
HTMLFileCache.php
|
Two error suppression opertators less (per bug 24159)
|
2010-07-03 20:35:32 +00:00 |
|
HTMLForm.php
|
Remove double-wrapping in trs
|
2010-07-02 21:40:47 +00:00 |
|
HttpFunctions.php
|
Fixed some doxygen warnings
|
2010-07-02 21:22:38 +00:00 |
|
IEContentAnalyzer.php
|
Fixed some doxygen warnings
|
2010-03-04 22:23:21 +00:00 |
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
Followup r67707, cast these to boolean just to be paranoid
|
2010-06-09 15:06:11 +00:00 |
|
ImagePage.php
|
make image page respect different sizes of individual frames, as suggested by Markus Glaser.
|
2010-07-19 14:35:20 +00:00 |
|
ImageQueryPage.php
|
* Document a bit
|
2010-01-23 20:07:17 +00:00 |
|
Import.php
|
Rewrite of XML Dump Processing:
|
2010-05-12 13:28:13 +00:00 |
|
ImportXMLReader.php
|
Fixed some doxygen warnings
|
2010-07-05 09:14:29 +00:00 |
|
Interwiki.php
|
Solving an issue in r69542
|
2010-07-20 08:47:06 +00:00 |
|
IP.php
|
* Fixed some doxygen warnings
|
2010-03-09 21:51:05 +00:00 |
|
JSMin.php
|
Remove trailing ?>
|
2010-01-29 11:50:58 +00:00 |
|
Licenses.php
|
Fixed certain cases where license construction would be incorrect.
|
2009-12-19 21:23:04 +00:00 |
|
LinkBatch.php
|
Clean up query code
|
2010-07-10 08:14:39 +00:00 |
|
LinkCache.php
|
* Fixed some doxygen warnings
|
2010-07-17 20:13:49 +00:00 |
|
Linker.php
|
* Fixed "link" parameter in image links with "thumb" parameter, previously the link parameter was just ignored. The fix required the relevant code to be factored out so both makeImageLink2() and makeThumbLink2() could use it.
|
2010-07-20 10:28:00 +00:00 |
|
LinkFilter.php
|
* document a bit
|
2010-01-19 22:02:20 +00:00 |
|
LinksUpdate.php
|
Removed unused mTouchTmplLinks var
|
2010-06-17 05:59:32 +00:00 |
|
LocalisationCache.php
|
Build preload l10ncache after running hooks, not before, so extension changes (by e.g. LocalisationUpdate) to preloaded messages get picked up.
|
2010-03-08 14:43:02 +00:00 |
|
LogEventsList.php
|
Fixed some doxygen warnings
|
2010-06-03 21:00:51 +00:00 |
|
LogPage.php
|
New feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and revisionmove permission. Experimental, use at own risk (no group has this permission by default, so it should not break anything unless you are foolish enough to experiment with it :))
|
2010-05-30 18:00:01 +00:00 |
|
MacBinary.php
|
Fixed some doxygen warnings
|
2010-05-22 16:14:28 +00:00 |
|
MagicWord.php
|
(bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable {{REVISIONMONTH1}} when unpadded version is needed.
|
2010-05-11 16:24:14 +00:00 |
|
Math.php
|
Run texvc via wfShellExec(), so that execution time is limited.
|
2010-06-25 10:58:29 +00:00 |
|
memcached-client.php
|
Removed error suppression opertators (per bug 24159)
|
2010-07-04 20:43:58 +00:00 |
|
MemcachedSessions.php
|
|
|
|
Message.php
|
Update syntax examples a bit
|
2010-07-08 09:03:47 +00:00 |
|
MessageCache.php
|
Remove most named character references from output
|
2010-05-30 17:33:59 +00:00 |
|
Metadata.php
|
Follow-up r66234: support GENDER in 'siteuser'
|
2010-05-11 23:21:29 +00:00 |
|
mime.info
|
Bug 23642. Best effort mime detection for OpenXML files
|
2010-06-19 18:47:34 +00:00 |
|
mime.types
|
Follow up r68279. epub is 'not' an opc archive
|
2010-06-20 22:21:33 +00:00 |
|
MimeMagic.php
|
(bug 24073) Recognize MS Office 2003 style files that have been saved by MS 2007.
|
2010-07-02 12:11:39 +00:00 |
|
Namespace.php
|
Random whitespace cleanup
|
2010-02-05 04:25:30 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
(bug 22844) Support Micosoft Windows Cache aka WINCACHE
|
2010-05-13 17:41:13 +00:00 |
|
OutputHandler.php
|
War on xml:lang
|
2010-02-11 17:25:10 +00:00 |
|
OutputPage.php
|
Introduce $wgBetterDirectionality that lets us work on support for rtl ui in ltr wiki and vice versa.
|
2010-07-08 13:34:03 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Add the current limit (manually changed by a user) from the query string to avoid that the limit is lost after clicking Go next time
|
2010-06-17 07:32:39 +00:00 |
|
PatrolLog.php
|
Fixed some doxygen warnings
|
2010-01-22 19:58:13 +00:00 |
|
PoolCounter.php
|
|
|
|
Preferences.php
|
Removed redundant array_reverse I found 3 months back
|
2010-07-19 04:23:39 +00:00 |
|
PrefixSearch.php
|
Suppress warnings
|
2010-06-25 14:21:07 +00:00 |
|
Profiler.php
|
Fixed some doxygen warnings
|
2010-07-01 20:45:21 +00:00 |
|
ProfilerSimple.php
|
Fixes to r62995:
|
2010-02-26 08:53:06 +00:00 |
|
ProfilerSimpleText.php
|
Put \n in double-quotes
|
2010-06-30 07:39:17 +00:00 |
|
ProfilerSimpleTrace.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
Fixes to r62995:
|
2010-02-26 08:53:06 +00:00 |
|
ProtectionForm.php
|
* Use Html::linkedScript() and Html::inlineScript()
|
2010-06-02 19:28:44 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
fix some doxygen errors
|
2009-12-11 22:19:37 +00:00 |
|
QueryPage.php
|
* Document a bit
|
2010-01-23 20:07:17 +00:00 |
|
RawPage.php
|
PageHistory class renamed to HistoryPage
|
2009-12-18 21:44:41 +00:00 |
|
RecentChange.php
|
Apply patch from bug 24104 by John Du Hart for allowing custom port.
|
2010-06-24 06:20:11 +00:00 |
|
Revision.php
|
Deprecate revText(), redundant
|
2010-02-27 22:56:48 +00:00 |
|
RevisionDelete.php
|
Return '' on RevisionDeleter.getLogLinks() if count($paramArray) < 2
|
2010-06-07 18:40:13 +00:00 |
|
Sanitizer.php
|
Make escapenoentities work again, broken by r68801
|
2010-07-02 16:42:24 +00:00 |
|
Setup.php
|
Revert r69291, other references-related problems reported
|
2010-07-13 18:29:33 +00:00 |
|
SiteConfiguration.php
|
Fixed some doxygen warnings
|
2010-05-10 20:43:54 +00:00 |
|
SiteStats.php
|
Made active users concept have some meaning by decoupling it from recent changes length.
|
2010-07-18 07:15:27 +00:00 |
|
Skin.php
|
Follow up to r66383. When init of skin fails, make sure to init Vector instead of Monobook now.
|
2010-07-16 14:04:54 +00:00 |
|
SkinTemplate.php
|
Introduce $wgBetterDirectionality that lets us work on support for rtl ui in ltr wiki and vice versa.
|
2010-07-08 13:34:03 +00:00 |
|
SpecialPage.php
|
* Modified Special:Log to extend SpecialPage
|
2010-07-18 12:10:39 +00:00 |
|
SquidPurgeClient.php
|
* (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and general implementation of HTTP, allowing it to purge non-Squid caches such as Varnish. Tested against Squid (keep-alive on or off), Varnish, various kinds of network error, benchmarked at ~3k req/s.
|
2010-02-05 03:36:04 +00:00 |
|
SquidUpdate.php
|
* (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and general implementation of HTTP, allowing it to purge non-Squid caches such as Varnish. Tested against Squid (keep-alive on or off), Varnish, various kinds of network error, benchmarked at ~3k req/s.
|
2010-02-05 03:36:04 +00:00 |
|
Status.php
|
Cleanup r69128, getStatArray() -> getStatusArray(). It's two characters, c'mon
|
2010-07-10 09:26:42 +00:00 |
|
StreamFile.php
|
|
|
|
StringUtils.php
|
Fixed some doxygen warnings
|
2010-03-29 20:10:29 +00:00 |
|
StubObject.php
|
Fixed some doxygen warnings
|
2010-03-28 20:21:30 +00:00 |
|
tidy.conf
|
Partial revert r58111
|
2009-10-25 13:43:17 +00:00 |
|
Title.php
|
Add iw_api and iw_wikiid fields to the interwiki table, plus rudimentary support in Interwiki.php and Title.php . Code written by peter17 in the iwtransclusion branch. This revision is a partial merge of r68170, r68448, r69480, r69540 and r69541
|
2010-07-19 11:55:30 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Remove 'minordefault' preference completely
|
2010-07-14 18:50:32 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Fixed some doxygen warnings
|
2010-07-18 13:18:01 +00:00 |
|
UserRightsProxy.php
|
document a bit
|
2010-01-12 21:49:47 +00:00 |
|
WatchedItem.php
|
Mass convert NULL -> null. Left strings and comments alone, obviously.
|
2009-12-11 21:07:27 +00:00 |
|
WatchlistEditor.php
|
Add page_latest to the LinkCache.
|
2010-06-15 12:14:54 +00:00 |
|
WebRequest.php
|
Followup to r67554: move getAcceptLang() to WebRequest for general use, per CR.
|
2010-06-18 18:00:54 +00:00 |
|
WebResponse.php
|
* new FauxResponse class to help with unit testing
|
2010-02-10 10:36:11 +00:00 |
|
WebStart.php
|
Fix URL for $GLOBALS overwrite vulnerability.
|
2010-07-20 02:17:18 +00:00 |
|
Wiki.php
|
Normalise # to // comments
|
2010-06-30 15:50:37 +00:00 |
|
WikiError.php
|
|
|
|
WikiMap.php
|
Fix undefined variable
|
2010-01-22 21:37:29 +00:00 |
|
Xml.php
|
Make r66504 a little more concise
|
2010-06-09 20:49:00 +00:00 |
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables.
|
2010-07-05 05:18:08 +00:00 |