middleman-more 3.1.0.beta.3 → 3.1.0.rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (459) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -2
  3. data/{fixtures/asset-host-app/config.rb → features/.gitkeep} +0 -0
  4. data/fixtures/{auto-css-app/source/stylesheets/auto-css/index.css → .gitkeep} +0 -0
  5. data/lib/middleman-more.rb +1 -99
  6. data/middleman-more.gemspec +2 -12
  7. metadata +8 -1024
  8. data/.cane +0 -2
  9. data/.cane-exclusions.yml +0 -3
  10. data/features/asset_hash.feature +0 -135
  11. data/features/asset_host.feature +0 -56
  12. data/features/automatic_image_sizes.feature +0 -16
  13. data/features/cache_buster.feature +0 -42
  14. data/features/clean_build.feature +0 -14
  15. data/features/coffee-script.feature +0 -22
  16. data/features/compass-sprites.feature +0 -6
  17. data/features/content_for.feature +0 -16
  18. data/features/directory_index.feature +0 -67
  19. data/features/extensionless_text_files.feature +0 -28
  20. data/features/fonts.feature +0 -13
  21. data/features/former_padrino_helpers.feature +0 -27
  22. data/features/frontmatter_page_settings.feature +0 -42
  23. data/features/gzip.feature +0 -21
  24. data/features/helpers_auto_javascript_include_tag.feature +0 -27
  25. data/features/helpers_auto_stylesheet_link_tag.feature +0 -27
  26. data/features/helpers_form_tag.feature +0 -26
  27. data/features/helpers_link_to.feature +0 -152
  28. data/features/helpers_lorem.feature +0 -6
  29. data/features/helpers_page_classes.feature +0 -17
  30. data/features/helpers_url_for.feature +0 -152
  31. data/features/i18n_builder.feature +0 -148
  32. data/features/i18n_force_locale.feature +0 -13
  33. data/features/i18n_preview.feature +0 -230
  34. data/features/ignore.feature +0 -62
  35. data/features/ignore_already_minified.feature +0 -47
  36. data/features/implied_extensions.feature +0 -42
  37. data/features/instance_vars.feature +0 -18
  38. data/features/liquid.feature +0 -11
  39. data/features/markdown.feature +0 -13
  40. data/features/markdown_redcarpet.feature +0 -86
  41. data/features/markdown_redcarpet_in_haml.feature +0 -42
  42. data/features/minify_css.feature +0 -127
  43. data/features/minify_javascript.feature +0 -225
  44. data/features/nested_layouts.feature +0 -55
  45. data/features/partials.feature +0 -46
  46. data/features/partials_dir.feature +0 -30
  47. data/features/relative_assets.feature +0 -102
  48. data/features/sass-assets-paths.feature +0 -11
  49. data/features/sass_cache_path.feature +0 -22
  50. data/features/sass_partials.feature +0 -54
  51. data/features/scss-support.feature +0 -12
  52. data/features/sitemap_traversal.feature +0 -73
  53. data/features/slim.feature +0 -69
  54. data/features/stylus.feature +0 -55
  55. data/features/support/env.rb +0 -10
  56. data/features/twitter-bootstrap-compile.feature +0 -6
  57. data/features/wildcard_page_helper.feature +0 -10
  58. data/fixtures/asset-hash-app/config.rb +0 -8
  59. data/fixtures/asset-hash-app/lib/middleware.rb +0 -16
  60. data/fixtures/asset-hash-app/source/apple-touch-icon.png +0 -0
  61. data/fixtures/asset-hash-app/source/favicon.ico +0 -0
  62. data/fixtures/asset-hash-app/source/images/100px.gif +0 -0
  63. data/fixtures/asset-hash-app/source/images/100px.jpg +0 -0
  64. data/fixtures/asset-hash-app/source/images/100px.png +0 -0
  65. data/fixtures/asset-hash-app/source/index.html.erb +0 -311
  66. data/fixtures/asset-hash-app/source/javascripts/application.js +0 -8
  67. data/fixtures/asset-hash-app/source/layout.erb +0 -18
  68. data/fixtures/asset-hash-app/source/other.html.erb +0 -2
  69. data/fixtures/asset-hash-app/source/partials.html.erb +0 -1
  70. data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +0 -2
  71. data/fixtures/asset-hash-app/source/stylesheets/site.css.scss +0 -4
  72. data/fixtures/asset-hash-app/source/stylesheets/uses_partials.css.sass +0 -4
  73. data/fixtures/asset-hash-app/source/subdir/index.html.erb +0 -308
  74. data/fixtures/asset-hash-host-app/config.rb +0 -6
  75. data/fixtures/asset-hash-host-app/source/images/100px.gif +0 -0
  76. data/fixtures/asset-hash-host-app/source/images/100px.jpg +0 -0
  77. data/fixtures/asset-hash-host-app/source/images/100px.png +0 -0
  78. data/fixtures/asset-hash-host-app/source/index.html.erb +0 -6
  79. data/fixtures/asset-hash-host-app/source/layout.erb +0 -17
  80. data/fixtures/asset-hash-host-app/source/other.html.erb +0 -2
  81. data/fixtures/asset-hash-host-app/source/stylesheets/site.css.scss +0 -4
  82. data/fixtures/asset-hash-host-app/source/subdir/index.html.erb +0 -6
  83. data/fixtures/asset-host-app/source/.htaccess +0 -1
  84. data/fixtures/asset-host-app/source/asset_host.html.erb +0 -1
  85. data/fixtures/asset-host-app/source/images/blank.gif +0 -0
  86. data/fixtures/asset-host-app/source/stylesheets/asset_host.css.sass +0 -3
  87. data/fixtures/auto-css-app/config.rb +0 -11
  88. data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +0 -1
  89. data/fixtures/auto-css-app/source/auto-css/index.html.erb +0 -1
  90. data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +0 -1
  91. data/fixtures/auto-css-app/source/auto-css.html.erb +0 -1
  92. data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +0 -3
  93. data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +0 -3
  94. data/fixtures/auto-css-app/source/stylesheets/auto-css.css +0 -3
  95. data/fixtures/auto-js-app/config.rb +0 -11
  96. data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +0 -1
  97. data/fixtures/auto-js-app/source/auto-js/index.html.erb +0 -1
  98. data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +0 -1
  99. data/fixtures/auto-js-app/source/auto-js.html.erb +0 -1
  100. data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +0 -1
  101. data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +0 -1
  102. data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +0 -1
  103. data/fixtures/auto-js-app/source/javascripts/auto-js.js +0 -1
  104. data/fixtures/automatic-image-size-app/config.rb +0 -0
  105. data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +0 -1
  106. data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
  107. data/fixtures/cache-buster-app/config.rb +0 -0
  108. data/fixtures/cache-buster-app/source/cache-buster.html.erb +0 -3
  109. data/fixtures/cache-buster-app/source/images/blank.gif +0 -0
  110. data/fixtures/cache-buster-app/source/stylesheets/relative_assets.css.sass +0 -3
  111. data/fixtures/cache-buster-app/source/stylesheets/site.css.sass +0 -1
  112. data/fixtures/clean-dir-app/config.rb +0 -2
  113. data/fixtures/clean-dir-app/source/about.html +0 -1
  114. data/fixtures/coffeescript-app/config.rb +0 -0
  115. data/fixtures/coffeescript-app/source/inline-coffeescript.html.haml +0 -3
  116. data/fixtures/coffeescript-app/source/javascripts/broken-coffee.js.coffee +0 -3
  117. data/fixtures/coffeescript-app/source/javascripts/coffee_test.js.coffee +0 -3
  118. data/fixtures/compass-sprites-app/config.rb +0 -0
  119. data/fixtures/compass-sprites-app/source/images/icon/arrow_down.png +0 -0
  120. data/fixtures/compass-sprites-app/source/images/icon/arrow_left.png +0 -0
  121. data/fixtures/compass-sprites-app/source/images/icon/arrow_right.png +0 -0
  122. data/fixtures/compass-sprites-app/source/images/icon/arrow_up.png +0 -0
  123. data/fixtures/compass-sprites-app/source/stylesheets/site.css.scss +0 -3
  124. data/fixtures/content-for-app/config.rb +0 -7
  125. data/fixtures/content-for-app/source/content_for_erb.html.erb +0 -5
  126. data/fixtures/content-for-app/source/content_for_haml.html.haml +0 -4
  127. data/fixtures/content-for-app/source/content_for_slim.html.slim +0 -4
  128. data/fixtures/content-for-app/source/layouts/content_for.erb +0 -4
  129. data/fixtures/default-partials-dir-app/source/_partial.html.erb +0 -1
  130. data/fixtures/default-partials-dir-app/source/index.html.erb +0 -2
  131. data/fixtures/different-engine-partial/config.rb +0 -0
  132. data/fixtures/different-engine-partial/source/index.html.erb +0 -1
  133. data/fixtures/different-engine-partial/source/layouts/layout.erb +0 -7
  134. data/fixtures/different-engine-partial/source/shared/_footer.str +0 -1
  135. data/fixtures/different-engine-partial/source/shared/_header.erb +0 -1
  136. data/fixtures/extensionless-text-files-app/config.rb +0 -1
  137. data/fixtures/extensionless-text-files-app/source/CNAME +0 -1
  138. data/fixtures/extensionless-text-files-app/source/LICENSE +0 -1
  139. data/fixtures/extensionless-text-files-app/source/README +0 -1
  140. data/fixtures/extensionless-text-files-app/source/index.html +0 -1
  141. data/fixtures/fonts-app/config.rb +0 -0
  142. data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
  143. data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +0 -3
  144. data/fixtures/frontmatter-settings-app/config.rb +0 -4
  145. data/fixtures/frontmatter-settings-app/source/alternate_layout.html.erb +0 -5
  146. data/fixtures/frontmatter-settings-app/source/ignored.html.erb +0 -5
  147. data/fixtures/frontmatter-settings-app/source/layouts/alternate.erb +0 -3
  148. data/fixtures/frontmatter-settings-app/source/no_index.html.erb +0 -5
  149. data/fixtures/gzip-app/config.rb +0 -1
  150. data/fixtures/gzip-app/source/index.html +0 -0
  151. data/fixtures/gzip-app/source/javascripts/test.js +0 -1
  152. data/fixtures/gzip-app/source/stylesheets/test.css +0 -1
  153. data/fixtures/i18n-alt-root-app/locales/en.yml +0 -4
  154. data/fixtures/i18n-alt-root-app/locales/es.yml +0 -7
  155. data/fixtures/i18n-alt-root-app/source/lang_data/hello.html.erb +0 -1
  156. data/fixtures/i18n-alt-root-app/source/lang_data/index.html.erb +0 -1
  157. data/fixtures/i18n-alt-root-app/source/layout.erb +0 -1
  158. data/fixtures/i18n-default-app/locales/en.yml +0 -4
  159. data/fixtures/i18n-default-app/locales/es.yml +0 -8
  160. data/fixtures/i18n-default-app/source/localizable/index.html.erb +0 -5
  161. data/fixtures/i18n-force-locale/config.rb +0 -13
  162. data/fixtures/i18n-force-locale/locales/en.yml +0 -3
  163. data/fixtures/i18n-force-locale/locales/es.yml +0 -3
  164. data/fixtures/i18n-force-locale/locales/fr.yml +0 -3
  165. data/fixtures/i18n-force-locale/source/index.haml +0 -2
  166. data/fixtures/i18n-test-app/locales/en.yml +0 -4
  167. data/fixtures/i18n-test-app/locales/es.yml +0 -8
  168. data/fixtures/i18n-test-app/source/CNAME +0 -1
  169. data/fixtures/i18n-test-app/source/layout.erb +0 -8
  170. data/fixtures/i18n-test-app/source/localizable/hello.html.erb +0 -1
  171. data/fixtures/i18n-test-app/source/localizable/index.html.erb +0 -1
  172. data/fixtures/i18n-test-app/source/morning.en.html.erb +0 -1
  173. data/fixtures/i18n-test-app/source/morning.es.html.erb +0 -1
  174. data/fixtures/i18n-test-app/source/password.txt +0 -1
  175. data/fixtures/i18n-test-app/source/stylesheets/site.css +0 -3
  176. data/fixtures/ignore-app/source/about.html.erb +0 -1
  177. data/fixtures/ignore-app/source/images/icon/messages.png +0 -0
  178. data/fixtures/ignore-app/source/images/pic.png +0 -0
  179. data/fixtures/ignore-app/source/images/portrait.jpg +0 -0
  180. data/fixtures/ignore-app/source/index.html.erb +0 -0
  181. data/fixtures/ignore-app/source/plain.html +0 -1
  182. data/fixtures/ignore-app/source/reports/another.html +0 -0
  183. data/fixtures/ignore-app/source/reports/index.html +0 -0
  184. data/fixtures/implied-extensions-app/config.rb +0 -0
  185. data/fixtures/implied-extensions-app/source/javascripts/app.coffee +0 -1
  186. data/fixtures/implied-extensions-app/source/stylesheets/style.scss +0 -3
  187. data/fixtures/implied-extensions-app/source/stylesheets/style2.sass +0 -3
  188. data/fixtures/implied-extensions-app/source/stylesheets/style3.less +0 -4
  189. data/fixtures/implied-extensions-app/source/test.haml +0 -4
  190. data/fixtures/implied-extensions-app/source/test2.markdown +0 -3
  191. data/fixtures/implied-extensions-app/source/test3.slim +0 -3
  192. data/fixtures/implied-extensions-app/source/test4.liquid +0 -1
  193. data/fixtures/indexable-app/config.rb +0 -4
  194. data/fixtures/indexable-app/source/.htaccess +0 -1
  195. data/fixtures/indexable-app/source/.htpasswd +0 -1
  196. data/fixtures/indexable-app/source/a_folder/needs_index.html +0 -1
  197. data/fixtures/indexable-app/source/leave_me_alone.html +0 -1
  198. data/fixtures/indexable-app/source/needs_index.html +0 -1
  199. data/fixtures/indexable-app/source/regular/index.html +0 -1
  200. data/fixtures/indexable-app/source/wildcard_leave_me_alone.html +0 -1
  201. data/fixtures/instance-vars-app/config.rb +0 -0
  202. data/fixtures/instance-vars-app/source/_vartial.erb +0 -5
  203. data/fixtures/instance-vars-app/source/instance-var-set.html.erb +0 -2
  204. data/fixtures/instance-vars-app/source/layout.erb +0 -3
  205. data/fixtures/instance-vars-app/source/no-instance-var.html.erb +0 -1
  206. data/fixtures/liquid-app/config.rb +0 -0
  207. data/fixtures/liquid-app/data/test.yml +0 -4
  208. data/fixtures/liquid-app/data/test2.json +0 -4
  209. data/fixtures/liquid-app/source/_liquid_partial.liquid +0 -1
  210. data/fixtures/liquid-app/source/data2.html.liquid +0 -2
  211. data/fixtures/liquid-app/source/liquid_master.html.liquid +0 -1
  212. data/fixtures/lorem-app/config.rb +0 -1
  213. data/fixtures/lorem-app/source/lorem.html.erb +0 -13
  214. data/fixtures/markdown-app/config.rb +0 -1
  215. data/fixtures/markdown-app/source/autolink.html.markdown +0 -5
  216. data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +0 -7
  217. data/fixtures/markdown-app/source/hard_wrap.html.markdown +0 -2
  218. data/fixtures/markdown-app/source/images/blank.gif +0 -0
  219. data/fixtures/markdown-app/source/index.html.markdown +0 -4
  220. data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +0 -5
  221. data/fixtures/markdown-app/source/smarty_pants.html.markdown +0 -5
  222. data/fixtures/markdown-app/source/space_after_headers.html.markdown +0 -5
  223. data/fixtures/markdown-app/source/strikethrough.html.markdown +0 -5
  224. data/fixtures/markdown-app/source/superscript.html.markdown +0 -5
  225. data/fixtures/markdown-app/source/tables.html.markdown +0 -8
  226. data/fixtures/markdown-app/source/with_toc_data.html.markdown +0 -3
  227. data/fixtures/markdown-frontmatter-options-app/config.rb +0 -1
  228. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-default.html.markdown +0 -5
  229. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-off.html.markdown +0 -7
  230. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-on.html.markdown +0 -7
  231. data/fixtures/markdown-frontmatter-options-app/source/tables-default.html.markdown +0 -8
  232. data/fixtures/markdown-frontmatter-options-app/source/tables-off.html.markdown +0 -10
  233. data/fixtures/markdown-frontmatter-options-app/source/tables-on.html.markdown +0 -10
  234. data/fixtures/markdown-in-haml-app/config.rb +0 -0
  235. data/fixtures/markdown-in-haml-app/source/images/blank.gif +0 -0
  236. data/fixtures/markdown-in-haml-app/source/link_target.html.markdown +0 -4
  237. data/fixtures/minify-css-app/source/inline-css.html.haml +0 -5
  238. data/fixtures/minify-css-app/source/more-css/site.css +0 -3
  239. data/fixtures/minify-css-app/source/stylesheets/report.css +0 -1
  240. data/fixtures/minify-css-app/source/stylesheets/site.css.sass +0 -5
  241. data/fixtures/minify-js-app/config.rb +0 -0
  242. data/fixtures/minify-js-app/source/inline-coffeescript.html.haml +0 -3
  243. data/fixtures/minify-js-app/source/inline-js.html.haml +0 -28
  244. data/fixtures/minify-js-app/source/javascripts/coffee_test.js.coffee +0 -3
  245. data/fixtures/minify-js-app/source/javascripts/js_test.js +0 -8
  246. data/fixtures/minify-js-app/source/more-js/other.js +0 -8
  247. data/fixtures/nested-layout-app/config.rb +0 -1
  248. data/fixtures/nested-layout-app/source/another.html.markdown +0 -7
  249. data/fixtures/nested-layout-app/source/data-one.html.erb +0 -5
  250. data/fixtures/nested-layout-app/source/data-two.html.erb +0 -5
  251. data/fixtures/nested-layout-app/source/haml-test.html.markdown +0 -7
  252. data/fixtures/nested-layout-app/source/index.html.erb +0 -6
  253. data/fixtures/nested-layout-app/source/layouts/inner.erb +0 -4
  254. data/fixtures/nested-layout-app/source/layouts/inner_haml.haml +0 -3
  255. data/fixtures/nested-layout-app/source/layouts/inner_slim.slim +0 -3
  256. data/fixtures/nested-layout-app/source/layouts/master.erb +0 -3
  257. data/fixtures/nested-layout-app/source/layouts/master_haml.haml +0 -3
  258. data/fixtures/nested-layout-app/source/layouts/master_slim.slim +0 -3
  259. data/fixtures/nested-layout-app/source/layouts/outer.erb +0 -4
  260. data/fixtures/nested-layout-app/source/layouts/outer_haml.haml +0 -3
  261. data/fixtures/nested-layout-app/source/layouts/outer_slim.slim +0 -3
  262. data/fixtures/nested-layout-app/source/slim-test.html.markdown +0 -7
  263. data/fixtures/padrino-helpers-app/config.rb +0 -0
  264. data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +0 -6
  265. data/fixtures/page-classes-app/config.rb +0 -4
  266. data/fixtures/page-classes-app/source/page-classes.html.erb +0 -1
  267. data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +0 -1
  268. data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +0 -1
  269. data/fixtures/partials-app/config.rb +0 -0
  270. data/fixtures/partials-app/source/_locals.erb +0 -1
  271. data/fixtures/partials-app/source/_main.erb +0 -1
  272. data/fixtures/partials-app/source/_main.str +0 -1
  273. data/fixtures/partials-app/source/index.html.erb +0 -3
  274. data/fixtures/partials-app/source/locals.html.erb +0 -1
  275. data/fixtures/partials-app/source/second.html.str +0 -3
  276. data/fixtures/partials-app/source/shared/_footer.erb +0 -1
  277. data/fixtures/partials-app/source/shared/_header.erb +0 -1
  278. data/fixtures/partials-app/source/shared/snippet.erb +0 -1
  279. data/fixtures/partials-app/source/sub/_local.erb +0 -1
  280. data/fixtures/partials-app/source/sub/index.html.erb +0 -3
  281. data/fixtures/partials-app/source/using_snippet.html.erb +0 -1
  282. data/fixtures/partials-dir-app/source/index.html.erb +0 -2
  283. data/fixtures/partials-dir-app/source/nested/partials/_partial.html.erb +0 -1
  284. data/fixtures/partials-dir-app/source/partials/_partial.html.erb +0 -1
  285. data/fixtures/passthrough-app/source/.htaccess +0 -1
  286. data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +0 -3
  287. data/fixtures/passthrough-app/source/inline-css.html.haml +0 -4
  288. data/fixtures/passthrough-app/source/inline-js.html.haml +0 -28
  289. data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +0 -3
  290. data/fixtures/passthrough-app/source/javascripts/js_test.js +0 -8
  291. data/fixtures/passthrough-app/source/stylesheets/site.css.sass +0 -1
  292. data/fixtures/preview-app/config.rb +0 -0
  293. data/fixtures/preview-app/source/content.html.erb +0 -1
  294. data/fixtures/preview-app/source/layout.erb +0 -1
  295. data/fixtures/preview-app/source/stylesheets/_partial.sass +0 -2
  296. data/fixtures/preview-app/source/stylesheets/_partial2.css.sass +0 -2
  297. data/fixtures/preview-app/source/stylesheets/main.css.sass +0 -4
  298. data/fixtures/preview-app/source/stylesheets/main2.css.sass +0 -4
  299. data/fixtures/preview-app/source/stylesheets/plain.css.sass +0 -2
  300. data/fixtures/relative-app/config.rb +0 -0
  301. data/fixtures/relative-app/source/images/blank.gif +0 -0
  302. data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +0 -3
  303. data/fixtures/relative-assets-app/config.rb +0 -1
  304. data/fixtures/relative-assets-app/source/images/blank.gif +0 -0
  305. data/fixtures/relative-assets-app/source/img/blank.gif +0 -0
  306. data/fixtures/relative-assets-app/source/relative_image.html.erb +0 -8
  307. data/fixtures/relative-assets-app/source/stylesheets/relative_assets.css.sass +0 -3
  308. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset-sass.sass +0 -1
  309. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset.scss +0 -1
  310. data/fixtures/sass-assets-path-app/config.rb +0 -4
  311. data/fixtures/sass-assets-path-app/my-vendor/stylesheets/_partial.sass +0 -2
  312. data/fixtures/sass-assets-path-app/source/stylesheets/plain.css.sass +0 -16
  313. data/fixtures/sass-cache-path-custom-app/config.rb +0 -3
  314. data/fixtures/sass-cache-path-custom-app/source/stylesheets/plain.css.sass +0 -4
  315. data/fixtures/sass-cache-path-default-app/config.rb +0 -3
  316. data/fixtures/sass-cache-path-default-app/source/stylesheets/plain.css.sass +0 -4
  317. data/fixtures/scss-app/config.rb +0 -0
  318. data/fixtures/scss-app/source/stylesheets/layout.css.sass +0 -2
  319. data/fixtures/scss-app/source/stylesheets/site_scss.css.scss +0 -1
  320. data/fixtures/stylus-preview-app/config.rb +0 -0
  321. data/fixtures/stylus-preview-app/source/content.html.erb +0 -1
  322. data/fixtures/stylus-preview-app/source/layout.erb +0 -1
  323. data/fixtures/stylus-preview-app/source/stylesheets/_partial.styl +0 -2
  324. data/fixtures/stylus-preview-app/source/stylesheets/_partial2.css.styl +0 -2
  325. data/fixtures/stylus-preview-app/source/stylesheets/main.css.styl +0 -4
  326. data/fixtures/stylus-preview-app/source/stylesheets/main2.css.styl +0 -4
  327. data/fixtures/stylus-preview-app/source/stylesheets/plain.css.styl +0 -2
  328. data/fixtures/traversal-app/config.rb +0 -7
  329. data/fixtures/traversal-app/source/directory-indexed/sibling.html.erb +0 -3
  330. data/fixtures/traversal-app/source/directory-indexed/sibling2.html.erb +0 -3
  331. data/fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
  332. data/fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
  333. data/fixtures/traversal-app/source/directory-indexed.html.erb +0 -0
  334. data/fixtures/traversal-app/source/index.html.erb +0 -0
  335. data/fixtures/traversal-app/source/layout.erb +0 -21
  336. data/fixtures/traversal-app/source/proxied.html.erb +0 -0
  337. data/fixtures/traversal-app/source/root.html.erb +0 -0
  338. data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
  339. data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
  340. data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
  341. data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
  342. data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
  343. data/fixtures/twitter-bootstrap-app/config.rb +0 -0
  344. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.gitignore +0 -36
  345. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.travis.yml +0 -3
  346. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/LICENSE +0 -176
  347. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/README.md +0 -137
  348. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings-white.png +0 -0
  349. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings.png +0 -0
  350. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/.jshintrc +0 -10
  351. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/README.md +0 -112
  352. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-alert.js +0 -90
  353. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-button.js +0 -96
  354. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-carousel.js +0 -169
  355. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-collapse.js +0 -157
  356. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-dropdown.js +0 -100
  357. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-modal.js +0 -218
  358. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-popover.js +0 -98
  359. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-scrollspy.js +0 -151
  360. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tab.js +0 -135
  361. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tooltip.js +0 -275
  362. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-transition.js +0 -61
  363. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-typeahead.js +0 -285
  364. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/index.html +0 -54
  365. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/phantom.js +0 -63
  366. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/server.js +0 -14
  367. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-alert.js +0 -56
  368. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-button.js +0 -77
  369. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-carousel.js +0 -28
  370. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-collapse.js +0 -54
  371. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-dropdown.js +0 -87
  372. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-modal.js +0 -114
  373. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-phantom.js +0 -21
  374. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-popover.js +0 -93
  375. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-scrollspy.js +0 -31
  376. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tab.js +0 -61
  377. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tooltip.js +0 -155
  378. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-transition.js +0 -13
  379. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-typeahead.js +0 -148
  380. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/jquery.js +0 -9252
  381. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.css +0 -232
  382. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.js +0 -1510
  383. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_accordion.less +0 -33
  384. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_alerts.less +0 -58
  385. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_breadcrumbs.less +0 -24
  386. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_button-groups.less +0 -191
  387. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_buttons.less +0 -191
  388. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_carousel.less +0 -121
  389. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_close.less +0 -29
  390. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_code.less +0 -57
  391. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less +0 -20
  392. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_dropdowns.less +0 -143
  393. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_forms.less +0 -583
  394. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_grid.less +0 -5
  395. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_hero-unit.less +0 -22
  396. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_labels-badges.less +0 -55
  397. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_layouts.less +0 -17
  398. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_mixins.less +0 -646
  399. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_modals.less +0 -90
  400. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navbar.less +0 -358
  401. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navs.less +0 -363
  402. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pager.less +0 -36
  403. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pagination.less +0 -56
  404. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_popovers.less +0 -49
  405. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_progress-bars.less +0 -117
  406. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_reset.less +0 -131
  407. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-1200px-min.less +0 -26
  408. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-767px-max.less +0 -149
  409. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-768px-979px.less +0 -17
  410. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-navbar.less +0 -153
  411. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-utilities.less +0 -41
  412. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_scaffolding.less +0 -29
  413. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_sprites.less +0 -191
  414. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tables.less +0 -176
  415. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_thumbnails.less +0 -47
  416. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tooltip.less +0 -35
  417. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_type.less +0 -232
  418. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_utilities.less +0 -23
  419. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_variables.less +0 -206
  420. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_wells.less +0 -27
  421. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/bootstrap.less +0 -62
  422. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less +0 -48
  423. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.css +0 -52
  424. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.html +0 -917
  425. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/forms.html +0 -179
  426. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/navbar.html +0 -108
  427. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/package.json +0 -25
  428. data/fixtures/wildcard-directory-index-app/config.rb +0 -2
  429. data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +0 -1
  430. data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +0 -1
  431. data/fixtures/wildcard-directory-index-app/source/index.html.erb +0 -1
  432. data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +0 -2
  433. data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +0 -2
  434. data/lib/middleman-more/core_extensions/compass.rb +0 -75
  435. data/lib/middleman-more/core_extensions/default_helpers.rb +0 -235
  436. data/lib/middleman-more/core_extensions/i18n.rb +0 -182
  437. data/lib/middleman-more/extensions/asset_hash.rb +0 -114
  438. data/lib/middleman-more/extensions/asset_host.rb +0 -50
  439. data/lib/middleman-more/extensions/automatic_image_sizes/fastimage.rb +0 -287
  440. data/lib/middleman-more/extensions/automatic_image_sizes.rb +0 -42
  441. data/lib/middleman-more/extensions/cache_buster.rb +0 -56
  442. data/lib/middleman-more/extensions/directory_indexes.rb +0 -24
  443. data/lib/middleman-more/extensions/gzip.rb +0 -70
  444. data/lib/middleman-more/extensions/lorem.rb +0 -176
  445. data/lib/middleman-more/extensions/minify_css.rb +0 -77
  446. data/lib/middleman-more/extensions/minify_javascript.rb +0 -83
  447. data/lib/middleman-more/extensions/relative_assets.rb +0 -29
  448. data/lib/middleman-more/templates/smacss/source/_footer.haml +0 -1
  449. data/lib/middleman-more/templates/smacss/source/index.html.haml +0 -1
  450. data/lib/middleman-more/templates/smacss/source/layouts/layout.haml +0 -13
  451. data/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown +0 -11
  452. data/lib/middleman-more/templates/smacss/source/stylesheets/base/base.scss +0 -1
  453. data/lib/middleman-more/templates/smacss/source/stylesheets/base/normalize.scss +0 -375
  454. data/lib/middleman-more/templates/smacss/source/stylesheets/layout/README.markdown +0 -9
  455. data/lib/middleman-more/templates/smacss/source/stylesheets/modules/README.markdown +0 -9
  456. data/lib/middleman-more/templates/smacss/source/stylesheets/states/README.markdown +0 -12
  457. data/lib/middleman-more/templates/smacss/source/stylesheets/style.css.scss +0 -12
  458. data/lib/middleman-more/templates/smacss.rb +0 -30
  459. data/lib/middleman_extension.rb +0 -1
