Extension:MobileFrontend/Deployments/2013-05-13

Stories edit

* https://mingle.corp.wikimedia.org/projects/mobile/cards/487
* Footer update
* https://mingle.corp.wikimedia.org/projects/mobile/cards/498
* Promote dynamic sections to beta 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/483
* Show intermediate copyvio/scope message 

* https://mingle.corp.wikimedia.org/projects/mobile/cards/757
* Add text to upload CTA in lists of articles 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/578
* Add images to articles with infobox 

Bugs edit

* https://mingle.corp.wikimedia.org/projects/mobile/cards/761
* [Bug 48167] Research dip in unique uploaders for mobile contributions starting 5/3
* https://mingle.corp.wikimedia.org/projects/mobile/cards/759
* [Bug 48125] MediaWiki:Mobile-frontend-photo-ownership needs GENDER support 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/691
* Gadgets leak into mobile site 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/763
* [Bug 43305] Mobile edit tagging is hacky 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/747
* [Bug 47648] meta.m.wikimedia.org user login screen inexplicably has "W" icon 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/751
* Bug 47598 Special:nearby doesn't work on desktop version of wikipedia 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/705
* [Bug 47103] "Undefined" uploads via mobile 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/728
* [Bug 46804] Inconsistent button sizing 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/706
* [Bug 47586] wgMobileDeviceName is not populated on en.m.wikipedia.org 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/727
* [Bug 46726] Mobile page is "too wide" and can't scroll horizontally in Opera Mini 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/758
* Bug 35233 - google indexing mobile urls 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/771
* [Bug 48268] Special:Nearby shows "NaN km" as the distance (possibly Firefox-only) 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/775
* [Bug 48273] Last modified not showing up (regression) 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/776
* Bug 44133 - Separate config module which mimics mw.config 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/778
* [Bug 48310] Photo upload license icon is back to front (SA by CC rather than CC by SA) 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/780
* [Bug 48315] Search input clear button on search overlay doesn't work 
* https://mingle.corp.wikimedia.org/projects/mobile/cards/782
* [Bug 48352] style dt with font-weight: bold in mobile version 


Uncategorized edit

* Alpha table module:  Blacklist tables with class metadata or nabox
* Support hlists out of the box
* Separate notifications styling
* Move overlays to separate stylesheet
* Move drawer css into separate file
* Localization changes
* Don't use " in file names
* Homepage special casing: make images float (Alpha)
* Make search overlay emit a hook 'write-results' after rendering
* Cache should vary on X-CS instead of X-Carrier
* Lazy load sections
* Message key dependency fix 
* Make header button markup more universal
* Updated parallel tests
* Document mf-stop-mobile-redirect.js
* Update readme
* Move mobile-frontend-overlay-escape key to correct module
* Allow validation testing for arbitrary pages
* Tweaks to search css when no javascript
* Make sure tests for history run
* Refactor search input and watchlist buttons CSS
* Refactor by introduced URL module
* Style the more link in watchlist 
* Handleall the Node.js dependencies the same way
* Make uploads function again
* Promote transitions/transforms/animations to beta
* Fix Login button in CTA drawer 
* Remove unused CSS rules

Git Log edit

commit ee76d21f84d82e9a858068cd66888c95809c9121 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 10:45:00 2013 -0700

   Bug 44133: Cleanup how we do config
   
   Document where a config variable should be added better
   Carefully move around config variables. Refactor
   unset_stopmobileredirect.js so it doesn't introduce another
   unnecessary variable
   
   Bug: 44133
   
   Change-Id: I126aadd503d233247b783af7bc4fcf13070a1299

commit ee01d53297e7e76b77f5c453280f59129606b383 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Mon May 13 14:53:26 2013 -0700

   Remove unused CSS rules
   
   .disabled was never used. :disabled:hover doesn't seem to be necessary.
   
   Introduced in first commit of button styles (Ie0b9ba777f41788d8d6bc1b02fae37584ce2908f)
   
   Change-Id: I139944c3bc4e1ee7ddbed3bf97698a492b4de243

commit 5ae0a01e7204efc389695516e06ce810b42f0cbd Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Mon May 13 14:47:42 2013 -0700

   Regression: Fix Login button in CTA drawer
   
   It was no longer styled as a button.
   
   Change-Id: Idf0e811e34efeab57ccd1098f9a3a8c7041805ee

