Extension:MobileFrontend/Deployments/2013-04-30 ROLLED BACK AND REDEPLOYED 05-07

From mediawiki.org

Stories[edit]

Bugs[edit]

Uncategorized[edit]

Git Log[edit]

commit 4515e1d876477497c6c87e2e8dd5fcb6b2c69b46 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 12:13:27 2013 -0700

   Story 358: Persistent watchlist view
   
   When loading watchlist set user preferences that are taken into
   account when creating link on menu and watchlist header to make
   the view persistent
   
   Note that Special:Watchlist with no query parameters will always
   show a-z view. Only links change based on user setting. Also for
   anonymous users replaces header with "Not logged in" heading
   
   Change-Id: I289e7303261188a281f7d36212b4fdfd1bb9ad2e

commit bb3a642284887dbb72c593147e99f631b5cec1b3 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Thu Apr 25 18:46:40 2013 -0700

   Make sure anonymous users can't edit on mobile (#463)
   
   Redirect anonymous users back to the article on action=edit instead of
   showing the editor.
   
   Change-Id: I10577fbe55174f53d410a82f2be87b371e4bf3b7

commit bf9e3655fb806426522d24a10792e2e05dac55c4 Author: jrobson <jrobson@wikimedia.org> Date: Fri Apr 12 12:09:47 2013 -0700

   Code move: Lift and shift html rendering to MinervaTemplate
   
   1-1 mapping, plus render methods private/public -> protected
   
   Change-Id: I9b4f41c96a9b497634b71c889bf7628c44ad5be7

commit 5211ace092b02e6d5244ae77666267440095d011 Author: jrobson <jrobson@wikimedia.org> Date: Fri Apr 12 11:42:04 2013 -0700

   Move header to generic MinervaTemplate
   
   Slight modifications to handling of special page headers to store
   them in one template variable. This makes a few html changes to the
   special page making it more consistent with the normal page skin
   
   Ensure watch star doesn't initiate on special pages
   
   Change-Id: I95d3cdacb6c07744541f0a0d5d04d2b976dcf22b

commit 9356d00ac5234205c4159085dcb9e4eaeb8b2318 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Mon Apr 29 20:02:12 2013 +0000

   Localisation updates from http://translatewiki.net.
   
   Change-Id: I3b95cadda7ad14d0db10f0b2904c532d75b85a7a

commit ed6071c10c3cff183ba3a1b1a0ebd64ca6936726 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 16:55:02 2013 -0700

   Simplify enable sections if statement
   
   if $this->expandableSections is set we should enable sections regardless
   only disable in case of main page
   otherwise the function is misleading as it doesn't always enable expandable
   sections
   
   Alpha sections as a result no longer cleared
   
   Change-Id: Ic4fffd3cf4ddb558dc966865034dd3398e0bf1fc

commit eeae5bbd78b9812ed412c5a5923eea161d2b7bcb Author: jrobson <jrobson@wikimedia.org> Date: Mon Apr 29 16:40:12 2013 +0100

   Story 477: Only show nearby in menu when supported
   
   Change-Id: I106282a302bfdc870b225b85b8b000f65fac4674

commit 0cf36b4f2be3844f0306af5c57676e502a5b956b Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Mon Apr 29 12:06:36 2013 +0200

   Updated Ruby gems
   
   Change-Id: Ifc1ba6a4740e557e0e496cee4635efb138dc3c21

commit 1bd5bc53ebb04fff7f508712a29fdf1f1d7fe14f Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Sun Apr 28 23:56:56 2013 +0000

   Localisation updates from http://translatewiki.net.
   
   Change-Id: I7838f86a2b9aa24468b8cc3f6729cf4e89655bd5

commit 9ea105f8ceb47b2dd8bdcd7cfad92fd3de94dc9f Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Sat Apr 27 20:20:42 2013 +0000

   Localisation updates from http://translatewiki.net.
   
   Change-Id: I09ec5bf1bdc258a0bdc75cd0b981d9b77a211454

commit 7aca8b508a5bf6abe87466185b0ed1d20e256e97 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 12:20:50 2013 -0700

   Story 429: Show watchlist photo CTA where photo absent
   
   Only shows when PageImages is installed and images are not disabled.
   
   Move styles from nearby to watchlist (nearby inherits watchlist styles
   currently)
   
   Note: Watchlist funnel is already setup from previous commit (see
   I55ca707b41d49859a1f783fb5b7e8fb8179f4946)
   
   Change-Id: I3d523664cf426b5053c13d1d1cf79cfc1b236181

