wiki.techinc.nl/includes
Happy-melon f050fabd6b Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist:
* Move and rename to SpecialBlockList
* Use an HTMLForm in GET mode for the options form
* Use TablePager to organise the results more nicely
* Standardise the filtration for IPs and IP ranges, so looking at blocks for a range will now also show rangeblocks which contain the range
* General tidy up
2011-03-14 16:09:44 +00:00
..
api Followup r83849, fix join to be on indexed user_name 2011-03-14 11:07:58 +00:00
db More function/member variable documentation 2011-03-09 17:09:10 +00:00
diff Use Html::element() to generate the element; the url and the title attribute are now build only when really necessary 2011-03-12 13:45:12 +00:00
extauth Remove false related to failfunction... 2011-02-02 11:38:25 +00:00
filerepo Commit last of my w/c 2011-03-14 01:04:16 +00:00
installer Require at least PHP 5.2.3. There's not much point increasing the minimum to 5.2.0, as I argued at http://lists.wikimedia.org/pipermail/wikitech-l/2010-November/050138.html . But requiring 5.2.3 is a significant win. Updates r83217. 2011-03-14 10:42:07 +00:00
job Fix duplicate removal. Was completely broken, with a "job_id IS NULL" condition in the delete query. Added a COMMIT to pop_type(). 2011-03-10 11:39:23 +00:00
json Revert r83647, was based on the inability to read the function signature 2011-03-10 12:04:38 +00:00
libs (bug 27052) CSSMin generated URLs like foo//../bar in some cases, which apparently resolves to foo/bar rather than foo/../bar or bar . Fixed by eliminating duplicate slashes from the file URL when remapping 2011-03-14 15:01:50 +00:00
media Follow-up r83792: Remove left in debugging 2011-03-12 22:51:45 +00:00
normal * (bug 25708) Update case mappings and normalization to Unicode 6.0.0 2011-01-09 12:04:28 +00:00
objectcache Comment the var_dump() and add a comment. 2011-03-08 00:20:26 +00:00
parser Make Parser::makeKnownLinkHolder() call Linker::linkKnown() instead of deprecated Linker::makeKnownLinkObj() 2011-03-13 14:00:38 +00:00
resourceloader (bug 27054) Implicit end of statement can break stuff when files are combined. Applied patch by Paul Copperman: add a semicolon to the end of every module when combining; this'll terminate any unterminated final statement, and otherwise create a harmless empty statement. 2011-03-14 14:25:23 +00:00
revisiondelete Do the filearchive updates too; index is there now 2011-03-12 11:51:33 +00:00
search Ununsed variables 2011-02-23 12:35:41 +00:00
specials Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: 2011-03-14 16:09:44 +00:00
templates (bug 1379) Installer directory conflicts with some hosts' configuration panel. 2011-02-26 12:35:23 +00:00
upload misc w/s cleanups, “svn diff -x-w” clean 2011-03-08 18:12:17 +00:00
zhtable Follow r80973, fix a tiny error. 2011-01-25 17:28:15 +00:00
.htaccess
AjaxDispatcher.php Yet more additions of wfProfileOut() 2011-02-10 16:39:53 +00:00
AjaxFunctions.php
AjaxResponse.php
Article.php Revert r79122, causes bug 27891 (old version seen immediately after edit). 2011-03-14 04:26:52 +00:00
AuthPlugin.php
AutoLoader.php Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: 2011-03-14 16:09:44 +00:00
Autopromote.php
BacklinkCache.php
Block.php Further massive rewrite of the blocking frontend: spin out unblocking into a new SpecialUnblock.php. This leaves IPBlockList as, astonishingly enough, a list of blocks... :D 2011-03-13 21:33:52 +00:00
CacheDependency.php
Category.php More documentation and class definitions 2011-03-08 20:17:48 +00:00
Categoryfinder.php
CategoryPage.php Merge r83652 from 1.17wmf1 to trunk: add backwards compatibility from &from= and &until= on category pages to keep things like alphabet templates working 2011-03-09 01:13:17 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php Pass the url to ChangesFeed::getFeedObject() instead of grabbing it from $wgTitle 2011-02-17 19:26:38 +00:00
ChangesList.php Ununsed variables 2011-02-23 12:35:41 +00:00
ChangeTags.php * Added a third parameter to ChangeTags::buildTagFilterSelector() to pass the Title object instead of using $wgTitle, only used when the second parameter is true (no such call both in core and extensions) 2011-02-18 16:03:07 +00:00
Collation.php Update comments to take into account r80443 and r80614 changes, per CR. 2011-01-28 22:27:52 +00:00
ConfEditor.php w/s fixups 2011-02-12 04:06:22 +00:00
Cookie.php Strip cookie classes out of the middle of HttpFunctions.php into Cookie.php using svn copy 2011-03-07 20:42:55 +00:00
Credits.php
DefaultSettings.php Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: 2011-03-14 16:09:44 +00:00
Defines.php Bug #26059 — Add support for KML/KMZ filetype 2011-02-19 03:22:03 +00:00
DjVuImage.php Add profiling to DjVuImage::retrieveMetaData 2011-02-10 16:40:59 +00:00
EditPage.php More member variable documentation 2011-02-24 17:04:49 +00:00
Exception.php Partial revert of r79903, unstubbing needs localisation cache which might need database 2011-01-09 18:31:52 +00:00
Exif.php
Export.php Yet more additions of wfProfileOut() 2011-02-10 16:39:53 +00:00
ExternalEdit.php (bug 26716, well partially anyways. kind of second half of r80608) Add a comment to external editor ini control file explaining 2011-01-20 01:49:49 +00:00
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Fallback.php Move the include_path finding code to Fallback class. 2011-02-26 22:37:58 +00:00
Feed.php Spell false with small latter 2011-01-11 14:28:35 +00:00
FeedUtils.php
FileDeleteForm.php
FileRevertForm.php
ForkController.php Follow up r83140. Add a clear() method to ObjectCache so that it can be used by ForkController. 2011-03-06 23:07:36 +00:00
FormOptions.php FormOptions: adds doc & tests 2011-02-28 20:58:34 +00:00
GenderCache.php Followup r82029 - typo in comment 2011-02-12 21:05:27 +00:00
GlobalFunctions.php * Add a $count argument to wfIncrStats(), to allow it to increase the count by more than one at a time. 2011-03-10 00:00:34 +00:00
HistoryBlob.php
HistoryPage.php Remove unused $wgContLang globals after refactoring at r81456 and r81456 2011-02-08 22:40:07 +00:00
Hooks.php Hooks.php: trim trailing spaces, tweak docs, etc. 2011-01-26 16:50:31 +00:00
Html.php misc w/s cleanups, “svn diff -x-w” clean 2011-03-08 18:12:17 +00:00
HTMLCacheUpdate.php Documentation and explicit variable definitions 2011-03-07 14:45:11 +00:00
HTMLFileCache.php Documentation and explicit variable definitions 2011-03-07 14:45:11 +00:00
HTMLForm.php Some tweaks to HTMLMultiSelect form to make it play nicely with GET forms, and also to allow a 'flat list' of options 2011-03-14 15:50:26 +00:00
HttpFunctions.old.php
HttpFunctions.php typo / space fix in HTTP class 2011-03-09 07:12:19 +00:00
ImageFunctions.php
ImageGallery.php Gallery's perrow was overwriting the original style= attribute. 2011-02-20 21:31:15 +00:00
ImagePage.php (bug 2581, bug 6834) Added links to thumbnail in several resolutions to the file description page. The sizes are set by $wgImageLimits. 2011-03-12 22:49:31 +00:00
ImageQueryPage.php
Import.php misc w/s cleanups, “svn diff -x-w” clean 2011-03-08 18:12:17 +00:00
Interwiki.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
IP.php Follow-up r82093: fixed comment :) 2011-02-13 23:30:26 +00:00
Licenses.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
LinkBatch.php * (bug 17160) Gender specific display text for User namespace 2011-02-12 20:40:40 +00:00
LinkCache.php w/s fixups 2011-02-12 04:06:22 +00:00
Linker.php Follow-up r83786: update references in SpecialPage::getTitleFor() and friends to point to 'Block' rather than 'Blockip'; should fix errors on translatewiki. 2011-03-12 23:22:34 +00:00
LinkFilter.php
LinksUpdate.php Remove unused variables 2011-02-18 01:10:38 +00:00
LocalisationCache.php Followup for r81340: 2011-02-28 03:15:39 +00:00
LogEventsList.php Further massive rewrite of the blocking frontend: spin out unblocking into a new SpecialUnblock.php. This leaves IPBlockList as, astonishingly enough, a list of blocks... :D 2011-03-13 21:33:52 +00:00
LogPage.php Fix mistake in r80248 and restructure a bit 2011-01-15 12:46:37 +00:00
MacBinary.php
MagicWord.php * Fix for r81960: List the local magic word synonyms first, so that they will be returned by $magic->getSynonym( 0 ). Apply array_values() to fix up the keys, potentially corrupted by array_unique(). 2011-02-16 07:24:36 +00:00
Math.php
MemcachedSessions.php * When CACHE_ANYTHING is requested, return the cached instance, don't construct a new object for each use. 2011-03-03 15:24:51 +00:00
Message.php Implement __toString() magic method for Message objects 2011-03-13 15:12:54 +00:00
MessageBlobStore.php (bug 26535) Variable naming collision in MessageBlobStore::updateMessage() caused exception ('Non-string key given' in MessageCache) when conflicted updates were retried. 2011-01-06 15:13:24 +00:00
MessageCache.php revert r77452, r80492 and r82246. 2011-02-16 16:07:58 +00:00
Metadata.php
mime.info Add mime type/info for .eml files 2011-02-28 00:05:04 +00:00
mime.types Add mime type/info for .eml files 2011-02-28 00:05:04 +00:00
MimeMagic.php Some braces, and also return type documentation 2011-03-13 22:26:56 +00:00
MWFunction.php Forcing array breaks MWFunction with <2 parameters 2011-01-04 01:51:48 +00:00
Namespace.php Remove unreachable return 2011-02-27 00:29:21 +00:00
OutputHandler.php
OutputPage.php (bug 27564) Timestamp of site module embedded in Squid-cached page HTML 2011-03-14 15:16:43 +00:00
PageQueryPage.php
Pager.php Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: 2011-03-14 16:09:44 +00:00
PatrolLog.php
PoolCounter.php
Preferences.php * (bug 22606) Follow-up r63059: don't send the "someone registred an account" message when setting email address (i.e. old one empty) in user preferences 2011-01-29 09:32:02 +00:00
PrefixSearch.php Revert r67661 (change Title::makeTitle(NS_SPECIAL, $foo) to SpecialPage::getTitleFor($foo)), caused bug 27671 (search suggestions no longer list canonical names for special pages). Went with makeTitleSafe() instead of makeTitle() just in case weird things make their way into the special page aliases. 2011-03-14 10:03:07 +00:00
Profiler.php Move the overhead computation to another function. 2011-02-10 16:54:51 +00:00
ProfilerSimple.php
ProfilerSimpleText.php
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php
ProtectionForm.php We have OutputPage::showPermissionsErrorPage() for that 2011-02-08 15:19:49 +00:00
proxy_check.php
ProxyTools.php
QueryPage.php Followup r82641, set default for 2nd param 2011-02-22 23:40:48 +00:00
RawPage.php Implement Message::isBlank and Message::isDisabled. 2011-01-14 10:51:05 +00:00
RecentChange.php Documentation format 2011-01-05 23:08:13 +00:00
Revision.php Fixup a couple of parameter documentation bits 2011-02-11 22:06:46 +00:00
Sanitizer.php Normalize named entities to numeric 2011-03-11 20:50:17 +00:00
SeleniumWebSettings.php Follow up to #79421. Cleaned up some globals and some typos. Going to follow up with some actual test changes 2011-01-11 00:36:36 +00:00
Setup.php If $wgEnotifMinorEdits=false, the enotifminoredits pref does nothing, so put it in $wgHiddenPrefs. 2011-03-06 04:13:46 +00:00
SiteConfiguration.php
SiteStats.php Swap "or" to || 2011-01-31 16:41:19 +00:00
Skin.php * Make Skin::formatDebugHTML() work with $wgDebugTimestamps = true 2011-03-07 18:21:58 +00:00
SkinLegacy.php * Use OutputPage::getSyndicationLinks() to build feed links 2011-02-19 14:40:56 +00:00
SkinTemplate.php Follow-up r83786: update references in SpecialPage::getTitleFor() and friends to point to 'Block' rather than 'Blockip'; should fix errors on translatewiki. 2011-03-12 23:22:34 +00:00
SpecialPage.php Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: 2011-03-14 16:09:44 +00:00
SquidPurgeClient.php Commit some uncommited documentation from my w/c 2011-02-28 16:37:34 +00:00
SquidUpdate.php Set $wgInternalServer to false by default, and fall back to $wgServer in the referring code. This avoids having squid updates break when $wgServer is set in configuration but $wgInternalServer is neglected. For immediate deployment, tested locally. 2011-03-08 06:38:15 +00:00
Status.php (bug 27018) Added action=filerevert to revert files to an old version. Copied procedure from FileRevertForm, as most of the verification procedure is simple enough to not warrant the effort of writing a dedicated backend. 2011-03-05 17:23:35 +00:00
StreamFile.php
StringUtils.php (bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability. The StringUtils.php patch is by Roan, the Sanitizer.php patch is by me. 2011-02-01 22:36:43 +00:00
StubObject.php * Added UserGetLanguageObject hook to change the language used in $wgLang 2011-03-06 21:05:18 +00:00
tidy.conf
Title.php (bug 28020) Moving pages causes the cl_sortkey thats appropriate for one of the categorylinks, to be set for all of them. 2011-03-14 02:19:28 +00:00
TitleArray.php
User.php Follow-up r83755: @deprecated @since is wrong, doesn't have the expected semantic meaning. 2011-03-12 18:14:33 +00:00
UserArray.php
UserMailer.php Tweak some documentation 2011-02-27 00:40:06 +00:00
UserRightsProxy.php
ViewCountUpdate.php Per Platonides, fix for r79430: removed debugging code 2011-01-01 21:57:32 +00:00
WatchedItem.php Add profiling to removeWatch 2011-02-13 19:12:24 +00:00
WatchlistEditor.php misc w/s cleanups, “svn diff -x-w” clean 2011-03-08 18:12:17 +00:00
WebRequest.php Per Platonides, fix for r82686: make ApiUploadTest work again 2011-03-02 12:52:47 +00:00
WebResponse.php
WebStart.php Tweak comment, we don't create LS in the conf dir anymore, you have to upload it 2011-02-26 12:56:32 +00:00
Wiki.php * (bug 27761) Fix regression: pages with Esperanto titles containing convertible character sequences became unreachable 2011-03-01 21:20:40 +00:00
WikiError.php
WikiMap.php
Xml.php Null -> null, reorder docs to match signature 2011-02-26 10:55:44 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Follow r80973, fix a tiny error. 2011-01-25 17:28:15 +00:00
ZipDirectoryReader.php Minor fix in ZIP64 code from r82783. Note that this code is, before and after this fix, untested and unused. I only committed it because I thought it might be a helpful starting point for future development. 2011-02-28 02:26:47 +00:00