wiki.techinc.nl/includes
Platonides 7b3b076f4d Follow up r68491.
Perform doAllQuotes before external links.
Added test case from http://es.wikipedia.org/w/index.php?title=Pablo_Picasso&action=edit&section=5&oldid=38079844
2010-06-24 13:44:50 +00:00
..
api Minor followup to r68482, fix the fail I introduced 2010-06-23 19:49:02 +00:00
db Converting MySQL's ENUM to SQLite BLOB doesn't make sense, changed it to TEXT. Also fixed a bug in conversion regex 2010-06-23 18:59:46 +00:00
diff Correct the address of the FSF in some of the GPL headers 2010-06-21 13:13:32 +00:00
extauth
filerepo passing thumbnail params to getThumbType, as suggested by TimStarling in a comment to bug 23258 2010-06-22 16:01:54 +00:00
installer Fixes for r66013: fixed syntax, switched interwiki.list to use more customary comments starting with # 2010-06-23 16:06:34 +00:00
job Move jobqueue classes to their own directory. 2010-05-14 16:23:26 +00:00
json coding style tweaks 2010-05-15 10:39:41 +00:00
media Follow-up r68409: shut up PHP Strict Standards notices about "Declaration of Blah::getThumbType() should be compatible with that of MediaHandler::getThumbType()" 2010-06-23 18:18:14 +00:00
normal fix include path (DifferenceEngine.php has been moved to 'diff' subdir) 2010-02-21 14:28:16 +00:00
parser Follow up r68491. 2010-06-24 13:44:50 +00:00
search * Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite::fulltextSearchSupported() instead of querying the updatelog table. This was the only use of updatelog under the non-maint code. 2010-06-16 18:26:47 +00:00
specials Add a copyright line for myself to SpecialComparePages 2010-06-21 13:55:55 +00:00
templates * Show validity period of the login cookie in Special:UserLogin and Special:Preferences 2010-06-14 18:28:39 +00:00
upload * re r65152 add back async option for uploadByURL API call 2010-06-12 03:58:31 +00:00
zhtable Update the Chinese conversion tables. 2010-04-12 18:04:29 +00:00
.htaccess
AjaxDispatcher.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:28:54 +00:00
AjaxFunctions.php Kill off another AjaxFunction. The only thing that ever used this was Configure, and it hasn't used it in a long time (r44266) 2010-06-16 17:24:32 +00:00
AjaxResponse.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:28:54 +00:00
Article.php Fixed hit counter on SQLite 2010-06-18 19:39:08 +00:00
AuthPlugin.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:48:30 +00:00
AutoLoader.php * Adapt install.php to a more “traditional” maintenance-style script so it can extend and use Maintenance class convenience methods. 2010-06-23 01:08:34 +00:00
Autopromote.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:48:30 +00:00
BacklinkCache.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:48:30 +00:00
BagOStuff.php Fixed a bunch of silly instances of [^!=]==\s*(true|false) 2010-06-09 11:44:05 +00:00
Block.php Fixed some doxygen warnings 2010-06-15 20:09:19 +00:00
CacheDependency.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:48:30 +00:00
Category.php Random indentation and code formatting updates. No functional changes. 2010-02-14 22:07:30 +00:00
Categoryfinder.php coding style tweaks 2010-03-23 15:43:57 +00:00
CategoryPage.php Random indentation and code formatting updates. No functional changes. 2010-02-14 22:07:30 +00:00
Cdb.php
Cdb_PHP.php
ChangesFeed.php * (bug 21916) Last-Modified header is now correct when outputting cached feed 2010-04-05 16:14:58 +00:00
ChangesList.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
ChangeTags.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
ConfEditor.php Fixed some doxygen warnings 2010-03-14 21:20:34 +00:00
Credits.php * support GENDER in 'siteuser' 2010-05-11 22:54:03 +00:00
DefaultSettings.php Whitespace & documentation fix 2010-06-24 12:10:08 +00:00
Defines.php Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035) 2010-03-03 02:41:14 +00:00
DjVuImage.php
EditPage.php Return some more verbose error messages when editing fails using the API. Added wfDeprecated to Article::updateArticle() and used the Status result from Article::doEdit directly in EditPage::internalAttemptSave. 2010-06-09 19:52:11 +00:00
Exception.php Fixed some doxygen warnings 2010-03-05 21:39:21 +00:00
Exif.php
Export.php $fname -> __METHOD__/__FUNCTION__ 2010-04-04 18:33:57 +00:00
ExternalEdit.php
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
ExternalUser.php
FakeTitle.php
Feed.php
FeedUtils.php Avoid PHP notice about undefined variable $diffText if $wgFeedDiffCutoff is 0 2010-04-04 12:01:42 +00:00
FileDeleteForm.php Uncommented line from r63018 2010-02-26 20:18:48 +00:00
FileRevertForm.php
ForkController.php
FormOptions.php Ran stylize.php, removed trailing whitespace, updated indentation and code formatting. 2010-05-30 14:28:54 +00:00
GlobalFunctions.php Skip PHP warnings for mkdir() call. We throw our own and having essentially duplicate warnings is annoying 2010-06-20 15:41:38 +00:00
HistoryBlob.php * Fixed some doxygen warnings 2010-02-27 21:09:15 +00:00
HistoryPage.php Use proper tooltipAndAccessKeyAttribs() 2010-06-12 17:08:51 +00:00
Hooks.php
Html.php Don't allow boolean HTML5 attribs into XHTML1 2010-06-11 21:57:20 +00:00
HTMLCacheUpdate.php
HTMLFileCache.php Ditched DatabaseFunctions.php. All extensions using it are old and incompatible with current MediaWiki anyway. 2010-03-04 08:01:46 +00:00
HTMLForm.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
HttpFunctions.php Fixed some doxygen warnings 2010-06-15 20:09:19 +00:00
IEContentAnalyzer.php Fixed some doxygen warnings 2010-03-04 22:23:21 +00:00
ImageFunctions.php
ImageGallery.php Followup r67707, cast these to boolean just to be paranoid 2010-06-09 15:06:11 +00:00
ImagePage.php Bug 23851. Repair diff views for FILE pages that are redirects. 2010-06-09 21:09:13 +00:00
ImageQueryPage.php
Import.php Rewrite of XML Dump Processing: 2010-05-12 13:28:13 +00:00
ImportXMLReader.php Follow up r54225. DumpRenderer::handleRevision needs to be public in order to be called from WikiImporter. 2010-06-24 12:44:21 +00:00
Interwiki.php * Fixed some doxygen warnings 2010-02-16 22:06:04 +00:00
IP.php * Fixed some doxygen warnings 2010-03-09 21:51:05 +00:00
JSMin.php
Licenses.php
LinkBatch.php Add page_latest to the LinkCache. 2010-06-15 12:14:54 +00:00
LinkCache.php Add page_latest to the LinkCache. 2010-06-15 12:14:54 +00:00
Linker.php Disable pretty italics inside links. Now the italics inside a link alternate text will be handled on its own scope but if they come from the page title, they won't be parsed at all. This is a middle way solution to bug 4598. Now all bug 4598 tests pass. 2010-06-23 23:29:54 +00:00
LinkFilter.php
LinksUpdate.php Removed unused mTouchTmplLinks var 2010-06-17 05:59:32 +00:00
LocalisationCache.php Build preload l10ncache after running hooks, not before, so extension changes (by e.g. LocalisationUpdate) to preloaded messages get picked up. 2010-03-08 14:43:02 +00:00
LogEventsList.php Fixed some doxygen warnings 2010-06-03 21:00:51 +00:00
LogPage.php New feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and revisionmove permission. Experimental, use at own risk (no group has this permission by default, so it should not break anything unless you are foolish enough to experiment with it :)) 2010-05-30 18:00:01 +00:00
MacBinary.php Fixed some doxygen warnings 2010-05-22 16:14:28 +00:00
MagicWord.php (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new variable {{REVISIONMONTH1}} when unpadded version is needed. 2010-05-11 16:24:14 +00:00
Math.php * remove function_exists calls for things that functions that always 2010-05-19 05:33:27 +00:00
memcached-client.php Fixed some doxygen warnings 2010-05-25 18:34:15 +00:00
MemcachedSessions.php
Message.php Fixed a bug in __construct 2010-03-31 10:10:49 +00:00
MessageCache.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
Metadata.php Follow-up r66234: support GENDER in 'siteuser' 2010-05-11 23:21:29 +00:00
mime.info Bug 23642. Best effort mime detection for OpenXML files 2010-06-19 18:47:34 +00:00
mime.types Follow up r68279. epub is 'not' an opc archive 2010-06-20 22:21:33 +00:00
MimeMagic.php Bug 23642. Best effort mime detection for OpenXML files 2010-06-19 18:47:34 +00:00
Namespace.php
NamespaceCompat.php
ObjectCache.php (bug 22844) Support Micosoft Windows Cache aka WINCACHE 2010-05-13 17:41:13 +00:00
OutputHandler.php War on xml:lang 2010-02-11 17:25:10 +00:00
OutputPage.php Follow up r68064. This another query also ended at LinkBatch cache. 2010-06-15 14:37:13 +00:00
PageQueryPage.php
Pager.php Add the current limit (manually changed by a user) from the query string to avoid that the limit is lost after clicking Go next time 2010-06-17 07:32:39 +00:00
PatrolLog.php
PoolCounter.php
Preferences.php Followup to r68177: per CR, move SimpleSearch preference to core. 2010-06-18 17:36:54 +00:00
PrefixSearch.php Replace Title::makeTitle[Safe]( NS_SPECIAL, 'x' ) with SpecialPage::getTitleFor ( 'x' ) 2010-06-08 19:36:44 +00:00
Profiler.php Fix division by zero in Profiler 2010-04-09 12:31:27 +00:00
ProfilerSimple.php Fixes to r62995: 2010-02-26 08:53:06 +00:00
ProfilerSimpleText.php fixes bug 20388; follow up r60216. Make sure ProfilerSimpleText output only appears on templated/html output, not action=raw or atom output 2010-02-26 04:48:47 +00:00
ProfilerSimpleTrace.php
ProfilerSimpleUDP.php
ProfilerStub.php Fixes to r62995: 2010-02-26 08:53:06 +00:00
ProtectionForm.php * Use Html::linkedScript() and Html::inlineScript() 2010-06-02 19:28:44 +00:00
proxy_check.php
ProxyTools.php
QueryPage.php
RawPage.php
RecentChange.php Apply patch from bug 24104 by John Du Hart for allowing custom port. 2010-06-24 06:20:11 +00:00
Revision.php Deprecate revText(), redundant 2010-02-27 22:56:48 +00:00
RevisionDelete.php Return '' on RevisionDeleter.getLogLinks() if count($paramArray) < 2 2010-06-07 18:40:13 +00:00
Sanitizer.php (bug 22784) Fix normalization of whitespace in autocomment links 2010-06-21 01:17:36 +00:00
Setup.php Merge new-installer branch to trunk 2010-05-07 12:25:01 +00:00
SiteConfiguration.php Fixed some doxygen warnings 2010-05-10 20:43:54 +00:00
SiteStats.php coding style & doxygen tweaks 2010-05-29 23:45:02 +00:00
Skin.php Follow up r66566. Rename uploadLink() to getUploadLink() per Bryan's comments 2010-06-20 22:24:47 +00:00
SkinTemplate.php Add the titles of interlanguage links to the tooltip of those pages (title attribute) 2010-06-15 15:06:11 +00:00
SpecialPage.php (bug 23621) New Special:ComparePages to compare (diff) two articles. 2010-06-19 21:17:42 +00:00
SquidPurgeClient.php
SquidUpdate.php
Status.php Fixed some doxygen warnings and documented a bit 2010-04-01 21:16:53 +00:00
StreamFile.php
StringUtils.php Fixed some doxygen warnings 2010-03-29 20:10:29 +00:00
StubObject.php Fixed some doxygen warnings 2010-03-28 20:21:30 +00:00
tidy.conf
Title.php (bug 18431) Remove initial whitespace from fragment in Title::secureAndSplit() 2010-06-21 14:08:46 +00:00
TitleArray.php
User.php Password not always required on account creation 2010-06-03 17:31:14 +00:00
UserArray.php
UserMailer.php Follow up r65027. Use wfMsgForContent, the message is fully in Content language as we may not have a $wgUser here. 2010-05-27 16:35:59 +00:00
UserRightsProxy.php
WatchedItem.php
WatchlistEditor.php Add page_latest to the LinkCache. 2010-06-15 12:14:54 +00:00
WebRequest.php Followup to r67554: move getAcceptLang() to WebRequest for general use, per CR. 2010-06-18 18:00:54 +00:00
WebResponse.php * new FauxResponse class to help with unit testing 2010-02-10 10:36:11 +00:00
WebStart.php
Wiki.php New feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and revisionmove permission. Experimental, use at own risk (no group has this permission by default, so it should not break anything unless you are foolish enough to experiment with it :)) 2010-05-30 18:00:01 +00:00
WikiError.php
WikiMap.php
Xml.php Make r66504 a little more concise 2010-06-09 20:49:00 +00:00
XmlTypeCheck.php
ZhClient.php
ZhConversion.php Update the Chinese conversion tables. 2010-04-12 18:04:29 +00:00