wiki.techinc.nl/includes
2008-10-25 08:13:40 +00:00
..
api * Fix r41814: totally broken use of empty(), ignores conditions that compare with numeric zero. I've told you before, don't use empty() to test for zero-length arrays. 2008-10-25 08:13:40 +00:00
cbt
db Revert r41506 and make LoadBalancer::openForeignConnection() call Database::tablePrefix() on successful new connection 2008-10-13 18:38:01 +00:00
diff (bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv('COMPUTERNAME') on Windows. 2008-10-06 07:30:38 +00:00
filerepo (bug 15952) Don't try to lazy populate sha1 in read-only mode 2008-10-12 17:07:09 +00:00
media Quick hack: add $wgMaxAnimatedGifArea so we don't try to render animated thumbs for huge animated GIFs. 2008-10-13 21:50:16 +00:00
normal
parser Fixed the expansion depth limit feature, broken by Brion in r32550. This may be the cause of the reported regressions when upgrading from 1.12 to 1.13 in the presence of certain extensions, e.g. http://mwusers.com/forums/showthread.php?t=8651 2008-10-23 14:40:10 +00:00
specials Back out r42352, r42355, r42363, r42410 for now "Redesigning Special:Search" 2008-10-25 00:25:51 +00:00
templates Remove hard coded colon in h2 after loginerror 2008-10-19 19:17:47 +00:00
zhtable Update the Chinese conversion tables 2008-08-30 10:15:49 +00:00
.htaccess
AjaxDispatcher.php
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 Cleanup for purge form: 2008-10-23 20:44:56 +00:00
AuthPlugin.php Remove cruft here 2008-10-05 02:48:40 +00:00
AutoLoader.php Back out r42182 for now "Move UDP stuff to new UDP class" 2008-10-19 23:59:39 +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
Categoryfinder.php
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 Reverted r42528. Links with href="#" make firefox scroll to the top of the page, regardless of onclick handler. 2008-10-25 05:52:54 +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 Reverted r42528. Links with href="#" make firefox scroll to the top of the page, regardless of onclick handler. 2008-10-25 05:52:54 +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
EditPage.php Add class="error" for "longpageerror" 2008-10-16 12:29:40 +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 Back out r41786 for now "(bug 9226) Fetch restrictions properly on export" 2008-10-13 00:08:44 +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 Fix some strict standards on function declaration. Others might need this too, but these methods were mentioned in bug 16060. 2008-10-22 01:00:23 +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 * Fix sequence of tabindex 2008-10-06 16:14:50 +00:00
FileRevertForm.php
FileStore.php Should be the last of the 0777's :) 2008-08-08 14:24:05 +00:00
FormOptions.php
GlobalFunctions.php * Unused global 2008-10-21 15:05:10 +00:00
HistoryBlob.php Revert revert r41578 of r41531 and fix compressOld.php. 2008-10-17 09:11:43 +00:00
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 Revert r41445: static members invite permanent use in the caller, which would give us an ugly interface to remain backwards compatible with. See CodeReview. 2008-10-11 05:20:18 +00:00
ImageFunctions.php
ImageGallery.php
ImagePage.php Fixing HTML escaping. 2008-08-29 13:40:47 +00:00
ImageQueryPage.php
Import.php Don't use vague boolean 2008-10-13 06:02:32 +00:00
Interwiki.php Fixed totally broken and obviously untested Interwiki::getInterwikiCached(). 2008-10-25 05:45:07 +00:00
IP.php * Fix common spelling error (seperate -> separate) 2008-09-15 20:38:27 +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 Tweak r41829 to use new messages 2008-10-10 06:16:18 +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 Add $conds param 2008-10-18 23:36:41 +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 13701) {{NUMBEROFVIEWS}} magic word to show number of total views. 2008-10-19 04:11:02 +00:00
Math.php Bah, revert to r40753 2008-09-17 12:36:44 +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 Fixed regression from r35821: the status key is meant to prevent DB overload, not memcached overload. 2008-10-10 13:02:57 +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
NamespaceCompat.php
ObjectCache.php objectcache cleanup (bug 7474) 2008-09-27 22:51:59 +00:00
OutputHandler.php
OutputPage.php Add HTML <link rel="edit"> alongside the original UniversalEditButton application/x-wiki funky link, per suggestions at http://universaleditbutton.org/Suggestions#Linking_Scheme 2008-10-22 18:07:15 +00:00
PageHistory.php Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code. 2008-10-06 20:54:05 +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 (bug 16009) Remove extra title param 2008-10-17 00:46:50 +00:00
PatrolLog.php
PrefixSearch.php Basic docs for the class. 2008-08-07 23:09:11 +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 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 * A new special page to list wanted templates 2008-10-18 17:32:40 +00:00
RawPage.php Tweaks for skins: 2008-08-21 14:09:57 +00:00
RecentChange.php Back out r42182 for now "Move UDP stuff to new UDP class" 2008-10-19 23:59:39 +00:00
RefreshLinksJob.php Redo RefreshLinksJob2 commit with trivial notice fix. 2008-09-12 09:37:31 +00:00
Revision.php Add getVisibility() 2008-10-19 05:47:23 +00:00
Sanitizer.php +a few docs 2008-10-06 15:31:03 +00:00
SearchEngine.php Back out r42352, r42355, r42363, r42410 for now "Redesigning Special:Search" 2008-10-25 00:25:51 +00:00
SearchMySQL.php
SearchMySQL4.php
SearchOracle.php
SearchPostgres.php
SearchUpdate.php
Setup.php (bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv('COMPUTERNAME') on Windows. 2008-10-06 07:30:38 +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 previous commit, breaks cache. 2008-10-21 00:26:28 +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 * A new special page to list wanted templates 2008-10-18 17:32:40 +00:00
SquidUpdate.php +a few docs 2008-10-06 15:31:03 +00:00
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
tidy.conf
Title.php Cleanup for r42022/r42023 interwiki stuff 2008-10-13 18:43:55 +00:00
TitleArray.php
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 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 Revert r38686, per comments on CodeReview (in brief, the backslashes and such are very annoying. This is not LaTeX!). Took quite a bit of conflict resolution. 2008-10-20 04:24:39 +00:00
UserArray.php
UserMailer.php Stop watchlist links from hoping around from bold to non-bold 2008-10-09 03:41:29 +00:00
UserRightsProxy.php
WatchedItem.php fix some doxygen warnings 2008-09-17 14:26:43 +00:00
WatchlistEditor.php Backing out r42128 for now "added 'UnwatchArticle', 'WatchArticle' and 'WatchArticleComplete' in response to code review of rev 42109" 2008-10-19 23:08:23 +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 * Allow $wgDiff3=false 2008-10-06 00:45:18 +00:00
Wiki.php When there is no title given but a curid parameter is given, use the curid to pick a page. Curid also now has precedence over title when picking a page, which keeps it consistent with oldid. 2008-10-01 10:02:44 +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