commit 370d285ea21413c37462b8e446b091e135e8798b Author: jrobson <jrobson@wikimedia.org> Date: Mon May 13 11:43:14 2013 -0700

   Promote transitions/transforms/animations to beta
   
   Add a config variable (currently not passed- FIXME) to
   control it in case of explosions (experience shows animations
   can cause lagginess on certain browsers)
   
   Change-Id: Iabb76c95b9446458dc3521c13b8a58576d09380d

commit ef64f9977519a31a6c78ab054d7794d05bb5c634 Author: jrobson <jrobson@wikimedia.org> Date: Fri May 3 17:57:47 2013 +0100

   Bug 46804: Make button padding consistent
   
   Change-Id: I64c8d625b8332588316fc30eecd26b40ada13d46

commit 641e520b09422cbe9104deb592816d1d8cbded35 Author: jrobson <jrobson@wikimedia.org> Date: Mon May 13 13:09:26 2013 -0700

   Follow up to I3ae653ac2777e19843182b420d33cd8f3420fa29
   
   Fix selector so copyvio doesn't fail on 2nd run. Also run make less.
   
   Change-Id: I91141aeff34bc225141fec145a683f26648c492f

commit 1e602d813c1129da1949abb1710b7cbf82880c85 Author: jrobson <jrobson@wikimedia.org> Date: Mon May 13 13:32:05 2013 -0700

   Bug 48352: Make dt bold
   
   Add some basic styling to dt tag
   
   Change-Id: I13c2bbfb9382733a4fd61046ab17b4264e863db6

commit cefcb8c53633a1b7ce5f0a52c48b050bd01e8fb4 Author: jrobson <jrobson@wikimedia.org> Date: Mon May 13 13:31:32 2013 -0700

   Run make less
   
   follow up to I3ae653ac2777e19843182b420d33cd8f3420fa29
   
   Change-Id: I75e44dc1bdac11f08995a7db55f44676832b6997

commit 403b75992a5c8dd9db7bc04df28d60d3b02f16b8 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 10:19:18 2013 -0700

   Story 578: Allow photo uploads on pages with infoboxes
   
   Allow site to configure when to show photo uploader
   This allows us to turn off the feature and tweak it easily
   Follow advice in bug 44133 and add variable to startup module
   
   Change-Id: I08f91aa6b960d642802463424f83c93f6387f0d1

commit cbd49bb35fa8e9c136c78f667c452797cd5ae487 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Thu May 2 15:59:08 2013 -0700

   Story 483: Show intermediate copyvio/scope message
   
   * Add NagOverlay for showing copyvio/intermediate messages.
   * Rename CopyrightOverlay to LearnMoreOverlay and reuse it.
   * Remove some legacy CSS from mf-navigation.less and overlays.less
     causing some overlays render incorrectly.
   * Introduce CSS class "inline" for <button> so that we don't have to use
     <a href="#"> all the time.
   
   Change-Id: I3ae653ac2777e19843182b420d33cd8f3420fa29

commit 1b3f5136f353852adf4f1bc7e8c4df266434c255 Author: jrobson <jrobson@wikimedia.org> Date: Mon May 13 10:10:53 2013 -0700

   Regression: Make uploads succeed again rather than throw error handler
   
   Add a successful upload test case
   
   Change-Id: I8e30a407449746d9eae292c3327bea8d778e02e3

commit 18b640d1cfe1fff09727c18ecdf2feaf16ae579f Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Sat May 11 19:38:57 2013 +0000

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

commit dd92baf9eb3d5fa00f2d6faf38f22ec635c08449 Author: jrobson <jrobson@wikimedia.org> Date: Fri May 10 16:39:37 2013 -0700

   Bug 48310: CC by SA not SA by CC
   
   Fix asset
   Fix Bug: 48310
   Save the princess
   
   Change-Id: I3bb9ed00550cab8bda4133d6993d5456e0236539