@@ -1,98 +0,0 @@
1
- /* ===========================================================
2
- * bootstrap-popover.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#popovers
4
- * ===========================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * =========================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* POPOVER PUBLIC CLASS DEFINITION
27
- * =============================== */
28
-
29
- var Popover = function ( element, options ) {
30
- this.init('popover', element, options)
31
- }
32
-
33
-
34
- /* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js
35
- ========================================== */
36
-
37
- Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
38
-
39
- constructor: Popover
40
-
41
- , setContent: function () {
42
- var $tip = this.tip()
43
- , title = this.getTitle()
44
- , content = this.getContent()
45
-
46
- $tip.find('.popover-title')[this.isHTML(title) ? 'html' : 'text'](title)
47
- $tip.find('.popover-content > *')[this.isHTML(content) ? 'html' : 'text'](content)
48
-
49
- $tip.removeClass('fade top bottom left right in')
50
- }
51
-
52
- , hasContent: function () {
53
- return this.getTitle() || this.getContent()
54
- }
55
-
56
- , getContent: function () {
57
- var content
58
- , $e = this.$element
59
- , o = this.options
60
-
61
- content = $e.attr('data-content')
62
- || (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
63
-
64
- return content
65
- }
66
-
67
- , tip: function () {
68
- if (!this.$tip) {
69
- this.$tip = $(this.options.template)
70
- }
71
- return this.$tip
72
- }
73
-
74
- })
75
-
76
-
77
- /* POPOVER PLUGIN DEFINITION
78
- * ======================= */
79
-
80
- $.fn.popover = function (option) {
81
- return this.each(function () {
82
- var $this = $(this)
83
- , data = $this.data('popover')
84
- , options = typeof option == 'object' && option
85
- if (!data) $this.data('popover', (data = new Popover(this, options)))
86
- if (typeof option == 'string') data[option]()
87
- })
88
- }
89
-
90
- $.fn.popover.Constructor = Popover
91
-
92
- $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
93
- placement: 'right'
94
- , content: ''
95
- , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
96
- })
97
-
98
- }(window.jQuery);
@@ -1,151 +0,0 @@
1
- /* =============================================================
2
- * bootstrap-scrollspy.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#scrollspy
4
- * =============================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ============================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* SCROLLSPY CLASS DEFINITION
27
- * ========================== */
28
-
29
- function ScrollSpy( element, options) {
30
- var process = $.proxy(this.process, this)
31
- , $element = $(element).is('body') ? $(window) : $(element)
32
- , href
33
- this.options = $.extend({}, $.fn.scrollspy.defaults, options)
34
- this.$scrollElement = $element.on('scroll.scroll.data-api', process)
35
- this.selector = (this.options.target
36
- || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
37
- || '') + ' .nav li > a'
38
- this.$body = $('body')
39
- this.refresh()
40
- this.process()
41
- }
42
-
43
- ScrollSpy.prototype = {
44
-
45
- constructor: ScrollSpy
46
-
47
- , refresh: function () {
48
- var self = this
49
- , $targets
50
-
51
- this.offsets = $([])
52
- this.targets = $([])
53
-
54
- $targets = this.$body
55
- .find(this.selector)
56
- .map(function () {
57
- var $el = $(this)
58
- , href = $el.data('target') || $el.attr('href')
59
- , $href = /^#\w/.test(href) && $(href)
60
- return ( $href
61
- && href.length
62
- && [[ $href.position().top, href ]] ) || null
63
- })
64
- .sort(function (a, b) { return a[0] - b[0] })
65
- .each(function () {
66
- self.offsets.push(this[0])
67
- self.targets.push(this[1])
68
- })
69
- }
70
-
71
- , process: function () {
72
- var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
73
- , scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
74
- , maxScroll = scrollHeight - this.$scrollElement.height()
75
- , offsets = this.offsets
76
- , targets = this.targets
77
- , activeTarget = this.activeTarget
78
- , i
79
-
80
- if (scrollTop >= maxScroll) {
81
- return activeTarget != (i = targets.last()[0])
82
- && this.activate ( i )
83
- }
84
-
85
- for (i = offsets.length; i--;) {
86
- activeTarget != targets[i]
87
- && scrollTop >= offsets[i]
88
- && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
89
- && this.activate( targets[i] )
90
- }
91
- }
92
-
93
- , activate: function (target) {
94
- var active
95
- , selector
96
-
97
- this.activeTarget = target
98
-
99
- $(this.selector)
100
- .parent('.active')
101
- .removeClass('active')
102
-
103
- selector = this.selector
104
- + '[data-target="' + target + '"],'
105
- + this.selector + '[href="' + target + '"]'
106
-
107
- active = $(selector)
108
- .parent('li')
109
- .addClass('active')
110
-
111
- if (active.parent('.dropdown-menu')) {
112
- active = active.closest('li.dropdown').addClass('active')
113
- }
114
-
115
- active.trigger('activate')
116
- }
117
-
118
- }
119
-
120
-
121
- /* SCROLLSPY PLUGIN DEFINITION
122
- * =========================== */
123
-
124
- $.fn.scrollspy = function ( option ) {
125
- return this.each(function () {
126
- var $this = $(this)
127
- , data = $this.data('scrollspy')
128
- , options = typeof option == 'object' && option
129
- if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options)))
130
- if (typeof option == 'string') data[option]()
131
- })
132
- }
133
-
134
- $.fn.scrollspy.Constructor = ScrollSpy
135
-
136
- $.fn.scrollspy.defaults = {
137
- offset: 10
138
- }
139
-
140
-
141
- /* SCROLLSPY DATA-API
142
- * ================== */
143
-
144
- $(function () {
145
- $('[data-spy="scroll"]').each(function () {
146
- var $spy = $(this)
147
- $spy.scrollspy($spy.data())
148
- })
149
- })
150
-
151
- }(window.jQuery);
@@ -1,135 +0,0 @@
1
- /* ========================================================
2
- * bootstrap-tab.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#tabs
4
- * ========================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ======================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* TAB CLASS DEFINITION
27
- * ==================== */
28
-
29
- var Tab = function ( element ) {
30
- this.element = $(element)
31
- }
32
-
33
- Tab.prototype = {
34
-
35
- constructor: Tab
36
-
37
- , show: function () {
38
- var $this = this.element
39
- , $ul = $this.closest('ul:not(.dropdown-menu)')
40
- , selector = $this.attr('data-target')
41
- , previous
42
- , $target
43
- , e
44
-
45
- if (!selector) {
46
- selector = $this.attr('href')
47
- selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
48
- }
49
-
50
- if ( $this.parent('li').hasClass('active') ) return
51
-
52
- previous = $ul.find('.active a').last()[0]
53
-
54
- e = $.Event('show', {
55
- relatedTarget: previous
56
- })
57
-
58
- $this.trigger(e)
59
-
60
- if (e.isDefaultPrevented()) return
61
-
62
- $target = $(selector)
63
-
64
- this.activate($this.parent('li'), $ul)
65
- this.activate($target, $target.parent(), function () {
66
- $this.trigger({
67
- type: 'shown'
68
- , relatedTarget: previous
69
- })
70
- })
71
- }
72
-
73
- , activate: function ( element, container, callback) {
74
- var $active = container.find('> .active')
75
- , transition = callback
76
- && $.support.transition
77
- && $active.hasClass('fade')
78
-
79
- function next() {
80
- $active
81
- .removeClass('active')
82
- .find('> .dropdown-menu > .active')
83
- .removeClass('active')
84
-
85
- element.addClass('active')
86
-
87
- if (transition) {
88
- element[0].offsetWidth // reflow for transition
89
- element.addClass('in')
90
- } else {
91
- element.removeClass('fade')
92
- }
93
-
94
- if ( element.parent('.dropdown-menu') ) {
95
- element.closest('li.dropdown').addClass('active')
96
- }
97
-
98
- callback && callback()
99
- }
100
-
101
- transition ?
102
- $active.one($.support.transition.end, next) :
103
- next()
104
-
105
- $active.removeClass('in')
106
- }
107
- }
108
-
109
-
110
- /* TAB PLUGIN DEFINITION
111
- * ===================== */
112
-
113
- $.fn.tab = function ( option ) {
114
- return this.each(function () {
115
- var $this = $(this)
116
- , data = $this.data('tab')
117
- if (!data) $this.data('tab', (data = new Tab(this)))
118
- if (typeof option == 'string') data[option]()
119
- })
120
- }
121
-
122
- $.fn.tab.Constructor = Tab
123
-
124
-
125
- /* TAB DATA-API
126
- * ============ */
127
-
128
- $(function () {
129
- $('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
130
- e.preventDefault()
131
- $(this).tab('show')
132
- })
133
- })
134
-
135
- }(window.jQuery);
@@ -1,275 +0,0 @@
1
- /* ===========================================================
2
- * bootstrap-tooltip.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
- * Inspired by the original jQuery.tipsy by Jason Frame
5
- * ===========================================================
6
- * Copyright 2012 Twitter, Inc.
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- * ========================================================== */
20
-
21
-
22
- !function ($) {
23
-
24
- "use strict"; // jshint ;_;
25
-
26
-
27
- /* TOOLTIP PUBLIC CLASS DEFINITION
28
- * =============================== */
29
-
30
- var Tooltip = function (element, options) {
31
- this.init('tooltip', element, options)
32
- }
33
-
34
- Tooltip.prototype = {
35
-
36
- constructor: Tooltip
37
-
38
- , init: function (type, element, options) {
39
- var eventIn
40
- , eventOut
41
-
42
- this.type = type
43
- this.$element = $(element)
44
- this.options = this.getOptions(options)
45
- this.enabled = true
46
-
47
- if (this.options.trigger != 'manual') {
48
- eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
49
- eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
50
- this.$element.on(eventIn, this.options.selector, $.proxy(this.enter, this))
51
- this.$element.on(eventOut, this.options.selector, $.proxy(this.leave, this))
52
- }
53
-
54
- this.options.selector ?
55
- (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
56
- this.fixTitle()
57
- }
58
-
59
- , getOptions: function (options) {
60
- options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
61
-
62
- if (options.delay && typeof options.delay == 'number') {
63
- options.delay = {
64
- show: options.delay
65
- , hide: options.delay
66
- }
67
- }
68
-
69
- return options
70
- }
71
-
72
- , enter: function (e) {
73
- var self = $(e.currentTarget)[this.type](this._options).data(this.type)
74
-
75
- if (!self.options.delay || !self.options.delay.show) return self.show()
76
-
77
- clearTimeout(this.timeout)
78
- self.hoverState = 'in'
79
- this.timeout = setTimeout(function() {
80
- if (self.hoverState == 'in') self.show()
81
- }, self.options.delay.show)
82
- }
83
-
84
- , leave: function (e) {
85
- var self = $(e.currentTarget)[this.type](this._options).data(this.type)
86
-
87
- if (this.timeout) clearTimeout(this.timeout)
88
- if (!self.options.delay || !self.options.delay.hide) return self.hide()
89
-
90
- self.hoverState = 'out'
91
- this.timeout = setTimeout(function() {
92
- if (self.hoverState == 'out') self.hide()
93
- }, self.options.delay.hide)
94
- }
95
-
96
- , show: function () {
97
- var $tip
98
- , inside
99
- , pos
100
- , actualWidth
101
- , actualHeight
102
- , placement
103
- , tp
104
-
105
- if (this.hasContent() && this.enabled) {
106
- $tip = this.tip()
107
- this.setContent()
108
-
109
- if (this.options.animation) {
110
- $tip.addClass('fade')
111
- }
112
-
113
- placement = typeof this.options.placement == 'function' ?
114
- this.options.placement.call(this, $tip[0], this.$element[0]) :
115
- this.options.placement
116
-
117
- inside = /in/.test(placement)
118
-
119
- $tip
120
- .remove()
121
- .css({ top: 0, left: 0, display: 'block' })
122
- .appendTo(inside ? this.$element : document.body)
123
-
124
- pos = this.getPosition(inside)
125
-
126
- actualWidth = $tip[0].offsetWidth
127
- actualHeight = $tip[0].offsetHeight
128
-
129
- switch (inside ? placement.split(' ')[1] : placement) {
130
- case 'bottom':
131
- tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
132
- break
133
- case 'top':
134
- tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
135
- break
136
- case 'left':
137
- tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
138
- break
139
- case 'right':
140
- tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
141
- break
142
- }
143
-
144
- $tip
145
- .css(tp)
146
- .addClass(placement)
147
- .addClass('in')
148
- }
149
- }
150
-
151
- , isHTML: function(text) {
152
- // html string detection logic adapted from jQuery
153
- return typeof text != 'string'
154
- || ( text.charAt(0) === "<"
155
- && text.charAt( text.length - 1 ) === ">"
156
- && text.length >= 3
157
- ) || /^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(text)
158
- }
159
-
160
- , setContent: function () {
161
- var $tip = this.tip()
162
- , title = this.getTitle()
163
-
164
- $tip.find('.tooltip-inner')[this.isHTML(title) ? 'html' : 'text'](title)
165
- $tip.removeClass('fade in top bottom left right')
166
- }
167
-
168
- , hide: function () {
169
- var that = this
170
- , $tip = this.tip()
171
-
172
- $tip.removeClass('in')
173
-
174
- function removeWithAnimation() {
175
- var timeout = setTimeout(function () {
176
- $tip.off($.support.transition.end).remove()
177
- }, 500)
178
-
179
- $tip.one($.support.transition.end, function () {
180
- clearTimeout(timeout)
181
- $tip.remove()
182
- })
183
- }
184
-
185
- $.support.transition && this.$tip.hasClass('fade') ?
186
- removeWithAnimation() :
187
- $tip.remove()
188
- }
189
-
190
- , fixTitle: function () {
191
- var $e = this.$element
192
- if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
193
- $e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
194
- }
195
- }
196
-
197
- , hasContent: function () {
198
- return this.getTitle()
199
- }
200
-
201
- , getPosition: function (inside) {
202
- return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
203
- width: this.$element[0].offsetWidth
204
- , height: this.$element[0].offsetHeight
205
- })
206
- }
207
-
208
- , getTitle: function () {
209
- var title
210
- , $e = this.$element
211
- , o = this.options
212
-
213
- title = $e.attr('data-original-title')
214
- || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
215
-
216
- return title
217
- }
218
-
219
- , tip: function () {
220
- return this.$tip = this.$tip || $(this.options.template)
221
- }
222
-
223
- , validate: function () {
224
- if (!this.$element[0].parentNode) {
225
- this.hide()
226
- this.$element = null
227
- this.options = null
228
- }
229
- }
230
-
231
- , enable: function () {
232
- this.enabled = true
233
- }
234
-
235
- , disable: function () {
236
- this.enabled = false
237
- }
238
-
239
- , toggleEnabled: function () {
240
- this.enabled = !this.enabled
241
- }
242
-
243
- , toggle: function () {
244
- this[this.tip().hasClass('in') ? 'hide' : 'show']()
245
- }
246
-
247
- }
248
-
249
-
250
- /* TOOLTIP PLUGIN DEFINITION
251
- * ========================= */
252
-
253
- $.fn.tooltip = function ( option ) {
254
- return this.each(function () {
255
- var $this = $(this)
256
- , data = $this.data('tooltip')
257
- , options = typeof option == 'object' && option
258
- if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
259
- if (typeof option == 'string') data[option]()
260
- })
261
- }
262
-
263
- $.fn.tooltip.Constructor = Tooltip
264
-
265
- $.fn.tooltip.defaults = {
266
- animation: true
267
- , placement: 'top'
268
- , selector: false
269
- , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
270
- , trigger: 'hover'
271
- , title: ''
272
- , delay: 0
273
- }
274
-
275
- }(window.jQuery);