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,246 @@
|
|
1
|
+
it:
|
2
|
+
errors:
|
3
|
+
# The default format use in full error messages.
|
4
|
+
format: "%{attribute} %{message}"
|
5
|
+
|
6
|
+
# The values :model, :attribute and :value are always available for interpolation
|
7
|
+
# The value :count is available when applicable. Can be used for pluralization.
|
8
|
+
messages:
|
9
|
+
inclusion: "non è incluso nella lista"
|
10
|
+
exclusion: "è riservato"
|
11
|
+
invalid: "non è valido"
|
12
|
+
confirmation: "non coincide con la conferma"
|
13
|
+
accepted: "deve essere accettata"
|
14
|
+
empty: "non può essere vuoto"
|
15
|
+
blank: "non può essere lasciato in bianco"
|
16
|
+
too_long:
|
17
|
+
one: "è troppo lungo (il massimo è 1 carattere)"
|
18
|
+
other: "è troppo lungo (il massimo è %{count} caratteri)"
|
19
|
+
too_short:
|
20
|
+
one: "è troppo corto (il minimo è 1 carattere)"
|
21
|
+
other: "è troppo corto (il minimo è %{count} caratteri)"
|
22
|
+
wrong_length:
|
23
|
+
one: "è della lunghezza sbagliata (deve essere di 1 carattere)"
|
24
|
+
other: "è della lunghezza sbagliata (deve essere di %{count} caratteri)"
|
25
|
+
not_a_number: "non è un numero"
|
26
|
+
not_an_integer: "non è un intero"
|
27
|
+
greater_than: "deve essere superiore a %{count}"
|
28
|
+
greater_than_or_equal_to: "deve essere superiore o uguale a %{count}"
|
29
|
+
equal_to: "deve essere uguale a %{count}"
|
30
|
+
less_than: "deve essere meno di %{count}"
|
31
|
+
less_than_or_equal_to: "deve essere meno o uguale a %{count}"
|
32
|
+
odd: "deve essere dispari"
|
33
|
+
even: "deve essere pari"
|
34
|
+
|
35
|
+
domain_taken: "%{value} già in uso"
|
36
|
+
invalid_domain: "%{value} non valido"
|
37
|
+
needs_admin_account: "E' richiesto almeno un account di amministratore"
|
38
|
+
protected_page: "Non è possibile eliminare le pagine index e 404"
|
39
|
+
extname_changed: "Il nuovo file non ha l'estesione originale"
|
40
|
+
array_too_short: "troppo corto (il numero minimo di elementi è %{count})"
|
41
|
+
liquid_syntax: "Errore nella sintassi Liquid ('%{error}')"
|
42
|
+
invalid_theme_file: "non può essere vuoto o non è un file zip"
|
43
|
+
page:
|
44
|
+
liquid_syntax: "Errore nella sintassi Liquid ('%{error}' in '%{fullpath}')"
|
45
|
+
liquid_extend: "La pagina '%{fullpath}' estende un template che non esiste"
|
46
|
+
|
47
|
+
attributes:
|
48
|
+
defaults:
|
49
|
+
pages:
|
50
|
+
index:
|
51
|
+
title: "Pagina home"
|
52
|
+
body: "Contenuto della pagina home"
|
53
|
+
"404":
|
54
|
+
title: "Pagia non trovata"
|
55
|
+
body: "Contenuto della pagina 404"
|
56
|
+
other:
|
57
|
+
body: "{% extends 'parent' %}"
|
58
|
+
|
59
|
+
mongoid:
|
60
|
+
errors:
|
61
|
+
messages:
|
62
|
+
blank_in_locale: "non può essere lasciato in bianco"
|
63
|
+
attributes:
|
64
|
+
page:
|
65
|
+
title: Titolo
|
66
|
+
parent: Pagina superiore
|
67
|
+
parent_id: Pagina superiore
|
68
|
+
slug: Slug
|
69
|
+
listed: In menù
|
70
|
+
templatized: Templatized
|
71
|
+
published: Pubblicata
|
72
|
+
redirect: Redirezione
|
73
|
+
redirect_url: Url di redirezione
|
74
|
+
cache_strategy: Cache
|
75
|
+
content_type:
|
76
|
+
name: Nome
|
77
|
+
description: Descrizione
|
78
|
+
slug: Slug
|
79
|
+
order_by: Ordinamento
|
80
|
+
highlighted_field_name: Campo evidenziato
|
81
|
+
group_by_field_name: Raggruppa per nome campo
|
82
|
+
api_enabled: API Attiva
|
83
|
+
asset:
|
84
|
+
source: Sorgente
|
85
|
+
account:
|
86
|
+
email: Email
|
87
|
+
name: Nome
|
88
|
+
language: Lingua
|
89
|
+
password: Password
|
90
|
+
password_confirmation: Conferma password
|
91
|
+
snippet:
|
92
|
+
body: Corpo
|
93
|
+
slug: Slug
|
94
|
+
name: Nome
|
95
|
+
theme_asset:
|
96
|
+
content_type: Tipo di file
|
97
|
+
site:
|
98
|
+
name: Nome del sito
|
99
|
+
domain_name: Dominio
|
100
|
+
subdomain: Sottodominio
|
101
|
+
restricted_access: Accesso ristretto
|
102
|
+
access_login: Login
|
103
|
+
access_password: Password
|
104
|
+
custom_fields:
|
105
|
+
field:
|
106
|
+
name: Alias
|
107
|
+
hint: Aiuto
|
108
|
+
required: Obbligatorio
|
109
|
+
text_formatting: Formattazione
|
110
|
+
|
111
|
+
pagination:
|
112
|
+
previous: "« Precedente"
|
113
|
+
next: "Successiva »"
|
114
|
+
|
115
|
+
date:
|
116
|
+
formats:
|
117
|
+
default: "%d/%m/%Y"
|
118
|
+
short: "%d %b"
|
119
|
+
long: "%d %B %Y"
|
120
|
+
long_ordinal: "%d %B %Y"
|
121
|
+
only_day: "%e"
|
122
|
+
|
123
|
+
day_names: [Domenica, Lunedì, Martedì, Mercoledì, Giovedì, Venerdì, Sabato]
|
124
|
+
abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
|
125
|
+
month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre]
|
126
|
+
abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic]
|
127
|
+
order: [day, month, year]
|
128
|
+
|
129
|
+
time:
|
130
|
+
formats:
|
131
|
+
default: "%d/%m/%Y %H:%M"
|
132
|
+
time: "%H:%M"
|
133
|
+
short: "%d %b %H:%M"
|
134
|
+
long: "%d %B %Y %H:%M"
|
135
|
+
long_ordinal: "%d %B %Y %H:%M"
|
136
|
+
only_second: "%S"
|
137
|
+
am: 'am'
|
138
|
+
pm: 'pm'
|
139
|
+
|
140
|
+
datetime:
|
141
|
+
distance_in_words:
|
142
|
+
half_a_minute: "mezzo minuto"
|
143
|
+
less_than_x_seconds:
|
144
|
+
one: "meno di un secondo"
|
145
|
+
other: "meno di %{count} secondi"
|
146
|
+
x_seconds:
|
147
|
+
one: "1 secondo"
|
148
|
+
other: "%{count} secondi"
|
149
|
+
less_than_x_minutes:
|
150
|
+
one: "meno di un minuto"
|
151
|
+
other: "meno di %{count} minuti"
|
152
|
+
x_minutes:
|
153
|
+
one: "1 minuto"
|
154
|
+
other: "%{count} minuti"
|
155
|
+
about_x_hours:
|
156
|
+
one: "circa un'ora"
|
157
|
+
other: "circa %{count} ore"
|
158
|
+
x_days:
|
159
|
+
one: "1 giorno"
|
160
|
+
other: "%{count} giorni"
|
161
|
+
about_x_months:
|
162
|
+
one: "circa un mese"
|
163
|
+
other: "circa %{count} mesi"
|
164
|
+
x_months:
|
165
|
+
one: "1 mese"
|
166
|
+
other: "%{count} mesi"
|
167
|
+
about_x_years:
|
168
|
+
one: "circa un anno"
|
169
|
+
other: "circa %{count} anni"
|
170
|
+
over_x_years:
|
171
|
+
one: "oltre un anno"
|
172
|
+
other: "oltre %{count} anni"
|
173
|
+
almost_x_years:
|
174
|
+
one: "circa 1 anno"
|
175
|
+
other: "circa %{count} anni"
|
176
|
+
prompts:
|
177
|
+
year: "Anno"
|
178
|
+
month: "Mese"
|
179
|
+
day: "Giorno"
|
180
|
+
hour: "Ora"
|
181
|
+
minute: "Minuto"
|
182
|
+
second: "Secondi"
|
183
|
+
|
184
|
+
number:
|
185
|
+
format:
|
186
|
+
delimiter: ""
|
187
|
+
precision: 2
|
188
|
+
significant: false
|
189
|
+
strip_insignificant_zeros: false
|
190
|
+
separator: "."
|
191
|
+
|
192
|
+
currency:
|
193
|
+
format:
|
194
|
+
format: "%n %u"
|
195
|
+
unit: "€"
|
196
|
+
separator: "."
|
197
|
+
delimiter: ","
|
198
|
+
precision: 2
|
199
|
+
significant: false
|
200
|
+
strip_insignificant_zeros: false
|
201
|
+
|
202
|
+
percentage:
|
203
|
+
format:
|
204
|
+
delimiter: ""
|
205
|
+
# precision:
|
206
|
+
|
207
|
+
precision:
|
208
|
+
format:
|
209
|
+
# separator:
|
210
|
+
delimiter: ""
|
211
|
+
# precision:
|
212
|
+
|
213
|
+
human:
|
214
|
+
format:
|
215
|
+
# separator:
|
216
|
+
delimiter: ""
|
217
|
+
precision: 1
|
218
|
+
significant: true
|
219
|
+
strip_insignificant_zeros: true
|
220
|
+
storage_units:
|
221
|
+
format: "%n %u"
|
222
|
+
units:
|
223
|
+
byte:
|
224
|
+
one: "Byte"
|
225
|
+
other: "Byte"
|
226
|
+
kb: "Kb"
|
227
|
+
mb: "Mb"
|
228
|
+
gb: "Gb"
|
229
|
+
tb: "Tb"
|
230
|
+
decimal_units:
|
231
|
+
format: "%n %u"
|
232
|
+
units:
|
233
|
+
unit: ""
|
234
|
+
thousand: "Mila"
|
235
|
+
million: "Milioni"
|
236
|
+
billion: "Miliardi"
|
237
|
+
trillion: "Bilioni"
|
238
|
+
quadrillion: "Biliardi"
|
239
|
+
|
240
|
+
support:
|
241
|
+
array:
|
242
|
+
sentence_connector: 'e'
|
243
|
+
skip_last_comma: true
|
244
|
+
words_connector: ", "
|
245
|
+
two_words_connector: " e "
|
246
|
+
last_word_connector: " e "
|
@@ -0,0 +1,98 @@
|
|
1
|
+
ja:
|
2
|
+
time:
|
3
|
+
formats:
|
4
|
+
short: "%m/%d"
|
5
|
+
date:
|
6
|
+
month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
|
7
|
+
formats:
|
8
|
+
default: "%d/%m/%Y"
|
9
|
+
short: "%e-%b"
|
10
|
+
long: "%e-%B-%Y"
|
11
|
+
long_ordinal: "%e de %B de %Y"
|
12
|
+
only_day: "%e日"
|
13
|
+
default: "%Y/%m/%d"
|
14
|
+
short: "%m/%d"
|
15
|
+
long: "%Y/%m/%d"
|
16
|
+
long_ordinal: "%Y年%m月%d日"
|
17
|
+
only_day: "%d日"
|
18
|
+
|
19
|
+
day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
|
20
|
+
abbr_day_names: [(日), (月), (火), (水), (木), (金), (土)]
|
21
|
+
abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
|
22
|
+
order: [ 年, 月, 日 ]
|
23
|
+
|
24
|
+
time:
|
25
|
+
formats:
|
26
|
+
default: "%d/%m/%Y %H:%M"
|
27
|
+
|
28
|
+
mongoid:
|
29
|
+
errors:
|
30
|
+
messages:
|
31
|
+
blank_in_locale: "は必須入力項目です。"
|
32
|
+
|
33
|
+
errors:
|
34
|
+
messages:
|
35
|
+
domain_taken: "%{value} は既に存在します。"
|
36
|
+
invalid_domain: "%{value} は値が不正です。"
|
37
|
+
needs_admin_account: "管理者権限が必要です。"
|
38
|
+
protected_page: "このページは削除できません。"
|
39
|
+
extname_changed: "新しいファイルの拡張子が変更されています。"
|
40
|
+
array_too_short: "は小さ過ぎます。(最小値:%{count})"
|
41
|
+
invalid_theme_file: "ファイル形式が不正です。"
|
42
|
+
site:
|
43
|
+
default_locale_removed: 以前のデフォルトロケールは削除できません。
|
44
|
+
page:
|
45
|
+
liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')"
|
46
|
+
liquid_extend: "The page '%{fullpath}' extends a template which does not exist"
|
47
|
+
liquid_translation: "The page '%{fullpath}' extends a template which is not translated"
|
48
|
+
too_few_custom_fields: "1つ以上のカスタムフィールドが必要です。"
|
49
|
+
security: "presents a security problem"
|
50
|
+
|
51
|
+
attributes:
|
52
|
+
defaults:
|
53
|
+
pages:
|
54
|
+
index:
|
55
|
+
title: "ホーム"
|
56
|
+
body: "Content of the home page"
|
57
|
+
"404":
|
58
|
+
title: "ページが見つかりません。"
|
59
|
+
body: "Content of the 404 page"
|
60
|
+
other:
|
61
|
+
body: "{% extends 'parent' %}"
|
62
|
+
|
63
|
+
pagination:
|
64
|
+
previous: "« 戻る"
|
65
|
+
next: "進む »"
|
66
|
+
|
67
|
+
number:
|
68
|
+
format:
|
69
|
+
separator: ","
|
70
|
+
delimiter: "."
|
71
|
+
precision: 3
|
72
|
+
currency:
|
73
|
+
format:
|
74
|
+
format: "%n %u"
|
75
|
+
unit: "¥"
|
76
|
+
separator: ","
|
77
|
+
delimiter: "."
|
78
|
+
precision: 2
|
79
|
+
percentage:
|
80
|
+
format:
|
81
|
+
delimiter: ""
|
82
|
+
precision:
|
83
|
+
format:
|
84
|
+
delimiter: ""
|
85
|
+
human:
|
86
|
+
format:
|
87
|
+
delimiter: ""
|
88
|
+
precision: 1
|
89
|
+
storage_units:
|
90
|
+
format: "%n %u"
|
91
|
+
units:
|
92
|
+
byte:
|
93
|
+
one: "Byte"
|
94
|
+
other: "Bytes"
|
95
|
+
kb: "KB"
|
96
|
+
mb: "MB"
|
97
|
+
gb: "GB"
|
98
|
+
tb: "TB"
|
@@ -0,0 +1,313 @@
|
|
1
|
+
nb:
|
2
|
+
date:
|
3
|
+
formats:
|
4
|
+
default: "%d.%m.%Y"
|
5
|
+
|
6
|
+
mongoid:
|
7
|
+
errors:
|
8
|
+
messages:
|
9
|
+
blank_in_locale: "må fylles ut"
|
10
|
+
|
11
|
+
errors:
|
12
|
+
messages:
|
13
|
+
domain_taken: "%{value} er alerede tatt"
|
14
|
+
invalid_domain: "%{value} er ugyldig"
|
15
|
+
needs_admin_account: "Det må være minst en admin-konto"
|
16
|
+
protected_page: "Du kan ikke fjerne index eller 404 sidene"
|
17
|
+
extname_changed: "Den nye filen har ikke det opprinnelige filetternavnet"
|
18
|
+
array_too_short: "er for liten (minimum elementnummer er %{count})"
|
19
|
+
invalid_theme_file: "må være en zip-fil"
|
20
|
+
site:
|
21
|
+
default_locale_removed: Forrige standardspråk kan ikke fjernes før nytt er valgt.
|
22
|
+
page:
|
23
|
+
liquid_syntax: "Liquid Syntax error ('%{error}' on '%{fullpath}')"
|
24
|
+
liquid_extend: "The page '%{fullpath}' extends a template which does not exist"
|
25
|
+
liquid_translation: "The page '%{fullpath}' extends a template which is not translated"
|
26
|
+
too_few_custom_fields: "At least, one custom field is required"
|
27
|
+
security: "presents a security problem"
|
28
|
+
|
29
|
+
attributes:
|
30
|
+
defaults:
|
31
|
+
pages:
|
32
|
+
index:
|
33
|
+
title: "Startside"
|
34
|
+
body: "Startsidens innholds"
|
35
|
+
"404":
|
36
|
+
title: "Siden finnes ikke"
|
37
|
+
body: "Sidens innhold"
|
38
|
+
other:
|
39
|
+
body: "{% extends 'parent' %}"
|
40
|
+
|
41
|
+
pagination:
|
42
|
+
previous: "« Previous"
|
43
|
+
next: "Next »"
|
44
|
+
support:
|
45
|
+
array:
|
46
|
+
words_connector: ", "
|
47
|
+
two_words_connector: " og "
|
48
|
+
last_word_connector: " og "
|
49
|
+
select:
|
50
|
+
prompt: "Velg"
|
51
|
+
date:
|
52
|
+
formats:
|
53
|
+
default: "%d.%m.%Y"
|
54
|
+
short: "%e. %b"
|
55
|
+
long: "%e. %B %Y"
|
56
|
+
day_names:
|
57
|
+
- søndag
|
58
|
+
- mandag
|
59
|
+
- tirsdag
|
60
|
+
- onsdag
|
61
|
+
- torsdag
|
62
|
+
- fredag
|
63
|
+
- lørdag
|
64
|
+
abbr_day_names:
|
65
|
+
- søn
|
66
|
+
- man
|
67
|
+
- tir
|
68
|
+
- ons
|
69
|
+
- tor
|
70
|
+
- fre
|
71
|
+
- lør
|
72
|
+
month_names:
|
73
|
+
- ~
|
74
|
+
- januar
|
75
|
+
- februar
|
76
|
+
- mars
|
77
|
+
- april
|
78
|
+
- mai
|
79
|
+
- juni
|
80
|
+
- juli
|
81
|
+
- august
|
82
|
+
- september
|
83
|
+
- oktober
|
84
|
+
- november
|
85
|
+
- desember
|
86
|
+
abbr_month_names:
|
87
|
+
- ~
|
88
|
+
- jan
|
89
|
+
- feb
|
90
|
+
- mar
|
91
|
+
- apr
|
92
|
+
- mai
|
93
|
+
- jun
|
94
|
+
- jul
|
95
|
+
- aug
|
96
|
+
- sep
|
97
|
+
- okt
|
98
|
+
- nov
|
99
|
+
- des
|
100
|
+
order:
|
101
|
+
- :day
|
102
|
+
- :month
|
103
|
+
- :year
|
104
|
+
time:
|
105
|
+
formats:
|
106
|
+
default: "%d.%m.%Y %H:%M"
|
107
|
+
short: "%e. %B, %H:%M"
|
108
|
+
long: "%A, %e. %B %Y, %H:%M"
|
109
|
+
am: ""
|
110
|
+
pm: ""
|
111
|
+
datetime:
|
112
|
+
distance_in_words:
|
113
|
+
half_a_minute: "et halvt minutt"
|
114
|
+
less_than_x_seconds:
|
115
|
+
one: "mindre enn 1 sekund"
|
116
|
+
other: "mindre enn %{count} sekunder"
|
117
|
+
x_seconds:
|
118
|
+
one: "1 sekund"
|
119
|
+
other: "%{count} sekunder"
|
120
|
+
less_than_x_minutes:
|
121
|
+
one: "mindre enn 1 minutt"
|
122
|
+
other: "mindre enn %{count} minutter"
|
123
|
+
x_minutes:
|
124
|
+
one: "1 minutt"
|
125
|
+
other: "%{count} minutter"
|
126
|
+
about_x_hours:
|
127
|
+
one: "rundt 1 time"
|
128
|
+
other: "rundt %{count} timer"
|
129
|
+
x_days:
|
130
|
+
one: "1 dag"
|
131
|
+
other: "%{count} dager"
|
132
|
+
about_x_months:
|
133
|
+
one: "rundt 1 måned"
|
134
|
+
other: "rundt %{count} måneder"
|
135
|
+
x_months:
|
136
|
+
one: "1 måned"
|
137
|
+
other: "%{count} måneder"
|
138
|
+
about_x_years:
|
139
|
+
one: "rundt 1 år"
|
140
|
+
other: "rundt %{count} år"
|
141
|
+
over_x_years:
|
142
|
+
one: "over 1 år"
|
143
|
+
other: "over %{count} år"
|
144
|
+
almost_x_years:
|
145
|
+
one: "nesten 1 år"
|
146
|
+
other: "nesten %{count} år"
|
147
|
+
prompts:
|
148
|
+
year: "År"
|
149
|
+
month: "Måned"
|
150
|
+
day: "Dag"
|
151
|
+
hour: "Time"
|
152
|
+
minute: "Minutt"
|
153
|
+
second: "Sekund"
|
154
|
+
number:
|
155
|
+
format: &number_format
|
156
|
+
precision: 2
|
157
|
+
separator: ","
|
158
|
+
delimiter: " "
|
159
|
+
significant: false
|
160
|
+
strip_insignificant_zeros: true
|
161
|
+
currency:
|
162
|
+
format:
|
163
|
+
unit: "kr"
|
164
|
+
format: "%n %u"
|
165
|
+
<<: *number_format
|
166
|
+
precision:
|
167
|
+
format:
|
168
|
+
delimiter: ""
|
169
|
+
human:
|
170
|
+
format:
|
171
|
+
precision: 1
|
172
|
+
separator: ","
|
173
|
+
delimiter: " "
|
174
|
+
significant: false
|
175
|
+
strip_insignificant_zeros: true
|
176
|
+
storage_units:
|
177
|
+
# Storage units output formatting.
|
178
|
+
# %u is the storage unit, %n is the number (default: 2 MB)
|
179
|
+
format: "%n %u"
|
180
|
+
units:
|
181
|
+
byte:
|
182
|
+
one: "Byte"
|
183
|
+
other: "Bytes"
|
184
|
+
kb: "kB"
|
185
|
+
mb: "MB"
|
186
|
+
gb: "GB"
|
187
|
+
tb: "TB"
|
188
|
+
decimal_units:
|
189
|
+
format: "%n %u"
|
190
|
+
units:
|
191
|
+
unit: ""
|
192
|
+
thousand: "tusen"
|
193
|
+
million:
|
194
|
+
one: "million"
|
195
|
+
other: "millioner"
|
196
|
+
billion:
|
197
|
+
one: "milliard"
|
198
|
+
other: "milliarder"
|
199
|
+
trillion:
|
200
|
+
one: "billion"
|
201
|
+
other: "billioner"
|
202
|
+
quadrillion:
|
203
|
+
one: "billiard"
|
204
|
+
other: "billiarder"
|
205
|
+
|
206
|
+
percentage:
|
207
|
+
format:
|
208
|
+
delimiter: ""
|
209
|
+
|
210
|
+
helpers:
|
211
|
+
select:
|
212
|
+
prompt: "Vennligst velg"
|
213
|
+
|
214
|
+
submit:
|
215
|
+
create: "Lag %{model}"
|
216
|
+
update: "Oppdater %{model}"
|
217
|
+
submit: "Lagre %{model}"
|
218
|
+
|
219
|
+
errors:
|
220
|
+
format: "%{attribute} %{message}"
|
221
|
+
|
222
|
+
messages: &errors_messages
|
223
|
+
inclusion: "er ikke inkludert i listen"
|
224
|
+
exclusion: "er reservert"
|
225
|
+
invalid: "er ugyldig"
|
226
|
+
confirmation: "passer ikke bekreftelsen"
|
227
|
+
accepted: "må være akseptert"
|
228
|
+
empty: "kan ikke være tom"
|
229
|
+
blank: "kan ikke være blank"
|
230
|
+
too_long: "er for lang (maksimum %{count} tegn)"
|
231
|
+
too_short: "er for kort (minimum %{count} tegn)"
|
232
|
+
wrong_length: "er av feil lengde (maksimum %{count} tegn)"
|
233
|
+
not_a_number: "er ikke et tall"
|
234
|
+
not_an_integer: "er ikke et heltall"
|
235
|
+
greater_than: "må være større enn %{count}"
|
236
|
+
greater_than_or_equal_to: "må være større enn eller lik %{count}"
|
237
|
+
equal_to: "må være lik %{count}"
|
238
|
+
less_than: "må være mindre enn %{count}"
|
239
|
+
less_than_or_equal_to: "må være mindre enn eller lik %{count}"
|
240
|
+
odd: "må være oddetall"
|
241
|
+
even: "må være partall"
|
242
|
+
|
243
|
+
activerecord:
|
244
|
+
errors:
|
245
|
+
template:
|
246
|
+
header:
|
247
|
+
one: "Kunne ikke lagre %{model} på grunn av én feil."
|
248
|
+
other: "Kunne ikke lagre %{model} på grunn av %{count} feil."
|
249
|
+
body: "Det oppstod problemer i følgende felt:"
|
250
|
+
|
251
|
+
messages:
|
252
|
+
taken: "er allerede i bruk"
|
253
|
+
record_invalid: "Det oppstod feil: %{errors}"
|
254
|
+
<<: *errors_messages
|
255
|
+
|
256
|
+
full_messages:
|
257
|
+
format: "%{attribute} %{message}"
|
258
|
+
|
259
|
+
mongoid:
|
260
|
+
attributes:
|
261
|
+
page:
|
262
|
+
title: Tittel
|
263
|
+
parent: Tilhører
|
264
|
+
parent_id: Tilhører
|
265
|
+
slug: Slug
|
266
|
+
templatized: Templatized
|
267
|
+
published: Publisert
|
268
|
+
listed: I meny
|
269
|
+
redirect: Videresending
|
270
|
+
redirect_url: Videresendings-URL
|
271
|
+
cache_strategy: Buffer
|
272
|
+
content_type:
|
273
|
+
name: Navn
|
274
|
+
description: Beskrivelse
|
275
|
+
slug: Slug
|
276
|
+
order_by: Sorter etter
|
277
|
+
order_direction: Rekkefølge
|
278
|
+
highlighted_field_name: Uthevet felt
|
279
|
+
group_by_field_name: Gruppèr etter feltnavn
|
280
|
+
api_enabled: API-aktivert
|
281
|
+
asset:
|
282
|
+
source: Kilde
|
283
|
+
account:
|
284
|
+
email: Epost
|
285
|
+
name: Navn
|
286
|
+
language: Språk
|
287
|
+
password: Passord
|
288
|
+
password_confirmation: Bekreft passord
|
289
|
+
snippet:
|
290
|
+
body: Kode
|
291
|
+
slug: Slug
|
292
|
+
name: Navn
|
293
|
+
theme_asset:
|
294
|
+
content_type: Innholdstype
|
295
|
+
site:
|
296
|
+
name: Sidens navn
|
297
|
+
domain_name: Domene
|
298
|
+
subdomain: Subdomene
|
299
|
+
restricted_access: Aktivert ?
|
300
|
+
access_login: Brukernavn
|
301
|
+
access_password: Passord
|
302
|
+
|
303
|
+
attributes:
|
304
|
+
defaults:
|
305
|
+
pages:
|
306
|
+
index:
|
307
|
+
title: "Startside"
|
308
|
+
body: "Startsidens innholds"
|
309
|
+
"404":
|
310
|
+
title: "Siden finnes ikke"
|
311
|
+
body: "Sidens innhold"
|
312
|
+
other:
|
313
|
+
body: "{% extends 'parent' %}"
|