commit aef4d4982686db0059c7c48cd0191a2fbfde36e8 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Tue Apr 23 15:50:06 2013 -0700

   Handle all the Node.js dependencies the same way
   
   Add jshint as a dependency to package.json. Enforce minimum versions
   for jshint and autoless.
   
   Now everytime a Node.js Makefile task is run, it checks if the
   dependencies are up-to-date and the versions can be updated easily for
   everyone working on MobileFrontend.
   
   Change-Id: I68de83ffcd383bc6dbb28af6af8b407998097ddf

commit 6c943f1c2cd14fec721a1705001c6d5e60c7aaf4 Author: jrobson <jrobson@wikimedia.org> Date: Tue Apr 23 22:21:05 2013 -0700

   Alpha: Add watchlist star to nearby view
   
   Note previously if one of the pages didn't exist no
   watch stars would render
   Made adjustments to watch star code to allow for this
   
   If using $wgMFNearbyEndpoint you will need to make one of
   the nearby articles on the endpoint present in your local wiki
   
   Change-Id: Id14d8653333b99d3449bb652ae69cbc40a2d083b

commit 59697291fd0abb3d05cabcbb348b368f2a54a1aa Author: jrobson <jrobson@wikimedia.org> Date: Fri May 10 12:46:42 2013 -0700

   Story 757: Beta: Add upload photo CTA to watchlist view as well
   
   Change-Id: Ic3ff650103d098b7a905e138e9b14b23ad7536a3

commit 7e2a1b6d3362e85550dfd9492f2b2828cb0ef97b Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 13:33:17 2013 -0700

   Fix nearby / Move nearby overlays to separate module
   
   Polish nearby experience on desktop by turning off page
   previews which don't have any styling in vector
   
   Nearby on master is also broken at current time due to
   a rename of heading to title which this patchset fixes
   
   Change-Id: I6039cd73ede98baa0aa4b114fdd176dc4fc0b096

commit 0b6f98973cf5a172a9073f6b39734c6392386449 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Fri May 10 19:54:06 2013 +0000

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

commit 593d73e019a214513d04bc96f0761e356e649472 Author: jrobson <jrobson@wikimedia.org> Date: Fri May 10 12:32:33 2013 -0700

   Style the more link in watchlist so it doesn't look so ugly
   
   currently it looks terrible
   
   Change-Id: I304e8937ace78bc04e9a4013dcbd6b973309f7ce

commit 13245522da2851576fd8a0efc4f918e367c8d835 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 08:45:35 2013 -0700

   Bug 47103: Prevent undefined photos being added to the page
   
   Make the api throw an error when filename missing
   
   Change-Id: I975007aedeadb75ada35edec35c58868ef497d87

commit 0cd4d0cf82fa60ccd8d39dd8cbd965abbe2fc74c Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri May 10 13:52:19 2013 +0200

   Fixed Watchlist tests
   
   Bug: 46922
   Change-Id: Id353d9014ba9fdc33d08da5db1eb8c941391b972

commit b8238993b886b9f1e12983e8d00945d6361d4538 Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Fri May 10 13:16:01 2013 +0200

   Refactoring: introduced URL module
   
   Change-Id: I99e4d8831ca770d643b2ba40de36205b7309a46f

commit 7b7e9e9f6ae44307cfd72c9be5fb97f15c8b7a6d Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Thu May 9 17:39:06 2013 -0700

   Refactor search input and watchlist buttons CSS
   
   Make the search input and watchlist buttons exactly the same height.
   Fix the styling of the non-JS Go button.
   
   Also, remove .divclearable (it changes HTML in cached pages, but the new
   CSS works both with old and new HTML).
   
   Change-Id: I69234c93064d1ae34b1d1b41734db7a0fdf2d4ad

commit 5c310d0235ea7310d740e8c8681a1accc6631392 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 16:15:31 2013 -0700

   Make sure tests for history get run
   
   Due to rename they were not getting run
   See Ica97cddde1a16df0c2c3e540ce1b144066201392
   
   Change-Id: Ib01daf9a726dc74ed9d5d97cf233450c56edb45c

commit 900acf5f78f7a063b4b9cf352c2afac20114460c Author: Max Semenik <maxsem.wiki@gmail.com> Date: Fri May 10 01:43:11 2013 +0400

   Bug 47648: meta.m.wikimedia.org user login screen inexplicably has "W" icon
   
   Config change in https://gerrit.wikimedia.org/r/#/c/63081/
   
   Change-Id: I58d0129f7e0e053f8e24c10c53f7fa4709be64c5

