wiki.techinc.nl/includes
Brion Vibber 5c75f383d8 Revert r37686, 37687 for now:
"Improving extendibility of the sidebar improvements, css adding, and also JS variables."

"* New hooks:"
"** SkinSidebarSpecialBox and SkinSidebarOutputSpecialBox to allow extensions to add new custom boxes to Tim's new Sidebar system"
"** SkinSetupSiteCss to allow extensions to modify and add new stylesheets to load into the page. This one allows for fine positioning and can be very useful for things like an extension providing global css for a wiki farm."
"** SkinGlobalVariables to allow extensions to add new global variables to export to the JS variables in the page."

At least some of these appear to duplicate existing functionality -- extensions already can add new stylesheets and JS variables, and I'm pretty sure can add portals as well.
2008-07-15 21:35:32 +00:00
..
api Revert r37712 which was itself a revert of r37642 (filter by protocol in list-all-links mode). $protocol is validated already: only protocols in $wgUrlProtocols are accepted (line 168) and the : (and, if required, //) part is added in lines 57-65, making both reasons for the revert moot. 2008-07-15 21:29:27 +00:00
cbt
db (bug 14763) Strict standards issue in DatabasePostgres (also happened with DatabaseOracle, no one reported it though). 2008-07-09 18:14:01 +00:00
filerepo * Consistent use of capitalization 2008-07-10 13:24:42 +00:00
media WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
normal Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
parser Revert r37567 for nwo ("(bug 8604) padright: and similar functions fail with non-ASCII arguments") 2008-07-12 14:05:04 +00:00
specials Per comment in bug 13949: fix XHTML error in Special:Prefixindex (was already done on Special:Allpages) 2008-07-15 17:42:08 +00:00
templates * Allow extensions to modify the user creation form by calling addInputItem(); 2008-06-27 19:45:24 +00:00
zhtable update Chinese conversion database 2008-07-10 13:40:12 +00:00
.htaccess
AjaxDispatcher.php adding debug messages to ajax dispatcher 2008-06-28 19:40:14 +00:00
AjaxFunctions.php * Fixed some Doxygen warnings 2008-06-27 10:24:00 +00:00
AjaxResponse.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Article.php Move the hook 'NewRevisionFromEditComplete' 2008-07-09 11:30:34 +00:00
AuthPlugin.php
AutoLoader.php * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +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 moving $cat = new self() before $cat->mTitle = $title ; PHP was unhappy. 2008-07-05 13:13:29 +00:00
Categoryfinder.php
CategoryPage.php Make member counts from the new category table available for subcategories, beef up Category object a bit. This is mainly for use by the CategoryTree extension. NOTE: this changes the query used to fetch category listings! 2008-06-30 14:06:36 +00:00
ChangesFeed.php Refactored SpecialRecentchanges: 2008-06-17 08:24:00 +00:00
ChangesList.php revert 36435. Bad logic slaps mw-redirect on pages that aren't even redirects. 2008-06-19 14:19:54 +00:00
Credits.php
DatabaseFunctions.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
DefaultSettings.php update comment 2008-07-14 19:07:56 +00:00
Defines.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
DifferenceEngine.php whitespace to bring function into line with http://www.mediawiki.org/wiki/Manual:Coding_conventions 2008-07-07 05:31:00 +00:00
DjVuImage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
EditPage.php Reintroduce some changes which were reverted for causing fatal errors. 2008-07-15 08:43:40 +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 * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +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 WARNING: HUGE COMMIT 2008-05-20 17:13:28 +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 * Improvements to FormOptions 2008-06-08 19:23:54 +00:00
GlobalFunctions.php Revert r37663 for now: 2008-07-15 21:13:34 +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 Append subtitle to keep existing stuff for redirects (bug 14696) 2008-07-02 10:33:42 +00:00
ImageQueryPage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
IP.php
JobQueue.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +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 Revert r37669: LinkerLinkAttributes hook doesn't seem to make a lot of sense. The parameters passed can't be modified, and they are escaped for output, making it unsuitable as a general extension hook. 2008-07-15 21:16:32 +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 Add overly wordy comment explaining why logs can't be filtered by prefix in $wgMiserMode, since I keep on forgetting. 2008-07-10 18:05:52 +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 WARNING: HUGE COMMIT 2008-05-20 17:13:28 +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 * Re-implement the message caches for r35821 2008-07-05 15:39:10 +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 Attempt to clean up some of the insanity in creating meta and link tags in the headers. 2008-07-02 22:52:22 +00:00
PageHistory.php (bug 14778) 'limit' parameter now applies to history feeds as well as history pages (and now doesn't break if the limit is negative) 2008-07-15 16:00:22 +00:00
PageQueryPage.php WARNING: HUGE COMMIT 2008-05-20 17:13:28 +00:00
Pager.php * More fixes to misuse of wfmsg functions 2008-07-09 09:17:20 +00:00
PatrolLog.php
PrefixSearch.php
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 * fix error in buildSelector function 2008-07-02 01:44:20 +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 Fixes for r37489: 2008-07-10 18:04:32 +00:00
Sanitizer.php Revert r37663 for now: 2008-07-15 21:13:34 +00:00
SearchEngine.php Revert r36413 -- renaming of search files into 'search' subdirectory 2008-06-19 21:02:23 +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 Cleanup for r36660: use PHP 5 __construct() name for constructors to make things a little clearer when calling parent constructors and such 2008-07-02 02:02:26 +00:00
SearchUpdate.php Revert r36413 -- renaming of search files into 'search' subdirectory 2008-06-19 21:02:23 +00:00
Setup.php Some missing changes for the $wgShared(DB|Prefix|Tables) setup: 2008-06-30 05:16:38 +00:00
SiteConfiguration.php
SiteStats.php Revert 36514 per Wikitech-l discussion. 2008-06-22 18:24:33 +00:00
Skin.php Revert r37686, 37687 for now: 2008-07-15 21:35:32 +00:00
SkinTemplate.php Revert r37686, 37687 for now: 2008-07-15 21:35:32 +00:00
SpecialPage.php * Special:BlankPage is not part of the API 2008-07-01 20:22:54 +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 Revert r37663 for now: 2008-07-15 21:13:34 +00:00
User.php * Fixed some Doxygen warnings 2008-06-27 10:24:00 +00:00
UserArray.php
UserMailer.php Revert r37490, 37493 for now -- 'NotifyOnPageChangeComplete hook added' 2008-07-10 17:02:39 +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 Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
WebRequest.php Fixed Doxygen warnings 2008-06-02 17:50:59 +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 Don't allow contentless tags for <textarea> 2008-06-27 11:01:04 +00:00
XmlFunctions.php
XmlTypeCheck.php
ZhClient.php Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
ZhConversion.php update Chinese conversion database 2008-07-10 13:40:12 +00:00