Go to file
Sam Smith 153573dbe5 i13n: Don't sample by pageview
Currently, the mw.eventLog.Schema class samples per pageview. However,
we expect that if a user is bucketed for a session, then all
EventLogging events logged during that session are in the sample.

Unlike Popups in I4f653bba, the RelatedArticles instrumentation does
rely on another mw.eventLog.Schema behavior: distinguishing between
static and dynamic data. This and the use of mw.eventLog.Schema could be
removed in a follow-on change.

Bug: T167236
Change-Id: I9583cb98264efd7dc46b45bbce5323036a100536
2017-06-19 12:20:42 +01:00
i18n Localisation updates from https://translatewiki.net. 2017-06-12 22:44:59 +02:00
includes Remove CardsGateway (unused) 2017-06-14 13:10:01 -07:00
resources i13n: Don't sample by pageview 2017-06-19 12:20:42 +01:00
tests Remove CardsGateway (unused) 2017-06-14 13:10:01 -07:00
.eslintrc.json Upgrade to eslint 2017-04-10 14:12:25 +02:00
.gitignore build: Updating mediawiki/mediawiki-codesniffer to 0.7.1 2016-05-09 16:59:15 -07:00
.gitreview Whoops, track not trace 2016-10-24 17:03:27 -07:00
.rubocop.yml Rake entry point and rubocop fix up 2016-01-06 16:57:22 +01:00
.stylelintrc Add stylelint for less files 2017-04-18 18:20:50 +02:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2017-06-07 15:41:22 +04:30
composer.json build: add jakub-onderka/php-console-highlighter 2017-05-05 21:51:43 +02:00
extension.json Remove CardsGateway (unused) 2017-06-14 13:10:01 -07:00
Gemfile Upgrade mediawiki_selenium in Gemfile 2016-08-04 15:49:40 -07:00
Gemfile.lock Upgrade mediawiki_selenium in Gemfile 2016-08-04 15:49:40 -07:00
Gruntfile.js Migrate Cards code to RelatedArticles 2017-06-07 08:35:53 -07:00
HISTORY Release 2.1.0 2015-12-14 09:40:11 -08:00
package.json build: Update linters 2017-05-05 15:30:01 +00:00
phpcs.xml Add extension boilerplate 2015-10-07 15:48:26 +01:00
Rakefile Migration of browsertests* Jenkins jobs to selenium* jobs 2016-04-25 19:35:20 +02:00
README Add simple README 2015-11-23 23:10:02 +05:00
RelatedArticles.i18n.magic.php build: Updating mediawiki/mediawiki-codesniffer to 0.7.1 2016-05-09 16:59:15 -07:00
RelatedArticles.php Use extension registration 2015-10-07 15:54:07 +01:00

For information on how to install and use this extension, please see:
    <https://www.mediawiki.org/wiki/Extension:RelatedArticles>