wiki.techinc.nl/includes
2008-08-07 14:11:40 +00:00
..
api Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen 2008-08-06 03:55:49 +00:00
cbt
db Don't die horribly from sql.php when making INSERT/DELETE/UPDATE/CREATE TABLE/etc calls that return 'true' instead of a result object. 2008-08-01 21:00:24 +00:00
filerepo Not setting various parameters no longer causes the ForeignAPIRepo to fail horribly. Thanks to Siebrand for pointing it out. 2008-07-31 22:06:54 +00:00
media * Allow wikitext in file-info, file-info-size, svg-long-desc instead of mix of unescaped and plain 2008-07-16 08:48:53 +00:00
normal Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
parser Ignore self-links for special pages. They might be there for a good reason, and the current parsing of special-page output means that a link from any subpage of a special page to the special page itself is considered to be a self-link. This is evil, and doesn't take into account parameters added to other parts of the URL (e.g. the unblock form on Special:Ipblocklist) 2008-08-06 13:54:36 +00:00
specials Follow up for r38771. 2008-08-07 14:11:40 +00:00
templates * Allow extensions to modify the user creation form by calling addInputItem(); 2008-06-27 19:45:24 +00:00
zhtable Update the Chinese conversion tables 2008-08-03 10:33:32 +00:00
.htaccess
AjaxDispatcher.php adding debug messages to ajax dispatcher 2008-06-28 19:40:14 +00:00
AjaxFunctions.php respect return value of $article->doWatch() (bug 11135) 2008-08-04 03:37:32 +00:00
AjaxResponse.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Article.php Changes for NewUserMessage: 2008-08-07 10:39:19 +00:00
AuthPlugin.php
AutoLoader.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
Autopromote.php Add a ! operator to autopromote conditions 2008-06-07 05:13:25 +00:00
BagOStuff.php Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
Block.php Don't be lazy: Initialise autoblock objects with both the blocker ID and their name 2008-06-27 09:22:12 +00:00
CacheDependency.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
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 Counts should be shown using localized digits, just as totals do. 2008-07-17 12:01:29 +00:00
ChangesFeed.php Refactored SpecialRecentchanges: 2008-06-17 08:24:00 +00:00
ChangesList.php Make space after semicolon consistent with other punctuation marks 2008-08-07 12:19:22 +00:00
Credits.php Refactor a bit preparatory to fixing bug 8068: rewrite the robot policy stuff in OutputPage to allow index and follow policy to be set separately. Also now validates input to setRobotPolicy(). And renamed setRobotpolicy to setRobotPolicy, too. If anyone was accessing $mRobotpolicy directly they're out of luck, though. 2008-07-23 19:05:43 +00:00
DatabaseFunctions.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
DefaultSettings.php Move wfSupportsAjax() to ajax.js 2008-08-02 19:48:56 +00:00
Defines.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Diff.php For compatibility with PHP 5.0, it does not accept array as param type 2008-08-06 17:21:22 +00:00
DifferenceEngine.php * Remove useless ?> in Diff.php 2008-08-05 21:10:06 +00:00
DjVuImage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
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 Take Article::viewRedirect() public and have it return a string so it can be used other places, like EditPage for proper rendering of redirects on preview (bug 2333). +Docs here and there. 2008-08-02 02:39:09 +00:00
EmaillingJob.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
EnotifNotifyJob.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Exception.php Refactor a bit preparatory to fixing bug 8068: rewrite the robot policy stuff in OutputPage to allow index and follow policy to be set separately. Also now validates input to setRobotPolicy(). And renamed setRobotpolicy to setRobotPolicy, too. If anyone was accessing $mRobotpolicy directly they're out of luck, though. 2008-07-23 19:05:43 +00:00
Exif.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Export.php Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
ExternalEdit.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ExternalStore.php Removed some PHP4-ism 2008-07-19 20:52:53 +00:00
ExternalStoreDB.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ExternalStoreHttp.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
FakeTitle.php
Feed.php
FeedUtils.php * (bug 14646) Fix some double-escaping of HTML in feed output 2008-07-06 20:19:04 +00:00
FileDeleteForm.php Rename 'hiderevision' to 'suppressrevision' 2008-05-25 00:31:28 +00:00
FileRevertForm.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
FileStore.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
FormOptions.php Per r38036: also fix FormOptions 2008-07-25 18:06:29 +00:00
GlobalFunctions.php Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen 2008-08-06 03:55:49 +00:00
HistoryBlob.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Hooks.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
HTMLCacheUpdate.php $dbr->select already returns a ResultWrapper, no need to re-wrap it :) 2008-07-06 13:31:35 +00:00
HTMLFileCache.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
HttpFunctions.php Revert r34877 -- duplicates wfExpandUrl() 2008-05-15 19:42:55 +00:00
ImageFunctions.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ImageGallery.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ImagePage.php Take Article::viewRedirect() public and have it return a string so it can be used other places, like EditPage for proper rendering of redirects on preview (bug 2333). +Docs here and there. 2008-08-02 02:39:09 +00:00
ImageQueryPage.php Bah! Partial revert of r38212. Unrelated file snuck into my commit window. 2008-07-30 03:07:54 +00:00
IP.php * (bug 15049) Fix for CheckUser extension's log search: usernames containing 2008-08-06 20:54:27 +00:00
JobQueue.php add some useless WHERE condition instead of 'Job::pop' :) 2008-08-04 05:07:53 +00:00
Licenses.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
LinkBatch.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
LinkCache.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Linker.php Tweak doc of link() to reflect the order in function. 2008-08-06 11:41:51 +00:00
LinkFilter.php
LinksUpdate.php Hold back $wgTrackLinkChanges for a little bit; reverting r37322, 37430, 37432, 37435. 2008-07-10 22:11:11 +00:00
LogEventsList.php Opps, var renamed 2008-08-01 22:56:17 +00:00
LogPage.php * (bug 12487) Rights log is not fully internationalized 2008-07-11 17:37:45 +00:00
MacBinary.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
MagicWord.php Magic word __STATICREDIRECT__ to suppress the redirect fixer. For periodically-archived pages like [[WP:GO]]. 2008-07-27 21:49:58 +00:00
Math.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
MediaTransformOutput.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
memcached-client.php Revert r37295 "(bug 14159) Use of MEMCACHE_COMPRESSED constant causes an E_NOTICE on PHP installs with the Memcache module installed. Renamed to MEMCACHE_MCOMPRESSED." 2008-07-09 01:07:49 +00:00
MemcachedSessions.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
MessageCache.php * factorize common code 2008-07-26 20:41:52 +00:00
Metadata.php
mime.info
mime.types
MimeMagic.php Trying this again. Define XML mimetypes in new global called $wgXMLMimeTypes. Used for MimeMagic detection of svg, etc. Now with less code and more documentation. :) 2008-07-02 23:25:20 +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 WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
OutputHandler.php Fixed excessive memory usage in PCRE in wfMangleFlashPolicy(). Was causing OOM on various big pages. Possible upstream regression, deserves investigation. 2008-05-30 14:58:29 +00:00
OutputPage.php Remove a few unused globals. 2008-08-05 17:48:24 +00:00
PageHistory.php Added an id to history-search, so it can be accessed easily via DOM 2008-08-05 01:10:55 +00:00
PageQueryPage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Pager.php * Better yet, move getDateCond() to reverseChronologicalPager to avoid duplication. 2008-08-01 22:38:45 +00:00
PatrolLog.php
PrefixSearch.php Remove a bit of useless $wgCapitalLinks logic, all these code paths lead through Title::secureAndSpit() which handles initial-character-capitalization. 2008-07-25 23:12:27 +00:00
Profiler.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ProfilerSimple.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ProfilerSimpleText.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ProfilerSimpleUDP.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ProfilerStub.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
ProtectionForm.php Refactor a bit preparatory to fixing bug 8068: rewrite the robot policy stuff in OutputPage to allow index and follow policy to be set separately. Also now validates input to setRobotPolicy(). And renamed setRobotpolicy to setRobotPolicy, too. If anyone was accessing $mRobotpolicy directly they're out of luck, though. 2008-07-23 19:05:43 +00:00
proxy_check.php
ProxyTools.php Add comment explaining mystery list of IP addresses 2008-07-01 22:30:06 +00:00
QueryPage.php querycache.value is an unsigned int with default of 0, so don't attempt to store an empty string. 2008-06-05 17:20:26 +00:00
RawPage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
RecentChange.php Remove useless param in RecentChange::newFromCurRow() 2008-06-16 02:39:43 +00:00
RefreshLinksJob.php Revert r36093 (bug 14404). 2008-06-11 02:51:30 +00:00
Revision.php No negative caching in the revision cache -- doesn't work anyway since memcached converts false to '', and so suppresses the error message on the second hit. 2008-07-28 10:16:12 +00:00
Sanitizer.php Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into link() wrappers. This should mean that all link processing now goes through link(). Per Brion's advice, remove the BrokenLink hook and replace it with LinkBegin and LinkEnd hooks. All parser tests pass except the usual suspects. 2008-08-05 17:05:59 +00:00
SearchEngine.php * (bug 14966) Fix SearchEngineDummy class for silently non-functional search 2008-07-28 23:42:30 +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 Revert r38221, 38238 -- "Add new parser function {{apiurl}}. Also, add new global $wgApiScript because manually constructing the api script's path seemed like a bad idea." 2008-07-30 19:45:35 +00:00
SiteConfiguration.php Wrapped certain tricky constructs in @cond/@endcond to prevent Doxygen 2008-08-06 03:55:49 +00:00
SiteStats.php Deprecate SiteStats::admins() in favor of SiteStats::numberingroup('sysop'). Should make bug 13471 easy. 2008-07-28 15:49:44 +00:00
Skin.php Logic for $wgSkipSkins should be in Skin.php, where it's usable by things other than preferences. (bug 6795) 2008-08-06 17:41:17 +00:00
SkinTemplate.php Add declaration of $links in SkinTemplate::buildCssLinks() 2008-08-04 18:07:36 +00:00
SpecialPage.php Refactor a bit preparatory to fixing bug 8068: rewrite the robot policy stuff in OutputPage to allow index and follow policy to be set separately. Also now validates input to setRobotPolicy(). And renamed setRobotpolicy to setRobotPolicy, too. If anyone was accessing $mRobotpolicy directly they're out of luck, though. 2008-07-23 19:05:43 +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 * (bug 14604) Introduced the following features for the LanguageConverter: Multi-tag support, single conversion flag, remove conversion flag on a single page, description flag, variant name, multi-variant fallbacks. 2008-06-26 03:00:34 +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 * (bug 15053) Syntactically incorrect redirects with another link in them no longer redirect to the second link 2008-08-06 20:33:45 +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
User.php Non-crap version of r38753 - sorry about that ._. 2008-08-07 10:43:36 +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 * (bug 15055) Talk page notifications no longer attempt to send mail when 2008-08-06 23:43:17 +00:00
UserRightsProxy.php Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
WatchedItem.php Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
WatchlistEditor.php Revert r38302,38306 -- "Add an order by to the list of watched pages." 2008-07-31 23:20:37 +00:00
WebRequest.php * Fix WebRequest.php 2008-08-02 12:39:29 +00:00
WebResponse.php
WebStart.php * Reorganised the includes directory, creating subdirectories db, parser and specials 2008-06-16 20:21:26 +00:00
Wiki.php Re-commit fixed r37006 2008-07-04 09:38:12 +00:00
WikiError.php Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
Xml.php Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into link() wrappers. This should mean that all link processing now goes through link(). Per Brion's advice, remove the BrokenLink hook and replace it with LinkBegin and LinkEnd hooks. All parser tests pass except the usual suspects. 2008-08-05 17:05:59 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
ZhConversion.php Update the Chinese conversion tables 2008-08-03 10:33:32 +00:00