Update git submodules
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 28 Aug 2017 19:58:12 +0000 (12:58 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 6 Sep 2017 23:05:18 +0000 (23:05 +0000)
commit695b0bd1cc90909dfad5904ee340c21977bb6eb4
tree2100cd752e8707c5e33a2eb15e1d4466297b24e1
parentf548099aaa3b5bd926f62fd561b9e675b2c30456
Update git submodules

* Update extensions/WikimediaEvents from branch 'wmf/1.30.0-wmf.17'
  - Encode human search relevance survey into html output

    Moves the search relevance configuration from javascript into php
    configuration so it can be run on a larger number of pages without
    exploding the size of javascript delivered to everyone with all
    that config.

    The downside of this approach is that because the config is cached
    into the page html any updates have to work their way through varnish
    caching. For the initial test this should be fine as we can purge the
    relevant pages over some small time period. In the future when we are
    doing larger scale collection we just have to keep in mind that
    configuration changes take around 7 days to propogate.

    Bug: T174387
    Change-Id: I7ae522155e67610d25b5857d7b3918559bce8bc7
    (cherry picked from commit e722fe1a9b0d41c3597f9f9326e7fc6f0e1cd9c6)
extensions/WikimediaEvents