Projet

Général

Profil

Révision caf16a48

Ajouté par Assos Assos il y a presque 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/bootstrap.info
3 3
core = 7.x
4 4

  
5 5

  
6
;;;;;;;;;;;;;;;;;;;;;
7
;; SimplyTest.me
8
;;;;;;;;;;;;;;;;;;;;;
9

  
10
simplytest_dependencies[] = jquery_update
11

  
12

  
6 13
;;;;;;;;;;;;;;;;;;;;;
7 14
;; Regions
8 15
;;;;;;;;;;;;;;;;;;;;;
......
23 30
;; Theme Settings
24 31
;;;;;;;;;;;;;;;;;;;;;
25 32

  
33
; Container
34
; --------------
35
settings[bootstrap_fluid_container] = 0
36

  
37
; Buttons
38
; --------------
39
settings[bootstrap_button_size] = ''
40
settings[bootstrap_button_colorize] = 1
41
settings[bootstrap_button_iconize] = 1
42

  
43
; Images
44
; --------------
45
settings[bootstrap_image_shape] = ''
46
settings[bootstrap_image_responsive] = 1
47

  
48
; Tables
49
; --------------
50
settings[bootstrap_table_bordered] = 0
51
settings[bootstrap_table_condensed] = 0
52
settings[bootstrap_table_hover] = 1
53
settings[bootstrap_table_striped] = 1
54
settings[bootstrap_table_responsive] = 1
55

  
26 56
; Breadcrumbs
27 57
; --------------
28 58
settings[bootstrap_breadcrumb] = 1
......
34 64
settings[bootstrap_navbar_position] = ''
35 65
settings[bootstrap_navbar_inverse] = 0
36 66

  
67
; Pager
68
; --------------
69
settings[bootstrap_pager_first_and_last] = 1
70

  
37 71
; Region Wells
38 72
; --------------
39 73
settings[bootstrap_region_well-navigation] = ''
......
47 81

  
48 82
; Anchors
49 83
; --------------
50
settings[bootstrap_anchors_fix] = 1
51
settings[bootstrap_anchors_smooth_scrolling] = 1
84
settings[bootstrap_anchors_fix] = 0
85
settings[bootstrap_anchors_smooth_scrolling] = 0
86

  
87
; Forms
88
; --------------
89
settings[bootstrap_forms_required_has_error] = 0
90
settings[bootstrap_forms_has_error_value_toggle] = 1
91
settings[bootstrap_forms_smart_descriptions] = 1
92
settings[bootstrap_forms_smart_descriptions_limit] = 250
93
settings[bootstrap_forms_smart_descriptions_allowed_tags] = 'b, code, em, i, kbd, span, strong'
52 94

  
53 95
; Popovers
54 96
; --------------
......
60 102
settings[bootstrap_popover_trigger]['hover'] = 0
61 103
settings[bootstrap_popover_trigger]['focus'] = 0
62 104
settings[bootstrap_popover_trigger]['click'] = 'click'
105
settings[bootstrap_popover_trigger_autoclose] = 1
63 106
settings[bootstrap_popover_title] = ''
64 107
settings[bootstrap_popover_content] = ''
65 108
settings[bootstrap_popover_delay] = 0
......
68 111
; Tooltips
69 112
; --------------
70 113
settings[bootstrap_tooltip_enabled] = 1
71
settings[bootstrap_tooltip_descriptions] = 1
72 114
settings[bootstrap_tooltip_animation] = 1
73 115
settings[bootstrap_tooltip_html] = 0
74 116
settings[bootstrap_tooltip_placement] = 'auto left'
......
81 123

  
82 124
; Advanced
83 125
; --------------
84
settings[bootstrap_cdn] = 3.0.2
85
settings[bootstrap_bootswatch] = ''
126
settings[bootstrap_cdn_provider] = 'jsdelivr'
127
settings[bootstrap_cdn_custom_css] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.css'
128
settings[bootstrap_cdn_custom_css_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.min.css'
129
settings[bootstrap_cdn_custom_js] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.js'
130
settings[bootstrap_cdn_custom_js_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.min.js'
131
settings[bootstrap_cdn_jsdelivr_version] = '3.3.5'
132
settings[bootstrap_cdn_jsdelivr_theme] = 'bootstrap'
86 133

  
87 134
; Global
88 135
; --------------
89 136
settings[toggle_name] = 1
90 137
settings[toggle_search] = 1
91 138

  
139
; jQuery Update
140
; --------------
141
settings[jquery_update_jquery_version] = 2.1
92 142

  
93 143
;;;;;;;;;;;;;;;;;;;;;
94 144
;; Excludes
......
100 150

  
101 151
; CSS
102 152
; --------------
153
; Necessary module CSS.
154

  
155
;exclude[css][] = 'modules/block/block.css'
156
;exclude[css][] = 'modules/node/node.css'
157
;exclude[css][] = 'modules/system/admin.css'
158
;exclude[css][] = 'modules/system/system.css'
159
;exclude[css][] = 'modules/system/system.admin.css'
160
;exclude[css][] = 'modules/system/system.base.css'
161

  
103 162
exclude[css][] = 'misc/vertical-tabs.css'
104 163
exclude[css][] = 'modules/aggregator/aggregator.css'
105
; Necessary administrative block CSS.
106
; exclude[css][] = 'modules/block/block.css'
107 164
exclude[css][] = 'modules/book/book.css'
108 165
exclude[css][] = 'modules/comment/comment.css'
109 166
exclude[css][] = 'modules/dblog/dblog.css'
......
112 169
exclude[css][] = 'modules/forum/forum.css'
113 170
exclude[css][] = 'modules/help/help.css'
114 171
exclude[css][] = 'modules/menu/menu.css'
115
exclude[css][] = 'modules/node/node.css'
116 172
exclude[css][] = 'modules/openid/openid.css'
117 173
exclude[css][] = 'modules/poll/poll.css'
118 174
exclude[css][] = 'modules/search/search.css'
......
127 183
exclude[css][] = 'modules/tracker/tracker.css'
128 184
exclude[css][] = 'modules/update/update.css'
129 185
exclude[css][] = 'modules/user/user.css'
130
;exclude[css][] = 'modules/system/admin.css'
131
;exclude[css][] = 'modules/system/system.css'
132
;exclude[css][] = 'modules/system/system.admin.css'
133
;exclude[css][] = 'modules/system/system.base.css'
134 186

  
135 187

  
136 188
;;;;;;;;;;;;;;;;;;;;;
137
;; SimplyTest.me
189
;; Breakpoints
138 190
;;;;;;;;;;;;;;;;;;;;;
139

  
140
simplytest_dependencies[] = jquery_update
141

  
142
; Information added by  packaging script on 2013-11-17
143
version = "7.x-3.0"
191
breakpoints[screen-xs-max] = (max-width: 767px)
192
breakpoints[screen-sm-min] = (min-width: 768px)
193
breakpoints[screen-sm-max] = (max-width: 991px)
194
breakpoints[screen-md-min] = (min-width: 992px)
195
breakpoints[screen-md-max] = (max-width: 1199px)
196
breakpoints[screen-lg-min] = (min-width: 1200px)
197
; Multipiers
198
multipliers[screen-xs-max][] = 1.5x
199
multipliers[screen-xs-max][] = 2x
200
multipliers[screen-sm-min][] = 1.5x
201
multipliers[screen-sm-min][] = 2x
202
multipliers[screen-sm-max][] = 1.5x
203
multipliers[screen-sm-max][] = 2x
204
multipliers[screen-md-min][] = 1.5x
205
multipliers[screen-md-min][] = 2x
206
multipliers[screen-md-max][] = 1.5x
207
multipliers[screen-md-max][] = 2x
208
multipliers[screen-lg-min][] = 1.5x
209
multipliers[screen-lg-min][] = 2x
210

  
211
; Information added by Drupal.org packaging script on 2015-11-09
212
version = "7.x-3.1"
144 213
core = "7.x"
145 214
project = "bootstrap"
146
datestamp = "1384678107"
215
datestamp = "1447089562"
147 216

  

Formats disponibles : Unified diff