mediawiki-extensions-Discus.../includes
David Lynch 27a995d5a2 A/B test bucketing for beta enrollment
If DiscussionToolsABTest is enabled (set to `all` or a feature), logged
in users who have never used the tool before will be assigned to an a/b
test bucket. If they're in the test bucket, they get the feature
enabled.

If they manually set their beta feature preference, we don't override
that but do maintain their bucket for logging purposes.

Bug: T268191
Change-Id: I9c4d60e9f9aaef11afa7f8661b9c49130dde3ffa
2021-01-13 10:32:00 -06:00
..
ApiDiscussionTools.php Include 'false' results in 'transcludedfrom' API response 2020-10-22 22:25:35 +02:00
ApiDiscussionToolsEdit.php Catch when no changes are actually saved when posting a comment 2021-01-08 22:39:18 +00:00
CommentFormatter.php Load site config data in CommentFormatter tests 2021-01-08 23:03:33 +00:00
CommentItem.php CommentItem/HeadingItem: Make more constructor args required 2021-01-08 20:45:29 +00:00
CommentModifier.php Ability to add new discussion sections 2021-01-12 20:15:28 +00:00
CommentParser.php Ignore outdent templates at the beginning of comments 2020-12-14 21:35:56 +01:00
CommentUtils.php Fix detecting decorative comment frames with whitespace 2021-01-04 20:31:33 +01:00
Data.php build: Updating mediawiki/mediawiki-codesniffer to 32.0.0 2020-10-29 10:53:01 +00:00
HeadingItem.php Move ID->title logic into HeadingItem 2020-11-05 16:10:39 +00:00
Hooks.php A/B test bucketing for beta enrollment 2021-01-13 10:32:00 -06:00
ImmutableRange.php ImmutableRange: Guard against appending empty fragments 2020-11-16 19:22:26 +00:00
NodeFilter.php CommentParser.php: Use tree walking instead of XPath 2020-07-15 16:40:50 +00:00
ThreadItem.php De-indent multi line comments when fetching comment bodies 2020-11-22 21:49:08 +00:00
TreeWalker.php Base TreeWalker implementation on PHPDOM 2020-11-19 23:45:42 +00:00