card 1.15.pre2 → 1.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/card.gemspec +2 -1
- data/db/bootstrap/card_actions.yml +476 -518
- data/db/bootstrap/card_acts.yml +1 -1
- data/db/bootstrap/card_changes.yml +1937 -2172
- data/db/bootstrap/card_references.yml +2771 -2862
- data/db/bootstrap/cards.yml +1665 -1887
- data/db/migrate_core_cards/data/bootstrap_layout.json +1 -1
- data/lib/card/reference.rb +1 -1
- data/mod/01_core/set/all/collection.rb +1 -2
- data/mod/01_history/set/all/history.rb +76 -67
- data/mod/02_basic_types/set/all/all_css.rb +1 -1
- data/mod/03_machines/lib/javascript/{ace.js → script_ace.js} +0 -0
- data/mod/03_machines/lib/javascript/{wagn_menu.js → script_card_menu.js} +0 -0
- data/mod/03_machines/lib/javascript/{html5shiv-printshiv.js → script_html5shiv_printshiv.js} +0 -0
- data/mod/03_machines/lib/javascript/{jquery.js → script_jquery.js} +0 -0
- data/mod/03_machines/lib/javascript/{tinymce.js → script_tinymce.js} +0 -0
- data/mod/03_machines/lib/javascript/wagn.js.coffee +1 -4
- data/mod/03_machines/lib/stylesheets/style_cards.scss +2 -4
- data/mod/03_machines/lib/stylesheets/{jquery-ui-smoothness.css → style_jquery_ui_smoothness.css} +0 -0
- data/mod/03_machines/set/self/script_ace.rb +7 -3
- data/mod/03_machines/set/self/script_card_menu.rb +2 -7
- data/mod/03_machines/set/self/script_html5shiv_printshiv.rb +2 -7
- data/mod/03_machines/set/self/script_jquery.rb +2 -8
- data/mod/03_machines/set/self/script_jquery_helper.rb +1 -3
- data/mod/03_machines/set/self/script_slot.rb +1 -3
- data/mod/03_machines/set/self/script_tinymce.rb +2 -8
- data/mod/03_machines/set/self/style_bootstrap_compatible.rb +1 -5
- data/mod/03_machines/set/self/style_cards.rb +1 -3
- data/mod/03_machines/set/self/style_jquery_ui_smoothness.rb +2 -7
- data/mod/03_machines/set/type/css.rb +10 -6
- data/mod/03_machines/set/type/scss.rb +1 -2
- data/mod/04_settings/set/type/setting.rb +1 -1
- data/mod/05_email/set/self/follow_defaults.rb +1 -1
- data/mod/05_standard/file/favicon/icon-image.png +0 -0
- data/mod/05_standard/file/favicon/large-image.png +0 -0
- data/mod/05_standard/file/favicon/medium-image.png +0 -0
- data/mod/05_standard/file/favicon/original-image.png +0 -0
- data/mod/05_standard/file/favicon/small-image.png +0 -0
- data/mod/05_standard/set/all/attach.rb +1 -1
- data/mod/05_standard/set/all/rich_html/content.rb +1 -1
- data/mod/05_standard/set/all/rich_html/editing.rb +4 -4
- data/mod/05_standard/set/rstar/rules.rb +2 -2
- data/mod/05_standard/set/self/head.rb +3 -4
- data/mod/05_standard/set/self/signin.rb +2 -2
- data/mod/05_standard/set/type/signup.rb +2 -2
- data/mod/05_standard/set/type/user.rb +1 -1
- data/mod/06_bootstrap/lib/stylesheets/bootstrap_cards.scss +16 -1
- data/mod/06_bootstrap/lib/stylesheets/bootstrap_css.css +1 -1
- data/mod/06_bootstrap/lib/stylesheets/bootswatch_mixins.scss +282 -0
- data/mod/06_bootstrap/lib/stylesheets/theme_cerulean.css +3227 -2399
- data/mod/06_bootstrap/lib/stylesheets/theme_cosmo.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_cyborg.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_darkly.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_flatly.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_journal.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_lumen.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_paper.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_readable.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_sandstone.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_simplex.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_slate.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_spacelab.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_superhero.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_united.css +2 -2
- data/mod/06_bootstrap/lib/stylesheets/theme_yeti.css +2 -2
- data/mod/06_bootstrap/set/all/bootstrap/form.rb +6 -7
- data/mod/06_bootstrap/set/all/rich_bootstrap.rb +2 -2
- data/mod/06_bootstrap/set/self/bootstrap_js.rb +1 -3
- data/mod/06_bootstrap/set/self/bootswatch_mixins.rb +9 -0
- data/mod/06_bootstrap/set/self/theme_cerulean.rb +9 -2
- data/mod/06_bootstrap/set/self/theme_cosmo.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_cyborg.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_darkly.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_flatly.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_journal.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_lumen.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_paper.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_readable.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_sandstone.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_simplex.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_slate.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_spacelab.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_superhero.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_united.rb +2 -2
- data/mod/06_bootstrap/set/self/theme_yeti.rb +2 -2
- data/spec/lib/card/log_spec.rb +1 -1
- data/spec/lib/card/query_spec.rb +3 -3
- data/test/fixtures/card_actions.yml +1124 -1166
- data/test/fixtures/card_acts.yml +101 -101
- data/test/fixtures/card_changes.yml +5093 -5405
- data/test/fixtures/card_references.yml +3224 -3315
- data/test/fixtures/cards.yml +2287 -2586
- metadata +18 -17
- data/mod/05_standard/file/favicon/icon-image.ico +0 -0
- data/mod/05_standard/file/favicon/large-image.ico +0 -0
- data/mod/05_standard/file/favicon/medium-image.ico +0 -0
- data/mod/05_standard/file/favicon/original-image.ico +0 -0
- data/mod/05_standard/file/favicon/small-image.ico +0 -0
- data/mod/06_bootstrap/lib/stylesheets/theme_amelia.css +0 -5871
- data/mod/06_bootstrap/lib/stylesheets/theme_holo.css +0 -183
@@ -1,183 +0,0 @@
|
|
1
|
-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
2
|
-
|
3
|
-
html,body {
|
4
|
-
height: 100%;
|
5
|
-
font-family: 'Droid Sans Mono', sans-serif;
|
6
|
-
}
|
7
|
-
|
8
|
-
p,h1,h2,h3,h4 {
|
9
|
-
font-family: 'Droid Sans Mono', sans-serif;
|
10
|
-
}
|
11
|
-
|
12
|
-
hr {
|
13
|
-
border-color:#191919;
|
14
|
-
}
|
15
|
-
|
16
|
-
/* wrapper for page content to push down footer */
|
17
|
-
.page-container {
|
18
|
-
min-height: 100%;
|
19
|
-
height: auto !important;
|
20
|
-
height: 100%;
|
21
|
-
/* negative indent footer by its height */
|
22
|
-
margin: 0 auto -120px;
|
23
|
-
/* pad bottom by footer height */
|
24
|
-
padding: 0 0 70px;
|
25
|
-
}
|
26
|
-
|
27
|
-
/* set the fixed height of the footer here */
|
28
|
-
#footer {
|
29
|
-
height: 120px;
|
30
|
-
background-color: #222222;
|
31
|
-
border:0 solid #080808;
|
32
|
-
border-top-width: 1px;
|
33
|
-
margin-top:50px;
|
34
|
-
}
|
35
|
-
|
36
|
-
#footer > .container {
|
37
|
-
padding: 20px;
|
38
|
-
}
|
39
|
-
|
40
|
-
body {
|
41
|
-
padding-top: 51px;
|
42
|
-
background: #1E1E1E;
|
43
|
-
color: #f9f9f9;
|
44
|
-
}
|
45
|
-
a {
|
46
|
-
color:#bcbcbc;
|
47
|
-
}
|
48
|
-
.text-center {
|
49
|
-
padding-top: 20px;
|
50
|
-
}
|
51
|
-
|
52
|
-
#sidebar {
|
53
|
-
height: 100%;
|
54
|
-
padding-right: 0;
|
55
|
-
padding-top: 20px;
|
56
|
-
}
|
57
|
-
|
58
|
-
#sidebar .affix {
|
59
|
-
position:fixed;
|
60
|
-
top:55;
|
61
|
-
width:220px;
|
62
|
-
}
|
63
|
-
|
64
|
-
#sidebar .affix-bottom {
|
65
|
-
position:fixed;
|
66
|
-
top:55;
|
67
|
-
width:220px;
|
68
|
-
}
|
69
|
-
|
70
|
-
#sidebar .nav {
|
71
|
-
width: 95%;
|
72
|
-
}
|
73
|
-
#sidebar li {
|
74
|
-
border:0 #1e1e1e solid;
|
75
|
-
border-bottom-width:1px;
|
76
|
-
}
|
77
|
-
#sidebar li a {
|
78
|
-
padding-left:1px;
|
79
|
-
}
|
80
|
-
#sidebar li a:hover {
|
81
|
-
background-color:#222222;
|
82
|
-
color:#ffffff;
|
83
|
-
}
|
84
|
-
|
85
|
-
/* collapsed sidebar styles */
|
86
|
-
@media screen and (max-width: 767px) {
|
87
|
-
.row-offcanvas {
|
88
|
-
position: relative;
|
89
|
-
-webkit-transition: all 0.25s ease-out;
|
90
|
-
-moz-transition: all 0.25s ease-out;
|
91
|
-
transition: all 0.25s ease-out;
|
92
|
-
}
|
93
|
-
.row-offcanvas-right
|
94
|
-
.sidebar-offcanvas {
|
95
|
-
right: -41.6%;
|
96
|
-
}
|
97
|
-
|
98
|
-
.row-offcanvas-left
|
99
|
-
.sidebar-offcanvas {
|
100
|
-
left: -41.6%;
|
101
|
-
}
|
102
|
-
.row-offcanvas-right.active {
|
103
|
-
right: 41.6%;
|
104
|
-
}
|
105
|
-
.row-offcanvas-left.active {
|
106
|
-
left: 41.6%;
|
107
|
-
}
|
108
|
-
.sidebar-offcanvas {
|
109
|
-
position: absolute;
|
110
|
-
top: 0;
|
111
|
-
width: 41.6%;
|
112
|
-
}
|
113
|
-
#sidebar {
|
114
|
-
background-color:#3b3b3b;
|
115
|
-
padding-top:0;
|
116
|
-
}
|
117
|
-
#sidebar .nav>li {
|
118
|
-
color: #ddd;
|
119
|
-
background: linear-gradient(#3E3E3E, #383838);
|
120
|
-
border-top: 1px solid #484848;
|
121
|
-
border-bottom: 1px solid #2E2E2E;
|
122
|
-
padding-left:10px;
|
123
|
-
}
|
124
|
-
#sidebar .nav>li:first-child {
|
125
|
-
border-top:0;
|
126
|
-
}
|
127
|
-
#sidebar .nav>li>a {
|
128
|
-
color: #ddd;
|
129
|
-
}
|
130
|
-
#sidebar .nav>li>a>img {
|
131
|
-
max-width: 14px;
|
132
|
-
}
|
133
|
-
#sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
|
134
|
-
text-decoration: none;
|
135
|
-
background: linear-gradient(#373737, #323232);
|
136
|
-
color: #fff;
|
137
|
-
}
|
138
|
-
#sidebar .nav .caret {
|
139
|
-
border-top-color: #fff;
|
140
|
-
border-bottom-color: #fff;
|
141
|
-
}
|
142
|
-
#sidebar .nav a:hover .caret{
|
143
|
-
border-top-color: #fff;
|
144
|
-
border-bottom-color: #fff;
|
145
|
-
}
|
146
|
-
}
|
147
|
-
|
148
|
-
/* theme */
|
149
|
-
.btn,.form-control,.alert,.progress,.panel,.list-group,.well,.list-group-item:first-child {border-radius:1px;box-shadow:0 0 0;}
|
150
|
-
.btn {border-color:transparent;}
|
151
|
-
.btn-default,.well {
|
152
|
-
background-color:#cccccc;
|
153
|
-
border-color:#c0c0c0;
|
154
|
-
}
|
155
|
-
.btn-primary,.label-primary,.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus,.btn.active,a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
|
156
|
-
background-color:#0099CC;
|
157
|
-
border-color:transparent;
|
158
|
-
}
|
159
|
-
.btn-info,.label-info,.progress-bar-info {
|
160
|
-
background-color:#33b5e5;
|
161
|
-
}
|
162
|
-
.btn-success,.label-success,.progress-bar-success {
|
163
|
-
background-color:#669900;
|
164
|
-
}
|
165
|
-
.btn-danger,.label-danger,.progress-bar-danger {
|
166
|
-
background-color:#FF4444;
|
167
|
-
}
|
168
|
-
.btn-warning,.label-warning,.progress-bar-warning {
|
169
|
-
background-color:#FFBB33;
|
170
|
-
color:#444444;
|
171
|
-
}
|
172
|
-
.nav-tabs>li>a {
|
173
|
-
border-radius:0;
|
174
|
-
}
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
h3,h4,h5,.panel {
|
179
|
-
color:#555555;
|
180
|
-
}
|
181
|
-
.panel hr {
|
182
|
-
border-color:#efefef;
|
183
|
-
}
|