spree 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of spree might be problematic. Click here for more details.
- data/CHANGELOG +4 -0
- data/Rakefile +7 -1
- data/config/database.yml +36 -9
- data/config/environment.rb +1 -1
- data/db/schema.rb +93 -50
- data/lib/spree.rb +1 -1
- data/public/images/openid-inputicon.gif +0 -0
- data/public/javascripts/calendar_date_select/format_db.js +27 -0
- data/public/javascripts/calendar_date_select/format_euro_24hr_ymd.js +7 -0
- data/public/javascripts/calendar_date_select/format_iso_date.js +46 -0
- data/public/javascripts/calendar_date_select/locale/de.js +11 -0
- data/public/javascripts/calendar_date_select/locale/fi.js +10 -0
- data/public/javascripts/calendar_date_select/locale/fr.js +10 -0
- data/public/javascripts/calendar_date_select/locale/pl.js +10 -0
- data/public/javascripts/calendar_date_select/locale/pt.js +11 -0
- data/public/javascripts/calendar_date_select/locale/ru.js +10 -0
- data/public/stylesheets/compiled/screen.css +42 -16
- metadata +38 -17
- data/public/assets/layouts/6/original/Picture_1.png +0 -0
- data/public/images/flags/dk.png +0 -0
- data/public/stylesheets/compiled/buttons.css +0 -70
- data/public/stylesheets/compiled/cart.css +0 -69
- data/public/stylesheets/compiled/checkout.css +0 -79
- data/public/stylesheets/compiled/colors.css +0 -0
- data/public/stylesheets/compiled/compare_products.css +0 -14
- data/public/stylesheets/compiled/layout.css +0 -79
- data/public/stylesheets/compiled/messages.css +0 -69
- data/public/stylesheets/compiled/mixins.css +0 -0
- data/public/stylesheets/compiled/navigation.css +0 -69
- data/public/stylesheets/compiled/prices.css +0 -81
- data/public/stylesheets/compiled/product_detail.css +0 -78
- data/public/stylesheets/compiled/product_thumbnail.css +0 -69
- data/public/stylesheets/compiled/registration.css +0 -69
@@ -0,0 +1,11 @@
|
|
1
|
+
Date.weekdays = $w('Mo Di Mi Do Fr Sa So');
|
2
|
+
Date.months = $w('Januar Februar März April Mai Juni Juli August September Oktober November Dezember');
|
3
|
+
|
4
|
+
Date.first_day_of_week = 1;
|
5
|
+
|
6
|
+
_translations = {
|
7
|
+
"OK": "OK",
|
8
|
+
"Now": "Jetzt",
|
9
|
+
"Today": "Heute",
|
10
|
+
"Clear": "Löschen"
|
11
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
Date.weekdays = $w("Ma Ti Ke To Pe La Su");
|
2
|
+
Date.months = $w("Tammikuu Helmikuu Maaliskuu Huhtikuu Toukokuu Kes�kuu Hein�kuu Elokuu Syyskuu Lokakuu Marraskuu Joulukuu" );
|
3
|
+
|
4
|
+
Date.first_day_of_week = 1
|
5
|
+
|
6
|
+
_translations = {
|
7
|
+
"OK": "OK",
|
8
|
+
"Now": "Nyt",
|
9
|
+
"Today": "T�n��n"
|
10
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
Date.weekdays = $w('L Ma Me J V S D');
|
2
|
+
Date.months = $w('Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre');
|
3
|
+
|
4
|
+
Date.first_day_of_week = 1;
|
5
|
+
|
6
|
+
_translations = {
|
7
|
+
"OK": "OK",
|
8
|
+
"Now": "Maintenant",
|
9
|
+
"Today": "Aujourd'hui"
|
10
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
Date.weekdays = $w('P W Ś C P S N');
|
2
|
+
Date.months = $w('Styczeń Luty Marzec Kwiecień Maj Czerwiec Lipiec Sierpień Wrzesień Październik Listopad Grudzień');
|
3
|
+
|
4
|
+
Date.first_day_of_week = 1
|
5
|
+
|
6
|
+
_translations = {
|
7
|
+
"OK": "OK",
|
8
|
+
"Now": "Teraz",
|
9
|
+
"Today": "Dziś"
|
10
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
Date.weekdays = $w('D S T Q Q S S');
|
2
|
+
Date.months = $w('Janeiro Fevereiro Março Abril Maio Junho Julho Agosto Setembro Outubro Novembro Dezembro');
|
3
|
+
|
4
|
+
Date.first_day_of_week = 0
|
5
|
+
|
6
|
+
_translations = {
|
7
|
+
"OK": "OK",
|
8
|
+
"Now": "Agora",
|
9
|
+
"Today": "Hoje",
|
10
|
+
"Clear": "Limpar"
|
11
|
+
}
|
@@ -682,7 +682,7 @@ input.span-24, textarea.span-24, select.span-24 {
|
|
682
682
|
margin-bottom: 1.5em; }
|
683
683
|
|
684
684
|
.showgrid {
|
685
|
-
background: url(/
|
685
|
+
background: url('/grid.png'); }
|
686
686
|
|
687
687
|
.error {
|
688
688
|
padding: .8em;
|
@@ -816,7 +816,7 @@ hr.space {
|
|
816
816
|
|
817
817
|
body {
|
818
818
|
margin-top: 10px;
|
819
|
-
background: #fff url(
|
819
|
+
background: #fff url(../../images/body-back.png) top left repeat-x; }
|
820
820
|
body div.left {
|
821
821
|
float: left;
|
822
822
|
width: 49%; }
|
@@ -828,11 +828,11 @@ body {
|
|
828
828
|
outline: none; }
|
829
829
|
|
830
830
|
#wrapper {
|
831
|
-
background: transparent url(
|
831
|
+
background: transparent url(../../images/wrapper-back.png) top center no-repeat;
|
832
832
|
padding: 25px 20px 20px;
|
833
833
|
position: relative; }
|
834
834
|
body.two-col #wrapper {
|
835
|
-
background-image: url(
|
835
|
+
background-image: url(../../images/wrapper-back-2.png); }
|
836
836
|
|
837
837
|
#sidebar {
|
838
838
|
display: inline;
|
@@ -915,12 +915,12 @@ p img {
|
|
915
915
|
white-space: nowrap;
|
916
916
|
overflow: hidden; }
|
917
917
|
.navigation-list li a:hover {
|
918
|
-
background: url(
|
918
|
+
background: url(../../images/menu-hover.png) right center no-repeat; }
|
919
919
|
.navigation-list li.current {
|
920
920
|
width: 200px; }
|
921
921
|
.navigation-list li.current a {
|
922
922
|
width: 180px;
|
923
|
-
background: url(
|
923
|
+
background: url(../../images/menu-current.png) right center no-repeat;
|
924
924
|
white-space: nowrap;
|
925
925
|
overflow: hidden; }
|
926
926
|
.navigation-list li.current a.root {
|
@@ -984,9 +984,9 @@ ul#nav-bar {
|
|
984
984
|
ul#nav-bar li.cart-indicator a {
|
985
985
|
display: block;
|
986
986
|
padding-right: 40px;
|
987
|
-
background: transparent url(
|
987
|
+
background: transparent url(../../images/cart-empty_x32.png) center right no-repeat; }
|
988
988
|
ul#nav-bar li.cart-indicator a.full {
|
989
|
-
background-image: url(
|
989
|
+
background-image: url(../../images/cart-full_x32.png); }
|
990
990
|
|
991
991
|
.pagination {
|
992
992
|
padding-top: 10px;
|
@@ -1042,6 +1042,14 @@ ul#nav-bar {
|
|
1042
1042
|
#signup #new-customer p input.title, #login #existing-customer p input.title {
|
1043
1043
|
padding: 3px;
|
1044
1044
|
margin: 0px; }
|
1045
|
+
#signup #new-customer input[type=checkbox], #login #existing-customer input[type=checkbox] {
|
1046
|
+
top: 0.0em; }
|
1047
|
+
|
1048
|
+
input.openid_url {
|
1049
|
+
background: #FFFFFF url(../../images/openid-inputicon.gif) no-repeat scroll 0pt 50%;
|
1050
|
+
padding-left: 18px;
|
1051
|
+
border: 1px solid #BBBBBB;
|
1052
|
+
font-size: 1.5em; }
|
1045
1053
|
|
1046
1054
|
.flash {
|
1047
1055
|
-moz-border-radius: 5px;
|
@@ -1051,11 +1059,11 @@ ul#nav-bar {
|
|
1051
1059
|
margin-bottom: 1em;
|
1052
1060
|
padding: 0.8em; }
|
1053
1061
|
.flash.notice {
|
1054
|
-
background: #ccddff url(
|
1062
|
+
background: #ccddff url(../../images/shadow_top.png) 0px -50px repeat-x;
|
1055
1063
|
color: #556699;
|
1056
1064
|
border: 1px solid #99aacc; }
|
1057
1065
|
.flash.errors {
|
1058
|
-
background: #f4b4b4 url(
|
1066
|
+
background: #f4b4b4 url(../../images/shadow_top.png) 0px -50px repeat-x;
|
1059
1067
|
color: black;
|
1060
1068
|
border: 1px solid black; }
|
1061
1069
|
|
@@ -1065,7 +1073,7 @@ ul#nav-bar {
|
|
1065
1073
|
padding: 0.8em;
|
1066
1074
|
-moz-border-radius: 5px;
|
1067
1075
|
-webkit-border-radius: 5px;
|
1068
|
-
background: #f4b4b4 url(
|
1076
|
+
background: #f4b4b4 url(../../images/shadow_top.png) 0px -50px repeat-x;
|
1069
1077
|
color: black;
|
1070
1078
|
border: 1px solid black; }
|
1071
1079
|
.formError p, .errorExplanation p {
|
@@ -1084,7 +1092,7 @@ button,
|
|
1084
1092
|
a.button, input.button {
|
1085
1093
|
-moz-border-radius: 0.3em;
|
1086
1094
|
-webkit-border-radius: 0.3em;
|
1087
|
-
background: #efefef url(
|
1095
|
+
background: #efefef url(../../images/buttons/bg-button.png) center left repeat-x !important;
|
1088
1096
|
border-style: solid;
|
1089
1097
|
border-width: 1px !important;
|
1090
1098
|
border-color: #ddd #999 #999 #ddd !important;
|
@@ -1113,7 +1121,7 @@ a.button, input.button {
|
|
1113
1121
|
color: #000; }
|
1114
1122
|
button:hover,
|
1115
1123
|
a.button:hover, input.button:hover {
|
1116
|
-
background-image: url(
|
1124
|
+
background-image: url(../../images/buttons/bg-button-hover.png) !important; }
|
1117
1125
|
button.large,
|
1118
1126
|
a.button.large, input.button.large {
|
1119
1127
|
-moz-border-radius: 5px;
|
@@ -1175,7 +1183,7 @@ p a.button img, p button img {
|
|
1175
1183
|
padding: 5px;
|
1176
1184
|
width: 150px;
|
1177
1185
|
min-height: 60px;
|
1178
|
-
background: #FFF url(
|
1186
|
+
background: #FFF url(../../images/shadow_top.png) 0px -35px repeat-x;
|
1179
1187
|
border-top: 1px solid white; }
|
1180
1188
|
.product-listing li a.info span {
|
1181
1189
|
display: block; }
|
@@ -1184,7 +1192,7 @@ p a.button img, p button img {
|
|
1184
1192
|
.product-listing li:hover {
|
1185
1193
|
border-color: #1B1B1B; }
|
1186
1194
|
.product-listing li:hover a.info {
|
1187
|
-
background: #1B1B1B url(
|
1195
|
+
background: #1B1B1B url(../../images/bottom_shine.png) bottom left repeat-x;
|
1188
1196
|
color: #fff; }
|
1189
1197
|
|
1190
1198
|
ul.thumbnails {
|
@@ -1262,6 +1270,18 @@ ul.thumbnails {
|
|
1262
1270
|
* html #cart-form {
|
1263
1271
|
overflow-x: hidden; }
|
1264
1272
|
|
1273
|
+
#taxon-crumbs {
|
1274
|
+
display: inline;
|
1275
|
+
float: left;
|
1276
|
+
margin-right: 10px;
|
1277
|
+
width: 950px;
|
1278
|
+
display: block;
|
1279
|
+
float: right;
|
1280
|
+
margin-top: 20px;
|
1281
|
+
width: 300px; }
|
1282
|
+
* html #taxon-crumbs {
|
1283
|
+
overflow-x: hidden; }
|
1284
|
+
|
1265
1285
|
div#subtotal {
|
1266
1286
|
float: right;
|
1267
1287
|
width: 49%;
|
@@ -1352,6 +1372,8 @@ div#checkout {
|
|
1352
1372
|
div#checkout #registration div#registration_input {
|
1353
1373
|
float: left;
|
1354
1374
|
margin-left: 100px; }
|
1375
|
+
div#checkout #registration div#registration_input p {
|
1376
|
+
width: 365px; }
|
1355
1377
|
div#checkout #registration div#guest_user, div#checkout #registration div#existing_user, div#checkout #registration div#already_logged_in {
|
1356
1378
|
display: none; }
|
1357
1379
|
div#checkout #billing {
|
@@ -1386,7 +1408,7 @@ div#checkout {
|
|
1386
1408
|
div#checkout #shipping span#checkout_same_address:hover {
|
1387
1409
|
cursor: pointer; }
|
1388
1410
|
div#checkout #shipping span#checkout_same_address.is_checked {
|
1389
|
-
background: transparent url(
|
1411
|
+
background: transparent url(../../images/checkmark.png) top right no-repeat; }
|
1390
1412
|
div#checkout #shipping.completed h2, div#checkout #shipping.disabled h2 {
|
1391
1413
|
padding-left: 32px; }
|
1392
1414
|
div#checkout #shipping_method {
|
@@ -1480,3 +1502,7 @@ div#checkout-summary {
|
|
1480
1502
|
margin-top: 10px; }
|
1481
1503
|
div#checkout-summary th, div#checkout-summary td, div#checkout-summary caption {
|
1482
1504
|
padding: 0px; }
|
1505
|
+
|
1506
|
+
input.text, input.title, input[type="text"] {
|
1507
|
+
padding: 1px 0px;
|
1508
|
+
margin: 0; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Schofield
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-09 00:00:00 -05:00
|
13
13
|
default_executable: spree
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -958,7 +958,6 @@ files:
|
|
958
958
|
- public/.htaccess.example
|
959
959
|
- public/404.html
|
960
960
|
- public/500.html
|
961
|
-
- public/assets/layouts/6/original/Picture_1.png
|
962
961
|
- public/dispatch.cgi
|
963
962
|
- public/dispatch.fcgi
|
964
963
|
- public/dispatch.rb
|
@@ -1142,7 +1141,6 @@ files:
|
|
1142
1141
|
- public/images/flags/de.png
|
1143
1142
|
- public/images/flags/de_CH.png
|
1144
1143
|
- public/images/flags/dj.png
|
1145
|
-
- public/images/flags/dk.png
|
1146
1144
|
- public/images/flags/dm.png
|
1147
1145
|
- public/images/flags/do.png
|
1148
1146
|
- public/images/flags/dz.png
|
@@ -1343,6 +1341,7 @@ files:
|
|
1343
1341
|
- public/images/noimage/mini.jpg
|
1344
1342
|
- public/images/noimage/product.jpg
|
1345
1343
|
- public/images/noimage/small.jpg
|
1344
|
+
- public/images/openid-inputicon.gif
|
1346
1345
|
- public/images/orange/left_03.png
|
1347
1346
|
- public/images/orange/right_03.png
|
1348
1347
|
- public/images/progress.gif
|
@@ -1392,10 +1391,19 @@ files:
|
|
1392
1391
|
- public/javascripts/calculator.js
|
1393
1392
|
- public/javascripts/calendar_date_select/calendar_date_select.js
|
1394
1393
|
- public/javascripts/calendar_date_select/format_american.js
|
1394
|
+
- public/javascripts/calendar_date_select/format_db.js
|
1395
1395
|
- public/javascripts/calendar_date_select/format_euro_24hr.js
|
1396
|
+
- public/javascripts/calendar_date_select/format_euro_24hr_ymd.js
|
1396
1397
|
- public/javascripts/calendar_date_select/format_finnish.js
|
1397
1398
|
- public/javascripts/calendar_date_select/format_hyphen_ampm.js
|
1399
|
+
- public/javascripts/calendar_date_select/format_iso_date.js
|
1398
1400
|
- public/javascripts/calendar_date_select/format_italian.js
|
1401
|
+
- public/javascripts/calendar_date_select/locale/de.js
|
1402
|
+
- public/javascripts/calendar_date_select/locale/fi.js
|
1403
|
+
- public/javascripts/calendar_date_select/locale/fr.js
|
1404
|
+
- public/javascripts/calendar_date_select/locale/pl.js
|
1405
|
+
- public/javascripts/calendar_date_select/locale/pt.js
|
1406
|
+
- public/javascripts/calendar_date_select/locale/ru.js
|
1399
1407
|
- public/javascripts/checkout.js
|
1400
1408
|
- public/javascripts/controls.js
|
1401
1409
|
- public/javascripts/dragdrop.js
|
@@ -1466,21 +1474,8 @@ files:
|
|
1466
1474
|
- public/stylesheets/calendar_date_select/plain.css
|
1467
1475
|
- public/stylesheets/calendar_date_select/red.css
|
1468
1476
|
- public/stylesheets/calendar_date_select/silver.css
|
1469
|
-
- public/stylesheets/compiled/buttons.css
|
1470
|
-
- public/stylesheets/compiled/cart.css
|
1471
|
-
- public/stylesheets/compiled/checkout.css
|
1472
|
-
- public/stylesheets/compiled/colors.css
|
1473
|
-
- public/stylesheets/compiled/compare_products.css
|
1474
1477
|
- public/stylesheets/compiled/ie.css
|
1475
|
-
- public/stylesheets/compiled/layout.css
|
1476
|
-
- public/stylesheets/compiled/messages.css
|
1477
|
-
- public/stylesheets/compiled/mixins.css
|
1478
|
-
- public/stylesheets/compiled/navigation.css
|
1479
|
-
- public/stylesheets/compiled/prices.css
|
1480
1478
|
- public/stylesheets/compiled/print.css
|
1481
|
-
- public/stylesheets/compiled/product_detail.css
|
1482
|
-
- public/stylesheets/compiled/product_thumbnail.css
|
1483
|
-
- public/stylesheets/compiled/registration.css
|
1484
1479
|
- public/stylesheets/compiled/screen.css
|
1485
1480
|
- public/stylesheets/sass/_buttons.sass
|
1486
1481
|
- public/stylesheets/sass/_cart.sass
|
@@ -2189,6 +2184,32 @@ licenses: []
|
|
2189
2184
|
post_install_message:
|
2190
2185
|
rdoc_options:
|
2191
2186
|
- --charset=UTF-8
|
2187
|
+
- --exclude
|
2188
|
+
- app
|
2189
|
+
- --exclude
|
2190
|
+
- bin
|
2191
|
+
- --exclude
|
2192
|
+
- config
|
2193
|
+
- --exclude
|
2194
|
+
- db
|
2195
|
+
- --exclude
|
2196
|
+
- lib
|
2197
|
+
- --exclude
|
2198
|
+
- log
|
2199
|
+
- --exclude
|
2200
|
+
- pkg
|
2201
|
+
- --exclude
|
2202
|
+
- public
|
2203
|
+
- --exclude
|
2204
|
+
- script
|
2205
|
+
- --exclude
|
2206
|
+
- spec
|
2207
|
+
- --exclude
|
2208
|
+
- test
|
2209
|
+
- --exclude
|
2210
|
+
- tmp
|
2211
|
+
- --exclude
|
2212
|
+
- vendor
|
2192
2213
|
require_paths:
|
2193
2214
|
- lib
|
2194
2215
|
required_ruby_version: !ruby/object:Gem::Requirement
|
Binary file
|
data/public/images/flags/dk.png
DELETED
Binary file
|
@@ -1,70 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Sass::SyntaxError: Undefined mixin 'round_corners'.
|
3
|
-
on line 3 of /Users/schof/open_source/spree/public/stylesheets/sass/buttons.sass
|
4
|
-
|
5
|
-
1: button,
|
6
|
-
2: a.button,input.button
|
7
|
-
3: +round_corners(0.3em)
|
8
|
-
4: :background #efefef url(/images/buttons/bg-button.png) center left repeat-x !important
|
9
|
-
5: :border-style solid
|
10
|
-
6: :border-width 1px !important
|
11
|
-
7: :border-color #ddd #999 #999 #ddd !important
|
12
|
-
8: :-moz-outline-radius .3em
|
13
|
-
9: :color #111
|
14
|
-
|
15
|
-
|
16
|
-
Backtrace:
|
17
|
-
/Users/schof/open_source/spree/public/stylesheets/sass/buttons.sass:3
|
18
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
|
19
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
20
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
21
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
|
22
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
23
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
|
24
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
|
25
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
|
26
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
27
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
28
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
|
29
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
30
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
|
31
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
|
32
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
33
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
|
34
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
|
35
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
|
36
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
|
37
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
|
38
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
|
39
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
|
40
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
|
41
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
|
42
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
|
43
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
|
44
|
-
./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
|
45
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
|
46
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
|
47
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
|
48
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
|
49
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
|
50
|
-
/Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
|
51
|
-
/Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
|
52
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
|
53
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
|
54
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
|
55
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
|
56
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
|
57
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
|
58
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
|
59
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
|
60
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
|
61
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
|
62
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
|
63
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
|
64
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
|
65
|
-
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
|
66
|
-
*/
|
67
|
-
body:before {
|
68
|
-
white-space: pre;
|
69
|
-
font-family: monospace;
|
70
|
-
content: "Sass::SyntaxError: Undefined mixin 'round_corners'.\A on line 3 of /Users/schof/open_source/spree/public/stylesheets/sass/buttons.sass\A \A 1: button,\A 2: a.button,input.button\A 3: +round_corners(0.3em)\A 4: :background #efefef url(/images/buttons/bg-button.png) center left repeat-x !important\A 5: :border-style solid\A 6: :border-width 1px !important\A 7: :border-color #ddd #999 #999 #ddd !important\A 8: :-moz-outline-radius .3em\A 9: :color #111\A "; }
|
@@ -1,69 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Sass::SyntaxError: Undefined mixin 'rightie'.
|
3
|
-
on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/cart.sass
|
4
|
-
|
5
|
-
1: div#subtotal
|
6
|
-
2: +rightie
|
7
|
-
3: :width auto
|
8
|
-
4: :text-align left
|
9
|
-
5:
|
10
|
-
6: table
|
11
|
-
7: :border-collapse collapse
|
12
|
-
8: th
|
13
|
-
|
14
|
-
|
15
|
-
Backtrace:
|
16
|
-
/Users/schof/open_source/spree/public/stylesheets/sass/cart.sass:2
|
17
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/mixin_node.rb:14:in `_perform'
|
18
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
19
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
20
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
|
21
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
22
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
|
23
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/rule_node.rb:132:in `perform!'
|
24
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
|
25
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
26
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
27
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `map'
|
28
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:64:in `perform_children'
|
29
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:60:in `perform!'
|
30
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:55:in `_perform'
|
31
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/tree/node.rb:45:in `perform'
|
32
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/engine.rb:104:in `render'
|
33
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:75:in `update_stylesheet'
|
34
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:60:in `update_stylesheets'
|
35
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `each'
|
36
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:55:in `update_stylesheets'
|
37
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `each'
|
38
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin.rb:53:in `update_stylesheets'
|
39
|
-
/Library/Ruby/Gems/1.8/gems/haml-edge-2.1.3/lib/sass/plugin/rails.rb:16:in `process'
|
40
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:559:in `process_with_test'
|
41
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:439:in `process'
|
42
|
-
/Users/schof/open_source/spree/vendor/rails/actionpack/lib/action_controller/test_process.rb:395:in `post'
|
43
|
-
./test/functional/orders_controller_test.rb:9:in `__bind_1243531630_922835'
|
44
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `call'
|
45
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:271:in `run_current_setup_blocks'
|
46
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `each'
|
47
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:270:in `run_current_setup_blocks'
|
48
|
-
/Library/Ruby/Gems/1.8/gems/thoughtbot-shoulda-2.10.1/lib/shoulda/context.rb:252:in `test: on POST to :checkout should change "Creditcard.count" from 0 to 1. '
|
49
|
-
/Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `__send__'
|
50
|
-
/Users/schof/open_source/spree/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run'
|
51
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
|
52
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
|
53
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
|
54
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
|
55
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
|
56
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
|
57
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
|
58
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
|
59
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
|
60
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
|
61
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
|
62
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
|
63
|
-
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/test/unit.rb:278
|
64
|
-
/Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb:5
|
65
|
-
*/
|
66
|
-
body:before {
|
67
|
-
white-space: pre;
|
68
|
-
font-family: monospace;
|
69
|
-
content: "Sass::SyntaxError: Undefined mixin 'rightie'.\A on line 2 of /Users/schof/open_source/spree/public/stylesheets/sass/cart.sass\A \A 1: div#subtotal\A 2: +rightie\A 3: :width auto\A 4: :text-align left\A 5: \A 6: table\A 7: :border-collapse collapse\A 8: th\A "; }
|