commit 1e84bcb0c0d09200bd1d5ad2a4a5bdcd9ac24e30 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 14:45:57 2013 -0700

   Tweaks to search css when no javascript
   
   Change-Id: I5ca37912aa998d2ab4d4f5b6f37c8af7a5e9b00c

commit 224410ca0ab06924f1803bfbb04103baef1117e5 Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 10:14:44 2013 -0700

   Allow validation testing for arbitary pages
   
   Allows us to validate other special pages
   e.g. $ scripts/validatehtml.sh Special:Nearby
   
   Change-Id: I43754caec8d8b85c992ec9f68f61cf37f4f49cf0

commit 3587ecc1693158a09a04bb95270a66b378ca27fb Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 13:37:39 2013 -0700

   Move mobile-frontend-overlay-escape key to correct module
   
   It is used by mf-navigation.js not mf-search.js meaning the incorrect
   message renders on the close button in search dialog (visible to
   screen readers)
   
   Change-Id: Iac29559df22c9abcfb89ed2c9a6c668880beed05

commit f60d8de5d971e8bbe1793a79e9f53268220babc6 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Thu May 9 20:31:21 2013 +0000

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

commit 8eea3d993e7d52c64621654f619779030278a304 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 2 16:09:51 2013 +0100

   Bug 47586: Remove DeviceDetection js
   
   Move it to CentralNotice instead
   See https://gerrit.wikimedia.org/r/61988
   
   Change-Id: If219c84d4755697ab849cfc083fa9234382f30f6

commit 06e6f2368b4910bea4eecc95956d5dc18868b462 Author: jrobson <jrobson@wikimedia.org> Date: Thu May 9 11:36:09 2013 -0700

   Bug 46726: Remove table tweaks on opera mini
   
   Allow opera mini to decide how best to display the table
   overflow-y is not always available
   
   Bug: 46726
   Change-Id: I5c626be24615f80ec598291f9ed482cadcd787b3

commit 44346d768c5f89bfb1d72ed201df0405656d7f33 Author: Federico Leva <federicoleva@tiscali.it> Date: Tue May 7 17:30:46 2013 +0200

   i18n: Slay the dragon in favour of plain language
   
   Replace terminology around dragons with plain language
   
   Let's decide either way please.
   <https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Mobile-frontend-settings-alpha/en>
   
   jdlrobson: so MaxSem do we really need to kill the dragon?
   [10:51am] jdlrobson: i'm going to miss the dragon
   [10:51am] MaxSem: too poetic
   [10:51am] MaxSem: think of non-native speakers
   [10:51am] jdlrobson: i know.. but think of the dragon
   [10:52am] jdlrobson: that mythical beast weaving his way through the skies unleashing fire on the cold
   [10:52am] jdlrobson: wreaking destruction and liberating the damsels imprisoned in the castles
   
   Change-Id: If404eddee86c9cd8acf2b1275340962e46a96be3

commit 167eaea01e91e7339b406f6ebdcf347bcfb76b1a Author: awjrichards <arichards@wikimedia.org> Date: Thu May 9 10:52:51 2013 -0700

   Document mf-stop-mobile-redirect.js
   
   Change-Id: Iaecfea38df3eeb8a8d042cbb0a5db0ce94410ad3

commit e6a27b70d2138e097bc39baec662bb3681553d4e Author: Max Semenik <maxsem.wiki@gmail.com> Date: Thu May 9 21:47:14 2013 +0400

   Update readme
   
   Change-Id: Ie7c04945b212209e6840706749b3068923e5c1b1

commit 7da421f4d612786d634a1176fab83bfdfe9f0dfe Author: Zeljko Filipin <zeljko.filipin@gmail.com> Date: Thu May 9 12:39:57 2013 +0200

   Updated parallel_tests Ruby gem
   
   Change-Id: I916fa9ac24ee91e159c3ee8079f44c3567e38901

commit dd00f7761fe10abe26f0743ba7630e4d0b8a68fd Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 08:19:03 2013 -0700

   Story 757: Add text to upload CTA in lists of articles
   
   For articles which have no images add the tagline
   'Visit this page to add an image' above the distance
   
   Makes call to action more explicit
   
   Change-Id: I64e7ba0e831d9d954749fd5b4a6d3691168d95bb

