~ya-bo-ng/maas:sticky-header

Last commit made on 2018-01-03
Get this branch:
git clone -b sticky-header https://git.launchpad.net/~ya-bo-ng/maas
Only Anthony Dillon can upload to this branch. If you are Anthony Dillon please log in for upload directions.

Branch merges

Branch information

Name:
sticky-header
Repository:
lp:~ya-bo-ng/maas

Recent commits

0ef0a72... by Anthony Dillon <email address hidden>

Convert sticky headers to Vanilla

cbd696f... by Anthony Dillon <email address hidden>

Commit the scss file

ba7bcd8... by Anthony Dillon <email address hidden>

Tidy up the build.scss file

dac891c... by deadlight <email address hidden>

Update navigation to latest vanilla version and fix for maas-specific viewports

5124a00... by deadlight <email address hidden>

Update markup and styling of global footer

3543dc3... by deadlight <email address hidden>

Basic Vanilla v1 upgrade
 - include latest version of vanilla
 - update core html files
 - remove old scss
 - add some new modules
 - update makefile
 - update dev deps to remove missing package

a58e2a5... by Andres Rodriguez

LP: #1719640 - Fix typo in first user journey doc

647250c... by Newell Jensen

LP: #1674959 -- Change 'Close' to 'Cancel' to match the other design patterns (see adding zones for an example).

05274de... by Lee Trager

LP: #1735025 - Log when TGT cannot be started on import.

dc1bae9... by Alberto Donato

Replace the regexp-based matching with prefix-matching, since we only need that.
This simplifies a bit the code and is safer since we are currently concatenating paths with pipes (OR) in the regexp, without escaping special characters.