wiki.techinc.nl/includes
2008-07-10 14:19:06 +00:00
..
api Forgot to change one strencode() to addQuotes() 2008-07-10 14:19:06 +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
normal Fixed Doxygen warnings 2008-06-02 17:50:59 +00:00
parser * 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
specials * Why on earth is this using content language 2008-07-10 08:33:50 +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
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
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
DefaultSettings.php API: Some cleanup and fixes before 1.13 is released: 2008-07-10 14:13:11 +00:00
Defines.php
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
EditPage.php * (bug 11732) Allow localisation of edit button images 2008-07-04 10:34:41 +00:00
EmaillingJob.php
EnotifNotifyJob.php
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
Export.php Fix some doxygen warnings 2008-05-22 19:48:26 +00:00
ExternalEdit.php
ExternalStore.php
ExternalStoreDB.php
ExternalStoreHttp.php
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
FileStore.php
FormOptions.php * Improvements to FormOptions 2008-06-08 19:23:54 +00:00
GlobalFunctions.php Fix previous commit (removed accidentally commited wfVarDump change + whitespace fix) 2008-07-10 08:32:34 +00:00
HistoryBlob.php
Hooks.php
HTMLCacheUpdate.php $dbr->select already returns a ResultWrapper, no need to re-wrap it :) 2008-07-06 13:31:35 +00:00
HTMLFileCache.php
HttpFunctions.php
ImageFunctions.php
ImageGallery.php
ImagePage.php Append subtitle to keep existing stuff for redirects (bug 14696) 2008-07-02 10:33:42 +00:00
ImageQueryPage.php
IP.php
JobQueue.php
Licenses.php
LinkBatch.php
LinkCache.php
Linker.php Some cleanup for r36609: 2008-07-02 01:19:00 +00:00
LinkFilter.php
LinksUpdate.php (bug 13588) Experimentally track link changes if $wgTrackLinkChanges is set to true. Requires schema change. 2008-07-08 15:02:07 +00:00
LogEventsList.php Prevent E_STRICT warning on editing a non-existent page / starting a new page: 2008-06-02 06:44:05 +00:00
LogPage.php Fatal errors are bad 2008-07-09 08:21:51 +00:00
MacBinary.php
MagicWord.php
Math.php
MediaTransformOutput.php
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
MessageCache.php * Re-implement the message caches for r35821 2008-07-05 15:39:10 +00:00
MessageFunctions.php * Move message functions to own file 2008-07-08 08:05:54 +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 Code simplification (-205 bytes :P): 2008-05-23 22:00:14 +00:00
NamespaceCompat.php
ObjectCache.php
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 * Fix some misuse of message functions 2008-07-09 09:10:23 +00:00
PageQueryPage.php
Pager.php * More fixes to misuse of wfmsg functions 2008-07-09 09:17:20 +00:00
PatrolLog.php
PrefixSearch.php
Profiler.php
ProfilerSimple.php
ProfilerSimpleText.php
ProfilerSimpleUDP.php
ProfilerStub.php
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
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 Extend RevisionInsertComplete hook (bug 14780) 2008-07-10 10:30:45 +00:00
Sanitizer.php
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 Tweak to r37385: put the timestamp format normalization on the input read (Revision::getTimestampFromId()) instead of the middle tier (Skin::lastModified()) 2008-07-09 17:41:02 +00:00
SkinTemplate.php Self revert, this isn't really implemented right. 2008-06-22 00:01:41 +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
tidy.conf
Title.php * (bug 14772) Disallow moving images to invalid titles 2008-07-10 08:16:58 +00:00
User.php * Fixed some Doxygen warnings 2008-06-27 10:24:00 +00:00
UserArray.php
UserMailer.php NotifyOnPageChangeComplete hook added 2008-07-10 11:10:48 +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