commit 791837d473da07d8ad09d54f68a35453ee004326 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Fri Apr 26 22:13:08 2013 +0000

   Localisation updates from http://translatewiki.net.
   
   Change-Id: Ie72be94be4b3e598792952fd4f8b1c502fae9560

commit 349a889a36a8c031c3724f032ec36aa2e25e7bd0 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Fri Apr 26 11:14:47 2013 -0700

   Fix indentation
   
   Change-Id: Ib5b642c91dc72cb7767b0124c5f582d3b07f4028

commit eaa9cdbed1da8595e35a97ecca2cedf8435a41a5 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri Apr 26 18:45:05 2013 +0200

   Fixed watchlist tests
   
   Change-Id: I5e7f244dad317959104ddf0f6b56297990e113ab
   Feature: Manage Watchlist
   Bug: 46922

commit 9aa5249860167bb16433f80334db8ccde73ee699 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri Apr 26 14:45:31 2013 +0200

   Do not check anything in a "given" step
   
   All checks should be done in a "then" step
   
   Change-Id: Ife3cd0975a981dd32c21b0485e8b8a86a07a9cd7

commit 7af6c840d6d0aab17c5333c5abafe4542ba5b7b4 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri Apr 26 14:36:39 2013 +0200

   Fix given/when/then format
   
   Change-Id: I68ca83a188d71b5dc24b3abb46585275e34cce4e

commit 397714b1c25746206b6b40529064d42839b45684 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri Apr 26 14:25:18 2013 +0200

   Fixed failing search test
   
   Change-Id: I47cf27854c367fd3e38c0fbd5e0324d94df2a413
   Feature: Search
   Scenario: Search for partial string
   Bug: 46922

commit a2fa4c82badaf5d08f75b86018ecd955a14c7db9 Author: raymond <raimond.spekking@gmail.com> Date: Fri Apr 26 09:52:27 2013 +0200

   Remove deleted special page from alias file.
   
   Followup to I68485a0b70028d322b92b25864465346f9cdc5c7
   
   Change-Id: I09d0ea416796d92ff9d0ec24eb1f3581fb372f51

commit 167aeba0d8933cab42d599a8e66fc0c8fc5e7f91 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Thu Apr 25 14:04:03 2013 -0700

   Change remaining #mw-mf-header occurrences to .header
   
   Change-Id: Ie04b28c160bcab99c825949bcdb725f7cc377963

commit 6c47103a2de7d9fd04ea2ba15482be4d7fdb224a Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 17 08:53:54 2013 -0700

   Alpha: Allow searching from special page
   
   On alpha add a button to the top right corner of the ui on special
   pages so users can search from them
   
   I *want* this so bad.
   
   Image: http://thenounproject.com/noun/search/#icon-No15028
   
   Patch Set 3: modified the search icon to match the shade of grey of the
   hamburger, adjusted its size to be the same as hamburger icon (jgonera)
   
   Change-Id: I3f5afae2ca7228578e408e25f16f489aac194d1b

commit 969cf06346e5dfc6968aa1e08c3038312801c666 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Thu Apr 25 10:04:38 2013 +0200

   Updated parallel_tests gem
   
   Change-Id: I309041744d31fc8042f378adf6f85b3e71643eed

commit 2c867bf1cf5d10e1c95c73b61cf9ac89a383ab9e Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 16:47:11 2013 -0700

   Regression: Don't attempt to load special and main pages via api
   
   Whoopsie
   
   Change-Id: I4303082fdad1def0f40276644ffb43f08ff85133

commit 3a93c0366d8919414ed6eaeb62400f2b58c778f7 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 15:17:05 2013 -0700

   Story 464: Promote pretty diffs to beta
   
   Change-Id: I0605de83619c199ee5100420ecdbab3f9ef9e42c

commit 48f255082f2fe564cc0e497219468775d54e68b3 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 15:11:52 2013 -0700

   Alpha: Rewrite makePrettyDiff function
   
   Add test case current function doesn't satisfy
   Rewrite and simplify function
   
   Change-Id: Iedf7643307247b6672ee63351dbd58a7431e98cc

