Closed
Bug 1087340
Opened 11 years ago
Closed 11 years ago
Update Sandstone extension to avoid flash of unstyled content (FOUC)
Categories
(Websites :: wiki.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-Q4
People
(Reporter: ckoehler, Unassigned)
Details
(Whiteboard: [sandstone] [dev=2014-10-23] [stage=2014-10-23] [prod=2014-10-30])
No description provided.
| Reporter | ||
Comment 1•11 years ago
|
||
Here's the relevant commit:
https://github.com/christi3k/mw-sandstone/commit/36091443d0bdee824d7fedaf9c369fd6d5bd1af5
Comment 2•11 years ago
|
||
This commit has been pushed into the wiki development environment.
Comment 3•11 years ago
|
||
$ cd /data/genericrhel6-dev/src/wiki-dev.allizom.org/wiki/extensions/Sandstone
$ sudo git pull
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 3 (delta 0)
Unpacking objects: 100% (6/6), done.
From https://github.com/christi3k/mw-sandstone
7c4198e..3609144 master -> origin/master
Updating 7c4198e..3609144
Fast-forward
Sandstone.hooks.php | 3 ++-
Sandstone.php | 3 ++-
modules/ext.Sandstone.main.css | 6 ++----
3 files changed, 6 insertions(+), 6 deletions(-)
$ cd /data/genericrhel6-dev/src/wiki-dev.allizom.org/wiki
$ sudo git commit -a -m "Updated Sandstone module (BZ 1087340)"
Comment 4•11 years ago
|
||
This commit has also been pushed into the wiki stage environment.
Updated•11 years ago
|
Whiteboard: [sandstone][dev=2014-10-23] → [sandstone] [dev=2014-10-23] [stage=2014-10-23]
Updated•11 years ago
|
Whiteboard: [sandstone] [dev=2014-10-23] [stage=2014-10-23] → [sandstone] [dev=2014-10-23] [stage=2014-10-23] [prod=2014-10-30]
Comment 5•11 years ago
|
||
This change has been pushed to production.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 2014-Q4
Version: unspecified → Production
You need to log in
before you can comment on or make changes to this bug.
Description
•