| .. |
|
api
|
Fixes for r41154 and r41155:
|
2008-09-24 09:44:45 +00:00 |
|
cbt
|
|
|
|
db
|
Revert some recent ES-related changes -- they made behavior much worse when we encountered problems with site_stats updates hanging and stacking up extra open ES connections.
|
2008-09-24 18:09:22 +00:00 |
|
diff
|
Fixes for r41154 and r41155:
|
2008-09-24 09:44:45 +00:00 |
|
filerepo
|
Redo r41164 with less breakage.
|
2008-09-23 00:07:24 +00:00 |
|
media
|
Lets render BMP pictures to PNG.
|
2008-08-27 18:25:24 +00:00 |
|
normal
|
|
|
|
parser
|
Call Xml class directly, rather than the global function.
|
2008-09-22 17:01:44 +00:00 |
|
specials
|
Fixes for r41154 and r41155:
|
2008-09-24 09:44:45 +00:00 |
|
templates
|
Reverted r40719, plainly flawed, for instance the hard-coded references to index.php have no place if the point is to make it work for other entry points.
|
2008-09-20 02:55:02 +00:00 |
|
zhtable
|
Update the Chinese conversion tables
|
2008-08-30 10:15:49 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
adding debug messages to ajax dispatcher
|
2008-06-28 19:40:14 +00:00 |
|
AjaxFunctions.php
|
* $wgAjaxSearch has been removed; use $wgEnableMWSuggest instead.
|
2008-08-20 18:11:59 +00:00 |
|
AjaxResponse.php
|
Document a bit.
|
2008-08-20 22:22:29 +00:00 |
|
Article.php
|
Self-revert and re-add transactions here. Sacrifices some atomicity for less transaction time.
|
2008-09-24 18:00:25 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Add extension DeletedContributions to core
|
2008-09-23 08:41:55 +00:00 |
|
Autopromote.php
|
Testing commit access, per report. Minor whitespace change.
|
2008-08-18 18:03:49 +00:00 |
|
BagOStuff.php
|
* Fixed intermittent deadlock errors involving objectcache table queries. Use a separate database connection for the objectcache table to avoid long-lasting locks on that table.
|
2008-08-29 08:35:00 +00:00 |
|
Block.php
|
Fix docs for r41150, remove commented-out code, remove superfluous brackets in "new" expressions.
|
2008-09-24 08:46:18 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
* (bug 14923) Add method for getting a TitleArray for a particular category.
|
2008-07-28 19:02:40 +00:00 |
|
Categoryfinder.php
|
* Recursion loop check added to Categoryfinder class
|
2008-07-28 20:59:17 +00:00 |
|
CategoryPage.php
|
Refresh category table counts sometimes for small categories
|
2008-09-05 16:31:34 +00:00 |
|
ChangesFeed.php
|
Don't throw fatals for bogus feed types (bug 15596)
|
2008-09-14 12:25:53 +00:00 |
|
ChangesList.php
|
Revert r40627, r40551, r40536, r40535 (mark non-autoconfirmed users in RC and watchlist with an orange asterisk). Potentially slow, potentially controversial, so it needs a configuration option to enable/disable it.
|
2008-09-16 05:56:43 +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
|
Add extension DeletedContributions to core
|
2008-09-23 08:41:55 +00:00 |
|
Defines.php
|
Committing todays work on LinkHooks and the link rewrite:
|
2008-08-19 04:44:34 +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 15650) Limit length of displayed deletion log while creating a new page
|
2008-09-21 20:25:59 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
|
|
|
Exception.php
|
Log exceptions encountered in api.php. Check for null $wgRequest.
|
2008-09-21 09:38:55 +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
|
title -> logtitle
|
2008-09-18 19:15:18 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
* Rename randomInsert() to insertToDefault()
|
2008-09-24 20:30:10 +00:00 |
|
ExternalStoreDB.php
|
Add insertRandom() with failover back. Currently not used just yet.
|
2008-09-24 18:38:25 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
FakeTitle.php
|
Improve FakeTitle implementation:
|
2008-08-28 14:19:01 +00:00 |
|
Feed.php
|
* (bug 15497) Removed encoding attribute from <?xml ?> tags
|
2008-09-10 13:39:24 +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
|
Add id to file delete confirmation form.
|
2008-09-18 02:54:27 +00:00 |
|
FileRevertForm.php
|
|
|
|
FileStore.php
|
Should be the last of the 0777's :)
|
2008-08-08 14:24:05 +00:00 |
|
FormOptions.php
|
Per r38036: also fix FormOptions
|
2008-07-25 18:06:29 +00:00 |
|
GlobalFunctions.php
|
Fix unnecessary GlobalFunctions.php bloat from r41148
|
2008-09-24 08:36:44 +00:00 |
|
HistoryBlob.php
|
|
|
|
Hooks.php
|
|
|
|
HTMLCacheUpdate.php
|
A few misc. docs here and there.
|
2008-09-13 06:21:18 +00:00 |
|
HTMLFileCache.php
|
No more icky mkdir() calls. Grepping for mkdir() now returns nothing :)
|
2008-09-04 04:15:27 +00:00 |
|
HttpFunctions.php
|
Make file_get_contents() respect our timeout settings. Otherwise, we'll get 3 minute waits for timeouts potentially, which is icky.
|
2008-09-22 15:44:13 +00:00 |
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
|
|
|
ImagePage.php
|
Fixing HTML escaping.
|
2008-08-29 13:40:47 +00:00 |
|
ImageQueryPage.php
|
Bah! Partial revert of r38212. Unrelated file snuck into my commit window.
|
2008-07-30 03:07:54 +00:00 |
|
Import.php
|
* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate jobs using the same query as refreshlinks jobs do
|
2008-09-20 22:48:55 +00:00 |
|
IP.php
|
* Fix common spelling error (seperate -> separate)
|
2008-09-15 20:38:27 +00:00 |
|
JobQueue.php
|
add some useless WHERE condition instead of 'Job::pop' :)
|
2008-08-04 05:07:53 +00:00 |
|
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
|
Fixes for r41154 and r41155:
|
2008-09-24 09:44:45 +00:00 |
|
LinkFilter.php
|
|
|
|
LinksUpdate.php
|
* Avoid doing templatelinks query (which can get huge) twice by adding cachupdate jobs using the same query as refreshlinks jobs do
|
2008-09-20 22:48:55 +00:00 |
|
LogEventsList.php
|
Readding 'Full Block Log' link, after being removed for not using Linker function.
|
2008-09-17 02:50:03 +00:00 |
|
LogPage.php
|
Revert revert r40717 of my formatting change r40416.
|
2008-09-16 05:21:10 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
(bug 13471) Added NUMBERINGROUP magic word. Patch by Soxred93
|
2008-08-28 00:04:57 +00:00 |
|
Math.php
|
Bah, revert to r40753
|
2008-09-17 12:36:44 +00:00 |
|
MediaTransformOutput.php
|
|
|
|
memcached-client.php
|
add more info
|
2008-08-26 22:40:45 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
* Revert back to my parser pseudo-branch again. Note: if you feel like reverting this, reverting Parser.php alone to r40010 will work just fine.
|
2008-08-26 14:37:15 +00:00 |
|
Metadata.php
|
Tweak for r39944: correct fix :)
|
2008-08-25 14:49:15 +00:00 |
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
Add accessor to $rootElement, rather than accessing it directly.
|
2008-09-19 13:39:30 +00:00 |
|
Namespace.php
|
Revert 37530 -- removes the control option for image moving
|
2008-07-10 21:53:14 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
|
|
|
OutputHandler.php
|
|
|
|
OutputPage.php
|
(bug 15617)
|
2008-09-16 03:58:18 +00:00 |
|
PageHistory.php
|
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
|
2008-09-18 17:11:51 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
|
2008-09-18 17:11:51 +00:00 |
|
PatrolLog.php
|
|
|
|
PrefixSearch.php
|
Basic docs for the class.
|
2008-08-07 23:09:11 +00:00 |
|
Profiler.php
|
|
|
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
* (bug 15701) Protection form was too wide for some browsers as 2 columns, switching to 1 column format.
|
2008-09-25 02:08:59 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
Reverting r40323, as per comments on wikitech-l. Deprecated doesn't mean removed. It doesn't even mean it'll be removed in the future. It just means you shouldn't use it.
|
2008-09-03 02:28:41 +00:00 |
|
QueryPage.php
|
* Add functionality of extension LinkSearch to core
|
2008-09-14 19:51:25 +00:00 |
|
RawPage.php
|
Tweaks for skins:
|
2008-08-21 14:09:57 +00:00 |
|
RecentChange.php
|
Remove commented out code
|
2008-09-24 13:49:48 +00:00 |
|
RefreshLinksJob.php
|
Redo RefreshLinksJob2 commit with trivial notice fix.
|
2008-09-12 09:37:31 +00:00 |
|
Revision.php
|
* Rename randomInsert() to insertToDefault()
|
2008-09-24 20:30:10 +00:00 |
|
Sanitizer.php
|
Re-committing 37663 for the new release, per old Wikitech-l discussion.
|
2008-08-18 18:15:47 +00:00 |
|
SearchEngine.php
|
Don't double-escape search terms before highlighting. It's done once already SearchResultSet::termMatches(). Doing it twice results in / -> \/ -> \\/, literal backslash followed by end of regex. Not obvious in SearchMySQL because of stripForSearch(), but visible in MWSearch.
|
2008-09-20 06:18:43 +00:00 |
|
SearchMySQL.php
|
Revert r36413 -- renaming of search files into 'search' subdirectory
|
2008-06-19 21:02:23 +00:00 |
|
SearchMySQL4.php
|
Revert r36413 -- renaming of search files into 'search' subdirectory
|
2008-06-19 21:02:23 +00:00 |
|
SearchOracle.php
|
Revert r36413 -- renaming of search files into 'search' subdirectory
|
2008-06-19 21:02:23 +00:00 |
|
SearchPostgres.php
|
Double-check that all old revision are set null.
|
2008-07-29 14:14:10 +00:00 |
|
SearchUpdate.php
|
Revert r36413 -- renaming of search files into 'search' subdirectory
|
2008-06-19 21:02:23 +00:00 |
|
Setup.php
|
Add newuser log to core
|
2008-09-13 00:29:33 +00:00 |
|
SiteConfiguration.php
|
Redo r39954, without regression this time. Sorry :(
|
2008-08-26 15:10:12 +00:00 |
|
SiteStats.php
|
rc_log_type can be null, and NULL != 'x' is treated as false, which borked the count. (bug 15682)
|
2008-09-21 22:56:59 +00:00 |
|
Skin.php
|
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
|
2008-09-18 17:11:51 +00:00 |
|
SkinTemplate.php
|
(bug 12678) Don't show the upload link in the toolbox if the user is not allowed to upload.
|
2008-09-18 20:28:52 +00:00 |
|
SpecialPage.php
|
* fix localised special pages for Special:DeletedContributions
|
2008-09-23 09:17:32 +00:00 |
|
SquidUpdate.php
|
|
|
|
Status.php
|
|
|
|
StreamFile.php
|
|
|
|
StringUtils.php
|
Revert r40837, r40839, r40840 (bug 332 - broken UTF-8)
|
2008-09-15 17:51:53 +00:00 |
|
StubObject.php
|
Fix regreesion in r37662, disabled conversion when interface language variant is different that main wiki language variant.
|
2008-07-15 16:49:57 +00:00 |
|
tidy.conf
|
|
|
|
Title.php
|
* Preserve protection on move for original title (now redirect) (bug 10527)
|
2008-09-24 15:02:02 +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
|
Don't access $_SESSION in UploadBase::stashSession.
|
2008-09-12 22:26:07 +00:00 |
|
UploadFromStash.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 |
|
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
|
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 |
|
User.php
|
Fix docs for r41150, remove commented-out code, remove superfluous brackets in "new" expressions.
|
2008-09-24 08:46:18 +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
|
Duplicate code
|
2008-09-18 15:19:44 +00:00 |
|
UserRightsProxy.php
|
|
|
|
WatchedItem.php
|
fix some doxygen warnings
|
2008-09-17 14:26:43 +00:00 |
|
WatchlistEditor.php
|
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
|
2008-09-18 17:11:51 +00:00 |
|
WebRequest.php
|
Self-revert 40530, 40531. Too many things still depend on $_GET and $_POST. Needs more cleanup before this can be put in place.
|
2008-09-08 13:48:07 +00:00 |
|
WebResponse.php
|
fix some doxygen warnings
|
2008-09-17 14:26:43 +00:00 |
|
WebStart.php
|
|
|
|
Wiki.php
|
Don't hang up page views with jobs
|
2008-09-12 17:01:41 +00:00 |
|
WikiError.php
|
A few misc. docs here and there.
|
2008-09-13 06:21:18 +00:00 |
|
Xml.php
|
As Raymond points out, there is a mw-submit class
|
2008-08-29 20:27:25 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
Add accessor to $rootElement, rather than accessing it directly.
|
2008-09-19 13:39:30 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables
|
2008-08-30 10:15:49 +00:00 |