commit 4407a8d9adb60efab1b24123da92aed41455ef48 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Wed Apr 24 11:57:32 2013 -0700

   Don't use focus event for the search input
   
   Use touchend and keydown instead. This way the search overlay is shown
   only when someone taps the input or starts typing in it. The overlay is
   not shown anymore when someone uses Tab or Shift+Tab to navigate the
   page. Also fixes Kindle annoyances.
   
   Bug: 47499
   Change-Id: I99347dd90a20e796551a1ce6aed47278fcb40c0e

commit d856bd494034e65701127c16453067bff5e31194 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 24 07:46:18 2013 -0700

   Bug 47597: Languages:
   Don't set to empty list
   
   This is overriden when set later by mobile
   
   see https://gerrit.wikimedia.org/r/#/c/59987/9
   Bug: 47597
   
   Change-Id: I93279c3d2a4710bb1e8c7eddeedcd5ae132f563b

commit 70c35e523844c3ff2f63a28c93a76efc12cf7e7d Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Wed Apr 24 11:02:38 2013 +0200

   Updated ffi gem
   
   Change-Id: I85fff66cdad780bb14d5bcd28e3921a13a20a84e

commit 65bbb44818440fd44c62ee421152180fb92f4715 Author: jrobson <jrobson@wikimedia.org> Date: Tue Apr 23 16:42:09 2013 -0700

   SiteNotice html fail
   
   generating bad html. Sigh.
   
   Change-Id: I98ec8e8cff62f28dae08f449bf6e2ceb174ba15f

commit 42d6c4d477f7f4c1bfd26d6af66ddf9e3d940bef Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Tue Apr 23 15:20:18 2013 -0700

   Add a jshint exception in mf-oop.js
   
   If John Resig can create functions within loops in this case then we
   can too.
   
   Requires a recent version of jshint (tested on 1.1.0).
   Rule should only apply to this file so should not be in .jshintrc
   
   Change-Id: I9e706f3feebfd00b4b67bc3e2891ccb5a2676928

commit 04bb267107923bf66082e59ecbd3ed7425c9e7c4 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Mon Apr 22 13:55:27 2013 -0700

   Fix styling of Nearby
   
   Make the proximity styling similar to last modified date from the
   watchlist. Make the font slightly bigger in nearby because text is not
   uppercase (unit for meters is lowercase m).
   
   Approved by Vibha.
   
   Change-Id: I75fc2628c1c99ee5e18becef38b313e6ae60238a

commit d83fefc7ebc6e21774ac4d9ee8821756da639d1e Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Tue Apr 23 14:25:09 2013 -0700

   Fix header styling
   
   Fix the double bottom border in the header (the additional not 100%
   long line) on special pages.
   
   Get rid of #mw-mf-header and use .header everywhere. Get rid of
   .escapeOverlay and use .cancel instead.
   
   Change-Id: I8fe0f3df1f0443fcbd94e9b2dfaa17af319e245c

commit 5413e645da2067687627b9a9c6a1aee914328a63 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Tue Apr 23 20:08:53 2013 +0000

   Localisation updates from http://translatewiki.net.
   
   Change-Id: I7ac8cbdf707e2e80e96efd97c513f0ffbab7f79a

commit b1363ab764f83aec9cb33585b7f252f81280cfb8 Author: awjrichards <arichards@wikimedia.org> Date: Mon Apr 22 14:52:26 2013 -0700

   Removes Special:MobileFeedback and associated conf
   
   Change-Id: I68485a0b70028d322b92b25864465346f9cdc5c7

commit 9a68268529255847a4afc5e63879eccdc986f283 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Mon Apr 22 10:06:28 2013 +0200

   Updated Ruby gems
   
   Change-Id: I4d0063dea24881d752f71ba0a2a0af2966e3b2d8

commit e6c058d3412428f103b5c422a3ba25f12a9af521 Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 17 13:00:43 2013 -0700

   Make homepage module run outside alpha
   
   Also stop it being an h1 - make it more semantically correct
   as an .alert.warning (add tiny style change for this)
   
   Change-Id: I82d3f4d999419808e94eae85f399f545a5506c55