| .. |
|
api
|
(bug 15791) Typo in API docs, APIProtect has some remnants of help messages from deletion/restoration.
|
2008-09-30 21:03:38 +00:00 |
|
cbt
|
|
|
|
db
|
* 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 |
|
diff
|
Fixes for r41154 and r41155:
|
2008-09-24 09:44:45 +00:00 |
|
filerepo
|
Fix variable name so image moving doesn't fail on images with histories.
|
2008-09-29 19:23:31 +00:00 |
|
media
|
Lets render BMP pictures to PNG.
|
2008-08-27 18:25:24 +00:00 |
|
normal
|
|
|
|
parser
|
Revert revert r41406 of r41333, and removed one space between attributes.
|
2008-09-30 01:00:40 +00:00 |
|
specials
|
Cleanup for Xml::namespaceSelector():
|
2008-09-30 14:05:21 +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
|
New "ArticleEditUpdates" hook (bug 15490)
|
2008-09-27 10:52:49 +00:00 |
|
AuthPlugin.php
|
|
|
|
AutoLoader.php
|
Revert r41352-41355, r41362-41363: unauthorized schema change breaks parser tests
|
2008-09-30 00:07:04 +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
|
(bug 15789) Autoblocks now have the same setting for editing user talk as the original block.
|
2008-09-30 19:57:00 +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
|
Revert revert r41406 of r41333, and removed one space between attributes.
|
2008-09-30 01:00:40 +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
|
* user{css,js}preview was not shown since r40066
|
2008-09-28 14:56:07 +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
|
* 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
|
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 for r41430: wfMsgExt() now accepts a Language object in the language key of $options
|
2008-09-30 17:15:11 +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
|
FileCache cleanup:
|
2008-09-25 23:02:35 +00:00 |
|
HttpFunctions.php
|
Add some more debugging goodies to this. $lastCurlErrno and $lastHttpResponse are static members saved with the last returned status codes.
|
2008-09-30 19:58:56 +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 |
|
Interwiki.php
|
* Add Linker::link flag for using article path
|
2008-09-30 01:56:54 +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
|
* Add Linker::link flag for using article path
|
2008-09-30 01:56:54 +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 r41352-41355, r41362-41363: unauthorized schema change breaks parser tests
|
2008-09-30 00:07:04 +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
|
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
|
* 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
|
* Improved upload file type detection for OpenDocument formats
|
2008-09-25 18:43:33 +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
|
objectcache cleanup (bug 7474)
|
2008-09-27 22:51:59 +00:00 |
|
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
|
Use a new message for protection form expiry options instead of recycling the blockip one.
|
2008-09-29 01:35:04 +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
|
And this was true... *sigh*
|
2008-09-30 13:36:40 +00:00 |
|
RefreshLinksJob.php
|
Redo RefreshLinksJob2 commit with trivial notice fix.
|
2008-09-12 09:37:31 +00:00 |
|
Revision.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 |
|
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
|
Proposed fix for bug 14944, specifically the reports that some servers do not have en_US.UTF-8. Make the locale configurable via $wgShellLocale. Detect available locales and set $wgShellLocale to an appropriate value on install. Also fixes safe_mode putenv() warnings. RELEASE-NOTES entry will go to 1.13.
|
2008-09-29 10:19:11 +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 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
|
Revert r41352-41355, r41362-41363: unauthorized schema change breaks parser tests
|
2008-09-30 00:07:04 +00:00 |
|
SquidUpdate.php
|
* (bug 4977) Fix for possible squid purging errors when using HTTP purges
|
2008-06-16 20:18:49 +00:00 |
|
Status.php
|
Forgot this, needed with r36153
|
2008-06-10 15:38:13 +00:00 |
|
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
|
* Add Linker::link flag for using article path
|
2008-09-30 01:56:54 +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
|
Some more comments.
|
2008-09-26 20:23:28 +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
|
Add a real fetchFile() method.
|
2008-09-26 20:06:23 +00:00 |
|
User.php
|
Revert r41352-41355, r41362-41363: unauthorized schema change breaks parser tests
|
2008-09-30 00:07:04 +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
|
Use PHP-5 private members.
|
2008-09-26 06:01:57 +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
|
Added setVal accessor to $wgRequest->data so we don't have to access it directly. Use this in ApiEditPage.
|
2008-09-30 15:13:13 +00:00 |
|
WebResponse.php
|
fix some doxygen warnings
|
2008-09-17 14:26:43 +00:00 |
|
WebStart.php
|
* Reorganised the includes directory, creating subdirectories db, parser and specials
|
2008-06-16 20:21:26 +00:00 |
|
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
|
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
|
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 |