MozillaWiki:Releases/2015-07-19

From New wiki
Jump to navigation Jump to search

Major Changes

MobileFrontend has been implemented. MozillaWiki now serves a mobile-friendly version to mobile devices.

Notes

  • To enable editing via mobile devices, jQuery datatables are now disabled in the mediawiki-buzilla extension. Tabular bug lists are still sortable but they are no longer paginated. This is expected behavior.

Known Issues

  • Clicking "Mobile view" while on a non-mobile device will not show you the mobile version of the site.
  • The sidebar of the mobile version is not configurable and therefore does not match the sidebar navigation in the desktop version.

To Production

<bugzilla>

   {
       "product": "Websites",
       "component": "wiki.mozilla.org",
       "whiteboard": "[prod=2015-07-19]",
       "include_fields": ["id", "severity", "summary", "whiteboard", "priority", "status"]
   }

</bugzilla>

To Stage

<bugzilla>

   {
       "product": "Websites",
       "component": "wiki.mozilla.org",
       "whiteboard": "[stage=2015-07-19]",
       "include_fields": ["id", "severity", "summary", "whiteboard", "priority", "status"]
   }

</bugzilla>

To Development

<bugzilla>

   {
       "product": "Websites",
       "component": "wiki.mozilla.org",
       "whiteboard": "[dev=2015-07-19]",
       "include_fields": ["id", "severity", "summary", "whiteboard", "priority", "status"]
   }

</bugzilla>