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,324 @@
|
|
1
|
+
it:
|
2
|
+
locomotive:
|
3
|
+
locales:
|
4
|
+
en: Inglese
|
5
|
+
de: Tedesco
|
6
|
+
fr: Francese
|
7
|
+
pl: Polacco
|
8
|
+
pt: Portoghese
|
9
|
+
pt-BR: "Portoghese Brasiliano"
|
10
|
+
it: Italiano
|
11
|
+
nl: Olandese
|
12
|
+
nb: Norvegese
|
13
|
+
es: Spagnolo
|
14
|
+
ru: Russo
|
15
|
+
et: Estone
|
16
|
+
ja: Giapponese
|
17
|
+
cs: Ceco
|
18
|
+
bg: Bulgaro
|
19
|
+
sk: Slovacco
|
20
|
+
sr: Serbe
|
21
|
+
zh-CN: "Chiński"
|
22
|
+
|
23
|
+
buttons:
|
24
|
+
login: Entra
|
25
|
+
send_password: Invia
|
26
|
+
change_password: Aggiorna
|
27
|
+
new_item: "+ aggiungi"
|
28
|
+
switch_to_site: Vai
|
29
|
+
delete: "Elimina"
|
30
|
+
|
31
|
+
messages:
|
32
|
+
confirm: Sicuro?
|
33
|
+
sending_form: "locomotive.messages.sending_form"
|
34
|
+
|
35
|
+
shared:
|
36
|
+
header:
|
37
|
+
welcome: Benvenuto, %{name}
|
38
|
+
see: Vedi il sito web
|
39
|
+
switch: Passa ad un altro sito
|
40
|
+
help: Aiuto
|
41
|
+
logout: Esci
|
42
|
+
menu:
|
43
|
+
contents: Contenuti
|
44
|
+
assets: Risorse
|
45
|
+
settings: Impostazioni
|
46
|
+
pages: Pagine
|
47
|
+
snippets: Frammenti
|
48
|
+
account: Mio account
|
49
|
+
site: Sito
|
50
|
+
theme_assets: Files del tema
|
51
|
+
translations: Traduzioni
|
52
|
+
footer:
|
53
|
+
who_is_behind: "Servizio sviluppato da %{development} e desig di <a href=\"http://www.sachagreif.com\">Sacha Greif</a>"
|
54
|
+
form_actions:
|
55
|
+
back: Indietro senza salvare
|
56
|
+
create: Crea
|
57
|
+
update: Salva
|
58
|
+
send: Invia
|
59
|
+
disable_with: "locomotive.disable_with.form_actions"
|
60
|
+
|
61
|
+
errors:
|
62
|
+
"500":
|
63
|
+
title: "Errore dell'applicazione"
|
64
|
+
notice: "Siamo spiacenti, quancosa è andato storto"
|
65
|
+
link: "→ Ritorna all'applicazione"
|
66
|
+
"404":
|
67
|
+
title: Pagina non trovata
|
68
|
+
notice: "La pagina che hai richiesto non esiste."
|
69
|
+
link: "→ Ritorna all'applicazione"
|
70
|
+
|
71
|
+
notifications:
|
72
|
+
new_content_entry:
|
73
|
+
subject: "[%{domain}][%{type}] nuovo/a"
|
74
|
+
title: "Ciao %{name}, solo per farti sapere che una nuova istanza è stata creata il %{date}"
|
75
|
+
type: "Modello: %{type}"
|
76
|
+
|
77
|
+
sites_picker:
|
78
|
+
new: + nuovo sito
|
79
|
+
|
80
|
+
custom_fields:
|
81
|
+
edit:
|
82
|
+
title: Modifica campo personalizzato
|
83
|
+
text_formatting:
|
84
|
+
none: Nessuno
|
85
|
+
html: HTML
|
86
|
+
types:
|
87
|
+
file:
|
88
|
+
delete_file: Elimina file
|
89
|
+
index:
|
90
|
+
is_required: è richiesto
|
91
|
+
default_label: Nome campo
|
92
|
+
form:
|
93
|
+
required: Obbligatorio
|
94
|
+
default_label: Nome campo
|
95
|
+
select_options:
|
96
|
+
ask_name: "Inserisci il label della option"
|
97
|
+
|
98
|
+
sessions:
|
99
|
+
new:
|
100
|
+
title: Login
|
101
|
+
link: "Ho dimenticato la password"
|
102
|
+
email: "Email"
|
103
|
+
password: "Password"
|
104
|
+
|
105
|
+
passwords:
|
106
|
+
new:
|
107
|
+
title: Password dimenticata
|
108
|
+
link: "→ Torna alla pagina di login"
|
109
|
+
email: "La tua email"
|
110
|
+
edit:
|
111
|
+
title: Cambia password
|
112
|
+
link: "→ Torna alla pagina di login"
|
113
|
+
password: "Nuova password"
|
114
|
+
password_confirmation: "Conferma la nuova password"
|
115
|
+
|
116
|
+
pages:
|
117
|
+
index:
|
118
|
+
title: Lista pagine
|
119
|
+
help: "Le pagine sono organizzate ad albero. Puoi ordinarle come se fossero delle cartelle"
|
120
|
+
no_items: "Per ora non ci sono pagine. Clicca <a href=\"%{url}\">qui</a> per creare la prima pagina."
|
121
|
+
new: nuova pagina
|
122
|
+
latest_entries: Ultime pagine
|
123
|
+
new:
|
124
|
+
title: Nuova pagina
|
125
|
+
help: "Prego, compila il seguente modulo per creare la tua pagina. Fai attenzione, per default, la pagina non è pubblicata."
|
126
|
+
page:
|
127
|
+
updated_at: modificato il
|
128
|
+
edit:
|
129
|
+
show: mostra
|
130
|
+
help: "Il titolo della pagina si può cambitare cliccandoci sopra."
|
131
|
+
ask_for_title: "Prego, digita il nuovo titolo della pagina"
|
132
|
+
form:
|
133
|
+
delete_file: Elimina file
|
134
|
+
default_block: Default
|
135
|
+
cache_strategy:
|
136
|
+
none: Nessuna
|
137
|
+
simple: Semplice
|
138
|
+
hour: 1 ora
|
139
|
+
day: 1 giorno
|
140
|
+
week: 1 settimana
|
141
|
+
month: 1 mese
|
142
|
+
|
143
|
+
snippets:
|
144
|
+
index:
|
145
|
+
title: Lista frammenti
|
146
|
+
help: "I frammenti sono prozioni di codice HTML che possono essere collocati in diverse posizioni all'interno del sito (come ad esempio il footer)."
|
147
|
+
no_items: "Per ora non ci sono frammenti. Clicca <a href=\"%{url}\">qui</a> per creare il primo."
|
148
|
+
new: nuovo frammento
|
149
|
+
new:
|
150
|
+
title: Nuovo frammento
|
151
|
+
help: "Compila il modulo sottostante per creare il frammento."
|
152
|
+
edit:
|
153
|
+
title: Modifica frammento
|
154
|
+
help: "Compila il modulo sottostante per modificare il frammento."
|
155
|
+
snippet:
|
156
|
+
updated_at: modificato il
|
157
|
+
|
158
|
+
sites:
|
159
|
+
new:
|
160
|
+
title: Nuovo sito
|
161
|
+
help: "Compila il modulo sottostante per creare il nuovo sito."
|
162
|
+
|
163
|
+
current_site:
|
164
|
+
edit:
|
165
|
+
export: esporta
|
166
|
+
import: importa
|
167
|
+
new_membership: aggiungi account
|
168
|
+
help: "Il nome del sito si può modificare cliccandoci sopra."
|
169
|
+
ask_for_name: "Prego, digita il nuovo nome del sito"
|
170
|
+
|
171
|
+
memberships:
|
172
|
+
roles:
|
173
|
+
admin: Amministratore
|
174
|
+
designer: Designer
|
175
|
+
author: Autore
|
176
|
+
new:
|
177
|
+
title: Nuova partecipazione
|
178
|
+
help: "Prego, indica l'email dell'account da aggiungere. Se questo non esiste, sarai rediretto al modulo di creazione account."
|
179
|
+
|
180
|
+
accounts:
|
181
|
+
new:
|
182
|
+
title: Nuovo account
|
183
|
+
help: "Compila il modulo sottostante per aggiugere un nuovo account."
|
184
|
+
|
185
|
+
my_account:
|
186
|
+
edit:
|
187
|
+
help: "Puoi modificare il tuo nome cliccandoci sopra."
|
188
|
+
new_site: nuovo sito
|
189
|
+
ask_for_name: "Prego, digita il tuo nome"
|
190
|
+
|
191
|
+
theme_assets:
|
192
|
+
index:
|
193
|
+
title: Lista file del tema
|
194
|
+
help: "La sezione di file del tema è il luogo in cui si amministrano i file necessari al layout, ...ecc. Se devi invece amministrare una galleria immagini, vai nella sezione Risorse."
|
195
|
+
new: nuovo file
|
196
|
+
snippets: Frammenti
|
197
|
+
css_and_js: Style e javascript
|
198
|
+
fonts: Fonts
|
199
|
+
images: Immagini
|
200
|
+
media: Media
|
201
|
+
no_items: "Per ora non ci sono file. Clicca <a href=\"%{url}\">qui</a> per creare il primo."
|
202
|
+
asset:
|
203
|
+
updated_at: Modificato il
|
204
|
+
new:
|
205
|
+
title: Nuovo file
|
206
|
+
help: "Puoi scegliere se caricare ogni file o usare il copia/incolla per inserire uno stylesheet o un javascript in testo semplice."
|
207
|
+
edit:
|
208
|
+
title: "Modifica %{file}"
|
209
|
+
help: "Questa risorsa è accessibile dal seguente url: <a href='%{url}'>%{url}</a>"
|
210
|
+
help_image: "Includi la tua immagine nei tuoi template o frammenti con il seguente codice: <span class='code'>{{ '%{path}' | theme_image_tag }}</span>.<br/>L'attuale dimensione dell'immmagine : <b>%{width}px x %{height}px</b>.<br/>"
|
211
|
+
help_javascript: "Includi il tuo file javascript nei template o frammenti con il seguente codice: <span class='code'>{{ '%{path}' | javascript_tag }}</span>.<br/>"
|
212
|
+
help_stylesheet: "Includi il tuo stylesheet nei template o frammenti con il seguente codice: <span class='code'>{{ '%{path}' | stylesheet_tag }}</span>.<br/>"
|
213
|
+
form:
|
214
|
+
picker_link: Inserisci un file nel codice
|
215
|
+
choose_file: Scegli il file
|
216
|
+
choose_plain_text: Scegli il testo
|
217
|
+
images:
|
218
|
+
title: Lista immagini
|
219
|
+
no_items: "Per ora non ci sono file."
|
220
|
+
|
221
|
+
assets:
|
222
|
+
new:
|
223
|
+
title: Nuova risorsa
|
224
|
+
help: "Compila il seguente modulo per creare la nuova risorsa."
|
225
|
+
edit:
|
226
|
+
title: Modifica risorsa
|
227
|
+
help: "Compila il seguente modulo per modificare la risorsa."
|
228
|
+
|
229
|
+
content_types:
|
230
|
+
index:
|
231
|
+
new: nuovo modello
|
232
|
+
new:
|
233
|
+
title: Nuovo modello
|
234
|
+
help: "Crea il tuo nuovo modello di dato (Progetti, Persone, ...etc). Il tuo modello deve avere almeno un campo. Gli elementi creati da questo tipo di contenuto hanno il loro primo campo obbligatorio."
|
235
|
+
edit:
|
236
|
+
title: Modifica modello
|
237
|
+
help: "Il tuo modello deve avere almeno un campo. Gli elementi creati da questo tipo di contenuto hanno il loro primo campo obbligatorio."
|
238
|
+
show_items: mostra elementi
|
239
|
+
new_item: nuovo elemento
|
240
|
+
form:
|
241
|
+
order_by:
|
242
|
+
created_at: 'Per data di creazione'
|
243
|
+
updated_at: 'Per data di modifica'
|
244
|
+
position_in_list: Manualmente
|
245
|
+
order_direction:
|
246
|
+
asc: Ascendente
|
247
|
+
desc: Discendente
|
248
|
+
|
249
|
+
content_entries:
|
250
|
+
index:
|
251
|
+
title: 'Lista "%{type}"'
|
252
|
+
edit: modifica modello
|
253
|
+
destroy: elimina modello
|
254
|
+
download: scarica elementi
|
255
|
+
new: nuovo elemento
|
256
|
+
category_noname: "Senza nome"
|
257
|
+
latest_entries: "Ultimi elementi"
|
258
|
+
updated_at: "modificato il"
|
259
|
+
list:
|
260
|
+
no_entries: "Per ora non ci sono elementi. Clicca <a href=\"%{url}\">qui</a> per creare il primo."
|
261
|
+
new:
|
262
|
+
title: '%{type} — nuovo elemento'
|
263
|
+
edit:
|
264
|
+
title: '%{type} — modifica elemento'
|
265
|
+
form:
|
266
|
+
has_many:
|
267
|
+
new_item: Nuovo elemento
|
268
|
+
|
269
|
+
image_picker:
|
270
|
+
link: Inserisci un immagine nel codice
|
271
|
+
|
272
|
+
cross_domain_sessions:
|
273
|
+
new:
|
274
|
+
title: Autenticazione cross-domain
|
275
|
+
notice: Sarai rediretto al sito web in pochi secondi.
|
276
|
+
|
277
|
+
import:
|
278
|
+
new:
|
279
|
+
title: Importa
|
280
|
+
help: "Fai attenzione quando carichi un nuovo tema per il tuo sito, gli attuali dati potrebbero essere modificati o eliminati."
|
281
|
+
show:
|
282
|
+
title: Import in esecuzione
|
283
|
+
help: "Il tuo sito sta per essere aggiornato con il tema che hai appena caricato. Ci vorranno alcuni secondi."
|
284
|
+
steps:
|
285
|
+
site: Informazioni sito
|
286
|
+
content_types: Tipi di contenuti personalizzati
|
287
|
+
assets: File del tema
|
288
|
+
snippets: Frammenti
|
289
|
+
pages: Pagine
|
290
|
+
messages:
|
291
|
+
success: "Il tuo sito è stato aggiornato correttamente."
|
292
|
+
failure: "L'import non è andato a buon fine."
|
293
|
+
|
294
|
+
installation:
|
295
|
+
common:
|
296
|
+
title: Prima installazine di Locomotive
|
297
|
+
next: Prossimo
|
298
|
+
step_1:
|
299
|
+
title: "Passo 1/2 — Creazione account"
|
300
|
+
name: Nome account
|
301
|
+
email: Email
|
302
|
+
password: Password
|
303
|
+
password_confirmation: Conferma password
|
304
|
+
done: "Hai già aggiuto un account:<br/><strong>%{name}</strong>, <em>%{email}</em>"
|
305
|
+
next: Crea account
|
306
|
+
step_2:
|
307
|
+
title: "Passo 2/2 — Creazione del tuo primo sito"
|
308
|
+
explanations: "Questo è l'ultimo passo dell'installazione. Puoi caricare un tema come file zip. Noi abbiao dei temi gratuiti <a href=\"http://www.locomotivecms.com/support/themes\">qui</a>."
|
309
|
+
back_to_default_template: "Invece clicca <a href='#'>qui</a> per selezionare il modello di sito predefinito"
|
310
|
+
next: Crea sito
|
311
|
+
public:
|
312
|
+
pages:
|
313
|
+
show_toolbar:
|
314
|
+
statuses:
|
315
|
+
loading: "Loading...."
|
316
|
+
disabled: "Inline Editor disabilitato"
|
317
|
+
labels:
|
318
|
+
save_changes: "Salva modifiche: "
|
319
|
+
editing_mode: "Modalità di modifica: "
|
320
|
+
lang: "Lingua: "
|
321
|
+
buttons:
|
322
|
+
back: "Ritorna all'amministrazione"
|
323
|
+
confirm: Conferma
|
324
|
+
cancel: Annulla
|
@@ -0,0 +1,341 @@
|
|
1
|
+
ja:
|
2
|
+
locomotive:
|
3
|
+
buttons:
|
4
|
+
login: ログイン
|
5
|
+
send_password: 送信
|
6
|
+
change_password: 更新
|
7
|
+
new_item: 新規作成
|
8
|
+
switch_to_site: 移動
|
9
|
+
delete: 削除
|
10
|
+
close: 閉じる
|
11
|
+
|
12
|
+
locales:
|
13
|
+
en: 英語
|
14
|
+
de: ドイツ語
|
15
|
+
fr: フランス語
|
16
|
+
pl: ポーランド語
|
17
|
+
pt: ポルトガル語の
|
18
|
+
pt-BR: ブラジルポルトガル語
|
19
|
+
it: イタリア語
|
20
|
+
nl: オランダ語
|
21
|
+
nb: ノルウェー語
|
22
|
+
es: スペイン語
|
23
|
+
ru: ロシア語
|
24
|
+
et: エストニア語
|
25
|
+
ja: 日本語
|
26
|
+
zh-CN: 中国語
|
27
|
+
cs: チェコ語
|
28
|
+
bg: ブルガリア語
|
29
|
+
sk: スロバキア語
|
30
|
+
sr: Serbian
|
31
|
+
|
32
|
+
messages:
|
33
|
+
confirm: 本当によろしいですか?
|
34
|
+
sending_form: 送信しました。
|
35
|
+
|
36
|
+
shared:
|
37
|
+
header:
|
38
|
+
welcome: "ようこそ %{name}さん"
|
39
|
+
see: サイトを見る
|
40
|
+
switch: サイトを切り替える
|
41
|
+
help: ヘルプ
|
42
|
+
logout: ログアウト
|
43
|
+
menu:
|
44
|
+
contents: コンテンツ
|
45
|
+
assets: アセット
|
46
|
+
settings: 設定
|
47
|
+
pages: ページ
|
48
|
+
snippets: スニペット
|
49
|
+
account: アカウント
|
50
|
+
site: サイト
|
51
|
+
theme_assets: テーマファイル
|
52
|
+
translations: 翻訳
|
53
|
+
form:
|
54
|
+
change_file: 変更
|
55
|
+
delete_file: 削除
|
56
|
+
cancel: キャンセル
|
57
|
+
form_actions:
|
58
|
+
back: 保存せずに戻る
|
59
|
+
create: 新規作成
|
60
|
+
update: 保存
|
61
|
+
send: 送信
|
62
|
+
disable_with: "処理中..."
|
63
|
+
list:
|
64
|
+
untranslated: 未翻訳
|
65
|
+
footer:
|
66
|
+
who_is_behind: "LocomotiveCMS is developed by %{development} and designed by <a href=\"http://www.sachagreif.com\">Sacha Greif</a> — <small>version</small> %{version}"
|
67
|
+
|
68
|
+
errors:
|
69
|
+
"500":
|
70
|
+
title: アプリケーションエラー
|
71
|
+
notice: サーバ側でエラーが発生しました。
|
72
|
+
link: "→ アプリケーションに戻る"
|
73
|
+
"404":
|
74
|
+
title: ページが見つかりません。
|
75
|
+
notice: 要求されたページを見つけられませんでした。
|
76
|
+
link: "→ アプリケーションに戻る"
|
77
|
+
|
78
|
+
notifications:
|
79
|
+
new_content_entry:
|
80
|
+
subject: "[%{domain}][%{type}] 新規エントリ"
|
81
|
+
title: "こんにちは%{name}さん、<b>%{domain}</b>にて新しいエントリが%{date}に作成されました。"
|
82
|
+
type: "モデル:%{type}"
|
83
|
+
|
84
|
+
sites_picker:
|
85
|
+
new: 新規作成
|
86
|
+
|
87
|
+
custom_fields:
|
88
|
+
edit:
|
89
|
+
title: カスタムフィールドを編集する
|
90
|
+
text_formatting:
|
91
|
+
none: None
|
92
|
+
html: HTML
|
93
|
+
types:
|
94
|
+
file:
|
95
|
+
delete_file: ファイルを削除する
|
96
|
+
has_many:
|
97
|
+
empty: リストは空です。
|
98
|
+
new_entry: エントリを新規作成する
|
99
|
+
many_to_many:
|
100
|
+
empty: リストは空です。下のセレクトボックスからエントリを追加してください。
|
101
|
+
|
102
|
+
form:
|
103
|
+
required: 必須項目
|
104
|
+
default_label: フィールド名
|
105
|
+
select_options:
|
106
|
+
ask_name: オプションラベルを入力してください。
|
107
|
+
|
108
|
+
sessions:
|
109
|
+
new:
|
110
|
+
title: ログイン
|
111
|
+
link: パスワードを忘れましたか?
|
112
|
+
email: メールアドレス
|
113
|
+
password: パスワード
|
114
|
+
|
115
|
+
passwords:
|
116
|
+
new:
|
117
|
+
title: パスワードを忘れましたか?
|
118
|
+
link: "→ ログインページに戻る"
|
119
|
+
email: メールアドレス
|
120
|
+
edit:
|
121
|
+
title: パスワードを変更する。
|
122
|
+
link: "→ ログインページに戻る"
|
123
|
+
password: 新しいパスワード
|
124
|
+
password_confirmation: 新しいパスワード(確認)
|
125
|
+
|
126
|
+
pages:
|
127
|
+
index:
|
128
|
+
title: ページ一覧
|
129
|
+
help: ページはツリー上に並んでいます。
|
130
|
+
no_items: "現在、ページが存在しません。<a href=\"%{url}\">こちら</a>から作成できます。"
|
131
|
+
new: 新規ページ
|
132
|
+
latest_entries: 最新ページ
|
133
|
+
new:
|
134
|
+
title: 新規ページ
|
135
|
+
help: "フォームを編集してください。(デフォルトではページは公開されません)"
|
136
|
+
page:
|
137
|
+
updated_at: 更新日時
|
138
|
+
edit:
|
139
|
+
show: 閲覧
|
140
|
+
help: "タイトルをクリックすると編集することができます。更新を保存するには保存ボタンをクリックしてください。"
|
141
|
+
ask_for_title: "新規ページのタイトルを入力してください。"
|
142
|
+
form:
|
143
|
+
change_file: 変更
|
144
|
+
delete_file: 削除
|
145
|
+
cancel: キャンセル
|
146
|
+
default_block: デフォルト
|
147
|
+
cache_strategy:
|
148
|
+
none: None
|
149
|
+
simple: Simple
|
150
|
+
hour: 1時間
|
151
|
+
day: 1日
|
152
|
+
week: 1週間
|
153
|
+
month: 1ヶ月
|
154
|
+
redirect_type:
|
155
|
+
permanent: "Permanent (301)"
|
156
|
+
temporary: "Temporary (302)"
|
157
|
+
|
158
|
+
snippets:
|
159
|
+
index:
|
160
|
+
title: スニペット一覧
|
161
|
+
help: スニペットとはフッターなどサイトの各所で使用されるHTML片です。
|
162
|
+
no_items: "現在、スニペットが存在しません。<a href=\"%{url}\">こちら</a>から作成できます。"
|
163
|
+
new: 新規スニペット
|
164
|
+
new:
|
165
|
+
title: 新規スニペット
|
166
|
+
help: フォームを編集してください。
|
167
|
+
edit:
|
168
|
+
title: スニペット編集
|
169
|
+
help: "スニペットをページで使用するためには次のリキッドコードを使用します。<span class='code'>{% include '%{slug}' %}</span>"
|
170
|
+
snippet:
|
171
|
+
updated_at: 更新日時
|
172
|
+
|
173
|
+
sites:
|
174
|
+
new:
|
175
|
+
title: 新規サイト
|
176
|
+
help: フォームを編集してください。
|
177
|
+
domains:
|
178
|
+
empty: "サイトに関連付けられたドメインは存在しません。Simply add your domains just below. <b>Do not forget to upgrade your DNS.</b>"
|
179
|
+
|
180
|
+
current_site:
|
181
|
+
edit:
|
182
|
+
new_membership: アカウント追加
|
183
|
+
help: サイト名をクリックすると編集することができます。変更を保存するには保存ボタンをクリックしてください。
|
184
|
+
ask_for_name: 新しいサイト名を入力してください。
|
185
|
+
|
186
|
+
memberships:
|
187
|
+
roles:
|
188
|
+
admin: 管理者
|
189
|
+
designer: デザイナー
|
190
|
+
author: 作者
|
191
|
+
new:
|
192
|
+
title: 新規メンバーシップ
|
193
|
+
help: 追加するアカウントのメールアドレスを入力してください。メールアドレスが存在しない場合、アカウント作成画面に移動します。
|
194
|
+
|
195
|
+
accounts:
|
196
|
+
new:
|
197
|
+
title: 新規アカウント
|
198
|
+
help: フォームを編集してください。
|
199
|
+
|
200
|
+
my_account:
|
201
|
+
edit:
|
202
|
+
help: アカウント名をクリックすると編集することができます。変更を保存するには保存ボタンをクリックしてください。
|
203
|
+
new_site: 新規サイト
|
204
|
+
ask_for_name: サイト名を入力してください。
|
205
|
+
|
206
|
+
theme_assets:
|
207
|
+
index:
|
208
|
+
title: テーマファイル一覧
|
209
|
+
help: "テーマファイルセクションはレイアウトやスニペットなどに必要となるファイルを管理する場所です。画像を管理する必要がある場合は新しいコンテンツタイプを作成してください。<br/><b>警告:</b>あなたに付与された権限によっては全て表示されないことがあります。"
|
210
|
+
quick_upload: クイックアップロード
|
211
|
+
new: 新規ファイル
|
212
|
+
snippets: スニペット
|
213
|
+
css_and_js: CSS&Javascript
|
214
|
+
fonts: フォント
|
215
|
+
images: 画像
|
216
|
+
media: メディア
|
217
|
+
no_items: 現在、ファイルがありません。
|
218
|
+
asset:
|
219
|
+
updated_at: 更新日時
|
220
|
+
new:
|
221
|
+
title: 新規ファイル
|
222
|
+
help: アップロードするファイルを選ぶかCSSやJavascriptをコピー&ペーストしてください。
|
223
|
+
edit:
|
224
|
+
title: "編集 %{file}"
|
225
|
+
help: "このアセットは次のURLから直接アクセスできます。<a href='%{url}'>%{url}</a>"
|
226
|
+
help_image: "テンプレートやスニペットで画像を使用するためには次のコードを使用します。<span class='code'>{{ '%{path}' | theme_image_tag }}</span>.<br/><b>%{width}px x %{height}px</b>.<br/>"
|
227
|
+
help_javascript: "テンプレートやスニペットでJavascriptを使用するためには次のコードを使用します。<span class='code'>{{ '%{path}' | javascript_tag }}</span>.<br/>"
|
228
|
+
help_stylesheet: "テンプレートやスニペットにCSSを適用するためには次のコードを使用します。<span class='code'>{{ '%{path}' | stylesheet_tag }}</span>.<br/>"
|
229
|
+
form:
|
230
|
+
picker_link: ファイルを挿入する
|
231
|
+
choose_file: ファイルを選択する
|
232
|
+
choose_plain_text: テキストを選択する
|
233
|
+
image_picker:
|
234
|
+
title: 画像を挿入する
|
235
|
+
no_items: 画像がありません。
|
236
|
+
upload: 画像をアップロードする
|
237
|
+
|
238
|
+
translations:
|
239
|
+
untranslated: "未翻訳ロケール:%{list}"
|
240
|
+
index:
|
241
|
+
title: 翻訳
|
242
|
+
new: 新規翻訳
|
243
|
+
no_items: "現在、翻訳がありません。新規作成するには<a href=\"%{url}\">こちら</a>をクリックしてください。"
|
244
|
+
remove: "%{key}を削除する"
|
245
|
+
new:
|
246
|
+
title: 新規翻訳
|
247
|
+
help: "スニペットは<b>translate</b>リキッドタグによって全てのロケールで同じテンプレートを共有することができます。"
|
248
|
+
edit:
|
249
|
+
title: "編集 %{key}"
|
250
|
+
help: "次のコードによって翻訳キーを使用することができます。<span class='code'>{{ '%{key}' | translate }}</span>."
|
251
|
+
|
252
|
+
content_assets:
|
253
|
+
picker:
|
254
|
+
title: メディアを挿入する
|
255
|
+
no_items: メディアがありません。
|
256
|
+
upload: メディアをアップロードする
|
257
|
+
|
258
|
+
content_types:
|
259
|
+
index:
|
260
|
+
new: 新規モデル
|
261
|
+
edit: モデル編集
|
262
|
+
new:
|
263
|
+
title: 新規モデル
|
264
|
+
help: モデルを作成します。(Projects, Peopleなど)モデルは1つ以上のフィールドを持つ必要があります。
|
265
|
+
edit:
|
266
|
+
title: モデル編集
|
267
|
+
help: モデルは1つ以上のフィールドを持つ必要があります。
|
268
|
+
show_entries: エントリ閲覧
|
269
|
+
new_entry: 新規エントリ
|
270
|
+
form:
|
271
|
+
order_by:
|
272
|
+
created_at: 作成日時
|
273
|
+
updated_at: 更新日時
|
274
|
+
position_in_list: 手動
|
275
|
+
order_direction:
|
276
|
+
asc: 昇順
|
277
|
+
desc: 降順
|
278
|
+
|
279
|
+
content_entries:
|
280
|
+
index:
|
281
|
+
title: "%{type}一覧"
|
282
|
+
edit: モデル編集
|
283
|
+
destroy: モデル削除
|
284
|
+
download: エントリダウンロード
|
285
|
+
new: 新規エントリ
|
286
|
+
category_noname: "No name"
|
287
|
+
latest_entries: 最新エントリ
|
288
|
+
updated_at: 更新日時
|
289
|
+
list:
|
290
|
+
no_items: "現在、エントリが存在しません。<a href=\"%{url}\">こちら</a>から作成してください。"
|
291
|
+
new:
|
292
|
+
title: '%{type} — 新規エントリ'
|
293
|
+
edit:
|
294
|
+
title: '%{type} — エントリ編集'
|
295
|
+
form:
|
296
|
+
edit_select_options: オプション編集
|
297
|
+
has_many:
|
298
|
+
new_entry: 新規エントリ
|
299
|
+
|
300
|
+
code_editing:
|
301
|
+
image_picker: コードに画像を挿入する。
|
302
|
+
copy_template: メインロケールからテンプレートをコピーする。
|
303
|
+
|
304
|
+
cross_domain_sessions:
|
305
|
+
new:
|
306
|
+
title: クロスドメイン認証
|
307
|
+
notice: 数秒後にサイトを移動します。
|
308
|
+
|
309
|
+
installation:
|
310
|
+
common:
|
311
|
+
title: Locomotive CMS 初期設定
|
312
|
+
next: 次へ
|
313
|
+
step_1:
|
314
|
+
title: "Step 1/2 — アカウント作成"
|
315
|
+
name: アカウント名
|
316
|
+
email: メールアドレス
|
317
|
+
password: パスワード
|
318
|
+
password_confirmation: パスワード(確認)
|
319
|
+
done: "既にアカウントが存在します:<br/><strong>%{name}</strong>, <em>%{email}</em>"
|
320
|
+
next: アカウントを作成する
|
321
|
+
step_2:
|
322
|
+
title: "Step 2/2 — サイト作成"
|
323
|
+
explanations: "作成するサイトの名前と地域をロケールを選択してください。"
|
324
|
+
default_site_locale: ロケール
|
325
|
+
default_site_locales_hints: ロケールは設定画面から追加することもできます。
|
326
|
+
next: サイトを作成する
|
327
|
+
|
328
|
+
public:
|
329
|
+
pages:
|
330
|
+
show_toolbar:
|
331
|
+
statuses:
|
332
|
+
loading: "読み込み中..."
|
333
|
+
disabled: インラインエディタは無効です。
|
334
|
+
labels:
|
335
|
+
save_changes: 変更を保存する:
|
336
|
+
editing_mode: 編集モード:
|
337
|
+
lang: 言語:
|
338
|
+
buttons:
|
339
|
+
back: バックオフィスに戻る
|
340
|
+
confirm: 確認
|
341
|
+
cancel: キャンセル
|