locomotive_cms 2.0.0.rc12 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (519) hide show
  1. data/Gemfile +35 -28
  2. data/LICENSE +1 -1
  3. data/README.textile +9 -4
  4. data/app/assets/images/locomotive/icons/flags/de.png +0 -0
  5. data/app/assets/images/locomotive/icons/flags/en.png +0 -0
  6. data/app/assets/images/locomotive/icons/flags/es.png +0 -0
  7. data/app/assets/images/locomotive/icons/flags/et.png +0 -0
  8. data/app/assets/images/locomotive/icons/flags/fr.png +0 -0
  9. data/app/assets/images/locomotive/icons/flags/it.png +0 -0
  10. data/app/assets/images/locomotive/icons/flags/nb.png +0 -0
  11. data/app/assets/images/locomotive/icons/flags/nl.png +0 -0
  12. data/app/assets/images/locomotive/icons/flags/pl.png +0 -0
  13. data/app/assets/images/locomotive/icons/flags/pt-BR.png +0 -0
  14. data/app/assets/images/locomotive/icons/flags/ru.png +0 -0
  15. data/app/assets/javascripts/aloha/plugins/custom/locomotive_media/css/image.css +1 -1
  16. data/app/assets/javascripts/aloha/plugins/custom/locomotive_media/lib/locomotive_media-plugin.js +10 -21
  17. data/app/assets/javascripts/locomotive/models/content_entry.js.coffee +1 -1
  18. data/app/assets/javascripts/locomotive/models/content_type.js.coffee +6 -0
  19. data/app/assets/javascripts/locomotive/models/translation.js.coffee +5 -0
  20. data/app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee +20 -2
  21. data/app/assets/javascripts/locomotive/utils/tinymce_settings.js.coffee +6 -6
  22. data/app/assets/javascripts/locomotive/views/application_view.js.coffee +4 -4
  23. data/app/assets/javascripts/locomotive/views/content_assets/picker_item_view.js.coffee +1 -1
  24. data/app/assets/javascripts/locomotive/views/content_entries/_form_view.js.coffee +10 -3
  25. data/app/assets/javascripts/locomotive/views/content_entries/_popup_form_view.js.coffee +7 -6
  26. data/app/assets/javascripts/locomotive/views/content_entries/index_view.js.coffee +1 -1
  27. data/app/assets/javascripts/locomotive/views/content_types/_form_view.js.coffee +4 -1
  28. data/app/assets/javascripts/locomotive/views/content_types/custom_field_entry_view.js.coffee +2 -2
  29. data/app/assets/javascripts/locomotive/views/content_types/custom_fields_view.coffee +5 -0
  30. data/app/assets/javascripts/locomotive/views/content_types/edit_view.coffee +1 -1
  31. data/app/assets/javascripts/locomotive/views/content_types/select_options_view.js.coffee +6 -6
  32. data/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee +2 -1
  33. data/app/assets/javascripts/locomotive/views/editable_elements/edit_all_view.js.coffee +1 -1
  34. data/app/assets/javascripts/locomotive/views/editable_elements/file_view.js.coffee +2 -2
  35. data/app/assets/javascripts/locomotive/views/inline_editor/application_view.js.coffee +36 -15
  36. data/app/assets/javascripts/locomotive/views/inline_editor/toolbar_view.js.coffee +30 -14
  37. data/app/assets/javascripts/locomotive/views/pages/_form_view.js.coffee +24 -11
  38. data/app/assets/javascripts/locomotive/views/pages/edit_view.js.coffee +1 -1
  39. data/app/assets/javascripts/locomotive/views/pages/list_view.js.coffee +2 -2
  40. data/app/assets/javascripts/locomotive/views/shared/fields/file_view.js.coffee +5 -4
  41. data/app/assets/javascripts/locomotive/views/shared/fields/has_many_view.js.coffee +2 -1
  42. data/app/assets/javascripts/locomotive/views/shared/fields/many_to_many_view.js.coffee +1 -1
  43. data/app/assets/javascripts/locomotive/views/shared/fields/select_view.js.coffee +6 -2
  44. data/app/assets/javascripts/locomotive/views/shared/form_view.js.coffee +17 -12
  45. data/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee +1 -1
  46. data/app/assets/javascripts/locomotive/views/sites/membership_entry_view.js.coffee +2 -1
  47. data/app/assets/javascripts/locomotive/views/snippets/_form_view.js.coffee +19 -3
  48. data/app/assets/javascripts/locomotive/views/theme_assets/index_view.js.coffee +8 -1
  49. data/app/assets/javascripts/locomotive/views/translations/_form_view.js.coffee +20 -0
  50. data/app/assets/javascripts/locomotive/views/translations/edit_view.js.coffee +6 -0
  51. data/app/assets/javascripts/locomotive/views/translations/new_view.js.coffee +8 -0
  52. data/app/assets/javascripts/tinymce/plugins/jqueryinlinepopups/editor_plugin.js +2 -2
  53. data/app/assets/javascripts/tinymce/plugins/locomotive_media/editor_plugin.js +1 -0
  54. data/app/assets/javascripts/tinymce/plugins/locomotive_media/langs/en.js +1 -0
  55. data/app/assets/javascripts/tinymce/plugins/locomotive_media/langs/fr.js +1 -0
  56. data/app/assets/javascripts/tinymce/plugins/locomotive_media/langs/ru.js +1 -0
  57. data/app/assets/stylesheets/locomotive.css +2 -1
  58. data/app/assets/stylesheets/locomotive/backoffice/_box.css.scss +3 -13
  59. data/app/assets/stylesheets/locomotive/backoffice/_buttons.css.scss +39 -16
  60. data/app/assets/stylesheets/locomotive/backoffice/application.css.scss +45 -56
  61. data/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss +2 -0
  62. data/app/assets/stylesheets/locomotive/backoffice/content_assets.css.scss +5 -8
  63. data/app/assets/stylesheets/locomotive/backoffice/datepicker.css.scss +23 -9
  64. data/app/assets/stylesheets/locomotive/backoffice/formtastic_changes.css.scss +36 -32
  65. data/app/assets/stylesheets/locomotive/backoffice/layout.css.scss +2 -1
  66. data/app/assets/stylesheets/locomotive/backoffice/menu/_colors.css.scss +2 -1
  67. data/app/assets/stylesheets/locomotive/backoffice/menu/default.css.scss +4 -39
  68. data/app/assets/stylesheets/locomotive/backoffice/menu/main.css.scss +1 -1
  69. data/app/assets/stylesheets/locomotive/backoffice/menu/sub.css.scss +28 -36
  70. data/app/assets/stylesheets/locomotive/inline_editor.css +2 -1
  71. data/app/assets/stylesheets/locomotive/inline_editor/_buttons.css.scss +1 -11
  72. data/app/assets/stylesheets/locomotive/inline_editor/toolbar.css.scss +3 -4
  73. data/app/assets/stylesheets/locomotive/not_logged_in.css +1 -0
  74. data/app/assets/stylesheets/locomotive/not_logged_in/layout.css.scss +17 -8
  75. data/app/assets/stylesheets/locomotive/shared/_helpers.css.scss +21 -41
  76. data/app/assets/stylesheets/locomotive/shared/common.css.scss +2 -1
  77. data/app/assets/stylesheets/locomotive/shared/content_locale_picker.css.scss +11 -13
  78. data/app/cells/locomotive/content_locale_picker/show.html.haml +2 -2
  79. data/app/cells/locomotive/content_locale_picker_cell.rb +6 -2
  80. data/app/cells/locomotive/global_actions_cell.rb +1 -1
  81. data/app/cells/locomotive/main_menu/show.html.haml +1 -1
  82. data/app/cells/locomotive/main_menu_cell.rb +2 -2
  83. data/app/cells/locomotive/settings_menu_cell.rb +1 -0
  84. data/app/controllers/locomotive/api/accounts_controller.rb +70 -0
  85. data/app/controllers/locomotive/api/base_controller.rb +8 -0
  86. data/app/controllers/locomotive/api/content_assets_controller.rb +7 -9
  87. data/app/controllers/locomotive/api/content_entries_controller.rb +18 -14
  88. data/app/controllers/locomotive/api/content_types_controller.rb +56 -9
  89. data/app/controllers/locomotive/api/current_site_controller.rb +47 -1
  90. data/app/controllers/locomotive/api/documentation_controller.rb +15 -0
  91. data/app/controllers/locomotive/api/memberships_controller.rb +49 -14
  92. data/app/controllers/locomotive/api/my_account_controller.rb +19 -2
  93. data/app/controllers/locomotive/api/pages_controller.rb +56 -9
  94. data/app/controllers/locomotive/api/sites_controller.rb +62 -14
  95. data/app/controllers/locomotive/api/snippets_controller.rb +56 -9
  96. data/app/controllers/locomotive/api/theme_assets_controller.rb +7 -9
  97. data/app/controllers/locomotive/api/tokens_controller.rb +32 -5
  98. data/app/controllers/locomotive/api/translations_controller.rb +33 -0
  99. data/app/controllers/locomotive/public/base_controller.rb +1 -1
  100. data/app/controllers/locomotive/public/content_entries_controller.rb +13 -12
  101. data/app/controllers/locomotive/public/pages_controller.rb +3 -1
  102. data/app/controllers/locomotive/public/robots_controller.rb +2 -2
  103. data/app/controllers/locomotive/public/sitemaps_controller.rb +2 -2
  104. data/app/controllers/locomotive/sites_controller.rb +2 -2
  105. data/app/controllers/locomotive/snippets_controller.rb +6 -1
  106. data/app/controllers/locomotive/translations_controller.rb +39 -0
  107. data/app/helpers/locomotive/accounts_helper.rb +1 -1
  108. data/app/helpers/locomotive/base_helper.rb +68 -2
  109. data/app/helpers/locomotive/content_entries_helper.rb +27 -1
  110. data/app/helpers/locomotive/custom_fields_helper.rb +2 -2
  111. data/app/helpers/locomotive/pages_helper.rb +30 -2
  112. data/app/helpers/locomotive/snippets_helper.rb +20 -0
  113. data/app/helpers/locomotive/translations_helper.rb +19 -0
  114. data/app/inputs/locomotive/code_input.rb +29 -7
  115. data/app/inputs/locomotive/file_input.rb +5 -1
  116. data/app/inputs/locomotive/locale_input.rb +3 -2
  117. data/app/inputs/locomotive/locales_input.rb +3 -2
  118. data/app/mailers/locomotive/notifications.rb +7 -1
  119. data/app/models/locomotive/ability.rb +9 -3
  120. data/app/models/locomotive/account.rb +11 -5
  121. data/app/models/locomotive/content_asset.rb +2 -7
  122. data/app/models/locomotive/content_entry.rb +26 -20
  123. data/app/models/locomotive/content_type.rb +56 -28
  124. data/app/models/locomotive/editable_control.rb +0 -4
  125. data/app/models/locomotive/editable_element.rb +15 -4
  126. data/app/models/locomotive/editable_file.rb +11 -5
  127. data/app/models/locomotive/editable_long_text.rb +1 -7
  128. data/app/models/locomotive/editable_short_text.rb +12 -3
  129. data/app/models/locomotive/extensions/content_type/default_values.rb +2 -4
  130. data/app/models/locomotive/extensions/page/editable_elements.rb +22 -3
  131. data/app/models/locomotive/extensions/page/listed.rb +1 -1
  132. data/app/models/locomotive/extensions/page/parse.rb +18 -12
  133. data/app/models/locomotive/extensions/page/redirect.rb +6 -4
  134. data/app/models/locomotive/extensions/page/render.rb +1 -1
  135. data/app/models/locomotive/extensions/page/templatized.rb +48 -19
  136. data/app/models/locomotive/extensions/page/tree.rb +14 -2
  137. data/app/models/locomotive/extensions/site/locales.rb +11 -3
  138. data/app/models/locomotive/extensions/site/subdomain_domains.rb +7 -2
  139. data/app/models/locomotive/membership.rb +0 -4
  140. data/app/models/locomotive/page.rb +5 -13
  141. data/app/models/locomotive/site.rb +16 -23
  142. data/app/models/locomotive/snippet.rb +1 -9
  143. data/app/models/locomotive/theme_asset.rb +24 -28
  144. data/app/models/locomotive/translation.rb +35 -0
  145. data/app/presenters/locomotive/account_presenter.rb +12 -4
  146. data/app/presenters/locomotive/base_presenter.rb +122 -20
  147. data/app/presenters/locomotive/content_asset_presenter.rb +22 -11
  148. data/app/presenters/locomotive/content_entry_presenter.rb +151 -36
  149. data/app/presenters/locomotive/content_field_presenter.rb +76 -0
  150. data/app/presenters/locomotive/content_type_presenter.rb +66 -8
  151. data/app/presenters/locomotive/editable_control_presenter.rb +9 -8
  152. data/app/presenters/locomotive/editable_element_presenter.rb +26 -7
  153. data/app/presenters/locomotive/editable_file_presenter.rb +26 -5
  154. data/app/presenters/locomotive/editable_short_text_presenter.rb +21 -4
  155. data/app/presenters/locomotive/membership_presenter.rb +14 -16
  156. data/app/presenters/locomotive/page_presenter.rb +60 -14
  157. data/app/presenters/locomotive/site_presenter.rb +23 -8
  158. data/app/presenters/locomotive/snippet_presenter.rb +10 -8
  159. data/app/presenters/locomotive/theme_asset_presenter.rb +32 -15
  160. data/app/presenters/locomotive/translation_presenter.rb +9 -0
  161. data/app/uploaders/locomotive/editable_file_uploader.rb +4 -0
  162. data/app/views/locomotive/content_assets/_asset.html.haml +1 -1
  163. data/app/views/locomotive/content_assets/_picker.html.haml +1 -1
  164. data/app/views/locomotive/content_entries/_form.html.haml +2 -2
  165. data/app/views/locomotive/content_entries/_list.html.haml +1 -2
  166. data/app/views/locomotive/content_entries/edit.html.haml +6 -3
  167. data/app/views/locomotive/content_entries/index.html.haml +2 -2
  168. data/app/views/locomotive/content_entries/new.html.haml +5 -2
  169. data/app/views/locomotive/content_types/edit.html.haml +2 -2
  170. data/app/views/locomotive/current_site/edit.html.haml +1 -1
  171. data/app/views/locomotive/custom_fields/_form.html.haml +4 -4
  172. data/app/views/locomotive/custom_fields/_select_templates.html.haml +2 -2
  173. data/app/views/locomotive/custom_fields/types/_has_many.html.haml +6 -34
  174. data/app/views/locomotive/custom_fields/types/_has_many_form.html.haml +31 -0
  175. data/app/views/locomotive/custom_fields/types/_many_to_many.html.haml +2 -3
  176. data/app/views/locomotive/layouts/not_logged_in.html.haml +1 -1
  177. data/app/views/locomotive/my_account/edit.html.haml +2 -2
  178. data/app/views/locomotive/pages/_form.html.haml +8 -4
  179. data/app/views/locomotive/pages/_page.html.haml +7 -1
  180. data/app/views/locomotive/pages/edit.html.haml +1 -1
  181. data/app/views/locomotive/pages/index.html.haml +1 -1
  182. data/app/views/locomotive/public/pages/show_toolbar.html.haml +2 -3
  183. data/app/views/locomotive/public/sitemaps/show.xml.builder +4 -4
  184. data/app/views/locomotive/shared/_head.html.haml +3 -2
  185. data/app/views/locomotive/shared/_locale_picker_link.html.haml +3 -4
  186. data/app/views/locomotive/shared/actions/_contents.html.haml +3 -1
  187. data/app/views/locomotive/shared/menu/_contents.html.haml +14 -3
  188. data/app/views/locomotive/sites/_domains.html.haml +1 -1
  189. data/app/views/locomotive/sites/_form.html.haml +5 -5
  190. data/app/views/locomotive/sites/_memberships.html.haml +4 -2
  191. data/app/views/locomotive/snippets/_form.html.haml +2 -2
  192. data/app/views/locomotive/snippets/_snippet.html.haml +1 -1
  193. data/app/views/locomotive/snippets/edit.html.haml +1 -1
  194. data/app/views/locomotive/theme_assets/_asset.html.haml +1 -1
  195. data/app/views/locomotive/theme_assets/_form.html.haml +6 -2
  196. data/app/views/locomotive/theme_assets/edit.html.haml +1 -1
  197. data/app/views/locomotive/theme_assets/index.html.haml +15 -11
  198. data/app/views/locomotive/translations/_form.html.haml +12 -0
  199. data/app/views/locomotive/translations/edit.html.haml +15 -0
  200. data/app/views/locomotive/translations/index.html.haml +28 -0
  201. data/app/views/locomotive/translations/new.html.haml +12 -0
  202. data/config/initializers/deny_phantomjs_ttf.rb +29 -0
  203. data/config/locales/admin_ui.de.yml +1 -0
  204. data/config/locales/admin_ui.en.yml +22 -2
  205. data/config/locales/admin_ui.es.yml +1 -0
  206. data/config/locales/admin_ui.et.yml +14 -0
  207. data/config/locales/admin_ui.fr.yml +36 -14
  208. data/config/locales/admin_ui.it.yml +1 -0
  209. data/config/locales/admin_ui.nb.yml +1 -0
  210. data/config/locales/admin_ui.pl.yml +319 -0
  211. data/config/locales/admin_ui.pt-BR.yml +38 -6
  212. data/config/locales/admin_ui.ru.yml +1 -0
  213. data/config/locales/carrierwave.pl.yml +4 -0
  214. data/config/locales/default.fr.yml +3 -1
  215. data/config/locales/default.pl.yml +317 -0
  216. data/config/locales/devise.de.yml +1 -0
  217. data/config/locales/devise.en.yml +1 -0
  218. data/config/locales/devise.es.yml +1 -0
  219. data/config/locales/devise.et.yml +1 -0
  220. data/config/locales/devise.fr.yml +3 -2
  221. data/config/locales/devise.it.yml +1 -0
  222. data/config/locales/devise.nb.yml +1 -0
  223. data/config/locales/devise.nl.yml +1 -0
  224. data/config/locales/devise.pl.yml +64 -0
  225. data/config/locales/devise.pt-BR.yml +1 -0
  226. data/config/locales/devise.ru.yml +1 -0
  227. data/config/locales/flash.en.yml +9 -0
  228. data/config/locales/flash.pl.yml +106 -0
  229. data/config/locales/formtastic.en.yml +2 -0
  230. data/config/locales/formtastic.fr.yml +3 -1
  231. data/config/locales/formtastic.pl.yml +105 -0
  232. data/config/routes.rb +46 -38
  233. data/features/api/accounts.feature +25 -0
  234. data/features/api/authentication.feature +19 -0
  235. data/features/api/authorization/accounts.feature +125 -0
  236. data/features/api/authorization/content_assets.feature +147 -0
  237. data/features/api/authorization/content_entries.feature +202 -0
  238. data/features/api/authorization/content_types.feature +237 -0
  239. data/features/api/authorization/current_site.feature +30 -0
  240. data/features/api/authorization/memberships.feature +225 -0
  241. data/features/api/authorization/pages.feature +187 -0
  242. data/features/api/authorization/sites.feature +213 -0
  243. data/features/api/authorization/snippets.feature +179 -0
  244. data/features/api/authorization/theme_assets.feature +185 -0
  245. data/features/api/authorization/translations.feature +253 -0
  246. data/features/api/content_entries.feature +169 -0
  247. data/features/api/content_types.feature +156 -0
  248. data/features/api/editable_elements.feature +190 -0
  249. data/features/api/entries_custom_fields.feature +150 -0
  250. data/features/api/pages.feature +72 -0
  251. data/features/backoffice/authorization/account_settings.feature +28 -0
  252. data/features/backoffice/authorization/content_type.feature +35 -0
  253. data/features/backoffice/authorization/current_site.feature +53 -0
  254. data/features/backoffice/authorization/inline_front_end_editing.feature +46 -0
  255. data/features/backoffice/authorization/pages.feature +95 -0
  256. data/features/backoffice/authorization/theme_assets.feature +50 -0
  257. data/features/backoffice/content_types/edit.feature +20 -0
  258. data/features/backoffice/content_types/has_many.feature +60 -0
  259. data/features/backoffice/content_types/many_to_many.feature +42 -0
  260. data/features/backoffice/contents.feature +70 -0
  261. data/features/backoffice/editable_elements.feature +22 -0
  262. data/features/backoffice/login.feature +33 -0
  263. data/features/backoffice/mounting.feature +13 -0
  264. data/features/backoffice/pages.feature +35 -0
  265. data/features/backoffice/site.feature +45 -0
  266. data/features/backoffice/snippets.feature +39 -0
  267. data/features/backoffice/theme_assets.feature +72 -0
  268. data/features/backoffice/translations.feature +44 -0
  269. data/features/public/basic.feature +30 -0
  270. data/features/public/contact_form.feature +78 -0
  271. data/features/public/content_entries.feature +56 -0
  272. data/features/public/editable_elements.feature +138 -0
  273. data/features/public/has_many.feature +8 -0
  274. data/features/public/inheritance.feature +157 -0
  275. data/features/public/inline_front_end_editing.feature +26 -0
  276. data/features/public/many_to_many.feature +64 -0
  277. data/features/public/pagination.feature +8 -0
  278. data/features/public/robots.feature +22 -0
  279. data/features/public/sitemap.feature +74 -0
  280. data/features/public/snippets.feature +21 -0
  281. data/features/public/tablerow.feature +42 -0
  282. data/features/step_definitions/api_steps.rb +176 -0
  283. data/features/step_definitions/backoffice/mounting_steps.rb +22 -0
  284. data/features/step_definitions/backoffice_steps.rb +43 -0
  285. data/features/step_definitions/content_assets_steps.rb +12 -0
  286. data/features/step_definitions/content_types_steps.rb +106 -0
  287. data/features/step_definitions/current_site_steps.rb +43 -0
  288. data/features/step_definitions/editable_elements_steps.rb +24 -0
  289. data/features/step_definitions/membership_steps.rb +19 -0
  290. data/features/step_definitions/more_web_steps.rb +96 -0
  291. data/features/step_definitions/page_steps.rb +110 -0
  292. data/features/step_definitions/pagination_steps.rb +35 -0
  293. data/features/step_definitions/pickle_steps.rb +100 -0
  294. data/features/step_definitions/relationships_steps.rb +107 -0
  295. data/features/step_definitions/site_steps.rb +100 -0
  296. data/features/step_definitions/snippet_steps.rb +37 -0
  297. data/features/step_definitions/theme_asset_steps.rb +64 -0
  298. data/features/step_definitions/translation_steps.rb +7 -0
  299. data/features/step_definitions/web_steps.rb +197 -0
  300. data/features/step_definitions/within_steps.rb +14 -0
  301. data/features/support/cleaner.rb +4 -0
  302. data/features/support/env.rb +82 -0
  303. data/features/support/factory_girl.rb +2 -0
  304. data/features/support/http.rb +22 -0
  305. data/features/support/paths.rb +62 -0
  306. data/features/support/pickle.rb +24 -0
  307. data/features/support/selectors.rb +57 -0
  308. data/lib/generators/locomotive/install/install_generator.rb +5 -0
  309. data/lib/generators/locomotive/install/templates/dragonfly.rb +2 -3
  310. data/lib/generators/locomotive/install/templates/locomotive.rb +2 -2
  311. data/lib/locomotive.rb +13 -2
  312. data/lib/locomotive/action_controller/locale_helpers.rb +1 -1
  313. data/lib/locomotive/action_controller/public_responder.rb +17 -1
  314. data/lib/locomotive/action_controller/responder.rb +3 -2
  315. data/lib/locomotive/action_controller/url_helpers.rb +1 -1
  316. data/lib/locomotive/cancan.rb +22 -0
  317. data/lib/locomotive/carrierwave.rb +2 -0
  318. data/lib/locomotive/carrierwave/asset.rb +17 -7
  319. data/lib/locomotive/configuration.rb +6 -2
  320. data/lib/locomotive/core_ext.rb +5 -4
  321. data/lib/locomotive/custom_fields.rb +11 -0
  322. data/lib/locomotive/dependencies.rb +3 -3
  323. data/lib/locomotive/dragonfly.rb +1 -1
  324. data/lib/locomotive/engine.rb +24 -8
  325. data/lib/locomotive/formtastic.rb +26 -1
  326. data/lib/locomotive/liquid/drops/current_user.rb +2 -2
  327. data/lib/locomotive/liquid/drops/page.rb +5 -1
  328. data/lib/locomotive/liquid/filters/date.rb +19 -0
  329. data/lib/locomotive/liquid/filters/html.rb +7 -7
  330. data/lib/locomotive/liquid/filters/misc.rb +5 -7
  331. data/lib/locomotive/liquid/filters/text.rb +11 -0
  332. data/lib/locomotive/liquid/filters/translate.rb +16 -0
  333. data/lib/locomotive/liquid/patches.rb +21 -0
  334. data/lib/locomotive/liquid/tags/consume.rb +13 -2
  335. data/lib/locomotive/liquid/tags/csrf.rb +3 -3
  336. data/lib/locomotive/liquid/tags/editable/base.rb +11 -4
  337. data/lib/locomotive/liquid/tags/inline_editor.rb +5 -2
  338. data/lib/locomotive/liquid/tags/locale_switcher.rb +12 -4
  339. data/lib/locomotive/liquid/tags/nav.rb +1 -1
  340. data/lib/locomotive/liquid/tags/paginate.rb +4 -1
  341. data/lib/locomotive/liquid/tags/seo.rb +2 -2
  342. data/lib/locomotive/liquid/tags/snippet.rb +10 -2
  343. data/lib/locomotive/liquid/tags/with_scope.rb +11 -0
  344. data/lib/locomotive/middlewares.rb +2 -1
  345. data/lib/locomotive/middlewares/fonts.rb +2 -2
  346. data/lib/locomotive/middlewares/permalink.rb +22 -0
  347. data/lib/locomotive/misc/api_documentation.rb +114 -0
  348. data/lib/locomotive/misc/api_documentation/bootstrap.html.haml +196 -0
  349. data/lib/locomotive/mongoid.rb +2 -1
  350. data/lib/locomotive/mongoid/document.rb +3 -2
  351. data/lib/locomotive/mongoid/liquid.rb +39 -0
  352. data/lib/locomotive/mongoid/presenter.rb +73 -0
  353. data/lib/locomotive/presentable.rb +216 -0
  354. data/lib/locomotive/render.rb +76 -24
  355. data/lib/locomotive/routing/site_dispatcher.rb +15 -4
  356. data/lib/locomotive/version.rb +1 -1
  357. data/lib/tasks/development.rake +29 -0
  358. data/lib/tasks/locomotive.rake +58 -7
  359. data/spec/cells/locomotive/global_actions_spec.rb +98 -0
  360. data/spec/cells/locomotive/main_menu_cell_spec.rb +99 -0
  361. data/spec/cells/locomotive/settings_menu_cell_spec.rb +107 -0
  362. data/spec/dummy/Rakefile +7 -0
  363. data/spec/dummy/app/assets/javascripts/application.js +9 -0
  364. data/spec/dummy/app/assets/javascripts/locomotive_misc.js.coffee +2 -0
  365. data/spec/dummy/app/assets/stylesheets/application.css +7 -0
  366. data/spec/dummy/app/cells/locomotive/main_menu_cell.rb +9 -0
  367. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  368. data/spec/dummy/app/controllers/foo_controller.rb +10 -0
  369. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  370. data/spec/dummy/app/models/foo.rb +7 -0
  371. data/spec/dummy/app/views/foo/index.html.haml +1 -0
  372. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  373. data/spec/dummy/app/views/locomotive/shared/_main_app_head.html.haml +1 -0
  374. data/spec/dummy/config.ru +4 -0
  375. data/spec/dummy/config/application.rb +57 -0
  376. data/spec/dummy/config/boot.rb +20 -0
  377. data/spec/dummy/config/environment.rb +5 -0
  378. data/spec/dummy/config/environments/development.rb +38 -0
  379. data/spec/dummy/config/environments/production.rb +60 -0
  380. data/spec/dummy/config/environments/test.rb +39 -0
  381. data/spec/dummy/config/initializers/carrierwave.rb +8 -0
  382. data/spec/dummy/config/initializers/devise.rb +190 -0
  383. data/spec/dummy/config/initializers/dragonfly.rb +21 -0
  384. data/spec/dummy/config/initializers/formtastic.rb +5 -0
  385. data/spec/dummy/config/initializers/haml.rb +2 -0
  386. data/spec/dummy/config/initializers/locomotive.rb +80 -0
  387. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  388. data/spec/dummy/config/initializers/session_store.rb +8 -0
  389. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  390. data/spec/dummy/config/locales/en.yml +10 -0
  391. data/spec/dummy/config/locales/fr.yml +10 -0
  392. data/spec/dummy/config/mongoid.yml +23 -0
  393. data/spec/dummy/config/routes.rb +9 -0
  394. data/spec/dummy/public/404.html +26 -0
  395. data/spec/dummy/public/422.html +26 -0
  396. data/spec/dummy/public/500.html +26 -0
  397. data/spec/dummy/script/rails +6 -0
  398. data/spec/fixtures/assets/5k.png +0 -0
  399. data/spec/fixtures/assets/5k_2.png +0 -0
  400. data/spec/fixtures/assets/application.js +1 -0
  401. data/spec/fixtures/assets/main.css +1 -0
  402. data/spec/fixtures/assets/wrong.txt +1 -0
  403. data/spec/fixtures/images/logo1.jpg +0 -0
  404. data/spec/fixtures/images/logo2.jpg +0 -0
  405. data/spec/lib/core_ext_spec.rb +37 -0
  406. data/spec/lib/locomotive/configuration_spec.rb +26 -0
  407. data/spec/lib/locomotive/httparty/webservice_spec.rb +33 -0
  408. data/spec/lib/locomotive/liquid/drops/content_entry_spec.rb +46 -0
  409. data/spec/lib/locomotive/liquid/drops/current_user.rb +63 -0
  410. data/spec/lib/locomotive/liquid/drops/page_spec.rb +143 -0
  411. data/spec/lib/locomotive/liquid/drops/site_spec.rb +32 -0
  412. data/spec/lib/locomotive/liquid/filters/date_spec.rb +68 -0
  413. data/spec/lib/locomotive/liquid/filters/html_spec.rb +224 -0
  414. data/spec/lib/locomotive/liquid/filters/misc_spec.rb +56 -0
  415. data/spec/lib/locomotive/liquid/filters/resize_spec.rb +61 -0
  416. data/spec/lib/locomotive/liquid/filters/text_spec.rb +32 -0
  417. data/spec/lib/locomotive/liquid/filters/translate_spec.rb +50 -0
  418. data/spec/lib/locomotive/liquid/tags/consume_spec.rb +52 -0
  419. data/spec/lib/locomotive/liquid/tags/csrf_spec.rb +26 -0
  420. data/spec/lib/locomotive/liquid/tags/editable/short_text_spec.rb +46 -0
  421. data/spec/lib/locomotive/liquid/tags/extends_spec.rb +58 -0
  422. data/spec/lib/locomotive/liquid/tags/locale_switcher_spec.rb +47 -0
  423. data/spec/lib/locomotive/liquid/tags/nav_spec.rb +142 -0
  424. data/spec/lib/locomotive/liquid/tags/paginate_spec.rb +139 -0
  425. data/spec/lib/locomotive/liquid/tags/seo_spec.rb +135 -0
  426. data/spec/lib/locomotive/liquid/tags/with_scope_spec.rb +49 -0
  427. data/spec/lib/locomotive/presentable_spec.rb +184 -0
  428. data/spec/lib/locomotive/render_spec.rb +209 -0
  429. data/spec/lib/locomotive/routing/site_dispatcher_spec.rb +258 -0
  430. data/spec/mailers/locomotive/notifications_spec.rb +57 -0
  431. data/spec/models/locomotive/ability_spec.rb +132 -0
  432. data/spec/models/locomotive/account_spec.rb +87 -0
  433. data/spec/models/locomotive/content_asset_spec.rb +46 -0
  434. data/spec/models/locomotive/content_entry_spec.rb +269 -0
  435. data/spec/models/locomotive/content_type_spec.rb +391 -0
  436. data/spec/models/locomotive/editable_control_spec.rb +70 -0
  437. data/spec/models/locomotive/editable_file_spec.rb +95 -0
  438. data/spec/models/locomotive/editable_long_text_spec.rb +50 -0
  439. data/spec/models/locomotive/editable_short_text_spec.rb +174 -0
  440. data/spec/models/locomotive/extensions/page/editable_elements_spec.rb +67 -0
  441. data/spec/models/locomotive/extensions/page/redirect_spec.rb +28 -0
  442. data/spec/models/locomotive/extensions/page/render_spec.rb +88 -0
  443. data/spec/models/locomotive/extensions/site/locales_spec.rb +52 -0
  444. data/spec/models/locomotive/extensions/site/subdomain_domains_spec.rb +25 -0
  445. data/spec/models/locomotive/membership_spec.rb +61 -0
  446. data/spec/models/locomotive/page_spec.rb +427 -0
  447. data/spec/models/locomotive/site_spec.rb +176 -0
  448. data/spec/models/locomotive/snippet_spec.rb +77 -0
  449. data/spec/models/locomotive/theme_asset_spec.rb +128 -0
  450. data/spec/requests/seo_trailing_slash_spec.rb +25 -0
  451. data/spec/support/carrierwave.rb +50 -0
  452. data/spec/support/cells.rb +3 -0
  453. data/spec/support/controller.rb +32 -0
  454. data/spec/support/factories.rb +156 -0
  455. data/spec/support/locomotive.rb +37 -0
  456. data/spec/support/matchers.rb +127 -0
  457. data/spec/support/middlewares.rb +0 -0
  458. data/vendor/assets/fonts/locomotive/fontawesome-webfont.eot +0 -0
  459. data/vendor/assets/fonts/locomotive/fontawesome-webfont.svg +255 -0
  460. data/vendor/assets/fonts/locomotive/fontawesome-webfont.ttf +0 -0
  461. data/vendor/assets/fonts/locomotive/fontawesome-webfont.woff +0 -0
  462. data/vendor/assets/javascripts/locomotive/backbone.modelbinding.js +34 -9
  463. data/vendor/assets/javascripts/locomotive/backbone.sync.js +2 -2
  464. data/vendor/assets/javascripts/locomotive/form_submit_notification.js +2 -2
  465. data/vendor/assets/javascripts/locomotive/growl.js +10 -10
  466. data/vendor/assets/javascripts/locomotive/menu_toggler.js +8 -4
  467. data/vendor/assets/javascripts/locomotive/slugify.js +21 -5
  468. data/vendor/assets/stylesheets/locomotive/font-awesome.scss +329 -0
  469. data/vendor/assets/stylesheets/locomotive/jquery/{ui.css → ui.css.scss} +19 -19
  470. metadata +538 -195
  471. data/app/assets/images/locomotive/background/light.png +0 -0
  472. data/app/assets/images/locomotive/datepicker/ui-widget-left-icon.png +0 -0
  473. data/app/assets/images/locomotive/datepicker/ui-widget-right-icon.png +0 -0
  474. data/app/assets/images/locomotive/form/folded-arrow-off.png +0 -0
  475. data/app/assets/images/locomotive/form/folded-arrow-on.png +0 -0
  476. data/app/assets/images/locomotive/form/icons/drag.png +0 -0
  477. data/app/assets/images/locomotive/form/icons/edit.png +0 -0
  478. data/app/assets/images/locomotive/form/icons/error.png +0 -0
  479. data/app/assets/images/locomotive/form/icons/spinner.gif +0 -0
  480. data/app/assets/images/locomotive/form/icons/trash.png +0 -0
  481. data/app/assets/images/locomotive/form/pen.png +0 -0
  482. data/app/assets/images/locomotive/form/spinner.gif +0 -0
  483. data/app/assets/images/locomotive/icons/actions.png +0 -0
  484. data/app/assets/images/locomotive/icons/asset_add.png +0 -0
  485. data/app/assets/images/locomotive/icons/asset_switch.png +0 -0
  486. data/app/assets/images/locomotive/icons/membership_edit.png +0 -0
  487. data/app/assets/images/locomotive/icons/membership_lock.png +0 -0
  488. data/app/assets/images/locomotive/inline_editor/back.png +0 -0
  489. data/app/assets/images/locomotive/list/icons/cross.png +0 -0
  490. data/app/assets/images/locomotive/list/icons/drag.png +0 -0
  491. data/app/assets/images/locomotive/list/icons/move.png +0 -0
  492. data/app/assets/images/locomotive/list/icons/move_off.png +0 -0
  493. data/app/assets/images/locomotive/list/icons/node_closed.png +0 -0
  494. data/app/assets/images/locomotive/list/icons/node_open.png +0 -0
  495. data/app/assets/images/locomotive/list/icons/pencil.png +0 -0
  496. data/app/assets/images/locomotive/list/icons/pencil_off.png +0 -0
  497. data/app/assets/images/locomotive/list/icons/popup.png +0 -0
  498. data/app/assets/images/locomotive/list/icons/popup_off.png +0 -0
  499. data/app/assets/images/locomotive/list/icons/redirect.png +0 -0
  500. data/app/assets/images/locomotive/list/icons/states.png +0 -0
  501. data/app/assets/images/locomotive/list/icons/template.png +0 -0
  502. data/app/assets/images/locomotive/list/icons/toggle.png +0 -0
  503. data/app/assets/images/locomotive/list/icons/toggle_off.png +0 -0
  504. data/app/assets/images/locomotive/list/icons/trash.png +0 -0
  505. data/app/assets/images/locomotive/list/icons/trash_off.png +0 -0
  506. data/app/assets/images/locomotive/menu/icons.png +0 -0
  507. data/app/assets/images/locomotive/menu/popup/add.png +0 -0
  508. data/app/assets/images/locomotive/menu/popup/bottom-right-corner.png +0 -0
  509. data/app/assets/images/locomotive/menu/popup/bullet.png +0 -0
  510. data/app/assets/images/locomotive/plugins/selectmenu/arrow.png +0 -0
  511. data/app/assets/images/locomotive/plugins/selectmenu/background.png +0 -0
  512. data/app/assets/images/locomotive/plugins/sites_picker_entry_bg.png +0 -0
  513. data/app/assets/images/locomotive/simple/light_bg.png +0 -0
  514. data/app/assets/images/locomotive/simple/wrapper_bg.png +0 -0
  515. data/app/assets/stylesheets/locomotive/backoffice/menu/_icons.css.scss +0 -30
  516. data/app/uploaders/locomotive/theme_uploader.rb +0 -19
  517. data/lib/locomotive/mongoid/model_extensions.rb +0 -1
  518. data/lib/tasks/cucumber.rake +0 -66
  519. data/vendor/assets/stylesheets/locomotive/jquery.css +0 -3
