locomotivecms 3.0.0.pre.alpha
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +63 -0
- data/LICENSE +21 -0
- data/README.md +76 -0
- data/app/api/locomotive/api.rb +55 -0
- data/app/api/locomotive/api/entities/account_entity.rb +17 -0
- data/app/api/locomotive/api/entities/base_entity.rb +26 -0
- data/app/api/locomotive/api/entities/content_asset_entity.rb +44 -0
- data/app/api/locomotive/api/entities/content_entry_entity.rb +85 -0
- data/app/api/locomotive/api/entities/content_type_entity.rb +31 -0
- data/app/api/locomotive/api/entities/content_type_field_entity.rb +34 -0
- data/app/api/locomotive/api/entities/editable_element_entity.rb +17 -0
- data/app/api/locomotive/api/entities/membership_entity.rb +30 -0
- data/app/api/locomotive/api/entities/page_entity.rb +56 -0
- data/app/api/locomotive/api/entities/site_entity.rb +22 -0
- data/app/api/locomotive/api/entities/snippet_entity.rb +13 -0
- data/app/api/locomotive/api/entities/theme_asset_entity.rb +36 -0
- data/app/api/locomotive/api/entities/translation_entity.rb +14 -0
- data/app/api/locomotive/api/exception_rescuers.rb +42 -0
- data/app/api/locomotive/api/forms/account_form.rb +13 -0
- data/app/api/locomotive/api/forms/base_form.rb +79 -0
- data/app/api/locomotive/api/forms/content_asset_form.rb +13 -0
- data/app/api/locomotive/api/forms/content_entry_form.rb +94 -0
- data/app/api/locomotive/api/forms/content_type_field_form.rb +58 -0
- data/app/api/locomotive/api/forms/content_type_form.rb +55 -0
- data/app/api/locomotive/api/forms/editable_element_form.rb +33 -0
- data/app/api/locomotive/api/forms/membership_form.rb +11 -0
- data/app/api/locomotive/api/forms/my_account_form.rb +14 -0
- data/app/api/locomotive/api/forms/page_form.rb +69 -0
- data/app/api/locomotive/api/forms/site_form.rb +24 -0
- data/app/api/locomotive/api/forms/snippet_form.rb +14 -0
- data/app/api/locomotive/api/forms/theme_asset_form.rb +13 -0
- data/app/api/locomotive/api/forms/translation_form.rb +13 -0
- data/app/api/locomotive/api/helpers/authentication_helper.rb +39 -0
- data/app/api/locomotive/api/helpers/pagination_helper.rb +16 -0
- data/app/api/locomotive/api/helpers/params_helper.rb +14 -0
- data/app/api/locomotive/api/helpers/persistence_helper.rb +140 -0
- data/app/api/locomotive/api/middlewares/locale_middleware.rb +38 -0
- data/app/api/locomotive/api/middlewares/logger_middleware.rb +46 -0
- data/app/api/locomotive/api/resources/account_resource.rb +93 -0
- data/app/api/locomotive/api/resources/content_asset_resource.rb +84 -0
- data/app/api/locomotive/api/resources/content_entry_resource.rb +109 -0
- data/app/api/locomotive/api/resources/content_type_resource.rb +139 -0
- data/app/api/locomotive/api/resources/current_site_resource.rb +62 -0
- data/app/api/locomotive/api/resources/membership_resource.rb +88 -0
- data/app/api/locomotive/api/resources/my_account_resource.rb +72 -0
- data/app/api/locomotive/api/resources/page_resource.rb +123 -0
- data/app/api/locomotive/api/resources/site_resource.rb +124 -0
- data/app/api/locomotive/api/resources/snippet_resource.rb +93 -0
- data/app/api/locomotive/api/resources/theme_asset_resource.rb +96 -0
- data/app/api/locomotive/api/resources/token_resource.rb +29 -0
- data/app/api/locomotive/api/resources/translation_resource.rb +95 -0
- data/app/api/locomotive/api/resources/version_resource.rb +19 -0
- data/app/assets/images/locomotive/background/body.png +0 -0
- data/app/assets/images/locomotive/datepicker/ui-widget-content-top.png +0 -0
- data/app/assets/images/locomotive/form/error-arrow.png +0 -0
- data/app/assets/images/locomotive/form/input-sep.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bf.png +0 -0
- data/app/assets/images/locomotive/icons/flags/bg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/cs.png +0 -0
- data/app/assets/images/locomotive/icons/flags/de.png +0 -0
- data/app/assets/images/locomotive/icons/flags/en.png +0 -0
- data/app/assets/images/locomotive/icons/flags/es.png +0 -0
- data/app/assets/images/locomotive/icons/flags/et.png +0 -0
- data/app/assets/images/locomotive/icons/flags/fr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/it.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ja.png +0 -0
- data/app/assets/images/locomotive/icons/flags/mg.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nb.png +0 -0
- data/app/assets/images/locomotive/icons/flags/nl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pl.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt-BR.png +0 -0
- data/app/assets/images/locomotive/icons/flags/pt.png +0 -0
- data/app/assets/images/locomotive/icons/flags/ru.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sk.png +0 -0
- data/app/assets/images/locomotive/icons/flags/sr.png +0 -0
- data/app/assets/images/locomotive/icons/flags/zh-CN.png +0 -0
- data/app/assets/images/locomotive/icons/start.png +0 -0
- data/app/assets/images/locomotive/list/empty.png +0 -0
- data/app/assets/images/locomotive/list/item-left.png +0 -0
- data/app/assets/images/locomotive/logo.png +0 -0
- data/app/assets/images/locomotive/nocoffee.png +0 -0
- data/app/assets/images/locomotive/plugins/sites_picker_top_arrow.png +0 -0
- data/app/assets/images/locomotive/rails.png +0 -0
- data/app/assets/images/locomotive/site.png +0 -0
- data/app/assets/images/locomotive/user.png +0 -0
- data/app/assets/javascripts/locomotive.js +21 -0
- data/app/assets/javascripts/locomotive/application.js.coffee +8 -0
- data/app/assets/javascripts/locomotive/not_logged_in.js.coffee +1 -0
- data/app/assets/javascripts/locomotive/utils/backbone_patches.js.coffee +6 -0
- data/app/assets/javascripts/locomotive/utils/core_ext.js +75 -0
- data/app/assets/javascripts/locomotive/utils/layout_utils.js.coffee +25 -0
- data/app/assets/javascripts/locomotive/utils/rails_ujs.js.coffee +20 -0
- data/app/assets/javascripts/locomotive/utils/select2.js.coffee +45 -0
- data/app/assets/javascripts/locomotive/utils/wysihtml5.js.coffee +39 -0
- data/app/assets/javascripts/locomotive/views/accounts/new_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/application_view.js.coffee +120 -0
- data/app/assets/javascripts/locomotive/views/content_assets/dropzone_view.js.coffee +80 -0
- data/app/assets/javascripts/locomotive/views/content_assets/edit_image_view.js.coffee +149 -0
- data/app/assets/javascripts/locomotive/views/content_assets/index_view.js.coffee +59 -0
- data/app/assets/javascripts/locomotive/views/content_assets/picker_view.js.coffee +81 -0
- data/app/assets/javascripts/locomotive/views/content_entries/edit_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/content_entries/index_view.js.coffee +15 -0
- data/app/assets/javascripts/locomotive/views/content_entries/new_view.js.coffee +4 -0
- data/app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/custom_fields/select_options/edit_view.js.coffee +46 -0
- data/app/assets/javascripts/locomotive/views/dashboard/show_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/editable_elements/index_view.js.coffee +5 -0
- data/app/assets/javascripts/locomotive/views/inputs/array_view.js.coffee +124 -0
- data/app/assets/javascripts/locomotive/views/inputs/document_picker_view.js.coffee +24 -0
- data/app/assets/javascripts/locomotive/views/inputs/file_view.js.coffee +85 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/file_view.js.coffee +116 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee +83 -0
- data/app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb +54 -0
- data/app/assets/javascripts/locomotive/views/memberships/edit_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/memberships/new_view.js.coffee +7 -0
- data/app/assets/javascripts/locomotive/views/my_account/edit_view.js.coffee +44 -0
- data/app/assets/javascripts/locomotive/views/pages/_form_view.js.coffee +163 -0
- data/app/assets/javascripts/locomotive/views/pages/edit_view.js.coffee +48 -0
- data/app/assets/javascripts/locomotive/views/pages/index_view.js.coffee +11 -0
- data/app/assets/javascripts/locomotive/views/pages/list_view.js.coffee +79 -0
- data/app/assets/javascripts/locomotive/views/pages/new_view.js.coffee +8 -0
- data/app/assets/javascripts/locomotive/views/shared/drawer_view.js.coffee +82 -0
- data/app/assets/javascripts/locomotive/views/shared/form_view.js.coffee +251 -0
- data/app/assets/javascripts/locomotive/views/shared/header_view.js.coffee +12 -0
- data/app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee +22 -0
- data/app/assets/javascripts/locomotive/views/shared/list_view.js.coffee +40 -0
- data/app/assets/javascripts/locomotive/views/shared/sidebar_view.js.coffee +11 -0
- data/app/assets/javascripts/locomotive/views/sites/new_view.js.coffee +5 -0
- data/app/assets/stylesheets/locomotive/application.scss +29 -0
- data/app/assets/stylesheets/locomotive/base/_all.scss +6 -0
- data/app/assets/stylesheets/locomotive/base/_buttons.scss +13 -0
- data/app/assets/stylesheets/locomotive/base/_fonts.scss +29 -0
- data/app/assets/stylesheets/locomotive/base/_form.scss +13 -0
- data/app/assets/stylesheets/locomotive/base/_iframe.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/_nav.scss +38 -0
- data/app/assets/stylesheets/locomotive/base/_typography.scss +5 -0
- data/app/assets/stylesheets/locomotive/base/form/_api_key.scss +25 -0
- data/app/assets/stylesheets/locomotive/base/form/_array_input.scss +137 -0
- data/app/assets/stylesheets/locomotive/base/form/_base.scss +70 -0
- data/app/assets/stylesheets/locomotive/base/form/_code.scss +15 -0
- data/app/assets/stylesheets/locomotive/base/form/_date.scss +11 -0
- data/app/assets/stylesheets/locomotive/base/form/_document_picker.scss +87 -0
- data/app/assets/stylesheets/locomotive/base/form/_file_input.scss +80 -0
- data/app/assets/stylesheets/locomotive/base/form/_popover.scss +44 -0
- data/app/assets/stylesheets/locomotive/base/form/_rte.scss +30 -0
- data/app/assets/stylesheets/locomotive/base/form/_select2.scss +107 -0
- data/app/assets/stylesheets/locomotive/base/form/_toggle.scss +62 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_all.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_buttons.scss +10 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_form.scss +72 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_messages.scss +4 -0
- data/app/assets/stylesheets/locomotive/base/not_logged_in/_typography.scss +12 -0
- data/app/assets/stylesheets/locomotive/components/_content_assets.scss +186 -0
- data/app/assets/stylesheets/locomotive/components/_drawer.scss +34 -0
- data/app/assets/stylesheets/locomotive/components/_header.scss +3 -0
- data/app/assets/stylesheets/locomotive/components/_list.scss +102 -0
- data/app/assets/stylesheets/locomotive/components/_main.scss +31 -0
- data/app/assets/stylesheets/locomotive/components/_misc.scss +1 -0
- data/app/assets/stylesheets/locomotive/components/_sidebar.scss +5 -0
- data/app/assets/stylesheets/locomotive/components/_sites.scss +130 -0
- data/app/assets/stylesheets/locomotive/components/_transitions.scss +78 -0
- data/app/assets/stylesheets/locomotive/components/header/_account.scss +57 -0
- data/app/assets/stylesheets/locomotive/components/header/_base.scss +109 -0
- data/app/assets/stylesheets/locomotive/components/header/_responsive.scss +34 -0
- data/app/assets/stylesheets/locomotive/components/misc/_nav.scss +62 -0
- data/app/assets/stylesheets/locomotive/components/not_logged_in/_passwords.scss +9 -0
- data/app/assets/stylesheets/locomotive/components/not_logged_in/_sign_in_and_up.scss +24 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_base.scss +57 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_content_types.scss +30 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_link.scss +36 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_my_account.scss +21 -0
- data/app/assets/stylesheets/locomotive/components/sidebar/_pages_tree.scss +108 -0
- data/app/assets/stylesheets/locomotive/globals/_all.scss +3 -0
- data/app/assets/stylesheets/locomotive/globals/_bootstrap.scss +841 -0
- data/app/assets/stylesheets/locomotive/globals/_colors.scss +1 -0
- data/app/assets/stylesheets/locomotive/globals/_mixins.scss +65 -0
- data/app/assets/stylesheets/locomotive/globals/_variables.scss +114 -0
- data/app/assets/stylesheets/locomotive/layouts/_main.scss +62 -0
- data/app/assets/stylesheets/locomotive/layouts/_not_logged_in.scss +34 -0
- data/app/assets/stylesheets/locomotive/layouts/_responsive.scss +12 -0
- data/app/assets/stylesheets/locomotive/not_logged_in.scss +11 -0
- data/app/cells/locomotive/content_locale_picker/show.html.haml +7 -0
- data/app/cells/locomotive/content_locale_picker_cell.rb +21 -0
- data/app/controllers/locomotive/accounts_controller.rb +26 -0
- data/app/controllers/locomotive/api/accounts_controller.rb +60 -0
- data/app/controllers/locomotive/api/base_controller.rb +35 -0
- data/app/controllers/locomotive/api/content_assets_controller.rb +51 -0
- data/app/controllers/locomotive/api/content_entries_controller.rb +71 -0
- data/app/controllers/locomotive/api/content_types_controller.rb +52 -0
- data/app/controllers/locomotive/api/current_site_controller.rb +34 -0
- data/app/controllers/locomotive/api/memberships_controller.rb +52 -0
- data/app/controllers/locomotive/api/my_account_controller.rb +46 -0
- data/app/controllers/locomotive/api/pages_controller.rb +53 -0
- data/app/controllers/locomotive/api/sites_controller.rb +58 -0
- data/app/controllers/locomotive/api/snippets_controller.rb +52 -0
- data/app/controllers/locomotive/api/theme_assets_controller.rb +51 -0
- data/app/controllers/locomotive/api/tokens_controller.rb +36 -0
- data/app/controllers/locomotive/api/translations_controller.rb +51 -0
- data/app/controllers/locomotive/api/version_controller.rb +11 -0
- data/app/controllers/locomotive/base_controller.rb +24 -0
- data/app/controllers/locomotive/concerns/account_controller.rb +40 -0
- data/app/controllers/locomotive/concerns/authorization_controller.rb +31 -0
- data/app/controllers/locomotive/concerns/exception_controller.rb +32 -0
- data/app/controllers/locomotive/concerns/locale_helpers_controller.rb +60 -0
- data/app/controllers/locomotive/concerns/membership_controller.rb +35 -0
- data/app/controllers/locomotive/concerns/site_dispatcher_controller.rb +42 -0
- data/app/controllers/locomotive/concerns/store_location_controller.rb +33 -0
- data/app/controllers/locomotive/concerns/timezone_controller.rb +13 -0
- data/app/controllers/locomotive/concerns/token_authentication_controller.rb +48 -0
- data/app/controllers/locomotive/concerns/url_helpers_controller.rb +32 -0
- data/app/controllers/locomotive/concerns/within_site_controller.rb +61 -0
- data/app/controllers/locomotive/content_assets_controller.rb +82 -0
- data/app/controllers/locomotive/content_entries_controller.rb +110 -0
- data/app/controllers/locomotive/current_site_controller.rb +62 -0
- data/app/controllers/locomotive/custom_fields/select_options_controller.rb +54 -0
- data/app/controllers/locomotive/dashboard_controller.rb +10 -0
- data/app/controllers/locomotive/editable_elements_controller.rb +25 -0
- data/app/controllers/locomotive/memberships_controller.rb +55 -0
- data/app/controllers/locomotive/my_account_controller.rb +40 -0
- data/app/controllers/locomotive/pages_controller.rb +66 -0
- data/app/controllers/locomotive/passwords_controller.rb +19 -0
- data/app/controllers/locomotive/registrations_controller.rb +21 -0
- data/app/controllers/locomotive/sessions_controller.rb +31 -0
- data/app/controllers/locomotive/sites_controller.rb +37 -0
- data/app/controllers/locomotive/translations_controller.rb +54 -0
- data/app/helpers/locomotive/accounts_helper.rb +9 -0
- data/app/helpers/locomotive/base_helper.rb +223 -0
- data/app/helpers/locomotive/content_assets_helper.rb +31 -0
- data/app/helpers/locomotive/content_entries_helper.rb +71 -0
- data/app/helpers/locomotive/content_types_helper.rb +46 -0
- data/app/helpers/locomotive/custom_fields_helper.rb +190 -0
- data/app/helpers/locomotive/installation_helper.rb +9 -0
- data/app/helpers/locomotive/memberships_helper.rb +19 -0
- data/app/helpers/locomotive/my_account_helper.rb +17 -0
- data/app/helpers/locomotive/pages_helper.rb +61 -0
- data/app/helpers/locomotive/shared/accounts_helper.rb +20 -0
- data/app/helpers/locomotive/shared/pages_helper.rb +87 -0
- data/app/helpers/locomotive/shared/sites_helper.rb +15 -0
- data/app/helpers/locomotive/sites_helper.rb +31 -0
- data/app/helpers/locomotive/translations_helper.rb +19 -0
- data/app/inputs/locomotive/api_key_input.rb +24 -0
- data/app/inputs/locomotive/array_input.rb +85 -0
- data/app/inputs/locomotive/code_input.rb +51 -0
- data/app/inputs/locomotive/document_picker_input.rb +52 -0
- data/app/inputs/locomotive/editable_select_input.rb +11 -0
- data/app/inputs/locomotive/file_input.rb +88 -0
- data/app/inputs/locomotive/locale_input.rb +41 -0
- data/app/inputs/locomotive/locales_input.rb +9 -0
- data/app/inputs/locomotive/rte_input.rb +51 -0
- data/app/inputs/locomotive/small_code_input.rb +23 -0
- data/app/inputs/locomotive/toggle_input.rb +21 -0
- data/app/mailers/locomotive/devise_mailer.rb +10 -0
- data/app/mailers/locomotive/notifications.rb +19 -0
- data/app/models/locomotive/account.rb +97 -0
- data/app/models/locomotive/concerns/account/api_key.rb +97 -0
- data/app/models/locomotive/concerns/account/devise_patch.rb +30 -0
- data/app/models/locomotive/concerns/asset/checksum.rb +33 -0
- data/app/models/locomotive/concerns/asset/types.rb +36 -0
- data/app/models/locomotive/concerns/asset/vignette.rb +35 -0
- data/app/models/locomotive/concerns/content_entry/counter.rb +27 -0
- data/app/models/locomotive/concerns/content_entry/csv.rb +82 -0
- data/app/models/locomotive/concerns/content_entry/localized.rb +80 -0
- data/app/models/locomotive/concerns/content_entry/next_previous.rb +49 -0
- data/app/models/locomotive/concerns/content_entry/notifications.rb +33 -0
- data/app/models/locomotive/concerns/content_entry/slug.rb +86 -0
- data/app/models/locomotive/concerns/content_type/class_helpers.rb +73 -0
- data/app/models/locomotive/concerns/content_type/default_values.rb +66 -0
- data/app/models/locomotive/concerns/content_type/group_by.rb +46 -0
- data/app/models/locomotive/concerns/content_type/item_template.rb +49 -0
- data/app/models/locomotive/concerns/content_type/label.rb +22 -0
- data/app/models/locomotive/concerns/content_type/order_by.rb +44 -0
- data/app/models/locomotive/concerns/content_type/sync.rb +78 -0
- data/app/models/locomotive/concerns/page/editable_elements.rb +134 -0
- data/app/models/locomotive/concerns/page/layout.rb +42 -0
- data/app/models/locomotive/concerns/page/listed.rb +18 -0
- data/app/models/locomotive/concerns/page/parse.rb +133 -0
- data/app/models/locomotive/concerns/page/redirect.rb +25 -0
- data/app/models/locomotive/concerns/page/render.rb +99 -0
- data/app/models/locomotive/concerns/page/templatized.rb +208 -0
- data/app/models/locomotive/concerns/page/tree.rb +108 -0
- data/app/models/locomotive/concerns/shared/seo.rb +16 -0
- data/app/models/locomotive/concerns/shared/slug.rb +34 -0
- data/app/models/locomotive/concerns/shared/userstamp.rb +15 -0
- data/app/models/locomotive/concerns/site/access_points.rb +75 -0
- data/app/models/locomotive/concerns/site/locales.rb +139 -0
- data/app/models/locomotive/concerns/site/timezone.rb +32 -0
- data/app/models/locomotive/content_asset.rb +45 -0
- data/app/models/locomotive/content_entry.rb +155 -0
- data/app/models/locomotive/content_type.rb +132 -0
- data/app/models/locomotive/editable_control.rb +52 -0
- data/app/models/locomotive/editable_element.rb +151 -0
- data/app/models/locomotive/editable_file.rb +91 -0
- data/app/models/locomotive/editable_long_text.rb +5 -0
- data/app/models/locomotive/editable_short_text.rb +5 -0
- data/app/models/locomotive/editable_text.rb +93 -0
- data/app/models/locomotive/membership.rb +52 -0
- data/app/models/locomotive/page.rb +149 -0
- data/app/models/locomotive/site.rb +116 -0
- data/app/models/locomotive/snippet.rb +28 -0
- data/app/models/locomotive/theme_asset.rb +187 -0
- data/app/models/locomotive/translation.rb +41 -0
- data/app/policies/locomotive/account_policy.rb +33 -0
- data/app/policies/locomotive/application_policy.rb +79 -0
- data/app/policies/locomotive/content_asset_policy.rb +21 -0
- data/app/policies/locomotive/content_entry_policy.rb +21 -0
- data/app/policies/locomotive/content_type_policy.rb +21 -0
- data/app/policies/locomotive/membership_policy.rb +36 -0
- data/app/policies/locomotive/page_policy.rb +21 -0
- data/app/policies/locomotive/site_policy.rb +62 -0
- data/app/policies/locomotive/snippet_policy.rb +21 -0
- data/app/policies/locomotive/theme_asset_policy.rb +21 -0
- data/app/policies/locomotive/translation_policy.rb +21 -0
- data/app/presenters/locomotive/account_presenter.rb +20 -0
- data/app/presenters/locomotive/base_presenter.rb +144 -0
- data/app/presenters/locomotive/content_asset_presenter.rb +51 -0
- data/app/presenters/locomotive/content_entry_presenter.rb +177 -0
- data/app/presenters/locomotive/content_field_presenter.rb +76 -0
- data/app/presenters/locomotive/content_type_presenter.rb +82 -0
- data/app/presenters/locomotive/editable_control_presenter.rb +19 -0
- data/app/presenters/locomotive/editable_element_presenter.rb +46 -0
- data/app/presenters/locomotive/editable_file_presenter.rb +36 -0
- data/app/presenters/locomotive/editable_text_presenter.rb +40 -0
- data/app/presenters/locomotive/membership_presenter.rb +35 -0
- data/app/presenters/locomotive/page_presenter.rb +81 -0
- data/app/presenters/locomotive/site_presenter.rb +40 -0
- data/app/presenters/locomotive/snippet_presenter.rb +22 -0
- data/app/presenters/locomotive/theme_asset_presenter.rb +61 -0
- data/app/presenters/locomotive/translation_presenter.rb +9 -0
- data/app/services/locomotive/content_asset_service.rb +22 -0
- data/app/services/locomotive/content_entry_service.rb +175 -0
- data/app/services/locomotive/content_type_service.rb +15 -0
- data/app/services/locomotive/custom_field_finder_service.rb +8 -0
- data/app/services/locomotive/custom_field_service.rb +26 -0
- data/app/services/locomotive/membership_service.rb +45 -0
- data/app/services/locomotive/page_parsing_service.rb +67 -0
- data/app/services/locomotive/page_service.rb +64 -0
- data/app/services/locomotive/site_service.rb +41 -0
- data/app/uploaders/locomotive/content_asset_uploader.rb +13 -0
- data/app/uploaders/locomotive/editable_file_uploader.rb +15 -0
- data/app/uploaders/locomotive/picture_uploader.rb +17 -0
- data/app/uploaders/locomotive/theme_asset_uploader.rb +35 -0
- data/app/views/locomotive/accounts/new.html.haml +17 -0
- data/app/views/locomotive/content_assets/_dropzone.html.haml +13 -0
- data/app/views/locomotive/content_assets/_list.html.haml +36 -0
- data/app/views/locomotive/content_assets/_nav.html.haml +17 -0
- data/app/views/locomotive/content_assets/_search_form.html.haml +5 -0
- data/app/views/locomotive/content_assets/edit_in_drawer.html.haml +26 -0
- data/app/views/locomotive/content_assets/index.html.haml +19 -0
- data/app/views/locomotive/content_assets/index_in_drawer.html.haml +20 -0
- data/app/views/locomotive/content_entries/_entry.html.haml +22 -0
- data/app/views/locomotive/content_entries/_list.html.haml +29 -0
- data/app/views/locomotive/content_entries/edit.html.haml +14 -0
- data/app/views/locomotive/content_entries/form/_actions.html.haml +1 -0
- data/app/views/locomotive/content_entries/form/_advanced.html.haml +5 -0
- data/app/views/locomotive/content_entries/form/_main.html.haml +4 -0
- data/app/views/locomotive/content_entries/form/_panes.html.haml +4 -0
- data/app/views/locomotive/content_entries/form/_seo.html.haml +6 -0
- data/app/views/locomotive/content_entries/form/_tabs.html.haml +9 -0
- data/app/views/locomotive/content_entries/index.html.haml +43 -0
- data/app/views/locomotive/content_entries/new.html.haml +14 -0
- data/app/views/locomotive/current_site/_domain.html.haml +15 -0
- data/app/views/locomotive/current_site/_locale.html.haml +18 -0
- data/app/views/locomotive/current_site/_membership.html.haml +21 -0
- data/app/views/locomotive/current_site/edit.html.haml +13 -0
- data/app/views/locomotive/current_site/form/_access_points.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_advanced.html.haml +17 -0
- data/app/views/locomotive/current_site/form/_main.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_panes.html.haml +4 -0
- data/app/views/locomotive/current_site/form/_seo.html.haml +7 -0
- data/app/views/locomotive/current_site/form/_tabs.html.haml +14 -0
- data/app/views/locomotive/custom_fields/select_options/_option.html.haml +25 -0
- data/app/views/locomotive/custom_fields/select_options/edit.html.haml +14 -0
- data/app/views/locomotive/dashboard/show.html.haml +0 -0
- data/app/views/locomotive/devise_mailer/reset_password_instructions.html.haml +12 -0
- data/app/views/locomotive/editable_elements/index.html.haml +2 -0
- data/app/views/locomotive/errors/404.html.haml +7 -0
- data/app/views/locomotive/errors/500.html.haml +7 -0
- data/app/views/locomotive/errors/no_page.html.haml +1 -0
- data/app/views/locomotive/errors/no_site.html.haml +1 -0
- data/app/views/locomotive/layouts/application.html.haml +42 -0
- data/app/views/locomotive/layouts/error.html.haml +1 -0
- data/app/views/locomotive/layouts/not_logged_in.html.haml +18 -0
- data/app/views/locomotive/layouts/preview.html.haml +31 -0
- data/app/views/locomotive/layouts/without_site.html.haml +18 -0
- data/app/views/locomotive/memberships/edit.html.haml +15 -0
- data/app/views/locomotive/memberships/new.html.haml +15 -0
- data/app/views/locomotive/my_account/edit.html.haml +14 -0
- data/app/views/locomotive/my_account/form/_actions.html.haml +6 -0
- data/app/views/locomotive/my_account/form/_api.html.haml +3 -0
- data/app/views/locomotive/my_account/form/_credentials.html.haml +8 -0
- data/app/views/locomotive/my_account/form/_main.html.haml +6 -0
- data/app/views/locomotive/my_account/form/_panes.html.haml +4 -0
- data/app/views/locomotive/my_account/form/_tabs.html.haml +7 -0
- data/app/views/locomotive/notifications/new_content_entry.html.haml +31 -0
- data/app/views/locomotive/pages/_editable_elements.html.haml +64 -0
- data/app/views/locomotive/pages/_form.html.haml +66 -0
- data/app/views/locomotive/pages/_page.html.haml +44 -0
- data/app/views/locomotive/pages/edit.html.haml +14 -0
- data/app/views/locomotive/pages/form/_actions.html.haml +1 -0
- data/app/views/locomotive/pages/form/_main.html.haml +12 -0
- data/app/views/locomotive/pages/form/_panes.html.haml +4 -0
- data/app/views/locomotive/pages/form/_seo.html.haml +6 -0
- data/app/views/locomotive/pages/form/_tabs.html.haml +12 -0
- data/app/views/locomotive/pages/index.html.haml +22 -0
- data/app/views/locomotive/pages/new.html.haml +19 -0
- data/app/views/locomotive/pages/show.html.haml +2 -0
- data/app/views/locomotive/passwords/edit.html.haml +18 -0
- data/app/views/locomotive/passwords/new.html.haml +17 -0
- data/app/views/locomotive/public/sitemaps/show.xml.builder +31 -0
- data/app/views/locomotive/registrations/new.html.haml +19 -0
- data/app/views/locomotive/sessions/new.html.haml +22 -0
- data/app/views/locomotive/shared/_footer.html.haml +2 -0
- data/app/views/locomotive/shared/_form_actions.html.haml +14 -0
- data/app/views/locomotive/shared/_head.html.haml +40 -0
- data/app/views/locomotive/shared/_header.html.haml +30 -0
- data/app/views/locomotive/shared/_locale_picker_link.html.haml +6 -0
- data/app/views/locomotive/shared/_main_app_head.html.haml +1 -0
- data/app/views/locomotive/shared/_main_app_head_before_backbone.html.haml +1 -0
- data/app/views/locomotive/shared/_main_app_header.html.haml +1 -0
- data/app/views/locomotive/shared/_sidebar.html.haml +13 -0
- data/app/views/locomotive/shared/_sidebar_without_site.html.haml +3 -0
- data/app/views/locomotive/shared/actions/_contents.html.haml +7 -0
- data/app/views/locomotive/shared/header/_account.html.haml +7 -0
- data/app/views/locomotive/shared/header/_account_menu.html.haml +5 -0
- data/app/views/locomotive/shared/header/_brand.html.haml +4 -0
- data/app/views/locomotive/shared/header/_site.html.haml +8 -0
- data/app/views/locomotive/shared/rte/_image_popover.html.haml +18 -0
- data/app/views/locomotive/shared/rte/_link_popover.html.haml +19 -0
- data/app/views/locomotive/shared/rte/_toolbar.html.haml +62 -0
- data/app/views/locomotive/shared/sidebar/_content_types.html.haml +15 -0
- data/app/views/locomotive/shared/sidebar/_link.html.haml +10 -0
- data/app/views/locomotive/shared/sidebar/_my_account.html.haml +8 -0
- data/app/views/locomotive/shared/sidebar/_page.html.haml +25 -0
- data/app/views/locomotive/shared/sidebar/_pages.html.haml +11 -0
- data/app/views/locomotive/sites/_site.html.haml +16 -0
- data/app/views/locomotive/sites/index.html.haml +23 -0
- data/app/views/locomotive/sites/new.html.haml +12 -0
- data/app/views/locomotive/translations/_form.html.haml +12 -0
- data/app/views/locomotive/translations/edit.html.haml +15 -0
- data/app/views/locomotive/translations/index.html.haml +30 -0
- data/app/views/locomotive/translations/new.html.haml +12 -0
- data/config/cucumber.yml +8 -0
- data/config/initializers/csv_renderer.rb +10 -0
- data/config/initializers/deny_phantomjs_ttf.rb +29 -0
- data/config/initializers/devise.rb +15 -0
- data/config/initializers/haml.rb +2 -0
- data/config/initializers/locomotive_loaded_first.rb +19 -0
- data/config/initializers/simple_form.rb +73 -0
- data/config/locales/admin_ui.bg.yml +351 -0
- data/config/locales/admin_ui.cs.yml +363 -0
- data/config/locales/admin_ui.de.yml +341 -0
- data/config/locales/admin_ui.en.yml +385 -0
- data/config/locales/admin_ui.es.yml +327 -0
- data/config/locales/admin_ui.et.yml +335 -0
- data/config/locales/admin_ui.fr.yml +360 -0
- data/config/locales/admin_ui.it.yml +324 -0
- data/config/locales/admin_ui.ja.yml +341 -0
- data/config/locales/admin_ui.nb.yml +322 -0
- data/config/locales/admin_ui.nl.yml +290 -0
- data/config/locales/admin_ui.pl.yml +326 -0
- data/config/locales/admin_ui.pt-BR.yml +319 -0
- data/config/locales/admin_ui.pt.yml +320 -0
- data/config/locales/admin_ui.ru.yml +342 -0
- data/config/locales/admin_ui.sk.yml +363 -0
- data/config/locales/admin_ui.sr.yml +356 -0
- data/config/locales/admin_ui.zh-CN.yml +352 -0
- data/config/locales/carrierwave.bg.yml +4 -0
- data/config/locales/carrierwave.cs.yml +4 -0
- data/config/locales/carrierwave.de.yml +4 -0
- data/config/locales/carrierwave.en.yml +4 -0
- data/config/locales/carrierwave.es.yml +4 -0
- data/config/locales/carrierwave.et.yml +4 -0
- data/config/locales/carrierwave.fr.yml +4 -0
- data/config/locales/carrierwave.it.yml +4 -0
- data/config/locales/carrierwave.ja.yml +4 -0
- data/config/locales/carrierwave.nb.yml +4 -0
- data/config/locales/carrierwave.nl.yml +4 -0
- data/config/locales/carrierwave.pl.yml +4 -0
- data/config/locales/carrierwave.pt-BR.yml +4 -0
- data/config/locales/carrierwave.pt.yml +4 -0
- data/config/locales/carrierwave.ru.yml +4 -0
- data/config/locales/carrierwave.sk.yml +4 -0
- data/config/locales/carrierwave.sr.yml +4 -0
- data/config/locales/carrierwave.zh-CN.yml +4 -0
- data/config/locales/default.bg.yml +231 -0
- data/config/locales/default.cs.yml +249 -0
- data/config/locales/default.de.yml +252 -0
- data/config/locales/default.en.yml +57 -0
- data/config/locales/default.es.yml +219 -0
- data/config/locales/default.et.yml +240 -0
- data/config/locales/default.fr.yml +229 -0
- data/config/locales/default.it.yml +246 -0
- data/config/locales/default.ja.yml +98 -0
- data/config/locales/default.nb.yml +313 -0
- data/config/locales/default.nl.yml +175 -0
- data/config/locales/default.pl.yml +317 -0
- data/config/locales/default.pt-BR.yml +212 -0
- data/config/locales/default.pt.yml +212 -0
- data/config/locales/default.ru.yml +293 -0
- data/config/locales/default.sk.yml +249 -0
- data/config/locales/default.sr.yml +276 -0
- data/config/locales/default.zh-CN.yml +226 -0
- data/config/locales/devise.bg.yml +64 -0
- data/config/locales/devise.cs.yml +64 -0
- data/config/locales/devise.de.yml +63 -0
- data/config/locales/devise.en.yml +64 -0
- data/config/locales/devise.es.yml +64 -0
- data/config/locales/devise.et.yml +65 -0
- data/config/locales/devise.fr.yml +68 -0
- data/config/locales/devise.it.yml +64 -0
- data/config/locales/devise.ja.yml +63 -0
- data/config/locales/devise.nb.yml +65 -0
- data/config/locales/devise.nl.yml +64 -0
- data/config/locales/devise.pl.yml +64 -0
- data/config/locales/devise.pt-BR.yml +62 -0
- data/config/locales/devise.pt.yml +62 -0
- data/config/locales/devise.ru.yml +64 -0
- data/config/locales/devise.sk.yml +64 -0
- data/config/locales/devise.sr.yml +64 -0
- data/config/locales/devise.zh-CN.yml +64 -0
- data/config/locales/flash.bg.yml +115 -0
- data/config/locales/flash.cs.yml +115 -0
- data/config/locales/flash.de.yml +106 -0
- data/config/locales/flash.en.yml +118 -0
- data/config/locales/flash.es.yml +106 -0
- data/config/locales/flash.et.yml +106 -0
- data/config/locales/flash.fr.yml +106 -0
- data/config/locales/flash.it.yml +106 -0
- data/config/locales/flash.ja.yml +115 -0
- data/config/locales/flash.nb.yml +106 -0
- data/config/locales/flash.nl.yml +106 -0
- data/config/locales/flash.pl.yml +106 -0
- data/config/locales/flash.pt-BR.yml +106 -0
- data/config/locales/flash.pt.yml +106 -0
- data/config/locales/flash.ru.yml +106 -0
- data/config/locales/flash.sk.yml +115 -0
- data/config/locales/flash.sr.yml +115 -0
- data/config/locales/flash.zh-CN.yml +115 -0
- data/config/locales/formtastic.bg.yml +113 -0
- data/config/locales/formtastic.cs.yml +125 -0
- data/config/locales/formtastic.de.yml +106 -0
- data/config/locales/formtastic.es.yml +84 -0
- data/config/locales/formtastic.et.yml +103 -0
- data/config/locales/formtastic.fr.yml +109 -0
- data/config/locales/formtastic.it.yml +99 -0
- data/config/locales/formtastic.ja.yml +103 -0
- data/config/locales/formtastic.nb.yml +103 -0
- data/config/locales/formtastic.nl.yml +85 -0
- data/config/locales/formtastic.pl.yml +105 -0
- data/config/locales/formtastic.pt-BR.yml +70 -0
- data/config/locales/formtastic.pt.yml +70 -0
- data/config/locales/formtastic.ru.yml +106 -0
- data/config/locales/formtastic.sk.yml +125 -0
- data/config/locales/formtastic.sr.yml +112 -0
- data/config/locales/formtastic.zh-CN.yml +112 -0
- data/config/locales/inputs.en.yml +14 -0
- data/config/locales/simple_form.en.yml +170 -0
- data/config/routes.rb +69 -0
- data/features/api/accounts.feature +43 -0
- data/features/api/authentication.feature +41 -0
- data/features/api/authorization/accounts.feature +165 -0
- data/features/api/authorization/content_assets.feature +147 -0
- data/features/api/authorization/content_entries.feature +202 -0
- data/features/api/authorization/content_types.feature +237 -0
- data/features/api/authorization/current_site.feature +30 -0
- data/features/api/authorization/memberships.feature +225 -0
- data/features/api/authorization/pages.feature +189 -0
- data/features/api/authorization/sites.feature +212 -0
- data/features/api/authorization/snippets.feature +179 -0
- data/features/api/authorization/theme_assets.feature +185 -0
- data/features/api/authorization/translations.feature +253 -0
- data/features/api/content_entries.feature +184 -0
- data/features/api/content_types.feature +156 -0
- data/features/api/editable_elements.feature +190 -0
- data/features/api/entries_custom_fields.feature +150 -0
- data/features/api/memberships.feature +26 -0
- data/features/api/pages.feature +72 -0
- data/features/backoffice/authorization/account_settings.feature +28 -0
- data/features/backoffice/authorization/content_type.feature +35 -0
- data/features/backoffice/authorization/current_site.feature +53 -0
- data/features/backoffice/authorization/inline_front_end_editing.feature +46 -0
- data/features/backoffice/authorization/pages.feature +95 -0
- data/features/backoffice/authorization/theme_assets.feature +50 -0
- data/features/backoffice/content_types/edit.feature +20 -0
- data/features/backoffice/content_types/email.feature +26 -0
- data/features/backoffice/content_types/has_many.feature +80 -0
- data/features/backoffice/content_types/integer.feature +26 -0
- data/features/backoffice/content_types/localized.feature +63 -0
- data/features/backoffice/content_types/many_to_many.feature +70 -0
- data/features/backoffice/content_types/tags.feature +22 -0
- data/features/backoffice/content_types/uniqueness.feature +29 -0
- data/features/backoffice/contents.feature +93 -0
- data/features/backoffice/editable_elements.feature +22 -0
- data/features/backoffice/installation.feature +33 -0
- data/features/backoffice/login.feature +33 -0
- data/features/backoffice/mounting.feature +13 -0
- data/features/backoffice/my_account.feature +22 -0
- data/features/backoffice/pages.feature +73 -0
- data/features/backoffice/regressions.feature +19 -0
- data/features/backoffice/site.feature +71 -0
- data/features/backoffice/snippets.feature +39 -0
- data/features/backoffice/theme_assets.feature +72 -0
- data/features/backoffice/translations.feature +50 -0
- data/features/public/basic.feature +30 -0
- data/features/public/contact_form.feature +98 -0
- data/features/public/content_entries.feature +69 -0
- data/features/public/editable_elements.feature +138 -0
- data/features/public/has_many.feature +8 -0
- data/features/public/inheritance.feature +157 -0
- data/features/public/inline_front_end_editing.feature +26 -0
- data/features/public/many_to_many.feature +64 -0
- data/features/public/new_contact_form.feature +95 -0
- data/features/public/pages.feature +116 -0
- data/features/public/pagination.feature +8 -0
- data/features/public/robots.feature +22 -0
- data/features/public/session.feature +40 -0
- data/features/public/sitemap.feature +74 -0
- data/features/public/snippets.feature +21 -0
- data/features/public/tablerow.feature +42 -0
- data/features/public/tags.feature +45 -0
- data/features/step_definitions/api_steps.rb +179 -0
- data/features/step_definitions/backoffice/mounting_steps.rb +22 -0
- data/features/step_definitions/backoffice_steps.rb +47 -0
- data/features/step_definitions/content_assets_steps.rb +12 -0
- data/features/step_definitions/content_types_steps.rb +135 -0
- data/features/step_definitions/current_site_steps.rb +43 -0
- data/features/step_definitions/editable_elements_steps.rb +24 -0
- data/features/step_definitions/membership_steps.rb +19 -0
- data/features/step_definitions/more_web_steps.rb +131 -0
- data/features/step_definitions/page_steps.rb +133 -0
- data/features/step_definitions/pagination_steps.rb +35 -0
- data/features/step_definitions/pickle_steps.rb +100 -0
- data/features/step_definitions/relationships_steps.rb +110 -0
- data/features/step_definitions/site_steps.rb +111 -0
- data/features/step_definitions/snippet_steps.rb +37 -0
- data/features/step_definitions/theme_asset_steps.rb +64 -0
- data/features/step_definitions/translation_steps.rb +7 -0
- data/features/step_definitions/web_steps.rb +225 -0
- data/features/step_definitions/within_steps.rb +14 -0
- data/features/support/cleaner.rb +4 -0
- data/features/support/env.rb +82 -0
- data/features/support/factory_girl.rb +2 -0
- data/features/support/http.rb +22 -0
- data/features/support/locales.rb +5 -0
- data/features/support/paths.rb +62 -0
- data/features/support/pickle.rb +24 -0
- data/features/support/selectors.rb +57 -0
- data/lib/generators/locomotive/install/install_generator.rb +49 -0
- data/lib/generators/locomotive/install/templates/README +25 -0
- data/lib/generators/locomotive/install/templates/carrierwave.rb +28 -0
- data/lib/generators/locomotive/install/templates/devise.rb +190 -0
- data/lib/generators/locomotive/install/templates/dragonfly.rb +22 -0
- data/lib/generators/locomotive/install/templates/locomotive.rb +54 -0
- data/lib/generators/locomotive/install/templates/mongoid.yml +81 -0
- data/lib/locomotive.rb +77 -0
- data/lib/locomotive/action_controller.rb +3 -0
- data/lib/locomotive/action_controller/responder.rb +79 -0
- data/lib/locomotive/action_controller/ssl.rb +15 -0
- data/lib/locomotive/carrierwave.rb +14 -0
- data/lib/locomotive/carrierwave/asset.rb +72 -0
- data/lib/locomotive/carrierwave/base.rb +15 -0
- data/lib/locomotive/carrierwave/patches.rb +32 -0
- data/lib/locomotive/configuration.rb +96 -0
- data/lib/locomotive/core_ext.rb +79 -0
- data/lib/locomotive/custom_fields.rb +70 -0
- data/lib/locomotive/dependencies.rb +39 -0
- data/lib/locomotive/devise.rb +22 -0
- data/lib/locomotive/dragonfly.rb +63 -0
- data/lib/locomotive/engine.rb +60 -0
- data/lib/locomotive/haml.rb +1 -0
- data/lib/locomotive/kaminari.rb +36 -0
- data/lib/locomotive/logger.rb +11 -0
- data/lib/locomotive/middlewares.rb +2 -0
- data/lib/locomotive/middlewares/permalink.rb +22 -0
- data/lib/locomotive/middlewares/site.rb +58 -0
- data/lib/locomotive/mongoid.rb +4 -0
- data/lib/locomotive/mongoid/document.rb +19 -0
- data/lib/locomotive/mongoid/liquid.rb +39 -0
- data/lib/locomotive/mongoid/patches.rb +182 -0
- data/lib/locomotive/mongoid/presenter.rb +76 -0
- data/lib/locomotive/presentable.rb +216 -0
- data/lib/locomotive/previous_liquid/asset_host.rb +51 -0
- data/lib/locomotive/previous_liquid/drops/base.rb +40 -0
- data/lib/locomotive/previous_liquid/drops/content_entry.rb +78 -0
- data/lib/locomotive/previous_liquid/drops/content_types.rb +119 -0
- data/lib/locomotive/previous_liquid/drops/current_user.rb +21 -0
- data/lib/locomotive/previous_liquid/drops/page.rb +115 -0
- data/lib/locomotive/previous_liquid/drops/proxy_collection.rb +64 -0
- data/lib/locomotive/previous_liquid/drops/session_proxy.rb +16 -0
- data/lib/locomotive/previous_liquid/drops/site.rb +29 -0
- data/lib/locomotive/previous_liquid/drops/uploader.rb +21 -0
- data/lib/locomotive/previous_liquid/errors.rb +8 -0
- data/lib/locomotive/previous_liquid/filters/base.rb +61 -0
- data/lib/locomotive/previous_liquid/filters/date.rb +82 -0
- data/lib/locomotive/previous_liquid/filters/html.rb +117 -0
- data/lib/locomotive/previous_liquid/filters/misc.rb +75 -0
- data/lib/locomotive/previous_liquid/filters/resize.rb +18 -0
- data/lib/locomotive/previous_liquid/filters/text.rb +53 -0
- data/lib/locomotive/previous_liquid/filters/translate.rb +38 -0
- data/lib/locomotive/previous_liquid/patches.rb +21 -0
- data/lib/locomotive/previous_liquid/tags/consume.rb +104 -0
- data/lib/locomotive/previous_liquid/tags/csrf.rb +40 -0
- data/lib/locomotive/previous_liquid/tags/editable.rb +4 -0
- data/lib/locomotive/previous_liquid/tags/editable/base.rb +88 -0
- data/lib/locomotive/previous_liquid/tags/editable/control.rb +41 -0
- data/lib/locomotive/previous_liquid/tags/editable/file.rb +43 -0
- data/lib/locomotive/previous_liquid/tags/editable/text.rb +79 -0
- data/lib/locomotive/previous_liquid/tags/extends.rb +47 -0
- data/lib/locomotive/previous_liquid/tags/fetch_page.rb +36 -0
- data/lib/locomotive/previous_liquid/tags/google_analytics.rb +39 -0
- data/lib/locomotive/previous_liquid/tags/hybrid.rb +25 -0
- data/lib/locomotive/previous_liquid/tags/inherited_block.rb +31 -0
- data/lib/locomotive/previous_liquid/tags/inline_editor.rb +40 -0
- data/lib/locomotive/previous_liquid/tags/javascript.rb +16 -0
- data/lib/locomotive/previous_liquid/tags/link_to.rb +43 -0
- data/lib/locomotive/previous_liquid/tags/locale_switcher.rb +83 -0
- data/lib/locomotive/previous_liquid/tags/model_form.rb +75 -0
- data/lib/locomotive/previous_liquid/tags/nav.rb +164 -0
- data/lib/locomotive/previous_liquid/tags/paginate.rb +114 -0
- data/lib/locomotive/previous_liquid/tags/path_helper.rb +85 -0
- data/lib/locomotive/previous_liquid/tags/path_to.rb +21 -0
- data/lib/locomotive/previous_liquid/tags/seo.rb +72 -0
- data/lib/locomotive/previous_liquid/tags/session_assign.rb +39 -0
- data/lib/locomotive/previous_liquid/tags/snippet.rb +75 -0
- data/lib/locomotive/previous_liquid/tags/with_scope.rb +65 -0
- data/lib/locomotive/rails.rb +1 -0
- data/lib/locomotive/rails/action_view.rb +6 -0
- data/lib/locomotive/regexps.rb +13 -0
- data/lib/locomotive/simple_form.rb +137 -0
- data/lib/locomotive/simple_token_authentication.rb +11 -0
- data/lib/locomotive/steam_adaptor.rb +26 -0
- data/lib/locomotive/version.rb +3 -0
- data/lib/locomotivecms.rb +1 -0
- data/lib/tasks/development.rake +59 -0
- data/lib/tasks/locomotive.rake +126 -0
- data/public/favicon.ico +0 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +9 -0
- data/spec/dummy/app/assets/javascripts/locomotive_misc.js.coffee +2 -0
- data/spec/dummy/app/assets/stylesheets/application.css +7 -0
- data/spec/dummy/app/cells/locomotive/main_menu_cell.rb +9 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/controllers/foo_controller.rb +6 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/models/foo.rb +7 -0
- data/spec/dummy/app/views/foo/index.html.haml +1 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/locomotive/shared/_main_app_head.html.haml +1 -0
- data/spec/dummy/config.ru +7 -0
- data/spec/dummy/config/application.rb +49 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +46 -0
- data/spec/dummy/config/environments/production.rb +44 -0
- data/spec/dummy/config/environments/test.rb +39 -0
- data/spec/dummy/config/initializers/assets.rb +13 -0
- data/spec/dummy/config/initializers/carrierwave.rb +8 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/spec/dummy/config/initializers/devise.rb +190 -0
- data/spec/dummy/config/initializers/dragonfly.rb +24 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/haml.rb +2 -0
- data/spec/dummy/config/initializers/locomotive.rb +57 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +10 -0
- data/spec/dummy/config/locales/fr.yml +10 -0
- data/spec/dummy/config/mongoid.yml +117 -0
- data/spec/dummy/config/routes.rb +14 -0
- data/spec/dummy/config/secrets.yml +25 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +26 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/fixtures/assets/5k.png +0 -0
- data/spec/fixtures/assets/5k@2x.png +0 -0
- data/spec/fixtures/assets/5k_2.png +0 -0
- data/spec/fixtures/assets/application.js +1 -0
- data/spec/fixtures/assets/main.css +1 -0
- data/spec/fixtures/assets/specs.pdf +0 -0
- data/spec/fixtures/assets/wrong.txt +1 -0
- data/spec/fixtures/images/logo1.jpg +0 -0
- data/spec/fixtures/images/logo2.jpg +0 -0
- data/spec/fixtures/images/rails.png +0 -0
- data/spec/fixtures/images/rails_2.png +0 -0
- data/spec/fixtures/portfolio/Gemfile +21 -0
- data/spec/fixtures/portfolio/app/content_types/messages.yml +57 -0
- data/spec/fixtures/portfolio/app/content_types/projects.yml +74 -0
- data/spec/fixtures/portfolio/app/views/pages/404.liquid.haml +10 -0
- data/spec/fixtures/portfolio/app/views/pages/index.liquid.haml +213 -0
- data/spec/fixtures/portfolio/app/views/snippets/footer.liquid.haml +2 -0
- data/spec/fixtures/portfolio/config.ru +3 -0
- data/spec/fixtures/portfolio/config/deploy.yml +18 -0
- data/spec/fixtures/portfolio/config/site.yml +33 -0
- data/spec/fixtures/portfolio/config/translations.yml +8 -0
- data/spec/fixtures/portfolio/data/messages.yml +1 -0
- data/spec/fixtures/portfolio/data/projects.yml +41 -0
- data/spec/fixtures/portfolio/icon.png +0 -0
- data/spec/fixtures/portfolio/public/javascripts/bootstrap.min.js +6 -0
- data/spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.js +44 -0
- data/spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.min.js +11 -0
- data/spec/fixtures/portfolio/public/javascripts/classie.js +80 -0
- data/spec/fixtures/portfolio/public/javascripts/contact_me.js +65 -0
- data/spec/fixtures/portfolio/public/javascripts/freelancer.js +37 -0
- data/spec/fixtures/portfolio/public/javascripts/jqBootstrapValidation.js +912 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/cabin.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/cake.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/circus.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/game.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/safe.png +0 -0
- data/spec/fixtures/portfolio/public/samples/portfolio/submarine.png +0 -0
- data/spec/fixtures/portfolio/public/samples/profile.png +0 -0
- data/spec/fixtures/portfolio/public/stylesheets/bootstrap.min.css +7 -0
- data/spec/fixtures/portfolio/public/stylesheets/freelancer.css +445 -0
- data/spec/lib/action_view_spec.rb +15 -0
- data/spec/lib/core_ext_spec.rb +37 -0
- data/spec/lib/locomotive/configuration_spec.rb +15 -0
- data/spec/lib/locomotive/liquid/tags/editable/file_spec.rb +72 -0
- data/spec/lib/locomotive/liquid/tags/editable/text_spec.rb +85 -0
- data/spec/lib/locomotive/liquid/tags/extends_spec.rb +58 -0
- data/spec/mailers/locomotive/notifications_spec.rb +47 -0
- data/spec/models/locomotive/account_spec.rb +125 -0
- data/spec/models/locomotive/concerns/content_entry/counter_spec.rb +53 -0
- data/spec/models/locomotive/concerns/content_entry/csv_spec.rb +30 -0
- data/spec/models/locomotive/concerns/page/editable_elements_spec.rb +73 -0
- data/spec/models/locomotive/concerns/page/layout_spec.rb +50 -0
- data/spec/models/locomotive/concerns/page/redirect_spec.rb +28 -0
- data/spec/models/locomotive/concerns/page/render_spec.rb +84 -0
- data/spec/models/locomotive/concerns/site/access_points_spec.rb +15 -0
- data/spec/models/locomotive/concerns/site/locales_spec.rb +52 -0
- data/spec/models/locomotive/content_asset_spec.rb +58 -0
- data/spec/models/locomotive/content_entry_spec.rb +411 -0
- data/spec/models/locomotive/content_type_spec.rb +405 -0
- data/spec/models/locomotive/editable_control_spec.rb +79 -0
- data/spec/models/locomotive/editable_file_spec.rb +94 -0
- data/spec/models/locomotive/editable_text_spec.rb +219 -0
- data/spec/models/locomotive/membership_spec.rb +43 -0
- data/spec/models/locomotive/page_spec.rb +432 -0
- data/spec/models/locomotive/site_spec.rb +206 -0
- data/spec/models/locomotive/snippet_spec.rb +19 -0
- data/spec/models/locomotive/theme_asset_spec.rb +168 -0
- data/spec/requests/admin_ssl_spec.rb +51 -0
- data/spec/requests/site_spec.rb +36 -0
- data/spec/support/asset_host_stubs.rb +17 -0
- data/spec/support/carrierwave.rb +39 -0
- data/spec/support/controller.rb +32 -0
- data/spec/support/entity.rb +3 -0
- data/spec/support/factories.rb +313 -0
- data/spec/support/locomotive.rb +35 -0
- data/spec/support/matchers.rb +98 -0
- data/spec/support/middlewares.rb +3 -0
- data/spec/support/pundit_matcher.rb +50 -0
- data/spec/support/response.rb +12 -0
- data/spec/support/sequences.rb +16 -0
- data/spec/support/shared_contexts/api_header_setup.rb +7 -0
- data/spec/support/shared_contexts/api_site_setup.rb +13 -0
- data/vendor/assets/images/select2-spinner.gif +0 -0
- data/vendor/assets/images/select2.png +0 -0
- data/vendor/assets/images/select2x2.png +0 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-datetimepicker.js +1395 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-growl.js +312 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-switch.js +532 -0
- data/vendor/assets/javascripts/locomotive/bootstrap-tagsinput.min.js +6 -0
- data/vendor/assets/javascripts/locomotive/canvas-to-blob.min.js +1 -0
- data/vendor/assets/javascripts/locomotive/cmd.js +31 -0
- data/vendor/assets/javascripts/locomotive/cookies.js +117 -0
- data/vendor/assets/javascripts/locomotive/cropper.js +9 -0
- data/vendor/assets/javascripts/locomotive/datepicker_i18n.js.erb +28 -0
- data/vendor/assets/javascripts/locomotive/editable_field.js +50 -0
- data/vendor/assets/javascripts/locomotive/form_submit_notification.js +39 -0
- data/vendor/assets/javascripts/locomotive/jquery-ui-timepicker-addon.js +2134 -0
- data/vendor/assets/javascripts/locomotive/liquid_mode.js +42 -0
- data/vendor/assets/javascripts/locomotive/moment.js +2808 -0
- data/vendor/assets/javascripts/locomotive/resize.js +9 -0
- data/vendor/assets/javascripts/locomotive/resizeImage.js +235 -0
- data/vendor/assets/javascripts/locomotive/slugify.js +47 -0
- data/vendor/assets/javascripts/locomotive/subscribe.js +367 -0
- data/vendor/assets/javascripts/locomotive/vendor.js +3 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced.js +562 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced_unwrap.js +666 -0
- data/vendor/assets/javascripts/locomotive/wysihtml5x-toolbar.js +15080 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-datetimepicker.css +235 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-switch.css +206 -0
- data/vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css +46 -0
- data/vendor/assets/stylesheets/locomotive/cropper.css +9 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_ffffff_256x240.png +0 -0
- data/vendor/assets/stylesheets/locomotive/jquery/ui.css.scss +406 -0
- data/vendor/assets/stylesheets/locomotive/liquid_mode.css +7 -0
- data/vendor/assets/stylesheets/locomotive/wysihtml5_editor.css +133 -0
- data/vendor/assets/stylesheets/locomotive/wysihtml5_reset.css +7 -0
- metadata +1735 -0
@@ -0,0 +1,133 @@
|
|
1
|
+
.wysiwyg-font-size-smaller {
|
2
|
+
font-size: smaller;
|
3
|
+
}
|
4
|
+
|
5
|
+
.wysiwyg-font-size-larger {
|
6
|
+
font-size: larger;
|
7
|
+
}
|
8
|
+
|
9
|
+
.wysiwyg-font-size-xx-large {
|
10
|
+
font-size: xx-large;
|
11
|
+
}
|
12
|
+
|
13
|
+
.wysiwyg-font-size-x-large {
|
14
|
+
font-size: x-large;
|
15
|
+
}
|
16
|
+
|
17
|
+
.wysiwyg-font-size-large {
|
18
|
+
font-size: large;
|
19
|
+
}
|
20
|
+
|
21
|
+
.wysiwyg-font-size-medium {
|
22
|
+
font-size: medium;
|
23
|
+
}
|
24
|
+
|
25
|
+
.wysiwyg-font-size-small {
|
26
|
+
font-size: small;
|
27
|
+
}
|
28
|
+
|
29
|
+
.wysiwyg-font-size-x-small {
|
30
|
+
font-size: x-small;
|
31
|
+
}
|
32
|
+
|
33
|
+
.wysiwyg-font-size-xx-small {
|
34
|
+
font-size: xx-small;
|
35
|
+
}
|
36
|
+
|
37
|
+
.wysiwyg-color-black {
|
38
|
+
color: black;
|
39
|
+
}
|
40
|
+
|
41
|
+
.wysiwyg-color-silver {
|
42
|
+
color: silver;
|
43
|
+
}
|
44
|
+
|
45
|
+
.wysiwyg-color-gray {
|
46
|
+
color: gray;
|
47
|
+
}
|
48
|
+
|
49
|
+
.wysiwyg-color-white {
|
50
|
+
color: white;
|
51
|
+
}
|
52
|
+
|
53
|
+
.wysiwyg-color-maroon {
|
54
|
+
color: maroon;
|
55
|
+
}
|
56
|
+
|
57
|
+
.wysiwyg-color-red {
|
58
|
+
color: red;
|
59
|
+
}
|
60
|
+
|
61
|
+
.wysiwyg-color-purple {
|
62
|
+
color: purple;
|
63
|
+
}
|
64
|
+
|
65
|
+
.wysiwyg-color-fuchsia {
|
66
|
+
color: fuchsia;
|
67
|
+
}
|
68
|
+
|
69
|
+
.wysiwyg-color-green {
|
70
|
+
color: green;
|
71
|
+
}
|
72
|
+
|
73
|
+
.wysiwyg-color-lime {
|
74
|
+
color: lime;
|
75
|
+
}
|
76
|
+
|
77
|
+
.wysiwyg-color-olive {
|
78
|
+
color: olive;
|
79
|
+
}
|
80
|
+
|
81
|
+
.wysiwyg-color-yellow {
|
82
|
+
color: yellow;
|
83
|
+
}
|
84
|
+
|
85
|
+
.wysiwyg-color-navy {
|
86
|
+
color: navy;
|
87
|
+
}
|
88
|
+
|
89
|
+
.wysiwyg-color-blue {
|
90
|
+
color: blue;
|
91
|
+
}
|
92
|
+
|
93
|
+
.wysiwyg-color-teal {
|
94
|
+
color: teal;
|
95
|
+
}
|
96
|
+
|
97
|
+
.wysiwyg-color-aqua {
|
98
|
+
color: aqua;
|
99
|
+
}
|
100
|
+
|
101
|
+
.wysiwyg-text-align-right {
|
102
|
+
text-align: right;
|
103
|
+
}
|
104
|
+
|
105
|
+
.wysiwyg-text-align-center {
|
106
|
+
text-align: center;
|
107
|
+
}
|
108
|
+
|
109
|
+
.wysiwyg-text-align-left {
|
110
|
+
text-align: left;
|
111
|
+
}
|
112
|
+
|
113
|
+
.wysiwyg-text-align-justify {
|
114
|
+
text-align: justify;
|
115
|
+
}
|
116
|
+
|
117
|
+
.wysiwyg-float-left {
|
118
|
+
float: left;
|
119
|
+
margin: 0 8px 8px 0;
|
120
|
+
}
|
121
|
+
|
122
|
+
.wysiwyg-float-right {
|
123
|
+
float: right;
|
124
|
+
margin: 0 0 8px 8px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.wysiwyg-clear-right {
|
128
|
+
clear: right;
|
129
|
+
}
|
130
|
+
|
131
|
+
.wysiwyg-clear-left {
|
132
|
+
clear: left;
|
133
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
3
|
+
Code licensed under the BSD License:
|
4
|
+
http://developer.yahoo.com/yui/license.html
|
5
|
+
version: 2.9.0
|
6
|
+
*/
|
7
|
+
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
|
metadata
ADDED
@@ -0,0 +1,1735 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: locomotivecms
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.0.pre.alpha
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Didier Lafforgue
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-05-19 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rake
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 10.4.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 10.4.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rails
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 4.2.1
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 4.2.1
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: devise
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 3.4.1
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 3.4.1
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: devise-encryptable
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 0.2.0
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 0.2.0
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: simple_token_authentication
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 1.9.1
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 1.9.1
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: pundit
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: 1.0.0
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: 1.0.0
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: mongoid
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: 4.0.2
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: 4.0.2
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: mongoid-tree
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: 2.0.0
|
118
|
+
type: :runtime
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: 2.0.0
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: mongo_session_store-rails4
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: 6.0.0
|
132
|
+
type: :runtime
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: 6.0.0
|
139
|
+
- !ruby/object:Gem::Dependency
|
140
|
+
name: mime-types
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
142
|
+
requirements:
|
143
|
+
- - "~>"
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '2.5'
|
146
|
+
type: :runtime
|
147
|
+
prerelease: false
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
149
|
+
requirements:
|
150
|
+
- - "~>"
|
151
|
+
- !ruby/object:Gem::Version
|
152
|
+
version: '2.5'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: custom_fields
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - "~>"
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: 2.4.0.rc2
|
160
|
+
type: :runtime
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - "~>"
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: 2.4.0.rc2
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: locomotivecms_steam
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - "~>"
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: 1.0.0.pre.alpha.1
|
174
|
+
type: :runtime
|
175
|
+
prerelease: false
|
176
|
+
version_requirements: !ruby/object:Gem::Requirement
|
177
|
+
requirements:
|
178
|
+
- - "~>"
|
179
|
+
- !ruby/object:Gem::Version
|
180
|
+
version: 1.0.0.pre.alpha.1
|
181
|
+
- !ruby/object:Gem::Dependency
|
182
|
+
name: haml
|
183
|
+
requirement: !ruby/object:Gem::Requirement
|
184
|
+
requirements:
|
185
|
+
- - "~>"
|
186
|
+
- !ruby/object:Gem::Version
|
187
|
+
version: 4.0.2
|
188
|
+
type: :runtime
|
189
|
+
prerelease: false
|
190
|
+
version_requirements: !ruby/object:Gem::Requirement
|
191
|
+
requirements:
|
192
|
+
- - "~>"
|
193
|
+
- !ruby/object:Gem::Version
|
194
|
+
version: 4.0.2
|
195
|
+
- !ruby/object:Gem::Dependency
|
196
|
+
name: simple_form
|
197
|
+
requirement: !ruby/object:Gem::Requirement
|
198
|
+
requirements:
|
199
|
+
- - "~>"
|
200
|
+
- !ruby/object:Gem::Version
|
201
|
+
version: 3.1.0
|
202
|
+
type: :runtime
|
203
|
+
prerelease: false
|
204
|
+
version_requirements: !ruby/object:Gem::Requirement
|
205
|
+
requirements:
|
206
|
+
- - "~>"
|
207
|
+
- !ruby/object:Gem::Version
|
208
|
+
version: 3.1.0
|
209
|
+
- !ruby/object:Gem::Dependency
|
210
|
+
name: kaminari
|
211
|
+
requirement: !ruby/object:Gem::Requirement
|
212
|
+
requirements:
|
213
|
+
- - "~>"
|
214
|
+
- !ruby/object:Gem::Version
|
215
|
+
version: 0.16.3
|
216
|
+
type: :runtime
|
217
|
+
prerelease: false
|
218
|
+
version_requirements: !ruby/object:Gem::Requirement
|
219
|
+
requirements:
|
220
|
+
- - "~>"
|
221
|
+
- !ruby/object:Gem::Version
|
222
|
+
version: 0.16.3
|
223
|
+
- !ruby/object:Gem::Dependency
|
224
|
+
name: bootstrap-kaminari-views
|
225
|
+
requirement: !ruby/object:Gem::Requirement
|
226
|
+
requirements:
|
227
|
+
- - "~>"
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: 0.0.5
|
230
|
+
type: :runtime
|
231
|
+
prerelease: false
|
232
|
+
version_requirements: !ruby/object:Gem::Requirement
|
233
|
+
requirements:
|
234
|
+
- - "~>"
|
235
|
+
- !ruby/object:Gem::Version
|
236
|
+
version: 0.0.5
|
237
|
+
- !ruby/object:Gem::Dependency
|
238
|
+
name: responders
|
239
|
+
requirement: !ruby/object:Gem::Requirement
|
240
|
+
requirements:
|
241
|
+
- - "~>"
|
242
|
+
- !ruby/object:Gem::Version
|
243
|
+
version: 2.1.0
|
244
|
+
type: :runtime
|
245
|
+
prerelease: false
|
246
|
+
version_requirements: !ruby/object:Gem::Requirement
|
247
|
+
requirements:
|
248
|
+
- - "~>"
|
249
|
+
- !ruby/object:Gem::Version
|
250
|
+
version: 2.1.0
|
251
|
+
- !ruby/object:Gem::Dependency
|
252
|
+
name: jquery-rails
|
253
|
+
requirement: !ruby/object:Gem::Requirement
|
254
|
+
requirements:
|
255
|
+
- - "~>"
|
256
|
+
- !ruby/object:Gem::Version
|
257
|
+
version: 4.0.3
|
258
|
+
type: :runtime
|
259
|
+
prerelease: false
|
260
|
+
version_requirements: !ruby/object:Gem::Requirement
|
261
|
+
requirements:
|
262
|
+
- - "~>"
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: 4.0.3
|
265
|
+
- !ruby/object:Gem::Dependency
|
266
|
+
name: jquery-ui-rails
|
267
|
+
requirement: !ruby/object:Gem::Requirement
|
268
|
+
requirements:
|
269
|
+
- - "~>"
|
270
|
+
- !ruby/object:Gem::Version
|
271
|
+
version: 5.0.3
|
272
|
+
type: :runtime
|
273
|
+
prerelease: false
|
274
|
+
version_requirements: !ruby/object:Gem::Requirement
|
275
|
+
requirements:
|
276
|
+
- - "~>"
|
277
|
+
- !ruby/object:Gem::Version
|
278
|
+
version: 5.0.3
|
279
|
+
- !ruby/object:Gem::Dependency
|
280
|
+
name: backbone-on-rails
|
281
|
+
requirement: !ruby/object:Gem::Requirement
|
282
|
+
requirements:
|
283
|
+
- - "~>"
|
284
|
+
- !ruby/object:Gem::Version
|
285
|
+
version: 1.1.2.0
|
286
|
+
type: :runtime
|
287
|
+
prerelease: false
|
288
|
+
version_requirements: !ruby/object:Gem::Requirement
|
289
|
+
requirements:
|
290
|
+
- - "~>"
|
291
|
+
- !ruby/object:Gem::Version
|
292
|
+
version: 1.1.2.0
|
293
|
+
- !ruby/object:Gem::Dependency
|
294
|
+
name: codemirror-rails
|
295
|
+
requirement: !ruby/object:Gem::Requirement
|
296
|
+
requirements:
|
297
|
+
- - "~>"
|
298
|
+
- !ruby/object:Gem::Version
|
299
|
+
version: '5.0'
|
300
|
+
type: :runtime
|
301
|
+
prerelease: false
|
302
|
+
version_requirements: !ruby/object:Gem::Requirement
|
303
|
+
requirements:
|
304
|
+
- - "~>"
|
305
|
+
- !ruby/object:Gem::Version
|
306
|
+
version: '5.0'
|
307
|
+
- !ruby/object:Gem::Dependency
|
308
|
+
name: flash_cookie_session
|
309
|
+
requirement: !ruby/object:Gem::Requirement
|
310
|
+
requirements:
|
311
|
+
- - "~>"
|
312
|
+
- !ruby/object:Gem::Version
|
313
|
+
version: 1.1.1
|
314
|
+
type: :runtime
|
315
|
+
prerelease: false
|
316
|
+
version_requirements: !ruby/object:Gem::Requirement
|
317
|
+
requirements:
|
318
|
+
- - "~>"
|
319
|
+
- !ruby/object:Gem::Version
|
320
|
+
version: 1.1.1
|
321
|
+
- !ruby/object:Gem::Dependency
|
322
|
+
name: select2-rails
|
323
|
+
requirement: !ruby/object:Gem::Requirement
|
324
|
+
requirements:
|
325
|
+
- - "~>"
|
326
|
+
- !ruby/object:Gem::Version
|
327
|
+
version: 3.5.9
|
328
|
+
type: :runtime
|
329
|
+
prerelease: false
|
330
|
+
version_requirements: !ruby/object:Gem::Requirement
|
331
|
+
requirements:
|
332
|
+
- - "~>"
|
333
|
+
- !ruby/object:Gem::Version
|
334
|
+
version: 3.5.9
|
335
|
+
- !ruby/object:Gem::Dependency
|
336
|
+
name: compass-rails
|
337
|
+
requirement: !ruby/object:Gem::Requirement
|
338
|
+
requirements:
|
339
|
+
- - '='
|
340
|
+
- !ruby/object:Gem::Version
|
341
|
+
version: 2.0.4
|
342
|
+
type: :runtime
|
343
|
+
prerelease: false
|
344
|
+
version_requirements: !ruby/object:Gem::Requirement
|
345
|
+
requirements:
|
346
|
+
- - '='
|
347
|
+
- !ruby/object:Gem::Version
|
348
|
+
version: 2.0.4
|
349
|
+
- !ruby/object:Gem::Dependency
|
350
|
+
name: bootstrap-sass
|
351
|
+
requirement: !ruby/object:Gem::Requirement
|
352
|
+
requirements:
|
353
|
+
- - "~>"
|
354
|
+
- !ruby/object:Gem::Version
|
355
|
+
version: 3.3.3
|
356
|
+
type: :runtime
|
357
|
+
prerelease: false
|
358
|
+
version_requirements: !ruby/object:Gem::Requirement
|
359
|
+
requirements:
|
360
|
+
- - "~>"
|
361
|
+
- !ruby/object:Gem::Version
|
362
|
+
version: 3.3.3
|
363
|
+
- !ruby/object:Gem::Dependency
|
364
|
+
name: autoprefixer-rails
|
365
|
+
requirement: !ruby/object:Gem::Requirement
|
366
|
+
requirements:
|
367
|
+
- - "~>"
|
368
|
+
- !ruby/object:Gem::Version
|
369
|
+
version: 5.1.8
|
370
|
+
type: :runtime
|
371
|
+
prerelease: false
|
372
|
+
version_requirements: !ruby/object:Gem::Requirement
|
373
|
+
requirements:
|
374
|
+
- - "~>"
|
375
|
+
- !ruby/object:Gem::Version
|
376
|
+
version: 5.1.8
|
377
|
+
- !ruby/object:Gem::Dependency
|
378
|
+
name: font-awesome-sass
|
379
|
+
requirement: !ruby/object:Gem::Requirement
|
380
|
+
requirements:
|
381
|
+
- - "~>"
|
382
|
+
- !ruby/object:Gem::Version
|
383
|
+
version: 4.3.2.1
|
384
|
+
type: :runtime
|
385
|
+
prerelease: false
|
386
|
+
version_requirements: !ruby/object:Gem::Requirement
|
387
|
+
requirements:
|
388
|
+
- - "~>"
|
389
|
+
- !ruby/object:Gem::Version
|
390
|
+
version: 4.3.2.1
|
391
|
+
- !ruby/object:Gem::Dependency
|
392
|
+
name: highline
|
393
|
+
requirement: !ruby/object:Gem::Requirement
|
394
|
+
requirements:
|
395
|
+
- - "~>"
|
396
|
+
- !ruby/object:Gem::Version
|
397
|
+
version: 1.7.1
|
398
|
+
type: :runtime
|
399
|
+
prerelease: false
|
400
|
+
version_requirements: !ruby/object:Gem::Requirement
|
401
|
+
requirements:
|
402
|
+
- - "~>"
|
403
|
+
- !ruby/object:Gem::Version
|
404
|
+
version: 1.7.1
|
405
|
+
- !ruby/object:Gem::Dependency
|
406
|
+
name: stringex
|
407
|
+
requirement: !ruby/object:Gem::Requirement
|
408
|
+
requirements:
|
409
|
+
- - "~>"
|
410
|
+
- !ruby/object:Gem::Version
|
411
|
+
version: 2.5.2
|
412
|
+
type: :runtime
|
413
|
+
prerelease: false
|
414
|
+
version_requirements: !ruby/object:Gem::Requirement
|
415
|
+
requirements:
|
416
|
+
- - "~>"
|
417
|
+
- !ruby/object:Gem::Version
|
418
|
+
version: 2.5.2
|
419
|
+
- !ruby/object:Gem::Dependency
|
420
|
+
name: bazaar
|
421
|
+
requirement: !ruby/object:Gem::Requirement
|
422
|
+
requirements:
|
423
|
+
- - "~>"
|
424
|
+
- !ruby/object:Gem::Version
|
425
|
+
version: 0.0.2
|
426
|
+
type: :runtime
|
427
|
+
prerelease: false
|
428
|
+
version_requirements: !ruby/object:Gem::Requirement
|
429
|
+
requirements:
|
430
|
+
- - "~>"
|
431
|
+
- !ruby/object:Gem::Version
|
432
|
+
version: 0.0.2
|
433
|
+
- !ruby/object:Gem::Dependency
|
434
|
+
name: carrierwave-mongoid
|
435
|
+
requirement: !ruby/object:Gem::Requirement
|
436
|
+
requirements:
|
437
|
+
- - "~>"
|
438
|
+
- !ruby/object:Gem::Version
|
439
|
+
version: '0.7'
|
440
|
+
type: :runtime
|
441
|
+
prerelease: false
|
442
|
+
version_requirements: !ruby/object:Gem::Requirement
|
443
|
+
requirements:
|
444
|
+
- - "~>"
|
445
|
+
- !ruby/object:Gem::Version
|
446
|
+
version: '0.7'
|
447
|
+
- !ruby/object:Gem::Dependency
|
448
|
+
name: fog
|
449
|
+
requirement: !ruby/object:Gem::Requirement
|
450
|
+
requirements:
|
451
|
+
- - "~>"
|
452
|
+
- !ruby/object:Gem::Version
|
453
|
+
version: 1.30.0
|
454
|
+
type: :runtime
|
455
|
+
prerelease: false
|
456
|
+
version_requirements: !ruby/object:Gem::Requirement
|
457
|
+
requirements:
|
458
|
+
- - "~>"
|
459
|
+
- !ruby/object:Gem::Version
|
460
|
+
version: 1.30.0
|
461
|
+
- !ruby/object:Gem::Dependency
|
462
|
+
name: dragonfly
|
463
|
+
requirement: !ruby/object:Gem::Requirement
|
464
|
+
requirements:
|
465
|
+
- - "~>"
|
466
|
+
- !ruby/object:Gem::Version
|
467
|
+
version: 1.0.7
|
468
|
+
type: :runtime
|
469
|
+
prerelease: false
|
470
|
+
version_requirements: !ruby/object:Gem::Requirement
|
471
|
+
requirements:
|
472
|
+
- - "~>"
|
473
|
+
- !ruby/object:Gem::Version
|
474
|
+
version: 1.0.7
|
475
|
+
- !ruby/object:Gem::Dependency
|
476
|
+
name: rack-cache
|
477
|
+
requirement: !ruby/object:Gem::Requirement
|
478
|
+
requirements:
|
479
|
+
- - "~>"
|
480
|
+
- !ruby/object:Gem::Version
|
481
|
+
version: '1.1'
|
482
|
+
type: :runtime
|
483
|
+
prerelease: false
|
484
|
+
version_requirements: !ruby/object:Gem::Requirement
|
485
|
+
requirements:
|
486
|
+
- - "~>"
|
487
|
+
- !ruby/object:Gem::Version
|
488
|
+
version: '1.1'
|
489
|
+
- !ruby/object:Gem::Dependency
|
490
|
+
name: mimetype-fu
|
491
|
+
requirement: !ruby/object:Gem::Requirement
|
492
|
+
requirements:
|
493
|
+
- - "~>"
|
494
|
+
- !ruby/object:Gem::Version
|
495
|
+
version: 0.1.2
|
496
|
+
type: :runtime
|
497
|
+
prerelease: false
|
498
|
+
version_requirements: !ruby/object:Gem::Requirement
|
499
|
+
requirements:
|
500
|
+
- - "~>"
|
501
|
+
- !ruby/object:Gem::Version
|
502
|
+
version: 0.1.2
|
503
|
+
- !ruby/object:Gem::Dependency
|
504
|
+
name: multi_json
|
505
|
+
requirement: !ruby/object:Gem::Requirement
|
506
|
+
requirements:
|
507
|
+
- - "~>"
|
508
|
+
- !ruby/object:Gem::Version
|
509
|
+
version: 1.11.0
|
510
|
+
type: :runtime
|
511
|
+
prerelease: false
|
512
|
+
version_requirements: !ruby/object:Gem::Requirement
|
513
|
+
requirements:
|
514
|
+
- - "~>"
|
515
|
+
- !ruby/object:Gem::Version
|
516
|
+
version: 1.11.0
|
517
|
+
- !ruby/object:Gem::Dependency
|
518
|
+
name: httparty
|
519
|
+
requirement: !ruby/object:Gem::Requirement
|
520
|
+
requirements:
|
521
|
+
- - "~>"
|
522
|
+
- !ruby/object:Gem::Version
|
523
|
+
version: 0.13.3
|
524
|
+
type: :runtime
|
525
|
+
prerelease: false
|
526
|
+
version_requirements: !ruby/object:Gem::Requirement
|
527
|
+
requirements:
|
528
|
+
- - "~>"
|
529
|
+
- !ruby/object:Gem::Version
|
530
|
+
version: 0.13.3
|
531
|
+
- !ruby/object:Gem::Dependency
|
532
|
+
name: actionmailer-with-request
|
533
|
+
requirement: !ruby/object:Gem::Requirement
|
534
|
+
requirements:
|
535
|
+
- - "~>"
|
536
|
+
- !ruby/object:Gem::Version
|
537
|
+
version: 0.4.0
|
538
|
+
type: :runtime
|
539
|
+
prerelease: false
|
540
|
+
version_requirements: !ruby/object:Gem::Requirement
|
541
|
+
requirements:
|
542
|
+
- - "~>"
|
543
|
+
- !ruby/object:Gem::Version
|
544
|
+
version: 0.4.0
|
545
|
+
- !ruby/object:Gem::Dependency
|
546
|
+
name: grape
|
547
|
+
requirement: !ruby/object:Gem::Requirement
|
548
|
+
requirements:
|
549
|
+
- - "~>"
|
550
|
+
- !ruby/object:Gem::Version
|
551
|
+
version: 0.11.0
|
552
|
+
type: :runtime
|
553
|
+
prerelease: false
|
554
|
+
version_requirements: !ruby/object:Gem::Requirement
|
555
|
+
requirements:
|
556
|
+
- - "~>"
|
557
|
+
- !ruby/object:Gem::Version
|
558
|
+
version: 0.11.0
|
559
|
+
- !ruby/object:Gem::Dependency
|
560
|
+
name: grape-entity
|
561
|
+
requirement: !ruby/object:Gem::Requirement
|
562
|
+
requirements:
|
563
|
+
- - "~>"
|
564
|
+
- !ruby/object:Gem::Version
|
565
|
+
version: 0.4.5
|
566
|
+
type: :runtime
|
567
|
+
prerelease: false
|
568
|
+
version_requirements: !ruby/object:Gem::Requirement
|
569
|
+
requirements:
|
570
|
+
- - "~>"
|
571
|
+
- !ruby/object:Gem::Version
|
572
|
+
version: 0.4.5
|
573
|
+
- !ruby/object:Gem::Dependency
|
574
|
+
name: faye-websocket
|
575
|
+
requirement: !ruby/object:Gem::Requirement
|
576
|
+
requirements:
|
577
|
+
- - ">="
|
578
|
+
- !ruby/object:Gem::Version
|
579
|
+
version: '0'
|
580
|
+
type: :development
|
581
|
+
prerelease: false
|
582
|
+
version_requirements: !ruby/object:Gem::Requirement
|
583
|
+
requirements:
|
584
|
+
- - ">="
|
585
|
+
- !ruby/object:Gem::Version
|
586
|
+
version: '0'
|
587
|
+
description: 'Locomotive is designed to save your time and help you focus on what
|
588
|
+
matters: front-end technology, standard development process and no learning time
|
589
|
+
for your client.'
|
590
|
+
email:
|
591
|
+
- did@locomotivecms.com
|
592
|
+
executables: []
|
593
|
+
extensions: []
|
594
|
+
extra_rdoc_files:
|
595
|
+
- LICENSE
|
596
|
+
- README.md
|
597
|
+
files:
|
598
|
+
- Gemfile
|
599
|
+
- LICENSE
|
600
|
+
- README.md
|
601
|
+
- app/api/locomotive/api.rb
|
602
|
+
- app/api/locomotive/api/entities/account_entity.rb
|
603
|
+
- app/api/locomotive/api/entities/base_entity.rb
|
604
|
+
- app/api/locomotive/api/entities/content_asset_entity.rb
|
605
|
+
- app/api/locomotive/api/entities/content_entry_entity.rb
|
606
|
+
- app/api/locomotive/api/entities/content_type_entity.rb
|
607
|
+
- app/api/locomotive/api/entities/content_type_field_entity.rb
|
608
|
+
- app/api/locomotive/api/entities/editable_element_entity.rb
|
609
|
+
- app/api/locomotive/api/entities/membership_entity.rb
|
610
|
+
- app/api/locomotive/api/entities/page_entity.rb
|
611
|
+
- app/api/locomotive/api/entities/site_entity.rb
|
612
|
+
- app/api/locomotive/api/entities/snippet_entity.rb
|
613
|
+
- app/api/locomotive/api/entities/theme_asset_entity.rb
|
614
|
+
- app/api/locomotive/api/entities/translation_entity.rb
|
615
|
+
- app/api/locomotive/api/exception_rescuers.rb
|
616
|
+
- app/api/locomotive/api/forms/account_form.rb
|
617
|
+
- app/api/locomotive/api/forms/base_form.rb
|
618
|
+
- app/api/locomotive/api/forms/content_asset_form.rb
|
619
|
+
- app/api/locomotive/api/forms/content_entry_form.rb
|
620
|
+
- app/api/locomotive/api/forms/content_type_field_form.rb
|
621
|
+
- app/api/locomotive/api/forms/content_type_form.rb
|
622
|
+
- app/api/locomotive/api/forms/editable_element_form.rb
|
623
|
+
- app/api/locomotive/api/forms/membership_form.rb
|
624
|
+
- app/api/locomotive/api/forms/my_account_form.rb
|
625
|
+
- app/api/locomotive/api/forms/page_form.rb
|
626
|
+
- app/api/locomotive/api/forms/site_form.rb
|
627
|
+
- app/api/locomotive/api/forms/snippet_form.rb
|
628
|
+
- app/api/locomotive/api/forms/theme_asset_form.rb
|
629
|
+
- app/api/locomotive/api/forms/translation_form.rb
|
630
|
+
- app/api/locomotive/api/helpers/authentication_helper.rb
|
631
|
+
- app/api/locomotive/api/helpers/pagination_helper.rb
|
632
|
+
- app/api/locomotive/api/helpers/params_helper.rb
|
633
|
+
- app/api/locomotive/api/helpers/persistence_helper.rb
|
634
|
+
- app/api/locomotive/api/middlewares/locale_middleware.rb
|
635
|
+
- app/api/locomotive/api/middlewares/logger_middleware.rb
|
636
|
+
- app/api/locomotive/api/resources/account_resource.rb
|
637
|
+
- app/api/locomotive/api/resources/content_asset_resource.rb
|
638
|
+
- app/api/locomotive/api/resources/content_entry_resource.rb
|
639
|
+
- app/api/locomotive/api/resources/content_type_resource.rb
|
640
|
+
- app/api/locomotive/api/resources/current_site_resource.rb
|
641
|
+
- app/api/locomotive/api/resources/membership_resource.rb
|
642
|
+
- app/api/locomotive/api/resources/my_account_resource.rb
|
643
|
+
- app/api/locomotive/api/resources/page_resource.rb
|
644
|
+
- app/api/locomotive/api/resources/site_resource.rb
|
645
|
+
- app/api/locomotive/api/resources/snippet_resource.rb
|
646
|
+
- app/api/locomotive/api/resources/theme_asset_resource.rb
|
647
|
+
- app/api/locomotive/api/resources/token_resource.rb
|
648
|
+
- app/api/locomotive/api/resources/translation_resource.rb
|
649
|
+
- app/api/locomotive/api/resources/version_resource.rb
|
650
|
+
- app/assets/images/locomotive/background/body.png
|
651
|
+
- app/assets/images/locomotive/datepicker/ui-widget-content-top.png
|
652
|
+
- app/assets/images/locomotive/form/error-arrow.png
|
653
|
+
- app/assets/images/locomotive/form/input-sep.png
|
654
|
+
- app/assets/images/locomotive/icons/flags/bf.png
|
655
|
+
- app/assets/images/locomotive/icons/flags/bg.png
|
656
|
+
- app/assets/images/locomotive/icons/flags/cs.png
|
657
|
+
- app/assets/images/locomotive/icons/flags/de.png
|
658
|
+
- app/assets/images/locomotive/icons/flags/en.png
|
659
|
+
- app/assets/images/locomotive/icons/flags/es.png
|
660
|
+
- app/assets/images/locomotive/icons/flags/et.png
|
661
|
+
- app/assets/images/locomotive/icons/flags/fr.png
|
662
|
+
- app/assets/images/locomotive/icons/flags/it.png
|
663
|
+
- app/assets/images/locomotive/icons/flags/ja.png
|
664
|
+
- app/assets/images/locomotive/icons/flags/mg.png
|
665
|
+
- app/assets/images/locomotive/icons/flags/nb.png
|
666
|
+
- app/assets/images/locomotive/icons/flags/nl.png
|
667
|
+
- app/assets/images/locomotive/icons/flags/pl.png
|
668
|
+
- app/assets/images/locomotive/icons/flags/pt-BR.png
|
669
|
+
- app/assets/images/locomotive/icons/flags/pt.png
|
670
|
+
- app/assets/images/locomotive/icons/flags/ru.png
|
671
|
+
- app/assets/images/locomotive/icons/flags/sk.png
|
672
|
+
- app/assets/images/locomotive/icons/flags/sr.png
|
673
|
+
- app/assets/images/locomotive/icons/flags/zh-CN.png
|
674
|
+
- app/assets/images/locomotive/icons/start.png
|
675
|
+
- app/assets/images/locomotive/list/empty.png
|
676
|
+
- app/assets/images/locomotive/list/item-left.png
|
677
|
+
- app/assets/images/locomotive/logo.png
|
678
|
+
- app/assets/images/locomotive/nocoffee.png
|
679
|
+
- app/assets/images/locomotive/plugins/sites_picker_top_arrow.png
|
680
|
+
- app/assets/images/locomotive/rails.png
|
681
|
+
- app/assets/images/locomotive/site.png
|
682
|
+
- app/assets/images/locomotive/user.png
|
683
|
+
- app/assets/javascripts/locomotive.js
|
684
|
+
- app/assets/javascripts/locomotive/application.js.coffee
|
685
|
+
- app/assets/javascripts/locomotive/not_logged_in.js.coffee
|
686
|
+
- app/assets/javascripts/locomotive/utils/backbone_patches.js.coffee
|
687
|
+
- app/assets/javascripts/locomotive/utils/core_ext.js
|
688
|
+
- app/assets/javascripts/locomotive/utils/layout_utils.js.coffee
|
689
|
+
- app/assets/javascripts/locomotive/utils/rails_ujs.js.coffee
|
690
|
+
- app/assets/javascripts/locomotive/utils/select2.js.coffee
|
691
|
+
- app/assets/javascripts/locomotive/utils/wysihtml5.js.coffee
|
692
|
+
- app/assets/javascripts/locomotive/views/accounts/new_view.js.coffee
|
693
|
+
- app/assets/javascripts/locomotive/views/application_view.js.coffee
|
694
|
+
- app/assets/javascripts/locomotive/views/content_assets/dropzone_view.js.coffee
|
695
|
+
- app/assets/javascripts/locomotive/views/content_assets/edit_image_view.js.coffee
|
696
|
+
- app/assets/javascripts/locomotive/views/content_assets/index_view.js.coffee
|
697
|
+
- app/assets/javascripts/locomotive/views/content_assets/picker_view.js.coffee
|
698
|
+
- app/assets/javascripts/locomotive/views/content_entries/edit_view.js.coffee
|
699
|
+
- app/assets/javascripts/locomotive/views/content_entries/index_view.js.coffee
|
700
|
+
- app/assets/javascripts/locomotive/views/content_entries/new_view.js.coffee
|
701
|
+
- app/assets/javascripts/locomotive/views/current_site/edit_view.js.coffee
|
702
|
+
- app/assets/javascripts/locomotive/views/custom_fields/select_options/edit_view.js.coffee
|
703
|
+
- app/assets/javascripts/locomotive/views/dashboard/show_view.js.coffee
|
704
|
+
- app/assets/javascripts/locomotive/views/editable_elements/index_view.js.coffee
|
705
|
+
- app/assets/javascripts/locomotive/views/inputs/array_view.js.coffee
|
706
|
+
- app/assets/javascripts/locomotive/views/inputs/document_picker_view.js.coffee
|
707
|
+
- app/assets/javascripts/locomotive/views/inputs/file_view.js.coffee
|
708
|
+
- app/assets/javascripts/locomotive/views/inputs/rte/file_view.js.coffee
|
709
|
+
- app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee
|
710
|
+
- app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb
|
711
|
+
- app/assets/javascripts/locomotive/views/memberships/edit_view.js.coffee
|
712
|
+
- app/assets/javascripts/locomotive/views/memberships/new_view.js.coffee
|
713
|
+
- app/assets/javascripts/locomotive/views/my_account/edit_view.js.coffee
|
714
|
+
- app/assets/javascripts/locomotive/views/pages/_form_view.js.coffee
|
715
|
+
- app/assets/javascripts/locomotive/views/pages/edit_view.js.coffee
|
716
|
+
- app/assets/javascripts/locomotive/views/pages/index_view.js.coffee
|
717
|
+
- app/assets/javascripts/locomotive/views/pages/list_view.js.coffee
|
718
|
+
- app/assets/javascripts/locomotive/views/pages/new_view.js.coffee
|
719
|
+
- app/assets/javascripts/locomotive/views/shared/drawer_view.js.coffee
|
720
|
+
- app/assets/javascripts/locomotive/views/shared/form_view.js.coffee
|
721
|
+
- app/assets/javascripts/locomotive/views/shared/header_view.js.coffee
|
722
|
+
- app/assets/javascripts/locomotive/views/shared/list_item_view.js.coffee
|
723
|
+
- app/assets/javascripts/locomotive/views/shared/list_view.js.coffee
|
724
|
+
- app/assets/javascripts/locomotive/views/shared/sidebar_view.js.coffee
|
725
|
+
- app/assets/javascripts/locomotive/views/sites/new_view.js.coffee
|
726
|
+
- app/assets/stylesheets/locomotive/application.scss
|
727
|
+
- app/assets/stylesheets/locomotive/base/_all.scss
|
728
|
+
- app/assets/stylesheets/locomotive/base/_buttons.scss
|
729
|
+
- app/assets/stylesheets/locomotive/base/_fonts.scss
|
730
|
+
- app/assets/stylesheets/locomotive/base/_form.scss
|
731
|
+
- app/assets/stylesheets/locomotive/base/_iframe.scss
|
732
|
+
- app/assets/stylesheets/locomotive/base/_nav.scss
|
733
|
+
- app/assets/stylesheets/locomotive/base/_typography.scss
|
734
|
+
- app/assets/stylesheets/locomotive/base/form/_api_key.scss
|
735
|
+
- app/assets/stylesheets/locomotive/base/form/_array_input.scss
|
736
|
+
- app/assets/stylesheets/locomotive/base/form/_base.scss
|
737
|
+
- app/assets/stylesheets/locomotive/base/form/_code.scss
|
738
|
+
- app/assets/stylesheets/locomotive/base/form/_date.scss
|
739
|
+
- app/assets/stylesheets/locomotive/base/form/_document_picker.scss
|
740
|
+
- app/assets/stylesheets/locomotive/base/form/_file_input.scss
|
741
|
+
- app/assets/stylesheets/locomotive/base/form/_popover.scss
|
742
|
+
- app/assets/stylesheets/locomotive/base/form/_rte.scss
|
743
|
+
- app/assets/stylesheets/locomotive/base/form/_select2.scss
|
744
|
+
- app/assets/stylesheets/locomotive/base/form/_toggle.scss
|
745
|
+
- app/assets/stylesheets/locomotive/base/not_logged_in/_all.scss
|
746
|
+
- app/assets/stylesheets/locomotive/base/not_logged_in/_buttons.scss
|
747
|
+
- app/assets/stylesheets/locomotive/base/not_logged_in/_form.scss
|
748
|
+
- app/assets/stylesheets/locomotive/base/not_logged_in/_messages.scss
|
749
|
+
- app/assets/stylesheets/locomotive/base/not_logged_in/_typography.scss
|
750
|
+
- app/assets/stylesheets/locomotive/components/_content_assets.scss
|
751
|
+
- app/assets/stylesheets/locomotive/components/_drawer.scss
|
752
|
+
- app/assets/stylesheets/locomotive/components/_header.scss
|
753
|
+
- app/assets/stylesheets/locomotive/components/_list.scss
|
754
|
+
- app/assets/stylesheets/locomotive/components/_main.scss
|
755
|
+
- app/assets/stylesheets/locomotive/components/_misc.scss
|
756
|
+
- app/assets/stylesheets/locomotive/components/_sidebar.scss
|
757
|
+
- app/assets/stylesheets/locomotive/components/_sites.scss
|
758
|
+
- app/assets/stylesheets/locomotive/components/_transitions.scss
|
759
|
+
- app/assets/stylesheets/locomotive/components/header/_account.scss
|
760
|
+
- app/assets/stylesheets/locomotive/components/header/_base.scss
|
761
|
+
- app/assets/stylesheets/locomotive/components/header/_responsive.scss
|
762
|
+
- app/assets/stylesheets/locomotive/components/misc/_nav.scss
|
763
|
+
- app/assets/stylesheets/locomotive/components/not_logged_in/_passwords.scss
|
764
|
+
- app/assets/stylesheets/locomotive/components/not_logged_in/_sign_in_and_up.scss
|
765
|
+
- app/assets/stylesheets/locomotive/components/sidebar/_base.scss
|
766
|
+
- app/assets/stylesheets/locomotive/components/sidebar/_content_types.scss
|
767
|
+
- app/assets/stylesheets/locomotive/components/sidebar/_link.scss
|
768
|
+
- app/assets/stylesheets/locomotive/components/sidebar/_my_account.scss
|
769
|
+
- app/assets/stylesheets/locomotive/components/sidebar/_pages_tree.scss
|
770
|
+
- app/assets/stylesheets/locomotive/globals/_all.scss
|
771
|
+
- app/assets/stylesheets/locomotive/globals/_bootstrap.scss
|
772
|
+
- app/assets/stylesheets/locomotive/globals/_colors.scss
|
773
|
+
- app/assets/stylesheets/locomotive/globals/_mixins.scss
|
774
|
+
- app/assets/stylesheets/locomotive/globals/_variables.scss
|
775
|
+
- app/assets/stylesheets/locomotive/layouts/_main.scss
|
776
|
+
- app/assets/stylesheets/locomotive/layouts/_not_logged_in.scss
|
777
|
+
- app/assets/stylesheets/locomotive/layouts/_responsive.scss
|
778
|
+
- app/assets/stylesheets/locomotive/not_logged_in.scss
|
779
|
+
- app/cells/locomotive/content_locale_picker/show.html.haml
|
780
|
+
- app/cells/locomotive/content_locale_picker_cell.rb
|
781
|
+
- app/controllers/locomotive/accounts_controller.rb
|
782
|
+
- app/controllers/locomotive/api/accounts_controller.rb
|
783
|
+
- app/controllers/locomotive/api/base_controller.rb
|
784
|
+
- app/controllers/locomotive/api/content_assets_controller.rb
|
785
|
+
- app/controllers/locomotive/api/content_entries_controller.rb
|
786
|
+
- app/controllers/locomotive/api/content_types_controller.rb
|
787
|
+
- app/controllers/locomotive/api/current_site_controller.rb
|
788
|
+
- app/controllers/locomotive/api/memberships_controller.rb
|
789
|
+
- app/controllers/locomotive/api/my_account_controller.rb
|
790
|
+
- app/controllers/locomotive/api/pages_controller.rb
|
791
|
+
- app/controllers/locomotive/api/sites_controller.rb
|
792
|
+
- app/controllers/locomotive/api/snippets_controller.rb
|
793
|
+
- app/controllers/locomotive/api/theme_assets_controller.rb
|
794
|
+
- app/controllers/locomotive/api/tokens_controller.rb
|
795
|
+
- app/controllers/locomotive/api/translations_controller.rb
|
796
|
+
- app/controllers/locomotive/api/version_controller.rb
|
797
|
+
- app/controllers/locomotive/base_controller.rb
|
798
|
+
- app/controllers/locomotive/concerns/account_controller.rb
|
799
|
+
- app/controllers/locomotive/concerns/authorization_controller.rb
|
800
|
+
- app/controllers/locomotive/concerns/exception_controller.rb
|
801
|
+
- app/controllers/locomotive/concerns/locale_helpers_controller.rb
|
802
|
+
- app/controllers/locomotive/concerns/membership_controller.rb
|
803
|
+
- app/controllers/locomotive/concerns/site_dispatcher_controller.rb
|
804
|
+
- app/controllers/locomotive/concerns/store_location_controller.rb
|
805
|
+
- app/controllers/locomotive/concerns/timezone_controller.rb
|
806
|
+
- app/controllers/locomotive/concerns/token_authentication_controller.rb
|
807
|
+
- app/controllers/locomotive/concerns/url_helpers_controller.rb
|
808
|
+
- app/controllers/locomotive/concerns/within_site_controller.rb
|
809
|
+
- app/controllers/locomotive/content_assets_controller.rb
|
810
|
+
- app/controllers/locomotive/content_entries_controller.rb
|
811
|
+
- app/controllers/locomotive/current_site_controller.rb
|
812
|
+
- app/controllers/locomotive/custom_fields/select_options_controller.rb
|
813
|
+
- app/controllers/locomotive/dashboard_controller.rb
|
814
|
+
- app/controllers/locomotive/editable_elements_controller.rb
|
815
|
+
- app/controllers/locomotive/memberships_controller.rb
|
816
|
+
- app/controllers/locomotive/my_account_controller.rb
|
817
|
+
- app/controllers/locomotive/pages_controller.rb
|
818
|
+
- app/controllers/locomotive/passwords_controller.rb
|
819
|
+
- app/controllers/locomotive/registrations_controller.rb
|
820
|
+
- app/controllers/locomotive/sessions_controller.rb
|
821
|
+
- app/controllers/locomotive/sites_controller.rb
|
822
|
+
- app/controllers/locomotive/translations_controller.rb
|
823
|
+
- app/helpers/locomotive/accounts_helper.rb
|
824
|
+
- app/helpers/locomotive/base_helper.rb
|
825
|
+
- app/helpers/locomotive/content_assets_helper.rb
|
826
|
+
- app/helpers/locomotive/content_entries_helper.rb
|
827
|
+
- app/helpers/locomotive/content_types_helper.rb
|
828
|
+
- app/helpers/locomotive/custom_fields_helper.rb
|
829
|
+
- app/helpers/locomotive/installation_helper.rb
|
830
|
+
- app/helpers/locomotive/memberships_helper.rb
|
831
|
+
- app/helpers/locomotive/my_account_helper.rb
|
832
|
+
- app/helpers/locomotive/pages_helper.rb
|
833
|
+
- app/helpers/locomotive/shared/accounts_helper.rb
|
834
|
+
- app/helpers/locomotive/shared/pages_helper.rb
|
835
|
+
- app/helpers/locomotive/shared/sites_helper.rb
|
836
|
+
- app/helpers/locomotive/sites_helper.rb
|
837
|
+
- app/helpers/locomotive/translations_helper.rb
|
838
|
+
- app/inputs/locomotive/api_key_input.rb
|
839
|
+
- app/inputs/locomotive/array_input.rb
|
840
|
+
- app/inputs/locomotive/code_input.rb
|
841
|
+
- app/inputs/locomotive/document_picker_input.rb
|
842
|
+
- app/inputs/locomotive/editable_select_input.rb
|
843
|
+
- app/inputs/locomotive/file_input.rb
|
844
|
+
- app/inputs/locomotive/locale_input.rb
|
845
|
+
- app/inputs/locomotive/locales_input.rb
|
846
|
+
- app/inputs/locomotive/rte_input.rb
|
847
|
+
- app/inputs/locomotive/small_code_input.rb
|
848
|
+
- app/inputs/locomotive/toggle_input.rb
|
849
|
+
- app/mailers/locomotive/devise_mailer.rb
|
850
|
+
- app/mailers/locomotive/notifications.rb
|
851
|
+
- app/models/locomotive/account.rb
|
852
|
+
- app/models/locomotive/concerns/account/api_key.rb
|
853
|
+
- app/models/locomotive/concerns/account/devise_patch.rb
|
854
|
+
- app/models/locomotive/concerns/asset/checksum.rb
|
855
|
+
- app/models/locomotive/concerns/asset/types.rb
|
856
|
+
- app/models/locomotive/concerns/asset/vignette.rb
|
857
|
+
- app/models/locomotive/concerns/content_entry/counter.rb
|
858
|
+
- app/models/locomotive/concerns/content_entry/csv.rb
|
859
|
+
- app/models/locomotive/concerns/content_entry/localized.rb
|
860
|
+
- app/models/locomotive/concerns/content_entry/next_previous.rb
|
861
|
+
- app/models/locomotive/concerns/content_entry/notifications.rb
|
862
|
+
- app/models/locomotive/concerns/content_entry/slug.rb
|
863
|
+
- app/models/locomotive/concerns/content_type/class_helpers.rb
|
864
|
+
- app/models/locomotive/concerns/content_type/default_values.rb
|
865
|
+
- app/models/locomotive/concerns/content_type/group_by.rb
|
866
|
+
- app/models/locomotive/concerns/content_type/item_template.rb
|
867
|
+
- app/models/locomotive/concerns/content_type/label.rb
|
868
|
+
- app/models/locomotive/concerns/content_type/order_by.rb
|
869
|
+
- app/models/locomotive/concerns/content_type/sync.rb
|
870
|
+
- app/models/locomotive/concerns/page/editable_elements.rb
|
871
|
+
- app/models/locomotive/concerns/page/layout.rb
|
872
|
+
- app/models/locomotive/concerns/page/listed.rb
|
873
|
+
- app/models/locomotive/concerns/page/parse.rb
|
874
|
+
- app/models/locomotive/concerns/page/redirect.rb
|
875
|
+
- app/models/locomotive/concerns/page/render.rb
|
876
|
+
- app/models/locomotive/concerns/page/templatized.rb
|
877
|
+
- app/models/locomotive/concerns/page/tree.rb
|
878
|
+
- app/models/locomotive/concerns/shared/seo.rb
|
879
|
+
- app/models/locomotive/concerns/shared/slug.rb
|
880
|
+
- app/models/locomotive/concerns/shared/userstamp.rb
|
881
|
+
- app/models/locomotive/concerns/site/access_points.rb
|
882
|
+
- app/models/locomotive/concerns/site/locales.rb
|
883
|
+
- app/models/locomotive/concerns/site/timezone.rb
|
884
|
+
- app/models/locomotive/content_asset.rb
|
885
|
+
- app/models/locomotive/content_entry.rb
|
886
|
+
- app/models/locomotive/content_type.rb
|
887
|
+
- app/models/locomotive/editable_control.rb
|
888
|
+
- app/models/locomotive/editable_element.rb
|
889
|
+
- app/models/locomotive/editable_file.rb
|
890
|
+
- app/models/locomotive/editable_long_text.rb
|
891
|
+
- app/models/locomotive/editable_short_text.rb
|
892
|
+
- app/models/locomotive/editable_text.rb
|
893
|
+
- app/models/locomotive/membership.rb
|
894
|
+
- app/models/locomotive/page.rb
|
895
|
+
- app/models/locomotive/site.rb
|
896
|
+
- app/models/locomotive/snippet.rb
|
897
|
+
- app/models/locomotive/theme_asset.rb
|
898
|
+
- app/models/locomotive/translation.rb
|
899
|
+
- app/policies/locomotive/account_policy.rb
|
900
|
+
- app/policies/locomotive/application_policy.rb
|
901
|
+
- app/policies/locomotive/content_asset_policy.rb
|
902
|
+
- app/policies/locomotive/content_entry_policy.rb
|
903
|
+
- app/policies/locomotive/content_type_policy.rb
|
904
|
+
- app/policies/locomotive/membership_policy.rb
|
905
|
+
- app/policies/locomotive/page_policy.rb
|
906
|
+
- app/policies/locomotive/site_policy.rb
|
907
|
+
- app/policies/locomotive/snippet_policy.rb
|
908
|
+
- app/policies/locomotive/theme_asset_policy.rb
|
909
|
+
- app/policies/locomotive/translation_policy.rb
|
910
|
+
- app/presenters/locomotive/account_presenter.rb
|
911
|
+
- app/presenters/locomotive/base_presenter.rb
|
912
|
+
- app/presenters/locomotive/content_asset_presenter.rb
|
913
|
+
- app/presenters/locomotive/content_entry_presenter.rb
|
914
|
+
- app/presenters/locomotive/content_field_presenter.rb
|
915
|
+
- app/presenters/locomotive/content_type_presenter.rb
|
916
|
+
- app/presenters/locomotive/editable_control_presenter.rb
|
917
|
+
- app/presenters/locomotive/editable_element_presenter.rb
|
918
|
+
- app/presenters/locomotive/editable_file_presenter.rb
|
919
|
+
- app/presenters/locomotive/editable_text_presenter.rb
|
920
|
+
- app/presenters/locomotive/membership_presenter.rb
|
921
|
+
- app/presenters/locomotive/page_presenter.rb
|
922
|
+
- app/presenters/locomotive/site_presenter.rb
|
923
|
+
- app/presenters/locomotive/snippet_presenter.rb
|
924
|
+
- app/presenters/locomotive/theme_asset_presenter.rb
|
925
|
+
- app/presenters/locomotive/translation_presenter.rb
|
926
|
+
- app/services/locomotive/content_asset_service.rb
|
927
|
+
- app/services/locomotive/content_entry_service.rb
|
928
|
+
- app/services/locomotive/content_type_service.rb
|
929
|
+
- app/services/locomotive/custom_field_finder_service.rb
|
930
|
+
- app/services/locomotive/custom_field_service.rb
|
931
|
+
- app/services/locomotive/membership_service.rb
|
932
|
+
- app/services/locomotive/page_parsing_service.rb
|
933
|
+
- app/services/locomotive/page_service.rb
|
934
|
+
- app/services/locomotive/site_service.rb
|
935
|
+
- app/uploaders/locomotive/content_asset_uploader.rb
|
936
|
+
- app/uploaders/locomotive/editable_file_uploader.rb
|
937
|
+
- app/uploaders/locomotive/picture_uploader.rb
|
938
|
+
- app/uploaders/locomotive/theme_asset_uploader.rb
|
939
|
+
- app/views/locomotive/accounts/new.html.haml
|
940
|
+
- app/views/locomotive/content_assets/_dropzone.html.haml
|
941
|
+
- app/views/locomotive/content_assets/_list.html.haml
|
942
|
+
- app/views/locomotive/content_assets/_nav.html.haml
|
943
|
+
- app/views/locomotive/content_assets/_search_form.html.haml
|
944
|
+
- app/views/locomotive/content_assets/edit_in_drawer.html.haml
|
945
|
+
- app/views/locomotive/content_assets/index.html.haml
|
946
|
+
- app/views/locomotive/content_assets/index_in_drawer.html.haml
|
947
|
+
- app/views/locomotive/content_entries/_entry.html.haml
|
948
|
+
- app/views/locomotive/content_entries/_list.html.haml
|
949
|
+
- app/views/locomotive/content_entries/edit.html.haml
|
950
|
+
- app/views/locomotive/content_entries/form/_actions.html.haml
|
951
|
+
- app/views/locomotive/content_entries/form/_advanced.html.haml
|
952
|
+
- app/views/locomotive/content_entries/form/_main.html.haml
|
953
|
+
- app/views/locomotive/content_entries/form/_panes.html.haml
|
954
|
+
- app/views/locomotive/content_entries/form/_seo.html.haml
|
955
|
+
- app/views/locomotive/content_entries/form/_tabs.html.haml
|
956
|
+
- app/views/locomotive/content_entries/index.html.haml
|
957
|
+
- app/views/locomotive/content_entries/new.html.haml
|
958
|
+
- app/views/locomotive/current_site/_domain.html.haml
|
959
|
+
- app/views/locomotive/current_site/_locale.html.haml
|
960
|
+
- app/views/locomotive/current_site/_membership.html.haml
|
961
|
+
- app/views/locomotive/current_site/edit.html.haml
|
962
|
+
- app/views/locomotive/current_site/form/_access_points.html.haml
|
963
|
+
- app/views/locomotive/current_site/form/_advanced.html.haml
|
964
|
+
- app/views/locomotive/current_site/form/_main.html.haml
|
965
|
+
- app/views/locomotive/current_site/form/_panes.html.haml
|
966
|
+
- app/views/locomotive/current_site/form/_seo.html.haml
|
967
|
+
- app/views/locomotive/current_site/form/_tabs.html.haml
|
968
|
+
- app/views/locomotive/custom_fields/select_options/_option.html.haml
|
969
|
+
- app/views/locomotive/custom_fields/select_options/edit.html.haml
|
970
|
+
- app/views/locomotive/dashboard/show.html.haml
|
971
|
+
- app/views/locomotive/devise_mailer/reset_password_instructions.html.haml
|
972
|
+
- app/views/locomotive/editable_elements/index.html.haml
|
973
|
+
- app/views/locomotive/errors/404.html.haml
|
974
|
+
- app/views/locomotive/errors/500.html.haml
|
975
|
+
- app/views/locomotive/errors/no_page.html.haml
|
976
|
+
- app/views/locomotive/errors/no_site.html.haml
|
977
|
+
- app/views/locomotive/layouts/application.html.haml
|
978
|
+
- app/views/locomotive/layouts/error.html.haml
|
979
|
+
- app/views/locomotive/layouts/not_logged_in.html.haml
|
980
|
+
- app/views/locomotive/layouts/preview.html.haml
|
981
|
+
- app/views/locomotive/layouts/without_site.html.haml
|
982
|
+
- app/views/locomotive/memberships/edit.html.haml
|
983
|
+
- app/views/locomotive/memberships/new.html.haml
|
984
|
+
- app/views/locomotive/my_account/edit.html.haml
|
985
|
+
- app/views/locomotive/my_account/form/_actions.html.haml
|
986
|
+
- app/views/locomotive/my_account/form/_api.html.haml
|
987
|
+
- app/views/locomotive/my_account/form/_credentials.html.haml
|
988
|
+
- app/views/locomotive/my_account/form/_main.html.haml
|
989
|
+
- app/views/locomotive/my_account/form/_panes.html.haml
|
990
|
+
- app/views/locomotive/my_account/form/_tabs.html.haml
|
991
|
+
- app/views/locomotive/notifications/new_content_entry.html.haml
|
992
|
+
- app/views/locomotive/pages/_editable_elements.html.haml
|
993
|
+
- app/views/locomotive/pages/_form.html.haml
|
994
|
+
- app/views/locomotive/pages/_page.html.haml
|
995
|
+
- app/views/locomotive/pages/edit.html.haml
|
996
|
+
- app/views/locomotive/pages/form/_actions.html.haml
|
997
|
+
- app/views/locomotive/pages/form/_main.html.haml
|
998
|
+
- app/views/locomotive/pages/form/_panes.html.haml
|
999
|
+
- app/views/locomotive/pages/form/_seo.html.haml
|
1000
|
+
- app/views/locomotive/pages/form/_tabs.html.haml
|
1001
|
+
- app/views/locomotive/pages/index.html.haml
|
1002
|
+
- app/views/locomotive/pages/new.html.haml
|
1003
|
+
- app/views/locomotive/pages/show.html.haml
|
1004
|
+
- app/views/locomotive/passwords/edit.html.haml
|
1005
|
+
- app/views/locomotive/passwords/new.html.haml
|
1006
|
+
- app/views/locomotive/public/sitemaps/show.xml.builder
|
1007
|
+
- app/views/locomotive/registrations/new.html.haml
|
1008
|
+
- app/views/locomotive/sessions/new.html.haml
|
1009
|
+
- app/views/locomotive/shared/_footer.html.haml
|
1010
|
+
- app/views/locomotive/shared/_form_actions.html.haml
|
1011
|
+
- app/views/locomotive/shared/_head.html.haml
|
1012
|
+
- app/views/locomotive/shared/_header.html.haml
|
1013
|
+
- app/views/locomotive/shared/_locale_picker_link.html.haml
|
1014
|
+
- app/views/locomotive/shared/_main_app_head.html.haml
|
1015
|
+
- app/views/locomotive/shared/_main_app_head_before_backbone.html.haml
|
1016
|
+
- app/views/locomotive/shared/_main_app_header.html.haml
|
1017
|
+
- app/views/locomotive/shared/_sidebar.html.haml
|
1018
|
+
- app/views/locomotive/shared/_sidebar_without_site.html.haml
|
1019
|
+
- app/views/locomotive/shared/actions/_contents.html.haml
|
1020
|
+
- app/views/locomotive/shared/header/_account.html.haml
|
1021
|
+
- app/views/locomotive/shared/header/_account_menu.html.haml
|
1022
|
+
- app/views/locomotive/shared/header/_brand.html.haml
|
1023
|
+
- app/views/locomotive/shared/header/_site.html.haml
|
1024
|
+
- app/views/locomotive/shared/rte/_image_popover.html.haml
|
1025
|
+
- app/views/locomotive/shared/rte/_link_popover.html.haml
|
1026
|
+
- app/views/locomotive/shared/rte/_toolbar.html.haml
|
1027
|
+
- app/views/locomotive/shared/sidebar/_content_types.html.haml
|
1028
|
+
- app/views/locomotive/shared/sidebar/_link.html.haml
|
1029
|
+
- app/views/locomotive/shared/sidebar/_my_account.html.haml
|
1030
|
+
- app/views/locomotive/shared/sidebar/_page.html.haml
|
1031
|
+
- app/views/locomotive/shared/sidebar/_pages.html.haml
|
1032
|
+
- app/views/locomotive/sites/_site.html.haml
|
1033
|
+
- app/views/locomotive/sites/index.html.haml
|
1034
|
+
- app/views/locomotive/sites/new.html.haml
|
1035
|
+
- app/views/locomotive/translations/_form.html.haml
|
1036
|
+
- app/views/locomotive/translations/edit.html.haml
|
1037
|
+
- app/views/locomotive/translations/index.html.haml
|
1038
|
+
- app/views/locomotive/translations/new.html.haml
|
1039
|
+
- config/cucumber.yml
|
1040
|
+
- config/initializers/csv_renderer.rb
|
1041
|
+
- config/initializers/deny_phantomjs_ttf.rb
|
1042
|
+
- config/initializers/devise.rb
|
1043
|
+
- config/initializers/haml.rb
|
1044
|
+
- config/initializers/locomotive_loaded_first.rb
|
1045
|
+
- config/initializers/simple_form.rb
|
1046
|
+
- config/locales/admin_ui.bg.yml
|
1047
|
+
- config/locales/admin_ui.cs.yml
|
1048
|
+
- config/locales/admin_ui.de.yml
|
1049
|
+
- config/locales/admin_ui.en.yml
|
1050
|
+
- config/locales/admin_ui.es.yml
|
1051
|
+
- config/locales/admin_ui.et.yml
|
1052
|
+
- config/locales/admin_ui.fr.yml
|
1053
|
+
- config/locales/admin_ui.it.yml
|
1054
|
+
- config/locales/admin_ui.ja.yml
|
1055
|
+
- config/locales/admin_ui.nb.yml
|
1056
|
+
- config/locales/admin_ui.nl.yml
|
1057
|
+
- config/locales/admin_ui.pl.yml
|
1058
|
+
- config/locales/admin_ui.pt-BR.yml
|
1059
|
+
- config/locales/admin_ui.pt.yml
|
1060
|
+
- config/locales/admin_ui.ru.yml
|
1061
|
+
- config/locales/admin_ui.sk.yml
|
1062
|
+
- config/locales/admin_ui.sr.yml
|
1063
|
+
- config/locales/admin_ui.zh-CN.yml
|
1064
|
+
- config/locales/carrierwave.bg.yml
|
1065
|
+
- config/locales/carrierwave.cs.yml
|
1066
|
+
- config/locales/carrierwave.de.yml
|
1067
|
+
- config/locales/carrierwave.en.yml
|
1068
|
+
- config/locales/carrierwave.es.yml
|
1069
|
+
- config/locales/carrierwave.et.yml
|
1070
|
+
- config/locales/carrierwave.fr.yml
|
1071
|
+
- config/locales/carrierwave.it.yml
|
1072
|
+
- config/locales/carrierwave.ja.yml
|
1073
|
+
- config/locales/carrierwave.nb.yml
|
1074
|
+
- config/locales/carrierwave.nl.yml
|
1075
|
+
- config/locales/carrierwave.pl.yml
|
1076
|
+
- config/locales/carrierwave.pt-BR.yml
|
1077
|
+
- config/locales/carrierwave.pt.yml
|
1078
|
+
- config/locales/carrierwave.ru.yml
|
1079
|
+
- config/locales/carrierwave.sk.yml
|
1080
|
+
- config/locales/carrierwave.sr.yml
|
1081
|
+
- config/locales/carrierwave.zh-CN.yml
|
1082
|
+
- config/locales/default.bg.yml
|
1083
|
+
- config/locales/default.cs.yml
|
1084
|
+
- config/locales/default.de.yml
|
1085
|
+
- config/locales/default.en.yml
|
1086
|
+
- config/locales/default.es.yml
|
1087
|
+
- config/locales/default.et.yml
|
1088
|
+
- config/locales/default.fr.yml
|
1089
|
+
- config/locales/default.it.yml
|
1090
|
+
- config/locales/default.ja.yml
|
1091
|
+
- config/locales/default.nb.yml
|
1092
|
+
- config/locales/default.nl.yml
|
1093
|
+
- config/locales/default.pl.yml
|
1094
|
+
- config/locales/default.pt-BR.yml
|
1095
|
+
- config/locales/default.pt.yml
|
1096
|
+
- config/locales/default.ru.yml
|
1097
|
+
- config/locales/default.sk.yml
|
1098
|
+
- config/locales/default.sr.yml
|
1099
|
+
- config/locales/default.zh-CN.yml
|
1100
|
+
- config/locales/devise.bg.yml
|
1101
|
+
- config/locales/devise.cs.yml
|
1102
|
+
- config/locales/devise.de.yml
|
1103
|
+
- config/locales/devise.en.yml
|
1104
|
+
- config/locales/devise.es.yml
|
1105
|
+
- config/locales/devise.et.yml
|
1106
|
+
- config/locales/devise.fr.yml
|
1107
|
+
- config/locales/devise.it.yml
|
1108
|
+
- config/locales/devise.ja.yml
|
1109
|
+
- config/locales/devise.nb.yml
|
1110
|
+
- config/locales/devise.nl.yml
|
1111
|
+
- config/locales/devise.pl.yml
|
1112
|
+
- config/locales/devise.pt-BR.yml
|
1113
|
+
- config/locales/devise.pt.yml
|
1114
|
+
- config/locales/devise.ru.yml
|
1115
|
+
- config/locales/devise.sk.yml
|
1116
|
+
- config/locales/devise.sr.yml
|
1117
|
+
- config/locales/devise.zh-CN.yml
|
1118
|
+
- config/locales/flash.bg.yml
|
1119
|
+
- config/locales/flash.cs.yml
|
1120
|
+
- config/locales/flash.de.yml
|
1121
|
+
- config/locales/flash.en.yml
|
1122
|
+
- config/locales/flash.es.yml
|
1123
|
+
- config/locales/flash.et.yml
|
1124
|
+
- config/locales/flash.fr.yml
|
1125
|
+
- config/locales/flash.it.yml
|
1126
|
+
- config/locales/flash.ja.yml
|
1127
|
+
- config/locales/flash.nb.yml
|
1128
|
+
- config/locales/flash.nl.yml
|
1129
|
+
- config/locales/flash.pl.yml
|
1130
|
+
- config/locales/flash.pt-BR.yml
|
1131
|
+
- config/locales/flash.pt.yml
|
1132
|
+
- config/locales/flash.ru.yml
|
1133
|
+
- config/locales/flash.sk.yml
|
1134
|
+
- config/locales/flash.sr.yml
|
1135
|
+
- config/locales/flash.zh-CN.yml
|
1136
|
+
- config/locales/formtastic.bg.yml
|
1137
|
+
- config/locales/formtastic.cs.yml
|
1138
|
+
- config/locales/formtastic.de.yml
|
1139
|
+
- config/locales/formtastic.es.yml
|
1140
|
+
- config/locales/formtastic.et.yml
|
1141
|
+
- config/locales/formtastic.fr.yml
|
1142
|
+
- config/locales/formtastic.it.yml
|
1143
|
+
- config/locales/formtastic.ja.yml
|
1144
|
+
- config/locales/formtastic.nb.yml
|
1145
|
+
- config/locales/formtastic.nl.yml
|
1146
|
+
- config/locales/formtastic.pl.yml
|
1147
|
+
- config/locales/formtastic.pt-BR.yml
|
1148
|
+
- config/locales/formtastic.pt.yml
|
1149
|
+
- config/locales/formtastic.ru.yml
|
1150
|
+
- config/locales/formtastic.sk.yml
|
1151
|
+
- config/locales/formtastic.sr.yml
|
1152
|
+
- config/locales/formtastic.zh-CN.yml
|
1153
|
+
- config/locales/inputs.en.yml
|
1154
|
+
- config/locales/simple_form.en.yml
|
1155
|
+
- config/routes.rb
|
1156
|
+
- features/api/accounts.feature
|
1157
|
+
- features/api/authentication.feature
|
1158
|
+
- features/api/authorization/accounts.feature
|
1159
|
+
- features/api/authorization/content_assets.feature
|
1160
|
+
- features/api/authorization/content_entries.feature
|
1161
|
+
- features/api/authorization/content_types.feature
|
1162
|
+
- features/api/authorization/current_site.feature
|
1163
|
+
- features/api/authorization/memberships.feature
|
1164
|
+
- features/api/authorization/pages.feature
|
1165
|
+
- features/api/authorization/sites.feature
|
1166
|
+
- features/api/authorization/snippets.feature
|
1167
|
+
- features/api/authorization/theme_assets.feature
|
1168
|
+
- features/api/authorization/translations.feature
|
1169
|
+
- features/api/content_entries.feature
|
1170
|
+
- features/api/content_types.feature
|
1171
|
+
- features/api/editable_elements.feature
|
1172
|
+
- features/api/entries_custom_fields.feature
|
1173
|
+
- features/api/memberships.feature
|
1174
|
+
- features/api/pages.feature
|
1175
|
+
- features/backoffice/authorization/account_settings.feature
|
1176
|
+
- features/backoffice/authorization/content_type.feature
|
1177
|
+
- features/backoffice/authorization/current_site.feature
|
1178
|
+
- features/backoffice/authorization/inline_front_end_editing.feature
|
1179
|
+
- features/backoffice/authorization/pages.feature
|
1180
|
+
- features/backoffice/authorization/theme_assets.feature
|
1181
|
+
- features/backoffice/content_types/edit.feature
|
1182
|
+
- features/backoffice/content_types/email.feature
|
1183
|
+
- features/backoffice/content_types/has_many.feature
|
1184
|
+
- features/backoffice/content_types/integer.feature
|
1185
|
+
- features/backoffice/content_types/localized.feature
|
1186
|
+
- features/backoffice/content_types/many_to_many.feature
|
1187
|
+
- features/backoffice/content_types/tags.feature
|
1188
|
+
- features/backoffice/content_types/uniqueness.feature
|
1189
|
+
- features/backoffice/contents.feature
|
1190
|
+
- features/backoffice/editable_elements.feature
|
1191
|
+
- features/backoffice/installation.feature
|
1192
|
+
- features/backoffice/login.feature
|
1193
|
+
- features/backoffice/mounting.feature
|
1194
|
+
- features/backoffice/my_account.feature
|
1195
|
+
- features/backoffice/pages.feature
|
1196
|
+
- features/backoffice/regressions.feature
|
1197
|
+
- features/backoffice/site.feature
|
1198
|
+
- features/backoffice/snippets.feature
|
1199
|
+
- features/backoffice/theme_assets.feature
|
1200
|
+
- features/backoffice/translations.feature
|
1201
|
+
- features/public/basic.feature
|
1202
|
+
- features/public/contact_form.feature
|
1203
|
+
- features/public/content_entries.feature
|
1204
|
+
- features/public/editable_elements.feature
|
1205
|
+
- features/public/has_many.feature
|
1206
|
+
- features/public/inheritance.feature
|
1207
|
+
- features/public/inline_front_end_editing.feature
|
1208
|
+
- features/public/many_to_many.feature
|
1209
|
+
- features/public/new_contact_form.feature
|
1210
|
+
- features/public/pages.feature
|
1211
|
+
- features/public/pagination.feature
|
1212
|
+
- features/public/robots.feature
|
1213
|
+
- features/public/session.feature
|
1214
|
+
- features/public/sitemap.feature
|
1215
|
+
- features/public/snippets.feature
|
1216
|
+
- features/public/tablerow.feature
|
1217
|
+
- features/public/tags.feature
|
1218
|
+
- features/step_definitions/api_steps.rb
|
1219
|
+
- features/step_definitions/backoffice/mounting_steps.rb
|
1220
|
+
- features/step_definitions/backoffice_steps.rb
|
1221
|
+
- features/step_definitions/content_assets_steps.rb
|
1222
|
+
- features/step_definitions/content_types_steps.rb
|
1223
|
+
- features/step_definitions/current_site_steps.rb
|
1224
|
+
- features/step_definitions/editable_elements_steps.rb
|
1225
|
+
- features/step_definitions/membership_steps.rb
|
1226
|
+
- features/step_definitions/more_web_steps.rb
|
1227
|
+
- features/step_definitions/page_steps.rb
|
1228
|
+
- features/step_definitions/pagination_steps.rb
|
1229
|
+
- features/step_definitions/pickle_steps.rb
|
1230
|
+
- features/step_definitions/relationships_steps.rb
|
1231
|
+
- features/step_definitions/site_steps.rb
|
1232
|
+
- features/step_definitions/snippet_steps.rb
|
1233
|
+
- features/step_definitions/theme_asset_steps.rb
|
1234
|
+
- features/step_definitions/translation_steps.rb
|
1235
|
+
- features/step_definitions/web_steps.rb
|
1236
|
+
- features/step_definitions/within_steps.rb
|
1237
|
+
- features/support/cleaner.rb
|
1238
|
+
- features/support/env.rb
|
1239
|
+
- features/support/factory_girl.rb
|
1240
|
+
- features/support/http.rb
|
1241
|
+
- features/support/locales.rb
|
1242
|
+
- features/support/paths.rb
|
1243
|
+
- features/support/pickle.rb
|
1244
|
+
- features/support/selectors.rb
|
1245
|
+
- lib/generators/locomotive/install/install_generator.rb
|
1246
|
+
- lib/generators/locomotive/install/templates/README
|
1247
|
+
- lib/generators/locomotive/install/templates/carrierwave.rb
|
1248
|
+
- lib/generators/locomotive/install/templates/devise.rb
|
1249
|
+
- lib/generators/locomotive/install/templates/dragonfly.rb
|
1250
|
+
- lib/generators/locomotive/install/templates/locomotive.rb
|
1251
|
+
- lib/generators/locomotive/install/templates/mongoid.yml
|
1252
|
+
- lib/locomotive.rb
|
1253
|
+
- lib/locomotive/action_controller.rb
|
1254
|
+
- lib/locomotive/action_controller/responder.rb
|
1255
|
+
- lib/locomotive/action_controller/ssl.rb
|
1256
|
+
- lib/locomotive/carrierwave.rb
|
1257
|
+
- lib/locomotive/carrierwave/asset.rb
|
1258
|
+
- lib/locomotive/carrierwave/base.rb
|
1259
|
+
- lib/locomotive/carrierwave/patches.rb
|
1260
|
+
- lib/locomotive/configuration.rb
|
1261
|
+
- lib/locomotive/core_ext.rb
|
1262
|
+
- lib/locomotive/custom_fields.rb
|
1263
|
+
- lib/locomotive/dependencies.rb
|
1264
|
+
- lib/locomotive/devise.rb
|
1265
|
+
- lib/locomotive/dragonfly.rb
|
1266
|
+
- lib/locomotive/engine.rb
|
1267
|
+
- lib/locomotive/haml.rb
|
1268
|
+
- lib/locomotive/kaminari.rb
|
1269
|
+
- lib/locomotive/logger.rb
|
1270
|
+
- lib/locomotive/middlewares.rb
|
1271
|
+
- lib/locomotive/middlewares/permalink.rb
|
1272
|
+
- lib/locomotive/middlewares/site.rb
|
1273
|
+
- lib/locomotive/mongoid.rb
|
1274
|
+
- lib/locomotive/mongoid/document.rb
|
1275
|
+
- lib/locomotive/mongoid/liquid.rb
|
1276
|
+
- lib/locomotive/mongoid/patches.rb
|
1277
|
+
- lib/locomotive/mongoid/presenter.rb
|
1278
|
+
- lib/locomotive/presentable.rb
|
1279
|
+
- lib/locomotive/previous_liquid/asset_host.rb
|
1280
|
+
- lib/locomotive/previous_liquid/drops/base.rb
|
1281
|
+
- lib/locomotive/previous_liquid/drops/content_entry.rb
|
1282
|
+
- lib/locomotive/previous_liquid/drops/content_types.rb
|
1283
|
+
- lib/locomotive/previous_liquid/drops/current_user.rb
|
1284
|
+
- lib/locomotive/previous_liquid/drops/page.rb
|
1285
|
+
- lib/locomotive/previous_liquid/drops/proxy_collection.rb
|
1286
|
+
- lib/locomotive/previous_liquid/drops/session_proxy.rb
|
1287
|
+
- lib/locomotive/previous_liquid/drops/site.rb
|
1288
|
+
- lib/locomotive/previous_liquid/drops/uploader.rb
|
1289
|
+
- lib/locomotive/previous_liquid/errors.rb
|
1290
|
+
- lib/locomotive/previous_liquid/filters/base.rb
|
1291
|
+
- lib/locomotive/previous_liquid/filters/date.rb
|
1292
|
+
- lib/locomotive/previous_liquid/filters/html.rb
|
1293
|
+
- lib/locomotive/previous_liquid/filters/misc.rb
|
1294
|
+
- lib/locomotive/previous_liquid/filters/resize.rb
|
1295
|
+
- lib/locomotive/previous_liquid/filters/text.rb
|
1296
|
+
- lib/locomotive/previous_liquid/filters/translate.rb
|
1297
|
+
- lib/locomotive/previous_liquid/patches.rb
|
1298
|
+
- lib/locomotive/previous_liquid/tags/consume.rb
|
1299
|
+
- lib/locomotive/previous_liquid/tags/csrf.rb
|
1300
|
+
- lib/locomotive/previous_liquid/tags/editable.rb
|
1301
|
+
- lib/locomotive/previous_liquid/tags/editable/base.rb
|
1302
|
+
- lib/locomotive/previous_liquid/tags/editable/control.rb
|
1303
|
+
- lib/locomotive/previous_liquid/tags/editable/file.rb
|
1304
|
+
- lib/locomotive/previous_liquid/tags/editable/text.rb
|
1305
|
+
- lib/locomotive/previous_liquid/tags/extends.rb
|
1306
|
+
- lib/locomotive/previous_liquid/tags/fetch_page.rb
|
1307
|
+
- lib/locomotive/previous_liquid/tags/google_analytics.rb
|
1308
|
+
- lib/locomotive/previous_liquid/tags/hybrid.rb
|
1309
|
+
- lib/locomotive/previous_liquid/tags/inherited_block.rb
|
1310
|
+
- lib/locomotive/previous_liquid/tags/inline_editor.rb
|
1311
|
+
- lib/locomotive/previous_liquid/tags/javascript.rb
|
1312
|
+
- lib/locomotive/previous_liquid/tags/link_to.rb
|
1313
|
+
- lib/locomotive/previous_liquid/tags/locale_switcher.rb
|
1314
|
+
- lib/locomotive/previous_liquid/tags/model_form.rb
|
1315
|
+
- lib/locomotive/previous_liquid/tags/nav.rb
|
1316
|
+
- lib/locomotive/previous_liquid/tags/paginate.rb
|
1317
|
+
- lib/locomotive/previous_liquid/tags/path_helper.rb
|
1318
|
+
- lib/locomotive/previous_liquid/tags/path_to.rb
|
1319
|
+
- lib/locomotive/previous_liquid/tags/seo.rb
|
1320
|
+
- lib/locomotive/previous_liquid/tags/session_assign.rb
|
1321
|
+
- lib/locomotive/previous_liquid/tags/snippet.rb
|
1322
|
+
- lib/locomotive/previous_liquid/tags/with_scope.rb
|
1323
|
+
- lib/locomotive/rails.rb
|
1324
|
+
- lib/locomotive/rails/action_view.rb
|
1325
|
+
- lib/locomotive/regexps.rb
|
1326
|
+
- lib/locomotive/simple_form.rb
|
1327
|
+
- lib/locomotive/simple_token_authentication.rb
|
1328
|
+
- lib/locomotive/steam_adaptor.rb
|
1329
|
+
- lib/locomotive/version.rb
|
1330
|
+
- lib/locomotivecms.rb
|
1331
|
+
- lib/tasks/development.rake
|
1332
|
+
- lib/tasks/locomotive.rake
|
1333
|
+
- public/favicon.ico
|
1334
|
+
- spec/dummy/Rakefile
|
1335
|
+
- spec/dummy/app/assets/javascripts/application.js
|
1336
|
+
- spec/dummy/app/assets/javascripts/locomotive_misc.js.coffee
|
1337
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
1338
|
+
- spec/dummy/app/cells/locomotive/main_menu_cell.rb
|
1339
|
+
- spec/dummy/app/controllers/application_controller.rb
|
1340
|
+
- spec/dummy/app/controllers/foo_controller.rb
|
1341
|
+
- spec/dummy/app/helpers/application_helper.rb
|
1342
|
+
- spec/dummy/app/models/foo.rb
|
1343
|
+
- spec/dummy/app/views/foo/index.html.haml
|
1344
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
1345
|
+
- spec/dummy/app/views/locomotive/shared/_main_app_head.html.haml
|
1346
|
+
- spec/dummy/config.ru
|
1347
|
+
- spec/dummy/config/application.rb
|
1348
|
+
- spec/dummy/config/boot.rb
|
1349
|
+
- spec/dummy/config/environment.rb
|
1350
|
+
- spec/dummy/config/environments/development.rb
|
1351
|
+
- spec/dummy/config/environments/production.rb
|
1352
|
+
- spec/dummy/config/environments/test.rb
|
1353
|
+
- spec/dummy/config/initializers/assets.rb
|
1354
|
+
- spec/dummy/config/initializers/carrierwave.rb
|
1355
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
1356
|
+
- spec/dummy/config/initializers/devise.rb
|
1357
|
+
- spec/dummy/config/initializers/dragonfly.rb
|
1358
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
1359
|
+
- spec/dummy/config/initializers/haml.rb
|
1360
|
+
- spec/dummy/config/initializers/locomotive.rb
|
1361
|
+
- spec/dummy/config/initializers/secret_token.rb
|
1362
|
+
- spec/dummy/config/initializers/session_store.rb
|
1363
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
1364
|
+
- spec/dummy/config/locales/en.yml
|
1365
|
+
- spec/dummy/config/locales/fr.yml
|
1366
|
+
- spec/dummy/config/mongoid.yml
|
1367
|
+
- spec/dummy/config/routes.rb
|
1368
|
+
- spec/dummy/config/secrets.yml
|
1369
|
+
- spec/dummy/public/404.html
|
1370
|
+
- spec/dummy/public/422.html
|
1371
|
+
- spec/dummy/public/500.html
|
1372
|
+
- spec/dummy/script/rails
|
1373
|
+
- spec/fixtures/assets/5k.png
|
1374
|
+
- spec/fixtures/assets/5k@2x.png
|
1375
|
+
- spec/fixtures/assets/5k_2.png
|
1376
|
+
- spec/fixtures/assets/application.js
|
1377
|
+
- spec/fixtures/assets/main.css
|
1378
|
+
- spec/fixtures/assets/specs.pdf
|
1379
|
+
- spec/fixtures/assets/wrong.txt
|
1380
|
+
- spec/fixtures/images/logo1.jpg
|
1381
|
+
- spec/fixtures/images/logo2.jpg
|
1382
|
+
- spec/fixtures/images/rails.png
|
1383
|
+
- spec/fixtures/images/rails_2.png
|
1384
|
+
- spec/fixtures/portfolio/Gemfile
|
1385
|
+
- spec/fixtures/portfolio/app/content_types/messages.yml
|
1386
|
+
- spec/fixtures/portfolio/app/content_types/projects.yml
|
1387
|
+
- spec/fixtures/portfolio/app/views/pages/404.liquid.haml
|
1388
|
+
- spec/fixtures/portfolio/app/views/pages/index.liquid.haml
|
1389
|
+
- spec/fixtures/portfolio/app/views/snippets/footer.liquid.haml
|
1390
|
+
- spec/fixtures/portfolio/config.ru
|
1391
|
+
- spec/fixtures/portfolio/config/deploy.yml
|
1392
|
+
- spec/fixtures/portfolio/config/site.yml
|
1393
|
+
- spec/fixtures/portfolio/config/translations.yml
|
1394
|
+
- spec/fixtures/portfolio/data/messages.yml
|
1395
|
+
- spec/fixtures/portfolio/data/projects.yml
|
1396
|
+
- spec/fixtures/portfolio/icon.png
|
1397
|
+
- spec/fixtures/portfolio/public/javascripts/bootstrap.min.js
|
1398
|
+
- spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.js
|
1399
|
+
- spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.min.js
|
1400
|
+
- spec/fixtures/portfolio/public/javascripts/classie.js
|
1401
|
+
- spec/fixtures/portfolio/public/javascripts/contact_me.js
|
1402
|
+
- spec/fixtures/portfolio/public/javascripts/freelancer.js
|
1403
|
+
- spec/fixtures/portfolio/public/javascripts/jqBootstrapValidation.js
|
1404
|
+
- spec/fixtures/portfolio/public/samples/portfolio/cabin.png
|
1405
|
+
- spec/fixtures/portfolio/public/samples/portfolio/cake.png
|
1406
|
+
- spec/fixtures/portfolio/public/samples/portfolio/circus.png
|
1407
|
+
- spec/fixtures/portfolio/public/samples/portfolio/game.png
|
1408
|
+
- spec/fixtures/portfolio/public/samples/portfolio/safe.png
|
1409
|
+
- spec/fixtures/portfolio/public/samples/portfolio/submarine.png
|
1410
|
+
- spec/fixtures/portfolio/public/samples/profile.png
|
1411
|
+
- spec/fixtures/portfolio/public/stylesheets/bootstrap.min.css
|
1412
|
+
- spec/fixtures/portfolio/public/stylesheets/freelancer.css
|
1413
|
+
- spec/lib/action_view_spec.rb
|
1414
|
+
- spec/lib/core_ext_spec.rb
|
1415
|
+
- spec/lib/locomotive/configuration_spec.rb
|
1416
|
+
- spec/lib/locomotive/liquid/tags/editable/file_spec.rb
|
1417
|
+
- spec/lib/locomotive/liquid/tags/editable/text_spec.rb
|
1418
|
+
- spec/lib/locomotive/liquid/tags/extends_spec.rb
|
1419
|
+
- spec/mailers/locomotive/notifications_spec.rb
|
1420
|
+
- spec/models/locomotive/account_spec.rb
|
1421
|
+
- spec/models/locomotive/concerns/content_entry/counter_spec.rb
|
1422
|
+
- spec/models/locomotive/concerns/content_entry/csv_spec.rb
|
1423
|
+
- spec/models/locomotive/concerns/page/editable_elements_spec.rb
|
1424
|
+
- spec/models/locomotive/concerns/page/layout_spec.rb
|
1425
|
+
- spec/models/locomotive/concerns/page/redirect_spec.rb
|
1426
|
+
- spec/models/locomotive/concerns/page/render_spec.rb
|
1427
|
+
- spec/models/locomotive/concerns/site/access_points_spec.rb
|
1428
|
+
- spec/models/locomotive/concerns/site/locales_spec.rb
|
1429
|
+
- spec/models/locomotive/content_asset_spec.rb
|
1430
|
+
- spec/models/locomotive/content_entry_spec.rb
|
1431
|
+
- spec/models/locomotive/content_type_spec.rb
|
1432
|
+
- spec/models/locomotive/editable_control_spec.rb
|
1433
|
+
- spec/models/locomotive/editable_file_spec.rb
|
1434
|
+
- spec/models/locomotive/editable_text_spec.rb
|
1435
|
+
- spec/models/locomotive/membership_spec.rb
|
1436
|
+
- spec/models/locomotive/page_spec.rb
|
1437
|
+
- spec/models/locomotive/site_spec.rb
|
1438
|
+
- spec/models/locomotive/snippet_spec.rb
|
1439
|
+
- spec/models/locomotive/theme_asset_spec.rb
|
1440
|
+
- spec/requests/admin_ssl_spec.rb
|
1441
|
+
- spec/requests/site_spec.rb
|
1442
|
+
- spec/support/asset_host_stubs.rb
|
1443
|
+
- spec/support/carrierwave.rb
|
1444
|
+
- spec/support/controller.rb
|
1445
|
+
- spec/support/entity.rb
|
1446
|
+
- spec/support/factories.rb
|
1447
|
+
- spec/support/locomotive.rb
|
1448
|
+
- spec/support/matchers.rb
|
1449
|
+
- spec/support/middlewares.rb
|
1450
|
+
- spec/support/pundit_matcher.rb
|
1451
|
+
- spec/support/response.rb
|
1452
|
+
- spec/support/sequences.rb
|
1453
|
+
- spec/support/shared_contexts/api_header_setup.rb
|
1454
|
+
- spec/support/shared_contexts/api_site_setup.rb
|
1455
|
+
- vendor/assets/images/select2-spinner.gif
|
1456
|
+
- vendor/assets/images/select2.png
|
1457
|
+
- vendor/assets/images/select2x2.png
|
1458
|
+
- vendor/assets/javascripts/locomotive/bootstrap-datetimepicker.js
|
1459
|
+
- vendor/assets/javascripts/locomotive/bootstrap-growl.js
|
1460
|
+
- vendor/assets/javascripts/locomotive/bootstrap-switch.js
|
1461
|
+
- vendor/assets/javascripts/locomotive/bootstrap-tagsinput.min.js
|
1462
|
+
- vendor/assets/javascripts/locomotive/canvas-to-blob.min.js
|
1463
|
+
- vendor/assets/javascripts/locomotive/cmd.js
|
1464
|
+
- vendor/assets/javascripts/locomotive/cookies.js
|
1465
|
+
- vendor/assets/javascripts/locomotive/cropper.js
|
1466
|
+
- vendor/assets/javascripts/locomotive/datepicker_i18n.js.erb
|
1467
|
+
- vendor/assets/javascripts/locomotive/editable_field.js
|
1468
|
+
- vendor/assets/javascripts/locomotive/form_submit_notification.js
|
1469
|
+
- vendor/assets/javascripts/locomotive/jquery-ui-timepicker-addon.js
|
1470
|
+
- vendor/assets/javascripts/locomotive/liquid_mode.js
|
1471
|
+
- vendor/assets/javascripts/locomotive/moment.js
|
1472
|
+
- vendor/assets/javascripts/locomotive/resize.js
|
1473
|
+
- vendor/assets/javascripts/locomotive/resizeImage.js
|
1474
|
+
- vendor/assets/javascripts/locomotive/slugify.js
|
1475
|
+
- vendor/assets/javascripts/locomotive/subscribe.js
|
1476
|
+
- vendor/assets/javascripts/locomotive/vendor.js
|
1477
|
+
- vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced.js
|
1478
|
+
- vendor/assets/javascripts/locomotive/wysihtml5/parser_rules/advanced_unwrap.js
|
1479
|
+
- vendor/assets/javascripts/locomotive/wysihtml5x-toolbar.js
|
1480
|
+
- vendor/assets/stylesheets/locomotive/bootstrap-datetimepicker.css
|
1481
|
+
- vendor/assets/stylesheets/locomotive/bootstrap-switch.css
|
1482
|
+
- vendor/assets/stylesheets/locomotive/bootstrap-tagsinput.css
|
1483
|
+
- vendor/assets/stylesheets/locomotive/cropper.css
|
1484
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
|
1485
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_flat_75_ffffff_40x100.png
|
1486
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
|
1487
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_65_ffffff_1x400.png
|
1488
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_dadada_1x400.png
|
1489
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
|
1490
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
|
1491
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
1492
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_222222_256x240.png
|
1493
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_2e83ff_256x240.png
|
1494
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_454545_256x240.png
|
1495
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_888888_256x240.png
|
1496
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_cd0a0a_256x240.png
|
1497
|
+
- vendor/assets/stylesheets/locomotive/jquery/images/ui-icons_ffffff_256x240.png
|
1498
|
+
- vendor/assets/stylesheets/locomotive/jquery/ui.css.scss
|
1499
|
+
- vendor/assets/stylesheets/locomotive/liquid_mode.css
|
1500
|
+
- vendor/assets/stylesheets/locomotive/wysihtml5_editor.css
|
1501
|
+
- vendor/assets/stylesheets/locomotive/wysihtml5_reset.css
|
1502
|
+
homepage: http://www.locomotivecms.com
|
1503
|
+
licenses: []
|
1504
|
+
metadata: {}
|
1505
|
+
post_install_message:
|
1506
|
+
rdoc_options: []
|
1507
|
+
require_paths:
|
1508
|
+
- lib
|
1509
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1510
|
+
requirements:
|
1511
|
+
- - ">="
|
1512
|
+
- !ruby/object:Gem::Version
|
1513
|
+
version: '0'
|
1514
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1515
|
+
requirements:
|
1516
|
+
- - ">"
|
1517
|
+
- !ruby/object:Gem::Version
|
1518
|
+
version: 1.3.1
|
1519
|
+
requirements: []
|
1520
|
+
rubyforge_project:
|
1521
|
+
rubygems_version: 2.4.5
|
1522
|
+
signing_key:
|
1523
|
+
specification_version: 4
|
1524
|
+
summary: A platform to create, publish and edit sites
|
1525
|
+
test_files:
|
1526
|
+
- features/api/accounts.feature
|
1527
|
+
- features/api/authentication.feature
|
1528
|
+
- features/api/authorization/accounts.feature
|
1529
|
+
- features/api/authorization/content_assets.feature
|
1530
|
+
- features/api/authorization/content_entries.feature
|
1531
|
+
- features/api/authorization/content_types.feature
|
1532
|
+
- features/api/authorization/current_site.feature
|
1533
|
+
- features/api/authorization/memberships.feature
|
1534
|
+
- features/api/authorization/pages.feature
|
1535
|
+
- features/api/authorization/sites.feature
|
1536
|
+
- features/api/authorization/snippets.feature
|
1537
|
+
- features/api/authorization/theme_assets.feature
|
1538
|
+
- features/api/authorization/translations.feature
|
1539
|
+
- features/api/content_entries.feature
|
1540
|
+
- features/api/content_types.feature
|
1541
|
+
- features/api/editable_elements.feature
|
1542
|
+
- features/api/entries_custom_fields.feature
|
1543
|
+
- features/api/memberships.feature
|
1544
|
+
- features/api/pages.feature
|
1545
|
+
- features/backoffice/authorization/account_settings.feature
|
1546
|
+
- features/backoffice/authorization/content_type.feature
|
1547
|
+
- features/backoffice/authorization/current_site.feature
|
1548
|
+
- features/backoffice/authorization/inline_front_end_editing.feature
|
1549
|
+
- features/backoffice/authorization/pages.feature
|
1550
|
+
- features/backoffice/authorization/theme_assets.feature
|
1551
|
+
- features/backoffice/content_types/edit.feature
|
1552
|
+
- features/backoffice/content_types/email.feature
|
1553
|
+
- features/backoffice/content_types/has_many.feature
|
1554
|
+
- features/backoffice/content_types/integer.feature
|
1555
|
+
- features/backoffice/content_types/localized.feature
|
1556
|
+
- features/backoffice/content_types/many_to_many.feature
|
1557
|
+
- features/backoffice/content_types/tags.feature
|
1558
|
+
- features/backoffice/content_types/uniqueness.feature
|
1559
|
+
- features/backoffice/contents.feature
|
1560
|
+
- features/backoffice/editable_elements.feature
|
1561
|
+
- features/backoffice/installation.feature
|
1562
|
+
- features/backoffice/login.feature
|
1563
|
+
- features/backoffice/mounting.feature
|
1564
|
+
- features/backoffice/my_account.feature
|
1565
|
+
- features/backoffice/pages.feature
|
1566
|
+
- features/backoffice/regressions.feature
|
1567
|
+
- features/backoffice/site.feature
|
1568
|
+
- features/backoffice/snippets.feature
|
1569
|
+
- features/backoffice/theme_assets.feature
|
1570
|
+
- features/backoffice/translations.feature
|
1571
|
+
- features/public/basic.feature
|
1572
|
+
- features/public/contact_form.feature
|
1573
|
+
- features/public/content_entries.feature
|
1574
|
+
- features/public/editable_elements.feature
|
1575
|
+
- features/public/has_many.feature
|
1576
|
+
- features/public/inheritance.feature
|
1577
|
+
- features/public/inline_front_end_editing.feature
|
1578
|
+
- features/public/many_to_many.feature
|
1579
|
+
- features/public/new_contact_form.feature
|
1580
|
+
- features/public/pages.feature
|
1581
|
+
- features/public/pagination.feature
|
1582
|
+
- features/public/robots.feature
|
1583
|
+
- features/public/session.feature
|
1584
|
+
- features/public/sitemap.feature
|
1585
|
+
- features/public/snippets.feature
|
1586
|
+
- features/public/tablerow.feature
|
1587
|
+
- features/public/tags.feature
|
1588
|
+
- features/step_definitions/api_steps.rb
|
1589
|
+
- features/step_definitions/backoffice/mounting_steps.rb
|
1590
|
+
- features/step_definitions/backoffice_steps.rb
|
1591
|
+
- features/step_definitions/content_assets_steps.rb
|
1592
|
+
- features/step_definitions/content_types_steps.rb
|
1593
|
+
- features/step_definitions/current_site_steps.rb
|
1594
|
+
- features/step_definitions/editable_elements_steps.rb
|
1595
|
+
- features/step_definitions/membership_steps.rb
|
1596
|
+
- features/step_definitions/more_web_steps.rb
|
1597
|
+
- features/step_definitions/page_steps.rb
|
1598
|
+
- features/step_definitions/pagination_steps.rb
|
1599
|
+
- features/step_definitions/pickle_steps.rb
|
1600
|
+
- features/step_definitions/relationships_steps.rb
|
1601
|
+
- features/step_definitions/site_steps.rb
|
1602
|
+
- features/step_definitions/snippet_steps.rb
|
1603
|
+
- features/step_definitions/theme_asset_steps.rb
|
1604
|
+
- features/step_definitions/translation_steps.rb
|
1605
|
+
- features/step_definitions/web_steps.rb
|
1606
|
+
- features/step_definitions/within_steps.rb
|
1607
|
+
- features/support/cleaner.rb
|
1608
|
+
- features/support/env.rb
|
1609
|
+
- features/support/factory_girl.rb
|
1610
|
+
- features/support/http.rb
|
1611
|
+
- features/support/locales.rb
|
1612
|
+
- features/support/paths.rb
|
1613
|
+
- features/support/pickle.rb
|
1614
|
+
- features/support/selectors.rb
|
1615
|
+
- spec/fixtures/assets/5k.png
|
1616
|
+
- spec/fixtures/assets/5k@2x.png
|
1617
|
+
- spec/fixtures/assets/5k_2.png
|
1618
|
+
- spec/fixtures/assets/application.js
|
1619
|
+
- spec/fixtures/assets/main.css
|
1620
|
+
- spec/fixtures/assets/specs.pdf
|
1621
|
+
- spec/fixtures/assets/wrong.txt
|
1622
|
+
- spec/fixtures/images/logo1.jpg
|
1623
|
+
- spec/fixtures/images/logo2.jpg
|
1624
|
+
- spec/fixtures/images/rails.png
|
1625
|
+
- spec/fixtures/images/rails_2.png
|
1626
|
+
- spec/fixtures/portfolio/app/content_types/messages.yml
|
1627
|
+
- spec/fixtures/portfolio/app/content_types/projects.yml
|
1628
|
+
- spec/fixtures/portfolio/app/views/pages/404.liquid.haml
|
1629
|
+
- spec/fixtures/portfolio/app/views/pages/index.liquid.haml
|
1630
|
+
- spec/fixtures/portfolio/app/views/snippets/footer.liquid.haml
|
1631
|
+
- spec/fixtures/portfolio/config/deploy.yml
|
1632
|
+
- spec/fixtures/portfolio/config/site.yml
|
1633
|
+
- spec/fixtures/portfolio/config/translations.yml
|
1634
|
+
- spec/fixtures/portfolio/config.ru
|
1635
|
+
- spec/fixtures/portfolio/data/messages.yml
|
1636
|
+
- spec/fixtures/portfolio/data/projects.yml
|
1637
|
+
- spec/fixtures/portfolio/Gemfile
|
1638
|
+
- spec/fixtures/portfolio/icon.png
|
1639
|
+
- spec/fixtures/portfolio/public/javascripts/bootstrap.min.js
|
1640
|
+
- spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.js
|
1641
|
+
- spec/fixtures/portfolio/public/javascripts/cbpAnimatedHeader.min.js
|
1642
|
+
- spec/fixtures/portfolio/public/javascripts/classie.js
|
1643
|
+
- spec/fixtures/portfolio/public/javascripts/contact_me.js
|
1644
|
+
- spec/fixtures/portfolio/public/javascripts/freelancer.js
|
1645
|
+
- spec/fixtures/portfolio/public/javascripts/jqBootstrapValidation.js
|
1646
|
+
- spec/fixtures/portfolio/public/samples/portfolio/cabin.png
|
1647
|
+
- spec/fixtures/portfolio/public/samples/portfolio/cake.png
|
1648
|
+
- spec/fixtures/portfolio/public/samples/portfolio/circus.png
|
1649
|
+
- spec/fixtures/portfolio/public/samples/portfolio/game.png
|
1650
|
+
- spec/fixtures/portfolio/public/samples/portfolio/safe.png
|
1651
|
+
- spec/fixtures/portfolio/public/samples/portfolio/submarine.png
|
1652
|
+
- spec/fixtures/portfolio/public/samples/profile.png
|
1653
|
+
- spec/fixtures/portfolio/public/stylesheets/bootstrap.min.css
|
1654
|
+
- spec/fixtures/portfolio/public/stylesheets/freelancer.css
|
1655
|
+
- spec/lib/action_view_spec.rb
|
1656
|
+
- spec/lib/core_ext_spec.rb
|
1657
|
+
- spec/lib/locomotive/configuration_spec.rb
|
1658
|
+
- spec/lib/locomotive/liquid/tags/editable/file_spec.rb
|
1659
|
+
- spec/lib/locomotive/liquid/tags/editable/text_spec.rb
|
1660
|
+
- spec/lib/locomotive/liquid/tags/extends_spec.rb
|
1661
|
+
- spec/mailers/locomotive/notifications_spec.rb
|
1662
|
+
- spec/models/locomotive/account_spec.rb
|
1663
|
+
- spec/models/locomotive/concerns/content_entry/counter_spec.rb
|
1664
|
+
- spec/models/locomotive/concerns/content_entry/csv_spec.rb
|
1665
|
+
- spec/models/locomotive/concerns/page/editable_elements_spec.rb
|
1666
|
+
- spec/models/locomotive/concerns/page/layout_spec.rb
|
1667
|
+
- spec/models/locomotive/concerns/page/redirect_spec.rb
|
1668
|
+
- spec/models/locomotive/concerns/page/render_spec.rb
|
1669
|
+
- spec/models/locomotive/concerns/site/access_points_spec.rb
|
1670
|
+
- spec/models/locomotive/concerns/site/locales_spec.rb
|
1671
|
+
- spec/models/locomotive/content_asset_spec.rb
|
1672
|
+
- spec/models/locomotive/content_entry_spec.rb
|
1673
|
+
- spec/models/locomotive/content_type_spec.rb
|
1674
|
+
- spec/models/locomotive/editable_control_spec.rb
|
1675
|
+
- spec/models/locomotive/editable_file_spec.rb
|
1676
|
+
- spec/models/locomotive/editable_text_spec.rb
|
1677
|
+
- spec/models/locomotive/membership_spec.rb
|
1678
|
+
- spec/models/locomotive/page_spec.rb
|
1679
|
+
- spec/models/locomotive/site_spec.rb
|
1680
|
+
- spec/models/locomotive/snippet_spec.rb
|
1681
|
+
- spec/models/locomotive/theme_asset_spec.rb
|
1682
|
+
- spec/requests/admin_ssl_spec.rb
|
1683
|
+
- spec/requests/site_spec.rb
|
1684
|
+
- spec/support/asset_host_stubs.rb
|
1685
|
+
- spec/support/carrierwave.rb
|
1686
|
+
- spec/support/controller.rb
|
1687
|
+
- spec/support/entity.rb
|
1688
|
+
- spec/support/factories.rb
|
1689
|
+
- spec/support/locomotive.rb
|
1690
|
+
- spec/support/matchers.rb
|
1691
|
+
- spec/support/middlewares.rb
|
1692
|
+
- spec/support/pundit_matcher.rb
|
1693
|
+
- spec/support/response.rb
|
1694
|
+
- spec/support/sequences.rb
|
1695
|
+
- spec/support/shared_contexts/api_header_setup.rb
|
1696
|
+
- spec/support/shared_contexts/api_site_setup.rb
|
1697
|
+
- spec/dummy/Rakefile
|
1698
|
+
- spec/dummy/config.ru
|
1699
|
+
- spec/dummy/app/assets/javascripts/application.js
|
1700
|
+
- spec/dummy/app/assets/javascripts/locomotive_misc.js.coffee
|
1701
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
1702
|
+
- spec/dummy/app/cells/locomotive/main_menu_cell.rb
|
1703
|
+
- spec/dummy/app/controllers/application_controller.rb
|
1704
|
+
- spec/dummy/app/controllers/foo_controller.rb
|
1705
|
+
- spec/dummy/app/helpers/application_helper.rb
|
1706
|
+
- spec/dummy/app/models/foo.rb
|
1707
|
+
- spec/dummy/app/views/foo/index.html.haml
|
1708
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
1709
|
+
- spec/dummy/app/views/locomotive/shared/_main_app_head.html.haml
|
1710
|
+
- spec/dummy/config/application.rb
|
1711
|
+
- spec/dummy/config/boot.rb
|
1712
|
+
- spec/dummy/config/environment.rb
|
1713
|
+
- spec/dummy/config/environments/development.rb
|
1714
|
+
- spec/dummy/config/environments/production.rb
|
1715
|
+
- spec/dummy/config/environments/test.rb
|
1716
|
+
- spec/dummy/config/initializers/assets.rb
|
1717
|
+
- spec/dummy/config/initializers/carrierwave.rb
|
1718
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
1719
|
+
- spec/dummy/config/initializers/devise.rb
|
1720
|
+
- spec/dummy/config/initializers/dragonfly.rb
|
1721
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
1722
|
+
- spec/dummy/config/initializers/haml.rb
|
1723
|
+
- spec/dummy/config/initializers/locomotive.rb
|
1724
|
+
- spec/dummy/config/initializers/secret_token.rb
|
1725
|
+
- spec/dummy/config/initializers/session_store.rb
|
1726
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
1727
|
+
- spec/dummy/config/locales/en.yml
|
1728
|
+
- spec/dummy/config/locales/fr.yml
|
1729
|
+
- spec/dummy/config/mongoid.yml
|
1730
|
+
- spec/dummy/config/routes.rb
|
1731
|
+
- spec/dummy/config/secrets.yml
|
1732
|
+
- spec/dummy/script/rails
|
1733
|
+
- spec/dummy/public/404.html
|
1734
|
+
- spec/dummy/public/422.html
|
1735
|
+
- spec/dummy/public/500.html
|