wiki.techinc.nl/includes
Santhosh Thottingal bbbcf089db CLDR Plural rules based plural form calculation
* Use the plurals.xml of CLDR for the plural rules of languages
* Use plurals-mediawiki.xml to override or extend the rules inside MW
* Remove the convertPlural method in each LanguageXX.php
* Parse and load the xml files in LocalisationCache
* Use the CLDRPluralRuleEvaluator.php for parsing the cldr plural rules
  (This is taken from Translate extension and might require a replacement
   parser without using eval)
* Add getPluralRules() to make the CLDR plural rules available to JS.

PS3: More method documentation, cleanup

Change-Id: I58a9cdfe60c7b9027bf031c91370472054f04ae2
2012-08-16 11:45:17 +10:00
..
actions Fix logic error from Ia74ac399 (2ee4653). 2012-07-31 13:18:03 +02:00
api Merge "Allow aliased field names with separated syntax" 2012-08-15 18:01:18 +00:00
cache Added UserCache class for doing name/title batch lookups. 2012-08-14 14:59:03 -07:00
conf
context
dao Revision and WikiPage cleanup with IDBAccessObject interface. 2012-08-08 16:34:08 +00:00
db Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
debug output errors as debug info in api, when display_errors is on 2012-08-14 22:00:04 +02:00
diff Revision and WikiPage cleanup with IDBAccessObject interface. 2012-08-08 16:34:08 +00:00
extauth
filebackend [FileBackend] Added resyncFiles() function to multiwrite backend. 2012-08-15 17:24:20 -07:00
filerepo [FileBackend] Moved filerepo/backend/ up to filebackend 2012-08-08 18:20:57 -07:00
installer Merge "Trim $dbSupport in WebInstallerPage.php" 2012-08-10 17:40:01 +00:00
interwiki Interwiki::fetch can return null, false or an interwiki object 2012-06-11 23:04:02 +01:00
job Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
json PHP 5.4 has JSON_PRETTY_PRINT 2012-08-14 18:57:40 +02:00
libs Added GenericArrayObject class and associated test base 2012-08-13 20:18:48 -07:00
logging Merge "(bug 37638) Remove calls to deprecated LogPage::logName method." 2012-08-15 10:28:12 +00:00
media Merge "(bug 24437) Add nofollow to image link" 2012-08-15 01:37:24 +00:00
mobile Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
normal Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
objectcache Added a Redis client for object cache storage 2012-08-09 10:01:34 +10:00
parser Merge "store text length in local var in Preprocess::processToObj/Xml" 2012-08-15 00:22:10 +00:00
profiler Only use per-template profiling for one-time profiling output. 2012-05-05 00:34:50 +01:00
resourceloader CLDR Plural rules based plural form calculation 2012-08-16 11:45:17 +10:00
revisiondelete Moved "action links" from LogEventsList to LogFormatter. 2012-08-15 11:02:50 +02:00
search Revision and WikiPage cleanup with IDBAccessObject interface. 2012-08-08 16:34:08 +00:00
specials Merge "Allow aliased field names with separated syntax" 2012-08-15 18:01:18 +00:00
templates Added missing GPLv2 headers in some places. 2012-05-08 14:51:21 +02:00
upload Pass the parameters to the error message in UploadStash::stashFile(). 2012-08-10 21:17:18 +02:00
zhtable Merge "Add 皮膚 for better word segmentation." 2012-07-26 04:38:52 +00:00
.htaccess
Action.php Set form name for HTMLForms in FormAction subclasses. 2012-08-06 21:11:25 +00:00
AjaxDispatcher.php Don't unset() $wgOut in AjaxDispatcher. 2012-07-29 21:58:03 +02:00
AjaxResponse.php Add and fix comments in some includes files 2012-05-24 20:42:56 +02:00
Article.php (bug 37638) Remove calls to deprecated LogPage::logName method. 2012-08-15 07:50:01 +00:00
AuthPlugin.php Fix undefined property domain in AuthPlugin 2012-06-21 22:56:12 +01:00
AutoLoader.php CLDR Plural rules based plural form calculation 2012-08-16 11:45:17 +10:00
Autopromote.php Added missing GPLv2 headers in some places. 2012-05-22 20:43:10 +02:00
BacklinkCache.php Added missing GPLv2 headers in some places. 2012-05-22 20:43:10 +02:00
Block.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
CacheHelper.php prevents some doxygen warnings 2012-07-15 22:32:48 +02:00
Category.php Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
Categoryfinder.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
CategoryPage.php Removed checks for the "MEDIAWIKI" constant on files that only define classes. 2012-05-23 21:20:42 +02:00
CategoryViewer.php Merge "Use local context to get messages" 2012-06-08 20:32:34 +00:00
Cdb.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
Cdb_PHP.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
ChangesFeed.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
ChangesList.php (bug 37638) Remove calls to deprecated LogPage::logName method. 2012-08-15 07:50:01 +00:00
ChangeTags.php I18n of display of change tags 2012-06-23 16:04:58 +08:00
Collation.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
ConfEditor.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
Cookie.php converts '@fixme' to '@todo FIXME' 2012-07-10 17:16:46 +02:00
CryptRand.php Added missing GPLv2 headers in some places. 2012-05-21 21:56:39 +02:00
DataUpdate.php Tell people not to start transactions in doUpdate. 2012-07-12 16:56:07 -04:00
DefaultSettings.php Replace $wgDBerrorLogInUTC with a $wgDBerrorLogTZ variable which 2012-08-08 15:51:39 +01:00
DeferredUpdates.php Catch exceptions thrown while running deferred updates. 2012-07-12 23:14:40 +02:00
Defines.php Removed unused $wgAntiLockFlags flags. 2012-07-23 20:55:21 -07:00
DeprecatedGlobal.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
EditPage.php Use a better message when a revision is not found. 2012-08-06 10:53:53 +02:00
Exception.php Fix typo: occured -> occurred. 2012-08-10 10:59:55 +02:00
Export.php (bug 37249) validate export-demo.xml against current export.xsd 2012-07-13 19:34:38 +00:00
ExternalEdit.php Fatal error: Call to a member function getExtension() on a non-object in /usr/local/apache/common-local/php-1.20wmf1/includes/ExternalEdit.php on line 84 2012-04-28 01:21:42 +01:00
ExternalStore.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalStoreDB.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalStoreHttp.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
ExternalUser.php Added missing GPLv2 headers in some places. 2012-05-20 17:56:43 +02:00
FakeTitle.php Remove some methods from FakeTitle that do not exist anymore in Title. 2012-05-21 10:18:58 +02:00
Fallback.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
Feed.php ChannelFeed now marked as an abstract class 2012-07-10 17:06:59 +01:00
FeedUtils.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
FileDeleteForm.php (bug 37638) Remove calls to deprecated LogPage::logName method. 2012-08-15 07:50:01 +00:00
ForkController.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
FormOptions.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
GitInfo.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
GlobalFunctions.php Replace $wgDBerrorLogInUTC with a $wgDBerrorLogTZ variable which 2012-08-08 15:51:39 +01:00
HistoryBlob.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
Hooks.php
Html.php escape tags and entity in doxygen comments 2012-07-10 17:08:32 +02:00
HTMLForm.php Improve handling of the required argument in HTMLForm field definitions 2012-08-12 00:26:17 +02:00
HttpFunctions.old.php Added missing GPLv2 headers in some places. 2012-05-14 19:59:58 +02:00
HttpFunctions.php Make MWHttpRequest::__construct() protected. 2012-07-30 23:18:44 +08:00
ImageGallery.php Removed checks for the "MEDIAWIKI" constant on files that only define classes. 2012-05-23 21:20:42 +02:00
ImagePage.php bug 36073 Use mw-imagepage-linkstoimage-ns as a class instead of an ID 2012-08-01 21:34:34 +02:00
ImageQueryPage.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Import.php Allow importing pages as subpage 2012-08-15 10:10:46 +02:00
Init.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
IP.php [IP] Added an IP::prettifyIP() function for displaying IPs. 2012-05-11 10:53:14 -07:00
Licenses.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Linker.php Merge "(bug 24437) Add nofollow to image link" 2012-08-15 01:37:24 +00:00
LinkFilter.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
LinksUpdate.php update @param @return doc in several files 2012-07-10 17:08:52 +02:00
LocalisationCache.php CLDR Plural rules based plural form calculation 2012-08-16 11:45:17 +10:00
MagicWord.php Add a MagicWordArray::getNames() function 2012-08-08 16:14:05 +01:00
Message.php Added @since tags 2012-08-09 21:03:46 +02:00
MessageBlobStore.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Metadata.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
mime.info
mime.types
MimeMagic.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
MWFunction.php Added missing GPLv2 headers in some places. 2012-05-12 22:33:51 +02:00
Namespace.php helpers to get subjects/talk namespaces 2012-06-26 22:25:59 +02:00
OutputHandler.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
OutputPage.php Follow-up I47412b67: pass an array of query parameters to Linker::link() 2012-08-08 10:42:17 +02:00
PageQueryPage.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Pager.php (bug 33037) Special:newfiles treat its subpage parameter as a limit 2012-08-07 11:54:53 -07:00
PathRouter.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PHPVersionError.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
PoolCounter.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
Preferences.php converts '@fixme' to '@todo FIXME' 2012-07-10 17:16:46 +02:00
PrefixSearch.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
ProtectionForm.php (bug 37638) Remove calls to deprecated LogPage::logName method. 2012-08-15 07:50:01 +00:00
ProxyTools.php Added missing GPLv2 headers in some places. 2012-05-11 10:34:29 +02:00
QueryPage.php Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
RecentChange.php Remove unused variables/function values returned 2012-08-08 00:47:25 +01:00
Revision.php Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
RevisionList.php escape tags and entity in doxygen comments 2012-07-10 17:08:32 +02:00
Sanitizer.php escape tags and entity in doxygen comments 2012-07-10 17:08:32 +02:00
ScopedPHPTimeout.php Handle client disconnects in scoped timeout blocks. 2012-07-02 15:11:49 +02:00
SeleniumWebSettings.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
Setup.php (bug 33471) Changed detection of secure cookies. 2012-08-10 16:27:13 -04:00
SiteConfiguration.php Minor stylize, add some braces 2012-07-05 23:53:57 +01:00
SiteStats.php Fixup some wrong documentation 2012-06-15 15:05:49 +01:00
Skin.php (bug 31040) Fixed $wgSecureLogin effect on returnto. 2012-08-13 08:53:43 -04:00
SkinLegacy.php Update SkinLegacy to use newer methods to create the file link. 2012-07-24 14:41:09 +02:00
SkinTemplate.php Merge "(bug 31040) Fixed $wgSecureLogin effect on returnto." 2012-08-15 00:12:47 +00:00
SpecialPage.php Merge "Fix for Ic74c7ba7 (c8c50eb): there's no reason to pass $this by reference." 2012-07-30 01:44:23 +00:00
SpecialPageFactory.php Change entry point of SpecialPage 2012-07-05 22:54:25 +02:00
SqlDataUpdate.php Tell people not to start transactions in doUpdate. 2012-07-12 16:56:07 -04:00
SquidPurgeClient.php Add some explicit member variable definitions 2012-07-05 23:51:25 +00:00
Status.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
StreamFile.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
StringUtils.php update @param @return doc in several files 2012-07-10 17:08:52 +02:00
StubObject.php Added missing GPLv2 headers in some places. 2012-05-10 17:51:44 +02:00
tidy.conf Add new-inline-tags to tidy.conf 2012-05-06 22:13:32 +02:00
Title.php (bug 31040) Fixed $wgSecureLogin effect on returnto. 2012-08-13 08:53:43 -04:00
TitleArray.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
Uri.php Followup for bug 39099 2012-08-09 15:37:47 +01:00
User.php Merge "(bug 36776) Changing User::getNewtalk to use $wgDisableAnonTalk." 2012-08-14 23:14:20 +00:00
UserArray.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
UserMailer.php Noticed while looking at $wgShowUpdatedMarker related database queries, queries not using index order at all. Fixed up 2012-04-28 00:59:59 +01:00
UserRightsProxy.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ViewCountUpdate.php Change some DatabaseBase::query() calls to use more specific methods 2012-03-03 17:33:26 +00:00
WatchedItem.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WebRequest.php Added WebRequest::getMethod() to get the HTTP method of the request. 2012-08-07 18:28:43 +02:00
WebResponse.php
WebStart.php
Wiki.php Merge "No need to call parseTitle() directly in MediaWiki::__construct()." 2012-07-30 01:48:42 +00:00
WikiCategoryPage.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WikiError.php
WikiFilePage.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
WikiMap.php (bug 31644) [MERGE DEPENDENCY] Let WikiMap url builders return full urls instead of canonical urls 2012-07-31 23:17:12 +02:00
WikiPage.php Allow aliased field names with separated syntax 2012-08-15 15:16:09 +02:00
Xml.php Use Xml::languageSelector in SpecialAllmessages 2012-07-10 13:43:38 -04:00
XmlTypeCheck.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ZhClient.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00
ZhConversion.php Merge "Add 皮膚 for better word segmentation." 2012-07-26 04:38:52 +00:00
ZipDirectoryReader.php Added missing GPLv2 headers in some places. 2012-05-09 20:11:36 +02:00