commit 301fca0591332f7aee5b9ed63b483663c2cca1c8 Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 18:33:22 2013 -0700

   Bug 48268: NaN NaN NaN NaN NaN NaN batttman
   
   In Firefox coordinates returned by geolocation watchCurrentPosition
   is not a json so make sure it's a json
   
   Change-Id: I31f860c2aa392ac0162f767cdf112f5f10a3913e

commit aa07d37b2a256abef68685be9c6d64d6bccd4686 Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 17:50:45 2013 -0700

   Story 498 Beta: Promote lazy loaded sections from alpha
   
   Delete mf-history-jquery.js in process
   take opportunity to rename mf-history.js to history.js
   
   Change-Id: Ica97cddde1a16df0c2c3e540ce1b144066201392

commit 5fe85d1560a23bfad67df72b39644690165f40a1 Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Wed May 8 16:39:59 2013 -0700

   Make header button markup more universal
   
   Also, remove unnecessary CSS classes from Watchlist header.
   
   Change-Id: I9efca3b617ea6b18712ef3467b5b342b35cf32c0

commit ef0633979567f22542d32750ccb4e4017141715f Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Mon Apr 29 14:19:00 2013 -0700

   Story 487: Footer update
   
   * Last modified is a link pointing to page history (text is also the
     same size as footer text).
   * About and Disclaimers links removed.
   * "Page by contributors like you" removed.
   * Footer markup simplified, CSS redone.
   * logo-copyright-en.png cropped (removed a bit of white background) to
     avoid using vertical-align for centering.
   
   Change-Id: Ifd6dff45b7931348db60abed76952d74d7947db4

commit 1fb6a8b519463c79f2011384f0af17ebaac32191 Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 17:28:26 2013 -0700

   Message key dependency fix 'mobile-frontend-drawer-cancel'
   
   It's not being loaded with correct module. It is part of
   mf-navigation.js
   
   Change-Id: Ic1c3da4185025684b3e9586881af4e8bdee20c45

commit a286f5073843562aebbd52a123a364fbdb8903f6 Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 17:02:01 2013 -0700

   Bug 48273: Show last modified again
   
   prepareCommonData runs after
   SkinMobileBase::outputPage thus runs after
   SkinMobile::prepareTemplate
   thus runs after SkinMobile:prepareTemplatePageContent
   hence sets postbodytext to an empty string
   
   Lets conditionally set it if not set
   
   Change-Id: Icf68513843fda6707850dc0a294b6fdab3c6b7d0

commit 75574787f8cf54bf57f6e4a7338b68afbef81637 Author: Raimond Spekking <raimond.spekking@gmail.com> Date: Wed May 8 20:28:49 2013 +0000

   Revert "Localisation updates from http://translatewiki.net."
   
   Overwrites I770c84384593ce96e57cb2be6e0c12aed99e5eeb
   
   This reverts commit dcd8c4299305ff69fb21b45d9a43668bd83c84f1
   
   Change-Id: I07662524db8aef192daed2ac1934219d6a3b42f9

commit dcd8c4299305ff69fb21b45d9a43668bd83c84f1 Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Wed May 8 20:19:47 2013 +0000

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

commit 6262d62a4f8f3708a6c9c16f94565408b46a5edd Author: jrobson <jrobson@wikimedia.org> Date: Wed Apr 17 17:50:55 2013 -0700

   Alpha: Lazy-load sections
   
   Changes:
   * Remove code relating to lazy loading pages via history api for time being -- too buggy
   * Remove random module
   * Adjust languages code to avoid interference with inline style scrubber
   
   In removal of javascript page loads
   Makes the following bugs invalid:
   * Bug 44081
   * Bug 46972
   * Bug 43626
   * Bug 44562
   Fixes following bugs:
   * Bug 44691
   
   Change-Id: I770c84384593ce96e57cb2be6e0c12aed99e5eeb

commit daae64398ace55a17fc647cf1eac78b4dc006718 Author: Yuri Astrakhan <yurik@wikimedia.org> Date: Wed May 8 14:29:15 2013 -0400

   Cache should vary on X-CS instead of X-Carrier
   
   Currently varnish sets both X-CS & X-Carrier.
   X-Carrier will be removed in 2 months.
   
   Change-Id: I62c5055bb58aa9a3affcae15693719d42812f72b

