trusty-festivity-extension 2.5.16 → 2.5.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +18 -24
- data/coverage/assets/0.10.0/application.css +799 -0
- data/coverage/assets/0.10.0/application.js +1707 -0
- data/coverage/assets/0.10.0/colorbox/border.png +0 -0
- data/coverage/assets/0.10.0/colorbox/controls.png +0 -0
- data/coverage/assets/0.10.0/colorbox/loading.gif +0 -0
- data/coverage/assets/0.10.0/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.10.0/favicon_green.png +0 -0
- data/coverage/assets/0.10.0/favicon_red.png +0 -0
- data/coverage/assets/0.10.0/favicon_yellow.png +0 -0
- data/coverage/assets/0.10.0/loading.gif +0 -0
- data/coverage/assets/0.10.0/magnify.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +11913 -0
- data/lib/trusty-festivity-extension.rb +1 -1
- data/spec/dummy/log/test.log +2825 -0
- data/spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig +2 -0
- data/spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime +0 -0
- data/spec/dummy/tmp/radiant_config_cache.txt +0 -0
- data/trusty-festivity-extension.gemspec +0 -1
- metadata +60 -47
- data/app/assets/javascripts/skins/buzzword/AppMeasurement.js~ +0 -137
- data/app/assets/stylesheets/buzzword.scss~ +0 -40
- data/app/assets/stylesheets/skins/buzzword/contexts/_homepage.scss~ +0 -129
- data/app/assets/stylesheets/skins/buzzword/skin.scss~ +0 -37
- data/db/content/layouts/buzzword/base.html~ +0 -221
- data/db/fixtures/sites.yml~ +0 -67
@@ -1,37 +0,0 @@
|
|
1
|
-
$text-color: #00525b; //dark green
|
2
|
-
//$heading-color: #404242;
|
3
|
-
$heading-color: $text-color;
|
4
|
-
$text-color-subtle: tint($text-color, 30%);
|
5
|
-
$text-highlight-color: #fdcb36;//yellow
|
6
|
-
|
7
|
-
$link-color: #f06a33; //orange
|
8
|
-
$link-color-hover: darken($link-color, 15%);
|
9
|
-
|
10
|
-
$highlight-color: #d7df23; //light green
|
11
|
-
$highlight-color-hover: shade($highlight-color, 10%);
|
12
|
-
|
13
|
-
$link-color-reverse: #08B7BF; //light Blue
|
14
|
-
$link-color-reverse-hover: lighten($link-color-reverse, 10%);
|
15
|
-
$link-color-reverse-alt: $text-color;
|
16
|
-
|
17
|
-
$heading-highlight-color: #00afaa; //turquoise
|
18
|
-
|
19
|
-
$border-color: #cbcdc6;
|
20
|
-
|
21
|
-
$background-color: #fff;
|
22
|
-
$background-color-subtle: #cbcbcb;
|
23
|
-
$background-color-alt: #92D3E1;
|
24
|
-
|
25
|
-
$homepage-featured-background: #92D6ED;
|
26
|
-
$footer-color: $text-color;
|
27
|
-
$social-footer-color: $footer-color;
|
28
|
-
|
29
|
-
$search-placeholder-color: $link-color;
|
30
|
-
|
31
|
-
// icon color variations - overrides original value with this theme's contextual value
|
32
|
-
|
33
|
-
$icon-primary-color: #D7DF23;
|
34
|
-
$icon-secondary-color: #F06A33;
|
35
|
-
$icon-search-color: $highlight-color;
|
36
|
-
|
37
|
-
@import "../../traf";
|
@@ -1,221 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
3
|
-
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
4
|
-
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
5
|
-
<!--[if gt IE 8]><!-->
|
6
|
-
<html class='no-js' lang='en'>
|
7
|
-
<!--<![endif]-->
|
8
|
-
<html>
|
9
|
-
<head>
|
10
|
-
<meta charset="utf-8"/>
|
11
|
-
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
12
|
-
<r:festivity_meta />
|
13
|
-
<meta content='width=device-width, initial-scale=1' name='viewport'>
|
14
|
-
<link rel="stylesheet" media="all" href="/assets/skins/traf/skin.css">
|
15
|
-
<script src="/assets/festivity_app.js"></script>
|
16
|
-
<script>
|
17
|
-
(function(d) {
|
18
|
-
var config = {
|
19
|
-
kitId: 'uqf2ehu',
|
20
|
-
scriptTimeout: 3000,
|
21
|
-
async: true
|
22
|
-
},
|
23
|
-
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
|
24
|
-
})(document);
|
25
|
-
</script>
|
26
|
-
|
27
|
-
<script>
|
28
|
-
/*! grunt-grunticon Stylesheet Loader - v2.1.6 | https://github.com/filamentgroup/grunticon | (c) 2015 Scott Jehl, Filament Group, Inc. | MIT license. */
|
29
|
-
!function(){function e(e,n,t){"use strict";var o=window.document.createElement("link"),r=n||window.document.getElementsByTagName("script")[0],a=window.document.styleSheets;return o.rel="stylesheet",o.href=e,o.media="only x",r.parentNode.insertBefore(o,r),o.onloadcssdefined=function(e){for(var n,t=0;t<a.length;t++)a[t].href&&a[t].href===o.href&&(n=!0);n?e():setTimeout(function(){o.onloadcssdefined(e)})},o.onloadcssdefined(function(){o.media=t||"all"}),o}function n(e,n){e.onload=function(){e.onload=null,n&&n.call(e)},"isApplicationInstalled"in navigator&&"onloadcssdefined"in e&&e.onloadcssdefined(n)}!function(t){var o=function(r,a){"use strict";if(r&&3===r.length){var i=t.navigator,c=t.document,s=t.Image,d=!(!c.createElementNS||!c.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect||!c.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1")||t.opera&&-1===i.userAgent.indexOf("Chrome")||-1!==i.userAgent.indexOf("Series40")),l=new s;l.onerror=function(){o.method="png",o.href=r[2],e(r[2])},l.onload=function(){var t=1===l.width&&1===l.height,i=r[t&&d?0:t?1:2];t&&d?o.method="svg":t?o.method="datapng":o.method="png",o.href=i,n(e(i),a)},l.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",c.documentElement.className+=" grunticon"}};o.loadCSS=e,o.onloadCSS=n,t.grunticon=o}(this),function(e,n){"use strict";var t=n.document,o="grunticon:",r=function(e){if(t.attachEvent?"complete"===t.readyState:"loading"!==t.readyState)e();else{var n=!1;t.addEventListener("readystatechange",function(){n||(n=!0,e())},!1)}},a=function(e){return n.document.querySelector('link[href$="'+e+'"]')},i=function(e){var n,t,r,a,i,c,s={};if(n=e.sheet,!n)return s;t=n.cssRules?n.cssRules:n.rules;for(var d=0;d<t.length;d++)r=t[d].cssText,a=o+t[d].selectorText,i=r.split(");")[0].match(/US\-ASCII\,([^"']+)/),i&&i[1]&&(c=decodeURIComponent(i[1]),s[a]=c);return s},c=function(e){var n,r,a,i;a="data-grunticon-embed";for(var c in e){i=c.slice(o.length);try{n=t.querySelectorAll(i)}catch(s){continue}r=[];for(var d=0;d<n.length;d++)null!==n[d].getAttribute(a)&&r.push(n[d]);if(r.length)for(d=0;d<r.length;d++)r[d].innerHTML=e[c],r[d].style.backgroundImage="none",r[d].removeAttribute(a)}return r},s=function(n){"svg"===e.method&&r(function(){c(i(a(e.href))),"function"==typeof n&&n()})};e.embedIcons=c,e.getCSS=a,e.getIcons=i,e.ready=r,e.svgLoadedCallback=s,e.embedSVG=s}(grunticon,this)}();
|
30
|
-
grunticon(["/production/assets/grunticon/production/icons.data.svg.css","/production/assets/grunticon/production/icons.data.png.css", "/production/assets/grunticon/production/icons.fallback.css"], grunticon.svgLoadedCallback);
|
31
|
-
</script>
|
32
|
-
<noscript>
|
33
|
-
<link href="/assets/grunticon/production/icons.fallback.css" rel="stylesheet"></link>
|
34
|
-
</noscript>
|
35
|
-
</head>
|
36
|
-
<body class="traf <r:festivity_body_class />">
|
37
|
-
<div class="overflow-wrapper">
|
38
|
-
<div class="menu-content-wrapper">
|
39
|
-
<r:festivity_mobile_menus />
|
40
|
-
<header class="site-header">
|
41
|
-
<div class="container">
|
42
|
-
<section class="traf-mark">
|
43
|
-
<a class="traf-logo" href="/">
|
44
|
-
<h1 class="site-name visually-hidden">Three Rivers Arts Festival</h1>
|
45
|
-
<r:snippet name="traf_logo" />
|
46
|
-
</a>
|
47
|
-
</section>
|
48
|
-
<div class="mobile-navigation">
|
49
|
-
<button class="menu-trigger">
|
50
|
-
<div class="iconmenu-button x">
|
51
|
-
<span class="iconmenu"></span>
|
52
|
-
</div>
|
53
|
-
<span class="trigger-text">Menu</span>
|
54
|
-
</div>
|
55
|
-
<div class="nav-wrapper">
|
56
|
-
<form action="/search" class="site-search">
|
57
|
-
<label for="site-search"><span class="visually-hidden">Search</span></label>
|
58
|
-
<input id="site-search" name="q" placeholder="Search..." type="text"></input>
|
59
|
-
<button class="search-submit" type="submit">
|
60
|
-
<span class="icon-search" data-grunticon-embed="true"></span>
|
61
|
-
<span class="visually-hidden">
|
62
|
-
Search
|
63
|
-
</span>
|
64
|
-
</button>
|
65
|
-
</form>
|
66
|
-
<nav class="utility-navigation" role="navigation">
|
67
|
-
<ul>
|
68
|
-
<li>
|
69
|
-
<a href="/traf_home/about/faq">FAQ</a>
|
70
|
-
</li>
|
71
|
-
<li>
|
72
|
-
<a href="/traf_home/visit/map">Map</a>
|
73
|
-
</li>
|
74
|
-
<li>
|
75
|
-
<a href="/traf_home/contact">Contact Us</a>
|
76
|
-
</li>
|
77
|
-
<li>
|
78
|
-
<a href="/events">Schedule</a>
|
79
|
-
</li>
|
80
|
-
</ul>
|
81
|
-
|
82
|
-
</nav>
|
83
|
-
|
84
|
-
<nav class="primary-navigation" role="navigation">
|
85
|
-
<ul>
|
86
|
-
<li>
|
87
|
-
<a href="/events">Events</a>
|
88
|
-
</li>
|
89
|
-
<li>
|
90
|
-
<a href="/traf_home/visit">Plan Your Visit</a>
|
91
|
-
</li>
|
92
|
-
<li>
|
93
|
-
<a href="/traf_home/get-involved">Get Involved</a>
|
94
|
-
</li>
|
95
|
-
|
96
|
-
<li>
|
97
|
-
<a href="/traf_home/about">About</a>
|
98
|
-
</li>
|
99
|
-
</ul>
|
100
|
-
</nav>
|
101
|
-
|
102
|
-
</div>
|
103
|
-
</div>
|
104
|
-
</header>
|
105
|
-
|
106
|
-
<main class="main-content" role="main">
|
107
|
-
<div class="container">
|
108
|
-
<r:content_for_layout/>
|
109
|
-
</div>
|
110
|
-
</main>
|
111
|
-
<footer class="social-footer">
|
112
|
-
<div class="container">
|
113
|
-
<h3 class="title">Connect with us:</h3>
|
114
|
-
<ul class="social-link-item-group">
|
115
|
-
<li class="social-link-item">
|
116
|
-
<a href="https://www.instagram.com/3RiversArtsFest/">
|
117
|
-
<span class="icon-instagram" data-grunticon-embed="true"></span>
|
118
|
-
<span class="visually-hidden">
|
119
|
-
Follow the Three Rivers Arts Festival on Instagram
|
120
|
-
</span>
|
121
|
-
</a>
|
122
|
-
</li>
|
123
|
-
<li class="social-link-item">
|
124
|
-
<a href="https://www.facebook.com/3RiversArtsFest/">
|
125
|
-
<span class="icon-facebook" data-grunticon-embed="true"></span>
|
126
|
-
<span class="visually-hidden">
|
127
|
-
Follow the Three Rivers Arts Festival on Facebook
|
128
|
-
</span>
|
129
|
-
</a>
|
130
|
-
</li>
|
131
|
-
<li class="social-link-item">
|
132
|
-
<a href="https://twitter.com/3RiversArtsFest">
|
133
|
-
<span class="icon-twitter" data-grunticon-embed="true"></span>
|
134
|
-
<span class="visually-hidden">
|
135
|
-
Follow the Three Rivers Arts Festival on Twitter
|
136
|
-
</span>
|
137
|
-
</a>
|
138
|
-
</li>
|
139
|
-
<li class="social-link-item">
|
140
|
-
<a href="http://clicks.skem1.com/signup/?c=vNHhx&lid=43">
|
141
|
-
<span class="icon-envelope" data-grunticon-embed="true"></span>
|
142
|
-
<span class="visually-hidden">
|
143
|
-
Sign up for the Three Rivers Arts Fesitval Email Newsletter
|
144
|
-
</span>
|
145
|
-
</a>
|
146
|
-
</li>
|
147
|
-
</ul>
|
148
|
-
|
149
|
-
</div>
|
150
|
-
</footer>
|
151
|
-
<footer class="site-footer">
|
152
|
-
<div class="container">
|
153
|
-
<nav class="footer-navigation" role="navigation">
|
154
|
-
<ul class="general">
|
155
|
-
<a class="cultural-trust-logo" href="http://www.trustarts.org">
|
156
|
-
<h4 class="visually-hidden">Pittsburgh Cultural Trust</h4>
|
157
|
-
<r:snippet name="traf_footer_logo" />
|
158
|
-
</a>
|
159
|
-
<li>
|
160
|
-
<a href="http://www.trustarts.org/about">About the Trust</a>
|
161
|
-
</li>
|
162
|
-
<li>
|
163
|
-
<a href="http://pressroom.trustarts.org/">Press Room</a>
|
164
|
-
</li>
|
165
|
-
<li>
|
166
|
-
<a href="http://www.trustarts.org/about/privacy-policy">Privacy Policy</a>
|
167
|
-
</li>
|
168
|
-
<li>
|
169
|
-
<a href="http://www.trustarts.org/connect/contact_us/">Contact Us</a>
|
170
|
-
</li>
|
171
|
-
|
172
|
-
</ul>
|
173
|
-
<ul class="attending">
|
174
|
-
<h4>Attending</h4>
|
175
|
-
<li>
|
176
|
-
<a href="/traf_home/visit/parking-transportation/">Parking and Transportation</a>
|
177
|
-
</li>
|
178
|
-
<li>
|
179
|
-
<a href="/traf_home/visit/food-drinks/">Food</a>
|
180
|
-
</li>
|
181
|
-
<li>
|
182
|
-
<a href="/traf_home/visit/accessibility/">Accessibility</a>
|
183
|
-
</li>
|
184
|
-
</ul>
|
185
|
-
<ul class="artists">
|
186
|
-
<h4>Get Involved </h4>
|
187
|
-
<li>
|
188
|
-
<a href="/traf_home/get-involved/sing-off/">Sing Off</a>
|
189
|
-
</li>
|
190
|
-
<li>
|
191
|
-
<a href="/traf_home/get-involved/parade-workshops/">Parade Workshops</a>
|
192
|
-
</li>
|
193
|
-
<li>
|
194
|
-
<a href="/traf_home/get-involved/volunteer/">Volunteer</a>
|
195
|
-
</li>
|
196
|
-
<li>
|
197
|
-
<a href="/traf_home/about/current-supporters">Current Supporters</a>
|
198
|
-
</li>
|
199
|
-
|
200
|
-
</ul>
|
201
|
-
<ul class="Blog">
|
202
|
-
<h4>Blog </h4>
|
203
|
-
<li>
|
204
|
-
<a href="/traf_home/blog/new-facebook-twitter-and-instagram">NEW Facebook, Twitter and Instagram</a>
|
205
|
-
</li>
|
206
|
-
<li>
|
207
|
-
<a href="/traf_home/blog/admission-buttons-now-on-sale">Admission buttons now on sale</a>
|
208
|
-
</li>
|
209
|
-
</ul>
|
210
|
-
</nav>
|
211
|
-
<p class="copyright">
|
212
|
-
Copyright ©2016 Pittsburgh Cultural Trust. All rights reserved.
|
213
|
-
</p>
|
214
|
-
</div>
|
215
|
-
</footer>
|
216
|
-
</div>
|
217
|
-
</div>
|
218
|
-
<script src="https://s3.amazonaws.com/festivity-prod/omniture/firstnight/AppMeasurement.js" type="text/javascript"></script>
|
219
|
-
<r:omniture_vars />
|
220
|
-
</body>
|
221
|
-
</html>
|
data/db/fixtures/sites.yml~
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
The Pittsburgh Cultural Trust:
|
2
|
-
id: 1
|
3
|
-
name: The Pittsburgh Cultural Trust
|
4
|
-
subtitle: main
|
5
|
-
domain: .*festivity.trustarts.[.\/]*
|
6
|
-
base_domain: festivity.trustarts.org
|
7
|
-
festivity_festival_name: The Pittsburgh Cultural Trust
|
8
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
9
|
-
position: 13
|
10
|
-
|
11
|
-
Pittsburgh International Children's Theater:
|
12
|
-
id: 2
|
13
|
-
name: Pittsburgh International Children's Theater
|
14
|
-
subtitle: main
|
15
|
-
domain: .*pghkids.[.\/]*
|
16
|
-
base_domain: pghkids.org
|
17
|
-
festivity_festival_name: Pittsburgh International Children's Theater
|
18
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
19
|
-
position: 2
|
20
|
-
|
21
|
-
Three Rivers Arts Festival:
|
22
|
-
id: 3
|
23
|
-
name: Three Rivers Arts Festival
|
24
|
-
subtitle: main
|
25
|
-
domain: .*3riversartsfest.[.\/]*
|
26
|
-
base_domain: 3riversartsfest.org
|
27
|
-
festivity_festival_name: Three Rivers Arts Festival
|
28
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
29
|
-
position: 3
|
30
|
-
|
31
|
-
Gallery Crawl:
|
32
|
-
id: 4
|
33
|
-
name: Gallery Crawl
|
34
|
-
subtitle: main
|
35
|
-
domain: .*crawl.trustarts.[.\/]*
|
36
|
-
base_domain: crawl.trustarts.org
|
37
|
-
festivity_festival_name: Gallery Crawl
|
38
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
39
|
-
position: 4
|
40
|
-
|
41
|
-
First Night Pittsburgh:
|
42
|
-
id: 5
|
43
|
-
name: First Night Pittsburgh
|
44
|
-
subtitle: main
|
45
|
-
domain: .*firstnightpgh.[.\/]*
|
46
|
-
base_domain: firstnightpgh
|
47
|
-
festivity_festival_name: First Night Pittsburgh
|
48
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
49
|
-
position: 5
|
50
|
-
|
51
|
-
Buzzword:
|
52
|
-
id: 5
|
53
|
-
name: Buzzwordpgh
|
54
|
-
subtitle: main
|
55
|
-
domain: .*buzzwordpgh.trustarts.[.\/]*
|
56
|
-
base_domain: buzzwordpgh.trustarts.org
|
57
|
-
festivity_festival_name: Buzzwordpgh
|
58
|
-
festivity_google_api_key: 004905679161489350096:p0nv7wwdf1m
|
59
|
-
position: 6
|
60
|
-
|
61
|
-
default_site:
|
62
|
-
id: 12
|
63
|
-
name: default_site
|
64
|
-
subtitle:
|
65
|
-
domain:
|
66
|
-
base_domain: localhost
|
67
|
-
position: 14
|