@@ -179,10 +179,16 @@ Backbone.ModelBinding = (function(Backbone, _, $){
179
179
  var elementType = _getElementType(element);
180
180
  var attribute_name = config.getBindingValue(element, elementType);
181
181
 
182
- // HACK (Did)
182
+ // HACK (Did): remove prefix by view namespace (formtastic convention). Needed for popup
183
+ if (typeof(view.namespace) != 'undefined') {
184
+ regexp = new RegExp('^' + view.namespace + '_')
185
+ attribute_name = attribute_name.replace(regexp, '');
186
+ }
187
+
188
+ // HACK (Did): remove prefix by the model paramRoot (formtastic convention)
183
189
  if (model.paramRoot) {
184
190
  regexp = new RegExp('^' + model.paramRoot + '_')
185
- attribute_name = attribute_name.replace(regexp, '')
191
+ attribute_name = attribute_name.replace(regexp, '');
186
192
  }
187
193
  // console.log(attribute_name);
188
194
 
@@ -239,7 +245,13 @@ Backbone.ModelBinding = (function(Backbone, _, $){
239
245
  var element = view.$(this);
240
246
  var attribute_name = config.getBindingValue(element, 'select');
241
247
 
242
- // HACK (Did)
248
+ // HACK (Did): remove prefix by view namespace (formtastic convention). Needed for popup
249
+ if (typeof(view.namespace) != 'undefined') {
250
+ regexp = new RegExp('^' + view.namespace + '_')
251
+ attribute_name = attribute_name.replace(regexp, '');
252
+ }
253
+
254
+ // HACK (Did): remove prefix by the model paramRoot (formtastic convention)
243
255
  if (model.paramRoot) {
244
256
  regexp = new RegExp('^' + model.paramRoot + '_')
245
257
  attribute_name = attribute_name.replace(regexp, '')
@@ -298,8 +310,14 @@ Backbone.ModelBinding = (function(Backbone, _, $){
298
310
 
299
311
  var group_name = config.getBindingValue(element, 'radio');
300
312
 
301
- // HACK (Did)
313
+ // HACK (Did): remove prefix by view namespace (formtastic convention). Needed for popup
302
314
  var attribute_name = group_name;
315
+ if (typeof(view.namespace) != 'undefined') {
316
+ regexp = new RegExp('^' + view.namespace + "\\[");
317
+ attribute_name = attribute_name.replace(regexp, '').replace(/\]$/, '');
318
+ }
319
+
320
+ // HACK (Did): remove prefix by the model paramRoot (formtastic convention)
303
321
  if (model.paramRoot) {
304
322
  regexp = new RegExp('^' + model.paramRoot + "\\[");
305
323
  attribute_name = attribute_name.replace(regexp, '').replace(/\]$/, '');
@@ -312,7 +330,7 @@ Backbone.ModelBinding = (function(Backbone, _, $){
312
330
  var bindingAttr = config.getBindingAttr('radio');
313
331
 
314
332
  var modelChange = function(model, val){
315
- var value_selector = "input[type=radio][" + bindingAttr + "=" + group_name + "][value=" + val + "]";
333
+ var value_selector = "input[type=radio][" + bindingAttr + "='" + group_name + "'][value=" + val + "]";
316
334
  view.$(value_selector).attr("checked", "checked");
317
335
  };
318
336
  modelBinder.registerModelBinding(model, group_name, modelChange);
@@ -331,7 +349,8 @@ Backbone.ModelBinding = (function(Backbone, _, $){
331
349
  }
332
350
  };
333
351
 
334
- var group_selector = "input[type=radio][" + bindingAttr + "=" + group_name + "]";
352
+ var group_selector = "input[type=radio][" + bindingAttr + "='" + group_name + "']";
353
+ //console.log(group_selector)
335
354
  view.$(group_selector).each(function(){
336
355
  var groupEl = $(this);
337
356
  modelBinder.registerElementBinding(groupEl, elementChange);
@@ -340,11 +359,11 @@ Backbone.ModelBinding = (function(Backbone, _, $){
340
359
  var attr_value = model.get(attribute_name);
341
360
  if (typeof attr_value !== "undefined" && attr_value !== null) {
342
361
  // set the default value on the form, from the model
343
- var value_selector = "input[type=radio][" + bindingAttr + "=" + group_name + "][value=" + attr_value + "]";
362
+ var value_selector = "input[type=radio][" + bindingAttr + "='" + group_name + "'][value=" + attr_value + "]";
344
363
  view.$(value_selector).attr("checked", "checked");
345
364
  } else {
346
365
  // set the model to the currently selected radio button
347
- var value_selector = "input[type=radio][" + bindingAttr + "=" + group_name + "]:checked";
366
+ var value_selector = "input[type=radio][" + bindingAttr + "='" + group_name + "']:checked";
348
367
  var value = view.$(value_selector).val();
349
368
  setModelValue(attribute_name, value);
350
369
  }
@@ -369,7 +388,13 @@ Backbone.ModelBinding = (function(Backbone, _, $){
369
388
  var bindingAttr = config.getBindingAttr('checkbox');
370
389
  var attribute_name = config.getBindingValue(element, 'checkbox');
371
390
 
372
- // HACK (Did)
391
+ // HACK (Did): remove prefix by view namespace (formtastic convention). Needed for popup
392
+ if (typeof(view.namespace) != 'undefined') {
393
+ regexp = new RegExp('^' + view.namespace + '_')
394
+ attribute_name = attribute_name.replace(regexp, '');
395
+ }
396
+
397
+ // HACK (Did): remove prefix by the model paramRoot (formtastic convention)
373
398
  if (model.paramRoot) {
374
399
  regexp = new RegExp('^' + model.paramRoot + '_')
375
400
  attribute_name = attribute_name.replace(regexp, '')
@@ -23,7 +23,7 @@
23
23
  type: type,
24
24
  dataType: 'json',
25
25
  beforeSend: function( xhr ) {
26
- var token = $('meta[name="csrf-token"]').attr('content');
26
+ var token = $('meta[name="csrf-token"]').prop('content');
27
27
  if (token) xhr.setRequestHeader('X-CSRF-Token', token);
28
28
  }
29
29
  }, options);
@@ -102,7 +102,7 @@
102
102
  var noticeType = xhr.getResponseHeader('X-Message-Type');
103
103
  if (noticeType != null) {
104
104
  var growlType = noticeType == 'notice' ? 'notice' : 'alert'; // for now, only 2 kind of growl messages
105
- $.growl(noticeType, xhr.getResponseHeader('X-Message'));
105
+ $.growl(noticeType, jQuery.parseJSON(xhr.getResponseHeader('X-Message')));
106
106
  }
107
107
  }
108
108
 
@@ -22,10 +22,10 @@ $.fn.formSubmitNotification = function(settings) {
22
22
 
23
23
  return this.each(function() {
24
24
  var form = $(this);
25
- var message = form.attr('data-sending-form-message') || form.attr('data-sending_form_message');
25
+ var message = form.data('sending-form-message') || form.data('sending_form_message');
26
26
 
27
27
  if (typeof(message) == 'undefined')
28
- message = form.find('input[type=submit]').attr('data-sending-form-message');
28
+ message = form.find('input[type=submit]').data('sending-form-message');
29
29
 
30
30
  if (typeof(message) == 'undefined')
31
31
  return ;
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Examples at: http://fragmentedcode.com/jquery-growl
7
7
  * Copyright (c) 2008 David Higgins
8
- *
8
+ *
9
9
  * Special thanks to Daniel Mota for inspiration:
10
10
  * http://icebeat.bitacoras.com/mootools/growl/
11
11
  */
@@ -24,7 +24,7 @@ $.growl.settings.displayTimeout = 4000;
24
24
  $.growl.settings.noticeTemplate = ''
25
25
  + '<div>'
26
26
  + '<div style="float: right; background-image: url(my.growlTheme/normalTop.png); position: relative; width: 259px; height: 16px; margin: 0pt;"></div>'
27
- + '<div style="float: right; background-image: url(my.growlTheme/normalBackground.png); position: relative; display: block; color: #ffffff; font-family: Arial; font-size: 12px; line-height: 14px; width: 259px; margin: 0pt;">'
27
+ + '<div style="float: right; background-image: url(my.growlTheme/normalBackground.png); position: relative; display: block; color: #ffffff; font-family: Arial; font-size: 12px; line-height: 14px; width: 259px; margin: 0pt;">'
28
28
  + ' <img style="margin: 14px; margin-top: 0px; float: left;" src="%image%" />'
29
29
  + ' <h3 style="margin: 0pt; margin-left: 77px; padding-bottom: 10px; font-size: 13px;">%title%</h3>'
30
30
  + ' <p style="margin: 0pt 14px; margin-left: 77px; font-size: 12px;">%message%</p>'
@@ -35,7 +35,7 @@ $.growl.settings.noticeCss = {
35
35
  position: 'relative'
36
36
  };
37
37
 
38
- To change the 'dock' look, and position:
38
+ To change the 'dock' look, and position:
39
39
 
40
40
  $.growl.settings.dockTemplate = '<div></div>';
41
41
  $.growl.settings.dockCss = {
@@ -44,7 +44,7 @@ $.growl.settings.dockCss = {
44
44
  right: '10px',
45
45
  width: '300px'
46
46
  };
47
-
47
+
48
48
  The dockCss will allow you to 'dock' the notifications to a specific area
49
49
  on the page, such as TopRight (the default) or TopLeft, perhaps even in a
50
50
  smaller area with "overflow: scroll" enabled?
@@ -62,21 +62,21 @@ function create(rebuild) {
62
62
  if(jQuery.growl.settings.defaultStylesheet) {
63
63
  $('head').append('<link rel="stylesheet" type="text/css" href="' + jQuery.growl.settings.defaultStylesheet + '" />');
64
64
  }
65
-
65
+
66
66
  } else {
67
67
  instance = $(instance);
68
68
  }
69
69
  $('body').append(instance.css(jQuery.growl.settings.dockCss));
70
70
  return instance;
71
71
  };
72
-
72
+
73
73
  function r(text, expr, val) {
74
74
  while(expr.test(text)) {
75
75
  text = text.replace(expr, val);
76
76
  }
77
77
  return text;
78
78
  };
79
-
79
+
80
80
  function notify(title,message,image,priority) {
81
81
  var instance = create();
82
82
  var html = jQuery.growl.settings.noticeTemplate;
@@ -93,7 +93,7 @@ function notify(title,message,image,priority) {
93
93
 
94
94
  $.growl.settings.noticeDisplay(notice);
95
95
  instance.append(notice);
96
- $('a[@rel="close"]', notice).click(function() {
96
+ $('a[rel="close"]', notice).click(function() {
97
97
  notice.remove();
98
98
  });
99
99
  if ($.growl.settings.displayTimeout > 0) {
@@ -105,7 +105,7 @@ function notify(title,message,image,priority) {
105
105
  }
106
106
  };
107
107
 
108
-
108
+
109
109
  // default settings
110
110
  $.growl.settings = {
111
111
  dockTemplate: '<div></div>',
@@ -116,7 +116,7 @@ $.growl.settings = {
116
116
  width: '300px',
117
117
  zIndex: 50000
118
118
  },
119
- noticeTemplate:
119
+ noticeTemplate:
120
120
  '<div class="notice">' +
121
121
  ' <h3 style="margin-top: 15px">%title%</h3>' +
122
122
  ' <p>%message%</p>' +
@@ -3,25 +3,29 @@
3
3
  * Init and deploy childs on menu (admin)
4
4
  * Benjamin Athlan - Bewcultures
5
5
  * Andrew Bennett - Delorum
6
+ * Didier Lafforgue - NoCoffee
6
7
  */
7
8
  $.fn.toggleMe = function(settings) {
8
9
 
9
10
  settings = $.extend({}, settings);
10
11
 
11
12
  var toggle = function(event) {
12
- var toggler = $(this);
13
- var children = toggler.parent().find('> ul.folder');
13
+ var toggler = $(this);
14
+ var children = toggler.parent().find('> ul.folder');
15
+ var openClass = toggler.data('open')
16
+ var closedClass = toggler.data('closed')
14
17
 
15
18
  children.each(function() {
16
19
  var child = $(this);
20
+
17
21
  if (child.is(':visible')) {
18
22
  child.slideUp('fast', function() {
19
- toggler.attr('src', toggler.attr('src').replace('open', 'closed'));
23
+ toggler.removeClass(openClass).addClass(closedClass)
20
24
  $.cookie(child.attr('id'), 'none');
21
25
  });
22
26
  } else {
23
27
  child.slideDown('fast', function() {
24
- toggler.attr('src', toggler.attr('src').replace('closed', 'open'));
28
+ toggler.removeClass(closedClass).addClass(openClass)
25
29
  $.cookie(child.attr('id'), 'block');
26
30
  });
27
31
  }
@@ -7,7 +7,9 @@
7
7
  $.fn.slugify = function(settings) {
8
8
 
9
9
  settings = $.extend({
10
- sep: '-'
10
+ sep: '-',
11
+ url: null,
12
+ underscore: false
11
13
  }, settings);
12
14
 
13
15
  var target = $(settings.target);
@@ -15,11 +17,25 @@ $.fn.slugify = function(settings) {
15
17
 
16
18
  var makeSlug = function(event) {
17
19
  var source = $(this);
18
- var newVal = source.val().slugify(settings.sep);
19
20
 
20
- if (!target.data('touched')) {
21
- target.val(newVal);
22
- target.trigger('change');
21
+ if (settings.url != null) {
22
+ // Ajax call instead meaning rely on the server to get the slugified version of the field
23
+ params = { 'string': source.val(), 'underscore': (settings.underscore ? '1' : '0') };
24
+ jQuery.getJSON(settings.url, params, function(data, textStatus, jqXHR) {
25
+ var newVal = data['value']
26
+
27
+ if (!target.data('touched')) {
28
+ target.val(newVal);
29
+ target.trigger('change');
30
+ }
31
+ });
32
+ } else {
33
+ var newVal = source.val().slugify(settings.sep);
34
+
35
+ if (!target.data('touched')) {
36
+ target.val(newVal);
37
+ target.trigger('change');
38
+ }
23
39
  }
24
40
  }
25
41
 
@@ -0,0 +1,329 @@
1
+ /* Font Awesome
2
+ the iconic font designed for use with Twitter Bootstrap
3
+ -------------------------------------------------------
4
+ The full suite of pictographic icons, examples, and documentation
5
+ can be found at: http://fortawesome.github.com/Font-Awesome/
6
+
7
+ License
8
+ -------------------------------------------------------
9
+ The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10
+ http://creativecommons.org/licenses/by/3.0/ A mention of
11
+ 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12
+ source code is considered acceptable attribution (most common on the web).
13
+ If human readable source code is not available to the end user, a mention in
14
+ an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15
+ or mobile software).
16
+
17
+ Contact
18
+ -------------------------------------------------------
19
+ Email: dave@davegandy.com
20
+ Twitter: http://twitter.com/fortaweso_me
21
+ Work: Lead Product Designer @ http://kyruus.com
22
+
23
+ */
24
+
25
+ @import "compass/css3/font-face";
26
+ $fontAwesomePath: font-path("locomotive/fontawesome-webfont") !default;
27
+
28
+ @include font-face(
29
+ 'FontAwesome',
30
+ font-files(
31
+ "#{$fontAwesomePath}.woff", woff,
32
+ "#{$fontAwesomePath}.ttf", truetype,
33
+ "#{$fontAwesomePath}.svg#FontAwesomeRegular", svg),
34
+ '#{$fontAwesomePath}.eot',
35
+ normal,
36
+ normal);
37
+
38
+ /* Font Awesome styles
39
+ ------------------------------------------------------- */
40
+ [class^="icon-"]:before,
41
+ [class*=" icon-"]:before {
42
+ font-family: FontAwesome;
43
+ font-weight: normal;
44
+ font-style: normal;
45
+ display: inline-block;
46
+ text-decoration: inherit;
47
+ }
48
+
49
+ a [class^="icon-"],
50
+ a [class*=" icon-"] {
51
+ display: inline-block;
52
+ text-decoration: inherit;
53
+ }
54
+
55
+ /* makes the font 33% larger relative to the icon container */
56
+ .icon-large:before {
57
+ vertical-align: middle;
58
+ font-size: 4/3em;
59
+ }
60
+
61
+ .btn, .nav-tabs {
62
+ [class^="icon-"],
63
+ [class*=" icon-"] {
64
+ /* keeps button heights with and without icons the same */
65
+ line-height: .9em;
66
+ }
67
+ }
68
+
69
+ li {
70
+ [class^="icon-"],
71
+ [class*=" icon-"] {
72
+ display: inline-block;
73
+ width: 1.25em;
74
+ text-align: center;
75
+ }
76
+ .icon-large:before,
77
+ .icon-large:before {
78
+ /* 1.5 increased font size for icon-large * 1.25 width */
79
+ width: 1.5*1.25em;
80
+ }
81
+ }
82
+
83
+ ul.icons {
84
+ list-style-type: none;
85
+ margin-left: 2em;
86
+ text-indent: -.8em;
87
+
88
+ li {
89
+ [class^="icon-"],
90
+ [class*=" icon-"] {
91
+ width: .8em;
92
+ }
93
+ .icon-large:before,
94
+ .icon-large:before {
95
+ /* 1.5 increased font size for icon-large * 1.25 width */
96
+ vertical-align: initial;
97
+ // width: 1.5*1.25em;
98
+ }
99
+ }
100
+ }
101
+
102
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
103
+ readers do not read off random characters that represent icons */
104
+ .icon-glass:before { content: "\f000"; }
105
+ .icon-music:before { content: "\f001"; }
106
+ .icon-search:before { content: "\f002"; }
107
+ .icon-envelope:before { content: "\f003"; }
108
+ .icon-heart:before { content: "\f004"; }
109
+ .icon-star:before { content: "\f005"; }
110
+ .icon-star-empty:before { content: "\f006"; }
111
+ .icon-user:before { content: "\f007"; }
112
+ .icon-film:before { content: "\f008"; }
113
+ .icon-th-large:before { content: "\f009"; }
114
+ .icon-th:before { content: "\f00a"; }
115
+ .icon-th-list:before { content: "\f00b"; }
116
+ .icon-ok:before { content: "\f00c"; }
117
+ .icon-remove:before { content: "\f00d"; }
118
+ .icon-zoom-in:before { content: "\f00e"; }
119
+
120
+ .icon-zoom-out:before { content: "\f010"; }
121
+ .icon-off:before { content: "\f011"; }
122
+ .icon-signal:before { content: "\f012"; }
123
+ .icon-cog:before { content: "\f013"; }
124
+ .icon-trash:before { content: "\f014"; }
125
+ .icon-home:before { content: "\f015"; }
126
+ .icon-file:before { content: "\f016"; }
127
+ .icon-time:before { content: "\f017"; }
128
+ .icon-road:before { content: "\f018"; }
129
+ .icon-download-alt:before { content: "\f019"; }
130
+ .icon-download:before { content: "\f01a"; }
131
+ .icon-upload:before { content: "\f01b"; }
132
+ .icon-inbox:before { content: "\f01c"; }
133
+ .icon-play-circle:before { content: "\f01d"; }
134
+ .icon-repeat:before { content: "\f01e"; }
135
+
136
+ /* \f020 doesn't work in Safari. all shifted one down */
137
+ .icon-refresh:before { content: "\f021"; }
138
+ .icon-list-alt:before { content: "\f022"; }
139
+ .icon-lock:before { content: "\f023"; }
140
+ .icon-flag:before { content: "\f024"; }
141
+ .icon-headphones:before { content: "\f025"; }
142
+ .icon-volume-off:before { content: "\f026"; }
143
+ .icon-volume-down:before { content: "\f027"; }
144
+ .icon-volume-up:before { content: "\f028"; }
145
+ .icon-qrcode:before { content: "\f029"; }
146
+ .icon-barcode:before { content: "\f02a"; }
147
+ .icon-tag:before { content: "\f02b"; }
148
+ .icon-tags:before { content: "\f02c"; }
149
+ .icon-book:before { content: "\f02d"; }
150
+ .icon-bookmark:before { content: "\f02e"; }
151
+ .icon-print:before { content: "\f02f"; }
152
+
153
+ .icon-camera:before { content: "\f030"; }
154
+ .icon-font:before { content: "\f031"; }
155
+ .icon-bold:before { content: "\f032"; }
156
+ .icon-italic:before { content: "\f033"; }
157
+ .icon-text-height:before { content: "\f034"; }
158
+ .icon-text-width:before { content: "\f035"; }
159
+ .icon-align-left:before { content: "\f036"; }
160
+ .icon-align-center:before { content: "\f037"; }
161
+ .icon-align-right:before { content: "\f038"; }
162
+ .icon-align-justify:before { content: "\f039"; }
163
+ .icon-list:before { content: "\f03a"; }
164
+ .icon-indent-left:before { content: "\f03b"; }
165
+ .icon-indent-right:before { content: "\f03c"; }
166
+ .icon-facetime-video:before { content: "\f03d"; }
167
+ .icon-picture:before { content: "\f03e"; }
168
+
169
+ .icon-pencil:before { content: "\f040"; }
170
+ .icon-map-marker:before { content: "\f041"; }
171
+ .icon-adjust:before { content: "\f042"; }
172
+ .icon-tint:before { content: "\f043"; }
173
+ .icon-edit:before { content: "\f044"; }
174
+ .icon-share:before { content: "\f045"; }
175
+ .icon-check:before { content: "\f046"; }
176
+ .icon-move:before { content: "\f047"; }
177
+ .icon-step-backward:before { content: "\f048"; }
178
+ .icon-fast-backward:before { content: "\f049"; }
179
+ .icon-backward:before { content: "\f04a"; }
180
+ .icon-play:before { content: "\f04b"; }
181
+ .icon-pause:before { content: "\f04c"; }
182
+ .icon-stop:before { content: "\f04d"; }
183
+ .icon-forward:before { content: "\f04e"; }
184
+
185
+ .icon-fast-forward:before { content: "\f050"; }
186
+ .icon-step-forward:before { content: "\f051"; }
187
+ .icon-eject:before { content: "\f052"; }
188
+ .icon-chevron-left:before { content: "\f053"; }
189
+ .icon-chevron-right:before { content: "\f054"; }
190
+ .icon-plus-sign:before { content: "\f055"; }
191
+ .icon-minus-sign:before { content: "\f056"; }
192
+ .icon-remove-sign:before { content: "\f057"; }
193
+ .icon-ok-sign:before { content: "\f058"; }
194
+ .icon-question-sign:before { content: "\f059"; }
195
+ .icon-info-sign:before { content: "\f05a"; }
196
+ .icon-screenshot:before { content: "\f05b"; }
197
+ .icon-remove-circle:before { content: "\f05c"; }
198
+ .icon-ok-circle:before { content: "\f05d"; }
199
+ .icon-ban-circle:before { content: "\f05e"; }
200
+
201
+ .icon-arrow-left:before { content: "\f060"; }
202
+ .icon-arrow-right:before { content: "\f061"; }
203
+ .icon-arrow-up:before { content: "\f062"; }
204
+ .icon-arrow-down:before { content: "\f063"; }
205
+ .icon-share-alt:before { content: "\f064"; }
206
+ .icon-resize-full:before { content: "\f065"; }
207
+ .icon-resize-small:before { content: "\f066"; }
208
+ .icon-plus:before { content: "\f067"; }
209
+ .icon-minus:before { content: "\f068"; }
210
+ .icon-asterisk:before { content: "\f069"; }
211
+ .icon-exclamation-sign:before { content: "\f06a"; }
212
+ .icon-gift:before { content: "\f06b"; }
213
+ .icon-leaf:before { content: "\f06c"; }
214
+ .icon-fire:before { content: "\f06d"; }
215
+ .icon-eye-open:before { content: "\f06e"; }
216
+
217
+ .icon-eye-close:before { content: "\f070"; }
218
+ .icon-warning-sign:before { content: "\f071"; }
219
+ .icon-plane:before { content: "\f072"; }
220
+ .icon-calendar:before { content: "\f073"; }
221
+ .icon-random:before { content: "\f074"; }
222
+ .icon-comment:before { content: "\f075"; }
223
+ .icon-magnet:before { content: "\f076"; }
224
+ .icon-chevron-up:before { content: "\f077"; }
225
+ .icon-chevron-down:before { content: "\f078"; }
226
+ .icon-retweet:before { content: "\f079"; }
227
+ .icon-shopping-cart:before { content: "\f07a"; }
228
+ .icon-folder-close:before { content: "\f07b"; }
229
+ .icon-folder-open:before { content: "\f07c"; }
230
+ .icon-resize-vertical:before { content: "\f07d"; }
231
+ .icon-resize-horizontal:before { content: "\f07e"; }
232
+
233
+ .icon-bar-chart:before { content: "\f080"; }
234
+ .icon-twitter-sign:before { content: "\f081"; }
235
+ .icon-facebook-sign:before { content: "\f082"; }
236
+ .icon-camera-retro:before { content: "\f083"; }
237
+ .icon-key:before { content: "\f084"; }
238
+ .icon-cogs:before { content: "\f085"; }
239
+ .icon-comments:before { content: "\f086"; }
240
+ .icon-thumbs-up:before { content: "\f087"; }
241
+ .icon-thumbs-down:before { content: "\f088"; }
242
+ .icon-star-half:before { content: "\f089"; }
243
+ .icon-heart-empty:before { content: "\f08a"; }
244
+ .icon-signout:before { content: "\f08b"; }
245
+ .icon-linkedin-sign:before { content: "\f08c"; }
246
+ .icon-pushpin:before { content: "\f08d"; }
247
+ .icon-external-link:before { content: "\f08e"; }
248
+
249
+ .icon-signin:before { content: "\f090"; }
250
+ .icon-trophy:before { content: "\f091"; }
251
+ .icon-github-sign:before { content: "\f092"; }
252
+ .icon-upload-alt:before { content: "\f093"; }
253
+ .icon-lemon:before { content: "\f094"; }
254
+ .icon-phone:before { content: "\f095"; }
255
+ .icon-check-empty:before { content: "\f096"; }
256
+ .icon-bookmark-empty:before { content: "\f097"; }
257
+ .icon-phone-sign:before { content: "\f098"; }
258
+ .icon-twitter:before { content: "\f099"; }
259
+ .icon-facebook:before { content: "\f09a"; }
260
+ .icon-github:before { content: "\f09b"; }
261
+ .icon-unlock:before { content: "\f09c"; }
262
+ .icon-credit-card:before { content: "\f09d"; }
263
+ .icon-rss:before { content: "\f09e"; }
264
+
265
+ .icon-hdd:before { content: "\f0a0"; }
266
+ .icon-bullhorn:before { content: "\f0a1"; }
267
+ .icon-bell:before { content: "\f0a2"; }
268
+ .icon-certificate:before { content: "\f0a3"; }
269
+ .icon-hand-right:before { content: "\f0a4"; }
270
+ .icon-hand-left:before { content: "\f0a5"; }
271
+ .icon-hand-up:before { content: "\f0a6"; }
272
+ .icon-hand-down:before { content: "\f0a7"; }
273
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
274
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
275
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
276
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
277
+ .icon-globe:before { content: "\f0ac"; }
278
+ .icon-wrench:before { content: "\f0ad"; }
279
+ .icon-tasks:before { content: "\f0ae"; }
280
+
281
+ .icon-filter:before { content: "\f0b0"; }
282
+ .icon-briefcase:before { content: "\f0b1"; }
283
+ .icon-fullscreen:before { content: "\f0b2"; }
284
+
285
+ .icon-group:before { content: "\f0c0"; }
286
+ .icon-link:before { content: "\f0c1"; }
287
+ .icon-cloud:before { content: "\f0c2"; }
288
+ .icon-beaker:before { content: "\f0c3"; }
289
+ .icon-cut:before { content: "\f0c4"; }
290
+ .icon-copy:before { content: "\f0c5"; }
291
+ .icon-paper-clip:before { content: "\f0c6"; }
292
+ .icon-save:before { content: "\f0c7"; }
293
+ .icon-sign-blank:before { content: "\f0c8"; }
294
+ .icon-reorder:before { content: "\f0c9"; }
295
+ .icon-list-ul:before { content: "\f0ca"; }
296
+ .icon-list-ol:before { content: "\f0cb"; }
297
+ .icon-strikethrough:before { content: "\f0cc"; }
298
+ .icon-underline:before { content: "\f0cd"; }
299
+ .icon-table:before { content: "\f0ce"; }
300
+
301
+ .icon-magic:before { content: "\f0d0"; }
302
+ .icon-truck:before { content: "\f0d1"; }
303
+ .icon-pinterest:before { content: "\f0d2"; }
304
+ .icon-pinterest-sign:before { content: "\f0d3"; }
305
+ .icon-google-plus-sign:before { content: "\f0d4"; }
306
+ .icon-google-plus:before { content: "\f0d5"; }
307
+ .icon-money:before { content: "\f0d6"; }
308
+ .icon-caret-down:before { content: "\f0d7"; }
309
+ .icon-caret-up:before { content: "\f0d8"; }
310
+ .icon-caret-left:before { content: "\f0d9"; }
311
+ .icon-caret-right:before { content: "\f0da"; }
312
+ .icon-columns:before { content: "\f0db"; }
313
+ .icon-sort:before { content: "\f0dc"; }
314
+ .icon-sort-down:before { content: "\f0dd"; }
315
+ .icon-sort-up:before { content: "\f0de"; }
316
+
317
+ .icon-envelope-alt:before { content: "\f0e0"; }
318
+ .icon-linkedin:before { content: "\f0e1"; }
319
+ .icon-undo:before { content: "\f0e2"; }
320
+ .icon-legal:before { content: "\f0e3"; }
321
+ .icon-dashboard:before { content: "\f0e4"; }
322
+ .icon-comment-alt:before { content: "\f0e5"; }
323
+ .icon-comments-alt:before { content: "\f0e6"; }
324
+ .icon-bolt:before { content: "\f0e7"; }
325
+ .icon-sitemap:before { content: "\f0e8"; }
326
+ .icon-umbrella:before { content: "\f0e9"; }
327
+ .icon-paste:before { content: "\f0ea"; }
328
+
329
+ .icon-user-md:before { content: "\f200"; }