wiki.techinc.nl/includes
2008-09-19 13:39:30 +00:00
..
api Fix some doxygen stuff. 2008-09-19 00:21:03 +00:00
cbt
db $msg not defined...use $text? 2008-09-13 16:00:38 +00:00
diff Remove two useless classes from HTMLDiff. One was entirely unused and useless, and the other was a wrapper for a more simple solution. 2008-09-16 19:19:12 +00:00
filerepo * Remove unneeded code 2008-09-16 12:47:44 +00:00
media Lets render BMP pictures to PNG. 2008-08-27 18:25:24 +00:00
normal
parser Revert r40712, replace_variables is correct. 2008-09-15 06:37:57 +00:00
specials Remove some individual transactions 2008-09-19 10:13:32 +00:00
templates (bug 15544) non-index.php entry points prior to setup produced a bad /config/index.php url. Weird edge case, patch by Matt Johnston. Fix out-of-place entry in CREDITS too. 2008-09-11 00:07:32 +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 Remove some individual transactions 2008-09-19 10:13:32 +00:00
AuthPlugin.php
AutoLoader.php * Add support for log importing 2008-09-18 20:52:34 +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 Refactor out Block::isWhitelistedFromAutoblocks 2008-08-08 05:56:43 +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
DefaultSettings.php Fix for r40937 (and per talk with brion): merge the RenderHash extension in core 2008-09-17 18:36:49 +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 * Added $wgUseMetadataEdit and $wgMetadataWhitelist to DefaultSettings.php, they exist since r6887. 2008-09-16 19:09:27 +00:00
EmaillingJob.php
EnotifNotifyJob.php
Exception.php bug #15602: use echo for error messages if STDERR is undefined 2008-09-15 09:53:52 +00:00
Exif.php * Fix common spelling error (seperate -> separate) 2008-09-15 20:38:27 +00:00
Export.php title -> logtitle 2008-09-18 19:15:18 +00:00
ExternalEdit.php
ExternalStore.php ExternalStore tweaks: 2008-09-10 12:07:56 +00:00
ExternalStoreDB.php ExternalStore tweaks: 2008-09-10 12:07:56 +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 Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable' 2008-09-18 17:11:51 +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 Fix some doxygen stuff. 2008-09-19 00:21:03 +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 improve log dupe check 2008-09-18 21:12:29 +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 Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable' 2008-09-18 17:11:51 +00:00
LinkFilter.php
LinksUpdate.php Redo RefreshLinksJob2 commit with trivial notice fix. 2008-09-12 09:37:31 +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 Tweak to ProtectionForm: Title::getRestrictionExpiry returns 'infinity' for 'infinite' 2008-09-16 18:46:58 +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 * Clean up patrol code to not possibly log twice (depended on slave lag) 2008-09-19 00:11:41 +00:00
RefreshLinksJob.php Redo RefreshLinksJob2 commit with trivial notice fix. 2008-09-12 09:37:31 +00:00
Revision.php ExternalStore tweaks: 2008-09-10 12:07:56 +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 Tweak comment: fixed it but didn't remove the fixme. 2008-08-19 03:48:26 +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 Remove some individual transactions 2008-09-19 10:13:32 +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 * Add functionality of extension LinkSearch to core 2008-09-14 19:51:25 +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 Remove some individual transactions 2008-09-19 10:13:32 +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 Clean up inDnsBlacklist() 2008-09-19 11:42:24 +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 * 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 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