wiki.techinc.nl/includes
Brion Vibber 651eff1627 Revert r34585: "Normalise also special page names (in addition to namespace)"
Unclear what it's meant to accomplish, but it appears to break at least the AJAX search on special page list. Unable to get it to jump through the list properly, probably due to being impossible to work with a Title object with an arbitrary name, so it's impossible to jump partway into the list.
2008-05-12 23:09:30 +00:00
..
api * Re-applying r34449, r34500 and r34518 which Brion reverted by accident 2008-05-10 10:49:26 +00:00
cbt * remove end of line whitespace 2008-04-14 07:45:50 +00:00
filerepo Remove paramter that only appears to illustrate the fact more parameters can be added and causes an E_STRICT level error. 2008-05-11 17:21:10 +00:00
media * Bah parse error... 2008-05-10 09:21:37 +00:00
normal * (bug 13615) Update case mappings and normalization to Unicode 5.1.0 2008-05-08 06:28:50 +00:00
templates * remove end of line whitespace 2008-04-14 07:45:50 +00:00
zhtable * (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants 2007-12-02 09:02:09 +00:00
.htaccess
AjaxDispatcher.php Stop profiling before ending the function 2008-05-05 19:39:30 +00:00
AjaxFunctions.php Remove unused "@package MediaWiki" 2008-04-14 17:44:52 +00:00
AjaxResponse.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Article.php Put code to view redirect page in new method Article::viewRedirect in order to allow displaying redirects on foreign file repos. 2008-05-11 19:49:08 +00:00
AuthPlugin.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
AutoLoader.php * Consistent case and autoloader 2008-05-10 13:46:05 +00:00
Autopromote.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
BagOStuff.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Block.php * Move affectedRows count up 2008-04-16 21:07:39 +00:00
CacheDependency.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Category.php Wait, never mind, revert that. This is supposed to be DB keys . . . 2008-03-20 17:07:07 +00:00
Categoryfinder.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
CategoryPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ChangesList.php Don't show history link for logs 2008-04-25 03:22:46 +00:00
CoreParserFunctions.php (bug 12698) Create PAGESIZE parser function, to return the size of a page. Quite possibly this is getting out of hand; in that case, revert. Patch based on one by CBM/carl-m. 2008-04-18 15:01:04 +00:00
Credits.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Database.php * Fix image redirect caching so it doesn't break image redirects on shared repositories 2008-05-10 19:22:14 +00:00
DatabaseFunctions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
DatabaseMssql.php pages can render, but many operations break it 2008-05-11 11:23:52 +00:00
DatabaseOracle.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
DatabasePostgres.php Short-circuit true if insert has no rows. 2008-05-02 15:28:10 +00:00
DatabaseSqlite.php remove doubled up statement 2008-05-10 06:43:30 +00:00
DateFormatter.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
DefaultSettings.php * Automatic edit summaries can be turned of with $wgUseAutomaticEditSummaries 2008-05-10 09:52:51 +00:00
Defines.php A bunch of Unicode constants got moved at some point out of the Unicode normalization library into core Defines.php, breaking the data file generation & testing. 2008-05-08 05:34:48 +00:00
DifferenceEngine.php Add debug comment to diffs indicating generator backend, node, and time. 2008-04-25 22:52:05 +00:00
DjVuImage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
EditPage.php * add OutputPage::addScriptFile() for easier adding of JS files, similar to OutputPage::addStyle() 2008-05-09 20:18:35 +00:00
EmaillingJob.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
EnotifNotifyJob.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Exception.php Maybe you missed the difference between getHTML and getText... One returns HTML, and one returns text. 2008-05-06 02:50:07 +00:00
Exif.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Export.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ExternalEdit.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ExternalStore.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ExternalStoreDB.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ExternalStoreHttp.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
FakeTitle.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Feed.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
FileDeleteForm.php Make suppression require hiderevision 2008-04-26 23:33:27 +00:00
FileRevertForm.php * Honor upload restrictions in SpecialUpload.php and FileRevertForm.php 2008-04-28 17:08:29 +00:00
FileStore.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
FormOptions.php (bug 13816) Filter by main namespace doesn't work on WhatLinksHere. Guess why? Weak PHP typing! I want to assemble a list of all these bugs as a concrete example of why PHP sucks. 2008-04-22 01:05:15 +00:00
GlobalFunctions.php Refactor duplicated code into one area. 2008-05-11 20:39:43 +00:00
HistoryBlob.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Hooks.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
HTMLCacheUpdate.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
HTMLFileCache.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
HttpFunctions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ImageFunctions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ImageGallery.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ImagePage.php Put code to view redirect page in new method Article::viewRedirect in order to allow displaying redirects on foreign file repos. 2008-05-11 19:49:08 +00:00
ImageQueryPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
IP.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
JobQueue.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LBFactory.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LBFactory_Multi.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Licenses.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LinkBatch.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LinkCache.php Tweaks: remove call to empty function LinkCache::clearLink() and don't check if $id is an integer as it is set to null just before that. 2008-04-14 16:41:54 +00:00
Linker.php * (bug 12644) Template list on edit page now sorted on preview 2008-05-08 23:16:36 +00:00
LinkFilter.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LinksUpdate.php Save the parser output to a member variable of LinksUpdate, so that hooks can access it. 2008-04-28 12:48:41 +00:00
LoadBalancer.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
LogEventsList.php suppress too 2008-04-26 19:54:47 +00:00
LogPage.php Use $log_id 2008-04-28 02:10:31 +00:00
MacBinary.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
MagicWord.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Math.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
MediaTransformOutput.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
memcached-client.php Shorter debug output 2008-05-07 04:22:40 +00:00
MemcachedSessions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
MessageCache.php * $name instead of $file. 2008-05-05 15:03:42 +00:00
Metadata.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
mime.info Also adding application/x-dia-diagram to mime.{types,info} 2008-04-27 14:28:29 +00:00
mime.types Also adding application/x-dia-diagram to mime.{types,info} 2008-04-27 14:28:29 +00:00
MimeMagic.php * * Added 'application/x-dia-diagram' to XML MIME types. Patch by dpy 2008-04-27 13:28:55 +00:00
Namespace.php * (bug 709) Cannot rename/move images and other media files. 2008-05-03 13:09:34 +00:00
NamespaceCompat.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ObjectCache.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
OutputHandler.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
OutputPage.php * add OutputPage::addScriptFile() for easier adding of JS files, similar to OutputPage::addStyle() 2008-05-09 20:18:35 +00:00
PageHistory.php * Use Xml:: functions and remove the huge warning about escaping 2008-05-10 10:10:52 +00:00
PageQueryPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Pager.php Pass in $join_conds 2008-05-10 13:38:07 +00:00
Parser.php Fix for bug 13677 2008-05-10 18:31:05 +00:00
Parser_DiffTest.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Parser_OldPP.php Revert r34260, r34261. Comments add flavor to the source code! 2008-05-05 20:50:40 +00:00
ParserCache.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ParserOptions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ParserOutput.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
PatrolLog.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
PrefixSearch.php Ajax suggestions: 2008-04-15 23:06:28 +00:00
Preprocessor.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Preprocessor_DOM.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Preprocessor_Hash.php Disable debug statements which make the debug log totally unreadable. 2008-05-09 10:07:03 +00:00
Profiler.php *stab* some tweaks for my last commit 2008-05-06 17:18:02 +00:00
ProfilerSimple.php * Update some documentation 2008-05-06 16:03:03 +00:00
ProfilerSimpleText.php * Update some documentation 2008-05-06 16:03:03 +00:00
ProfilerSimpleUDP.php * Update some documentation 2008-05-06 16:03:03 +00:00
ProfilerStub.php *stab* some tweaks for my last commit 2008-05-06 17:18:02 +00:00
ProtectionForm.php * Expiry handling is really sub-optimal here 2008-04-18 06:57:47 +00:00
proxy_check.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ProxyTools.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
QueryPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
RawPage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
RecentChange.php Actually color replace on the right prefixed text 2008-04-21 23:15:17 +00:00
RefreshLinksJob.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Revision.php Partial correctness fix; use lazy-loading $this->getTitle() instead of $this->mTitle in Revision::getPrevious() and Revision::getNext(). 2008-05-08 19:26:41 +00:00
Sanitizer.php Revert r33725, r33726 (hook in Sanitizer::fixTagAttributes()). 2008-04-22 17:29:41 +00:00
SearchEngine.php Re-commit r34072 with some modifications: 2008-05-04 15:31:03 +00:00
SearchMySQL.php Re-commit r34072 with some modifications: 2008-05-04 15:31:03 +00:00
SearchMySQL4.php * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL 2008-03-18 23:50:05 +00:00
SearchOracle.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SearchPostgres.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SearchTsearch2.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SearchUpdate.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Setup.php Now that I think about it, we're going to have to set $wgSharedPrefix inside of Setup.php so that it can inherit from a $wgDBprefix inside of LocalSettings.php. 2008-05-07 06:05:26 +00:00
SiteConfiguration.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SiteStats.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Skin.php (bug 13891) Show categories box even if all categories are hidden and user has "show hidden categories" option on 2008-04-30 21:05:44 +00:00
SkinTemplate.php Uh, I checked in the wrong changed line. :D Correction for last commit: "This needs to be protected, actually, so that inheritance works properly." 2008-05-06 14:57:14 +00:00
SpecialAllmessages.php * add OutputPage::addScriptFile() for easier adding of JS files, similar to OutputPage::addStyle() 2008-05-09 20:18:35 +00:00
SpecialAllpages.php (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML 2008-05-05 00:14:07 +00:00
SpecialAncientpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialBlockip.php * (bug 13950) Allow users to watch the user/user talk pages of users they block 2008-05-06 12:51:45 +00:00
SpecialBlockme.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialBooksources.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialBrokenRedirects.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialCategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialConfirmemail.php * Pass directly the title object to OutputPage::returnToMain() so it doesn't need to be created there 2008-04-15 16:18:08 +00:00
SpecialContributions.php Clean up date formatting per bug 14067, remove assumptions that things like 2008-05-11 20:22:25 +00:00
SpecialDeadendpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialDisambiguations.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialDoubleRedirects.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialEmailuser.php Refactor SpecialEmailUser.php to split outputting from other stuff so that a to be written API module can easily use the existing code. 2008-05-11 21:07:33 +00:00
SpecialExport.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialFewestrevisions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialFileDuplicateSearch.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialFilepath.php * Add a nice fieldset around the input form 2008-03-18 15:31:55 +00:00
SpecialImagelist.php * Clean up 2008-04-17 19:41:49 +00:00
SpecialImport.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialIpblocklist.php * Use existing CSS classes for input form aligning 2008-04-17 09:58:32 +00:00
SpecialListgrouprights.php Tweaks to Special:ListGroupRights: 2008-05-12 13:56:21 +00:00
SpecialListredirects.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialListusers.php revert r34094 for now -- requires index that hasn't been deployed yet 2008-05-01 21:45:03 +00:00
SpecialLockdb.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialLog.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialLonelypages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialLongpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMergeHistory.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMIMEsearch.php * Add a nice fieldset around the input form 2008-03-19 06:33:39 +00:00
SpecialMostcategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMostimages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMostlinked.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMostlinkedcategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMostlinkedtemplates.php * Some cleanups 2008-03-15 10:46:28 +00:00
SpecialMostrevisions.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialMovepage.php As Brion pointed out, this param is a boolean, and the existing code only works kind of by chance. 2008-05-08 16:19:01 +00:00
SpecialNewimages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialNewpages.php * Forget the offset in the form also 2008-05-11 21:55:43 +00:00
SpecialPage.php revert r34094 for now -- requires index that hasn't been deployed yet 2008-05-01 21:45:03 +00:00
SpecialPopularpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialPreferences.php Pluck a few more KB of crap out of wikibits.js -- break out prefs.js for Special:Preferences 2008-05-09 20:59:08 +00:00
SpecialPrefixindex.php * (bug 13922) Fix bad HTML on empty Special:Prefixindex and Special:Allpages 2008-05-01 22:07:24 +00:00
SpecialProtectedpages.php * Clean up a little 2008-04-17 19:16:27 +00:00
SpecialProtectedtitles.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialRandompage.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialRandomredirect.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialRecentchanges.php wrong use of makeTitle() (bug 13907) 2008-05-01 20:27:09 +00:00
SpecialRecentchangeslinked.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialResetpass.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialRevisiondelete.php Removed unused global declaration of $wgFileStore and $wgUseSquid in RevisionDeleter::makeOldImagePrivate() and RevisionDeleter::makeOldImagePublic() 2008-04-25 19:49:35 +00:00
SpecialSearch.php (bug 14063) Power search form missing <label> for redirects check 2008-05-12 14:28:09 +00:00
SpecialShortpages.php make my paranoia feel better by escaping values :) 2008-04-24 22:30:21 +00:00
SpecialSpecialpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialStatistics.php Suppress div/0 error 2008-05-02 20:22:10 +00:00
SpecialUncategorizedcategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUncategorizedimages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUncategorizedpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUncategorizedtemplates.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUndelete.php This should probably be restricted to users with the 'hiderevision' right, as the 'suppress' right is only about viewing the suppression log and hidden users. 2008-05-07 19:17:19 +00:00
SpecialUnlockdb.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUnusedcategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUnusedimages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUnusedtemplates.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUnwatchedpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUpload.php Avoid possible register_globals issue. 2008-05-11 17:31:38 +00:00
SpecialUploadMogile.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUserlogin.php * Respect uselang 2008-04-27 12:59:15 +00:00
SpecialUserlogout.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialUserrights.php Fix XHTML error from r34401. 2008-05-08 14:14:28 +00:00
SpecialVersion.php Add a link to viewvc 2008-05-12 17:47:51 +00:00
SpecialWantedcategories.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialWantedpages.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
SpecialWatchlist.php (bug 13915) Undefined variable in includes/SpecialWatchlist.php. Patch by Jelte (WebBoy). 2008-05-01 15:27:59 +00:00
SpecialWhatlinkshere.php * Code cleanup 2008-05-11 21:43:16 +00:00
SpecialWithoutinterwiki.php Do not show useless input form if wiki is running in misermode 2008-04-29 06:53:48 +00:00
SquidUpdate.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Status.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
StreamFile.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
StringUtils.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
StubObject.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
tidy.conf * remove end of line whitespace 2008-04-14 07:45:50 +00:00
Title.php Revert r34585: "Normalise also special page names (in addition to namespace)" 2008-05-12 23:09:30 +00:00
User.php * Rename wfGetAvailableRights() to User::getAllRights() 2008-05-07 06:42:16 +00:00
UserArray.php In User: 2008-04-15 09:04:45 +00:00
UserMailer.php Make sure to use table prefixes correctly. Thanks to siebrand for reporting the bug. 2008-04-15 14:35:18 +00:00
UserRightsProxy.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
WatchedItem.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
WatchlistEditor.php Revert r34444, breaks submissions 2008-05-08 20:40:03 +00:00
WebRequest.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
WebResponse.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
WebStart.php For compatibility (DefaultSettings.php currently crashes when LocalSettings.php doesn't exist). 2008-05-10 16:29:19 +00:00
Wiki.php Don't call wfFindFile twice when it's not necessary. 2008-05-10 14:19:25 +00:00
WikiError.php Tweak to r30053... Remove unnecessary sprintf() 2008-01-22 20:59:22 +00:00
Xml.php * Code cleanup 2008-05-11 21:43:16 +00:00
XmlFunctions.php By suggestion of NikeRabbit, move wfBuildForm into Xml.php 2008-04-24 11:46:20 +00:00
XmlTypeCheck.php * remove end of line whitespace 2008-04-14 07:45:50 +00:00
ZhClient.php
ZhConversion.php * (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants 2007-12-02 09:02:09 +00:00