commit aa14e8dc767ceb14d5ffe05b98472c3df29c66f4 Author: jrobson <jrobson@wikimedia.org> Date: Wed May 8 08:03:25 2013 -0700

   Bug 48125: Support gender in mobile-frontend-photo-ownership
   
   Bug: 48125
   Change-Id: I721a53bb00987602ce1d544577f41d36422e885a

commit 44a34d354c3927228c762a200a64b919a8103d14 Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 17:41:32 2013 -0700

   Make search overlay emit a hook 'write-results' after rendering
   
   Allows other modules to hijack links in search / do page images
   etc etc
   
   Change-Id: Id317ec3fe4195cb03a77375a73d75cb0d905ca59

commit fd631cecddbe4907fdae24ea61b35a4b7cb85d98 Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 14:56:00 2013 -0700

   Alpha: Homepage special casing: make images float
   
   This special cases enwiki styling
   
   Change-Id: I09d98c45f02bcf0dd9e5d07d1b9c4b7beb592404

commit 4b5a92ea49f11a635cd7b6ec7f22c4a490318a5e Author: Juliusz Gonera <jgonera@wikimedia.org> Date: Tue May 7 13:53:34 2013 -0700

   Don't use ":" in file names
   
   Broken in 2a49b5e. ":" can't be used in MediaWiki file names.
   
   Change-Id: I9e74430bd75e983e77a73b91f032e20098c54b91

commit dab4da6a7ea898a4a28a60fea634ac77f57a1e7f Author: Translation updater bot <l10n-bot@translatewiki.net> Date: Tue May 7 20:17:22 2013 +0000

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

commit fcff6767a3348031430cfe144a43e0c417202e6a Author: jrobson <jrobson@wikimedia.org> Date: Mon Apr 29 23:26:03 2013 +0100

   Bug 47598 Make Special:Nearby work on desktop
   
   Why not :)
   This only attaches the mobile.site module (which is target=>mobile only)
   when you are in mobile
   
   Bug: 47598
   Change-Id: I3f0af4e2263ce20a4d206da83ce74fc224f6f8eb

commit 10ee078923bfcba3f147169d19889e1b0dc09efd Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 11:39:17 2013 -0700

   Code hygiene: Move drawer css into separate file
   
   Change-Id: Id63ff9d8dd66be9e27848c0d73e45d931865d3c5

commit d6827f4d08e03471020f83d8be8b16f849673ec3 Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 11:37:24 2013 -0700

   Code hygiene: Move overlays into separate stylesheet
   
   Change-Id: I1c479de51f2814a635af6176834905f725868945

commit cf9e1f0aa4c8c4221bbb21edb7912994b8331c62 Author: jrobson <jrobson@wikimedia.org> Date: Tue May 7 11:30:51 2013 -0700

   Separate notifications styling
   
   Add style rules to desktop
   
   Change-Id: I2333a2cea7517a0ada488b8d891857d93c1d9546

commit 17b1f0fc847fc61100a161ed8420e3c62d89a6b6 Author: jrobson <jrobson@wikimedia.org> Date: Sun May 5 12:51:08 2013 +0100

   Support hlists out in the world out of the box
   
   Currently this is is in Mobile.css - it's more maintainable and
   reusable here
   Included FIXME - ideally hlist class should be on ul
   
   Change-Id: I9e51272ea681380cc7a45cf40c92ace99e72cdd0

commit 28b7583260bafef15743dd94b2b005d57dc99834 Author: jrobson <jrobson@wikimedia.org> Date: Sun May 5 12:47:04 2013 +0100

   Alpha table module: Blacklist tables with class metadata or navbox
   
   These don't look good collapsed
   
   Change-Id: I5430be3db7b9ed83d691aceca25d72bedb73df74

commit bbd993317783de62e04b1182678a5e0cb2ea6749 Author: jrobson <jrobson@wikimedia.org> Date: Sat May 4 00:07:24 2013 +0100

   Bug 47898: Dampen enthusiasm of toast message for nearby
   
   Only trigger a refresh on a significant change
   Bug: 47898
   
   Change-Id: I604b90181eb5e6812f4315251bccc38ee963bdc4