activeadmin 1.1.0 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activeadmin might be problematic. Click here for more details.
- checksums.yaml +5 -5
- data/CHANGELOG.md +871 -111
- data/CODE_OF_CONDUCT.md +64 -12
- data/CONTRIBUTING.md +84 -63
- data/README.md +73 -19
- data/app/assets/javascripts/active_admin/base.js +521 -0
- data/app/assets/stylesheets/active_admin/_base.scss +53 -37
- data/app/assets/stylesheets/active_admin/_forms.scss +4 -26
- data/app/assets/stylesheets/active_admin/_header.scss +40 -8
- data/app/assets/stylesheets/active_admin/_mixins.scss +1 -1
- data/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +25 -123
- data/app/assets/stylesheets/active_admin/{print.scss → _print.scss} +2 -2
- data/app/assets/stylesheets/active_admin/components/_comments.scss +2 -2
- data/app/assets/stylesheets/active_admin/components/_date_picker.scss +1 -2
- data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -1
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +3 -0
- data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -5
- data/app/assets/stylesheets/active_admin/components/_tables.scss +1 -2
- data/app/assets/stylesheets/active_admin/components/_tabs.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_all.scss +8 -8
- data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_variables.scss +17 -0
- data/app/assets/stylesheets/active_admin/structure/_footer.scss +6 -1
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
- data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -1
- data/app/javascript/active_admin/base.js +28 -0
- data/app/javascript/active_admin/ext/jquery-ui.js +7 -0
- data/app/javascript/active_admin/ext/jquery.js +9 -0
- data/app/javascript/active_admin/initializers/batch-actions.js +61 -0
- data/app/javascript/active_admin/initializers/checkbox-toggler.js +3 -0
- data/app/javascript/active_admin/initializers/datepicker.js +16 -0
- data/app/javascript/active_admin/initializers/dropdown-menu.js +9 -0
- data/app/javascript/active_admin/initializers/filters.js +10 -0
- data/app/javascript/active_admin/initializers/has-many.js +98 -0
- data/app/javascript/active_admin/initializers/per-page.js +13 -0
- data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +3 -0
- data/app/javascript/active_admin/initializers/tabs.js +6 -0
- data/app/javascript/active_admin/lib/checkbox-toggler.js +49 -0
- data/app/javascript/active_admin/lib/dropdown-menu.js +116 -0
- data/app/javascript/active_admin/lib/filters.js +39 -0
- data/app/javascript/active_admin/lib/modal-dialog.js +63 -0
- data/app/javascript/active_admin/lib/per-page.js +38 -0
- data/app/javascript/active_admin/lib/table-checkbox-toggler.js +38 -0
- data/app/javascript/active_admin/lib/utils.js +40 -0
- data/app/views/active_admin/devise/confirmations/new.html.erb +2 -2
- data/app/views/active_admin/devise/mailer/reset_password_instructions.html.erb +1 -1
- data/app/views/active_admin/devise/mailer/unlock_instructions.html.erb +2 -2
- data/app/views/active_admin/devise/passwords/edit.html.erb +2 -2
- data/app/views/active_admin/devise/passwords/new.html.erb +2 -2
- data/app/views/active_admin/devise/registrations/new.html.erb +2 -3
- data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
- data/app/views/active_admin/devise/shared/_error_messages.html.erb +15 -0
- data/app/views/active_admin/devise/shared/_links.erb +1 -1
- data/app/views/active_admin/devise/unlocks/new.html.erb +2 -2
- data/app/views/active_admin/page/index.html.arb +1 -0
- data/app/views/active_admin/resource/edit.html.arb +1 -0
- data/app/views/active_admin/resource/index.html.arb +1 -0
- data/app/views/active_admin/resource/new.html.arb +1 -0
- data/app/views/active_admin/resource/show.html.arb +1 -0
- data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
- data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
- data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
- data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
- data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
- data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
- data/app/views/layouts/active_admin.html.arb +1 -0
- data/app/views/layouts/active_admin_logged_out.html.erb +20 -9
- data/config/locales/ar.yml +9 -8
- data/config/locales/az.yml +138 -0
- data/config/locales/bg.yml +1 -1
- data/config/locales/bs.yml +1 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de-CH.yml +1 -0
- data/config/locales/de.yml +29 -0
- data/config/locales/el.yml +1 -0
- data/config/locales/en-CA.yml +4 -3
- data/config/locales/en-GB.yml +4 -3
- data/config/locales/en.yml +24 -4
- data/config/locales/eo.yml +145 -0
- data/config/locales/es-MX.yml +3 -1
- data/config/locales/es.yml +26 -6
- data/config/locales/fa.yml +1 -0
- data/config/locales/fi.yml +2 -1
- data/config/locales/fr.yml +9 -8
- data/config/locales/he.yml +1 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +5 -0
- data/config/locales/id.yml +1 -0
- data/config/locales/it.yml +31 -3
- data/config/locales/ja.yml +8 -2
- data/config/locales/ko.yml +2 -1
- data/config/locales/lt.yml +3 -2
- data/config/locales/lv.yml +3 -2
- data/config/locales/mk.yml +134 -0
- data/config/locales/nb.yml +16 -5
- data/config/locales/nl.yml +13 -1
- data/config/locales/pl.yml +72 -3
- data/config/locales/pt-BR.yml +9 -0
- data/config/locales/pt-PT.yml +1 -0
- data/config/locales/ro.yml +4 -2
- data/config/locales/ru.yml +3 -0
- data/config/locales/sk.yml +60 -0
- data/config/locales/sv-SE.yml +3 -0
- data/config/locales/tr.yml +10 -0
- data/config/locales/uk.yml +3 -0
- data/config/locales/vi.yml +82 -12
- data/config/locales/zh-CN.yml +68 -20
- data/config/locales/zh-TW.yml +1 -0
- data/lib/active_admin/abstract_view_factory.rb +14 -51
- data/lib/active_admin/application.rb +65 -172
- data/lib/active_admin/application_settings.rb +43 -0
- data/lib/active_admin/asset_registration.rb +4 -11
- data/lib/active_admin/authorization_adapter.rb +6 -3
- data/lib/active_admin/base_controller/authorization.rb +18 -18
- data/lib/active_admin/base_controller/menu.rb +1 -0
- data/lib/active_admin/base_controller.rb +12 -11
- data/lib/active_admin/batch_actions/controller.rb +6 -5
- data/lib/active_admin/batch_actions/resource_extension.rb +16 -10
- data/lib/active_admin/batch_actions/views/batch_action_form.rb +4 -3
- data/lib/active_admin/batch_actions/views/batch_action_selector.rb +7 -6
- data/lib/active_admin/batch_actions/views/selection_cells.rb +4 -3
- data/lib/active_admin/batch_actions.rb +1 -0
- data/lib/active_admin/callbacks.rb +2 -1
- data/lib/active_admin/cancan_adapter.rb +2 -1
- data/lib/active_admin/collection_decorator.rb +32 -0
- data/lib/active_admin/component.rb +1 -0
- data/lib/active_admin/controller_action.rb +3 -1
- data/lib/active_admin/csv_builder.rb +15 -21
- data/lib/active_admin/dependency.rb +12 -79
- data/lib/active_admin/deprecation.rb +1 -25
- data/lib/active_admin/devise.rb +16 -5
- data/lib/active_admin/dsl.rb +3 -9
- data/lib/active_admin/dynamic_setting.rb +39 -0
- data/lib/active_admin/dynamic_settings_node.rb +29 -0
- data/lib/active_admin/engine.rb +16 -7
- data/lib/active_admin/error.rb +5 -4
- data/lib/active_admin/filters/active.rb +2 -1
- data/lib/active_admin/filters/active_filter.rb +52 -15
- data/lib/active_admin/filters/active_sidebar.rb +8 -30
- data/lib/active_admin/filters/dsl.rb +1 -0
- data/lib/active_admin/filters/forms.rb +13 -9
- data/lib/active_admin/filters/formtastic_addons.rb +3 -7
- data/lib/active_admin/filters/resource_extension.rb +34 -9
- data/lib/active_admin/filters.rb +8 -7
- data/lib/active_admin/form_builder.rb +110 -70
- data/lib/active_admin/generators/boilerplate.rb +13 -4
- data/lib/active_admin/helpers/collection.rb +2 -0
- data/lib/active_admin/helpers/i18n.rb +1 -0
- data/lib/active_admin/helpers/optional_display.rb +3 -2
- data/lib/active_admin/helpers/routes/url_helpers.rb +1 -0
- data/lib/active_admin/helpers/scope_chain.rb +2 -0
- data/lib/active_admin/inputs/datepicker_input.rb +10 -2
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +7 -6
- data/lib/active_admin/inputs/filters/base.rb +2 -1
- data/lib/active_admin/inputs/filters/boolean_input.rb +2 -1
- data/lib/active_admin/inputs/filters/check_boxes_input.rb +2 -1
- data/lib/active_admin/inputs/filters/date_picker_input.rb +1 -0
- data/lib/active_admin/inputs/filters/date_range_input.rb +16 -12
- data/lib/active_admin/inputs/filters/numeric_input.rb +1 -0
- data/lib/active_admin/inputs/filters/select_input.rb +8 -3
- data/lib/active_admin/inputs/filters/string_input.rb +1 -0
- data/lib/active_admin/inputs/filters/text_input.rb +1 -0
- data/lib/active_admin/inputs.rb +1 -0
- data/lib/active_admin/localizers/resource_localizer.rb +4 -3
- data/lib/active_admin/localizers.rb +2 -1
- data/lib/active_admin/menu.rb +9 -11
- data/lib/active_admin/menu_collection.rb +1 -0
- data/lib/active_admin/menu_item.rb +11 -38
- data/lib/active_admin/namespace.rb +33 -20
- data/lib/active_admin/namespace_settings.rb +127 -0
- data/lib/active_admin/order_clause.rb +4 -3
- data/lib/active_admin/orm/active_record/comments/comment.rb +5 -4
- data/lib/active_admin/orm/active_record/comments/namespace_helper.rb +1 -0
- data/lib/active_admin/orm/active_record/comments/resource_helper.rb +1 -0
- data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +1 -0
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +36 -25
- data/lib/active_admin/orm/active_record/comments/views.rb +3 -2
- data/lib/active_admin/orm/active_record/comments.rb +41 -29
- data/lib/active_admin/orm/active_record.rb +2 -1
- data/lib/active_admin/orm/mongoid.rb +1 -0
- data/lib/active_admin/page.rb +2 -1
- data/lib/active_admin/page_controller.rb +1 -0
- data/lib/active_admin/page_dsl.rb +2 -1
- data/lib/active_admin/page_presenter.rb +3 -1
- data/lib/active_admin/pundit_adapter.rb +71 -16
- data/lib/active_admin/resource/action_items.rb +12 -6
- data/lib/active_admin/resource/attributes.rb +9 -5
- data/lib/active_admin/resource/belongs_to.rb +9 -3
- data/lib/active_admin/resource/controllers.rb +2 -1
- data/lib/active_admin/resource/includes.rb +1 -0
- data/lib/active_admin/resource/menu.rb +6 -5
- data/lib/active_admin/resource/model.rb +16 -0
- data/lib/active_admin/resource/naming.rb +6 -5
- data/lib/active_admin/resource/ordering.rb +1 -0
- data/lib/active_admin/resource/page_presenters.rb +1 -0
- data/lib/active_admin/resource/pagination.rb +1 -0
- data/lib/active_admin/resource/routes.rb +26 -14
- data/lib/active_admin/resource/scope_to.rb +8 -7
- data/lib/active_admin/resource/scopes.rb +4 -3
- data/lib/active_admin/resource/sidebars.rb +3 -2
- data/lib/active_admin/resource.rb +37 -22
- data/lib/active_admin/resource_collection.rb +3 -2
- data/lib/active_admin/resource_controller/action_builder.rb +11 -0
- data/lib/active_admin/resource_controller/data_access.rb +35 -5
- data/lib/active_admin/resource_controller/decorators.rb +10 -31
- data/lib/active_admin/resource_controller/polymorphic_routes.rb +38 -0
- data/lib/active_admin/resource_controller/resource_class_methods.rb +3 -0
- data/lib/active_admin/resource_controller/scoping.rb +2 -1
- data/lib/active_admin/resource_controller/sidebars.rb +1 -0
- data/lib/active_admin/resource_controller/streaming.rb +9 -7
- data/lib/active_admin/resource_controller.rb +14 -10
- data/lib/active_admin/resource_dsl.rb +17 -27
- data/lib/active_admin/router.rb +91 -84
- data/lib/active_admin/scope.rb +20 -11
- data/lib/active_admin/settings_node.rb +20 -0
- data/lib/active_admin/sidebar_section.rb +4 -1
- data/lib/active_admin/version.rb +2 -1
- data/lib/active_admin/view_factory.rb +18 -17
- data/lib/active_admin/view_helpers/active_admin_application_helper.rb +1 -0
- data/lib/active_admin/view_helpers/auto_link_helper.rb +2 -1
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +6 -5
- data/lib/active_admin/view_helpers/display_helper.rb +25 -8
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +3 -1
- data/lib/active_admin/view_helpers/fields_for.rb +3 -2
- data/lib/active_admin/view_helpers/flash_helper.rb +1 -0
- data/lib/active_admin/view_helpers/form_helper.rb +1 -0
- data/lib/active_admin/view_helpers/method_or_proc_helper.rb +4 -0
- data/lib/active_admin/view_helpers/scope_name_helper.rb +1 -0
- data/lib/active_admin/view_helpers/sidebar_helper.rb +1 -0
- data/lib/active_admin/view_helpers/title_helper.rb +1 -0
- data/lib/active_admin/view_helpers/view_factory_helper.rb +1 -0
- data/lib/active_admin/view_helpers.rb +2 -1
- data/lib/active_admin/views/action_items.rb +1 -0
- data/lib/active_admin/views/components/active_admin_form.rb +14 -8
- data/lib/active_admin/views/components/active_filters_sidebar_content.rb +59 -0
- data/lib/active_admin/views/components/attributes_table.rb +9 -8
- data/lib/active_admin/views/components/blank_slate.rb +2 -1
- data/lib/active_admin/views/components/columns.rb +1 -0
- data/lib/active_admin/views/components/dropdown_menu.rb +7 -9
- data/lib/active_admin/views/components/index_list.rb +4 -3
- data/lib/active_admin/views/components/menu.rb +33 -0
- data/lib/active_admin/views/components/menu_item.rb +59 -0
- data/lib/active_admin/views/components/paginated_collection.rb +22 -20
- data/lib/active_admin/views/components/panel.rb +2 -1
- data/lib/active_admin/views/components/scopes.rb +18 -8
- data/lib/active_admin/views/components/sidebar.rb +14 -0
- data/lib/active_admin/views/components/sidebar_section.rb +1 -0
- data/lib/active_admin/views/components/site_title.rb +7 -7
- data/lib/active_admin/views/components/status_tag.rb +14 -26
- data/lib/active_admin/views/components/table_for.rb +22 -29
- data/lib/active_admin/views/components/tabs.rb +18 -5
- data/lib/active_admin/views/components/unsupported_browser.rb +1 -0
- data/lib/active_admin/views/footer.rb +6 -8
- data/lib/active_admin/views/header.rb +4 -15
- data/lib/active_admin/views/index_as_block.rb +1 -0
- data/lib/active_admin/views/index_as_blog.rb +3 -2
- data/lib/active_admin/views/index_as_grid.rb +27 -26
- data/lib/active_admin/views/index_as_table.rb +34 -25
- data/lib/active_admin/views/pages/base.rb +47 -62
- data/lib/active_admin/views/pages/form.rb +1 -0
- data/lib/active_admin/views/pages/index.rb +16 -13
- data/lib/active_admin/views/pages/layout.rb +1 -0
- data/lib/active_admin/views/pages/page.rb +1 -0
- data/lib/active_admin/views/pages/show.rb +1 -0
- data/lib/active_admin/views/tabbed_navigation.rb +5 -59
- data/lib/active_admin/views/title_bar.rb +2 -1
- data/lib/active_admin/views.rb +2 -1
- data/lib/active_admin.rb +68 -63
- data/lib/activeadmin.rb +2 -1
- data/lib/generators/active_admin/assets/assets_generator.rb +3 -2
- data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
- data/lib/generators/active_admin/assets/templates/active_admin.scss +2 -2
- data/lib/generators/active_admin/devise/devise_generator.rb +6 -5
- data/lib/generators/active_admin/install/install_generator.rb +19 -8
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +62 -3
- data/lib/generators/active_admin/install/templates/dashboard.rb +3 -3
- data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb.erb +1 -15
- data/lib/generators/active_admin/page/page_generator.rb +2 -1
- data/lib/generators/active_admin/page/templates/page.rb +1 -0
- data/lib/generators/active_admin/resource/resource_generator.rb +5 -4
- data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
- data/lib/generators/active_admin/webpacker/plugins/jquery.js +7 -0
- data/lib/generators/active_admin/webpacker/templates/active_admin.js +5 -0
- data/lib/generators/active_admin/webpacker/templates/active_admin.scss +17 -0
- data/lib/generators/active_admin/webpacker/templates/print.scss +2 -0
- data/lib/generators/active_admin/webpacker/webpacker_generator.rb +27 -0
- data/lib/ransack_ext.rb +10 -9
- data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
- data/vendor/assets/javascripts/jquery-ui/form.js +22 -0
- data/vendor/assets/javascripts/jquery-ui/labels.js +65 -0
- data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +274 -283
- metadata +123 -595
- data/.github/ISSUE_TEMPLATE.md +0 -20
- data/.gitignore +0 -49
- data/.mdlrc +0 -1
- data/.rubocop.yml +0 -76
- data/.simplecov +0 -13
- data/.travis.yml +0 -51
- data/.yardopts +0 -7
- data/Gemfile +0 -58
- data/Rakefile +0 -54
- data/activeadmin.gemspec +0 -32
- data/app/assets/images/active_admin/nested_menu_arrow.gif +0 -0
- data/app/assets/images/active_admin/nested_menu_arrow_dark.gif +0 -0
- data/app/assets/images/active_admin/orderable.png +0 -0
- data/app/assets/javascripts/active_admin/base.js.coffee +0 -13
- data/app/assets/javascripts/active_admin/ext/jquery-ui.js.coffee +0 -6
- data/app/assets/javascripts/active_admin/ext/jquery.js.coffee +0 -7
- data/app/assets/javascripts/active_admin/initializers/batch_actions.js.coffee +0 -11
- data/app/assets/javascripts/active_admin/initializers/datepicker.js.coffee +0 -14
- data/app/assets/javascripts/active_admin/initializers/filters.js.coffee +0 -26
- data/app/assets/javascripts/active_admin/initializers/tabs.js.coffee +0 -7
- data/app/assets/javascripts/active_admin/lib/batch_actions.js.coffee +0 -42
- data/app/assets/javascripts/active_admin/lib/checkbox-toggler.js.coffee +0 -46
- data/app/assets/javascripts/active_admin/lib/dropdown-menu.js.coffee +0 -104
- data/app/assets/javascripts/active_admin/lib/flash.js.coffee +0 -19
- data/app/assets/javascripts/active_admin/lib/has_many.js.coffee +0 -79
- data/app/assets/javascripts/active_admin/lib/modal_dialog.js.coffee +0 -45
- data/app/assets/javascripts/active_admin/lib/per_page.js.coffee +0 -46
- data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.js.coffee +0 -22
- data/codecov.yml +0 -25
- data/config/i18n-tasks.yml +0 -26
- data/config/mdl_style.rb +0 -9
- data/cucumber.yml +0 -3
- data/docs/0-installation.md +0 -118
- data/docs/1-general-configuration.md +0 -189
- data/docs/10-custom-pages.md +0 -136
- data/docs/11-decorators.md +0 -59
- data/docs/12-arbre-components.md +0 -174
- data/docs/13-authorization-adapter.md +0 -266
- data/docs/14-gotchas.md +0 -138
- data/docs/2-resource-customization.md +0 -461
- data/docs/3-index-pages/custom-index.md +0 -35
- data/docs/3-index-pages/index-as-block.md +0 -19
- data/docs/3-index-pages/index-as-blog.md +0 -69
- data/docs/3-index-pages/index-as-grid.md +0 -27
- data/docs/3-index-pages/index-as-table.md +0 -227
- data/docs/3-index-pages.md +0 -311
- data/docs/4-csv-format.md +0 -74
- data/docs/5-forms.md +0 -218
- data/docs/6-show-pages.md +0 -81
- data/docs/7-sidebars.md +0 -75
- data/docs/8-custom-actions.md +0 -166
- data/docs/9-batch-actions.md +0 -237
- data/docs/CNAME +0 -1
- data/docs/Gemfile +0 -2
- data/docs/README.md +0 -24
- data/docs/_config.yml +0 -2
- data/docs/_includes/footer.html +0 -8
- data/docs/_includes/google-analytics.html +0 -16
- data/docs/_includes/head.html +0 -7
- data/docs/_includes/toc.html +0 -98
- data/docs/_includes/top-menu.html +0 -9
- data/docs/_layouts/default.html +0 -21
- data/docs/documentation.md +0 -60
- data/docs/images/activeadmin.png +0 -0
- data/docs/images/code-header.png +0 -0
- data/docs/images/divider.png +0 -0
- data/docs/images/features.png +0 -0
- data/docs/index.html +0 -125
- data/docs/stylesheets/main.css +0 -1152
- data/features/action_item.feature +0 -73
- data/features/authorization.feature +0 -64
- data/features/authorization_cancan.feature +0 -52
- data/features/authorization_pundit.feature +0 -37
- data/features/belongs_to.feature +0 -124
- data/features/breadcrumb.feature +0 -75
- data/features/comments/commenting.feature +0 -178
- data/features/comments/viewing_index.feature +0 -19
- data/features/create_another.feature +0 -55
- data/features/dashboard.feature +0 -16
- data/features/decorators.feature +0 -43
- data/features/development_reloading.feature +0 -28
- data/features/edit_page.feature +0 -116
- data/features/favicon.feature +0 -20
- data/features/first_boot.feature +0 -16
- data/features/footer.feature +0 -28
- data/features/global_navigation.feature +0 -29
- data/features/i18n.feature +0 -55
- data/features/index/batch_actions.feature +0 -218
- data/features/index/filters.feature +0 -239
- data/features/index/format_as_csv.feature +0 -220
- data/features/index/formats.feature +0 -88
- data/features/index/index_as_block.feature +0 -15
- data/features/index/index_as_blog.feature +0 -69
- data/features/index/index_as_grid.feature +0 -45
- data/features/index/index_as_table.feature +0 -291
- data/features/index/index_blank_slate.feature +0 -83
- data/features/index/index_parameters.feature +0 -75
- data/features/index/index_scope_to.feature +0 -56
- data/features/index/index_scopes.feature +0 -285
- data/features/index/page_title.feature +0 -41
- data/features/index/pagination.feature +0 -63
- data/features/index/switch_index_view.feature +0 -73
- data/features/menu.feature +0 -72
- data/features/meta_tags.feature +0 -21
- data/features/new_page.feature +0 -107
- data/features/registering_assets.feature +0 -38
- data/features/registering_pages.feature +0 -237
- data/features/registering_resources.feature +0 -33
- data/features/renamed_resource.feature +0 -30
- data/features/root_to.feature +0 -17
- data/features/show/attributes_table_title.feature +0 -54
- data/features/show/columns.feature +0 -40
- data/features/show/default_content.feature +0 -44
- data/features/show/page_title.feature +0 -58
- data/features/show/tabs.feature +0 -33
- data/features/sidebar_sections.feature +0 -210
- data/features/site_title.feature +0 -47
- data/features/specifying_actions.feature +0 -118
- data/features/step_definitions/action_item_steps.rb +0 -7
- data/features/step_definitions/action_link_steps.rb +0 -19
- data/features/step_definitions/additional_web_steps.rb +0 -81
- data/features/step_definitions/asset_steps.rb +0 -15
- data/features/step_definitions/attribute_steps.rb +0 -18
- data/features/step_definitions/attributes_table_title_steps.rb +0 -11
- data/features/step_definitions/batch_action_steps.rb +0 -81
- data/features/step_definitions/blog_steps.rb +0 -3
- data/features/step_definitions/breadcrumb_steps.rb +0 -3
- data/features/step_definitions/column_steps.rb +0 -8
- data/features/step_definitions/comment_steps.rb +0 -32
- data/features/step_definitions/configuration_steps.rb +0 -100
- data/features/step_definitions/dashboard_steps.rb +0 -15
- data/features/step_definitions/factory_steps.rb +0 -35
- data/features/step_definitions/filter_steps.rb +0 -48
- data/features/step_definitions/flash_steps.rb +0 -11
- data/features/step_definitions/footer_steps.rb +0 -11
- data/features/step_definitions/format_steps.rb +0 -56
- data/features/step_definitions/i18n_steps.rb +0 -11
- data/features/step_definitions/index_scope_steps.rb +0 -29
- data/features/step_definitions/index_views_steps.rb +0 -3
- data/features/step_definitions/layout_steps.rb +0 -3
- data/features/step_definitions/member_link_steps.rb +0 -7
- data/features/step_definitions/menu_steps.rb +0 -11
- data/features/step_definitions/meta_tag_steps.rb +0 -3
- data/features/step_definitions/pagination_steps.rb +0 -15
- data/features/step_definitions/sidebar_steps.rb +0 -11
- data/features/step_definitions/site_title_steps.rb +0 -17
- data/features/step_definitions/tab_steps.rb +0 -8
- data/features/step_definitions/table_steps.rb +0 -116
- data/features/step_definitions/user_steps.rb +0 -52
- data/features/step_definitions/web_steps.rb +0 -86
- data/features/sti_resource.feature +0 -65
- data/features/strong_parameters.feature +0 -69
- data/features/support/env.rb +0 -122
- data/features/support/paths.rb +0 -73
- data/features/support/regular_env.rb +0 -7
- data/features/support/reload_env.rb +0 -7
- data/features/support/selectors.rb +0 -45
- data/features/users/logging_in.feature +0 -36
- data/features/users/logging_out.feature +0 -13
- data/features/users/resetting_password.feature +0 -34
- data/gemfiles/rails_42.gemfile +0 -10
- data/gemfiles/rails_50.gemfile +0 -10
- data/gemfiles/rails_51.gemfile +0 -10
- data/lib/active_admin/event.rb +0 -24
- data/lib/active_admin/helpers/settings.rb +0 -114
- data/lib/active_admin/reloader.rb +0 -25
- data/lib/bug_report_templates/active_admin_master.rb +0 -113
- data/lib/generators/active_admin/assets/templates/active_admin.js.coffee +0 -1
- data/spec/bug_report_templates_spec.rb +0 -26
- data/spec/javascripts/coffeescripts/jquery.aa.checkbox-toggler-spec.js.coffee +0 -50
- data/spec/javascripts/coffeescripts/jquery.aa.flash.js.coffee +0 -25
- data/spec/javascripts/coffeescripts/jquery.aa.table-checkbox-toggler-spec.js.coffee +0 -34
- data/spec/javascripts/fixtures/checkboxes.html +0 -9
- data/spec/javascripts/fixtures/flashes.html +0 -2
- data/spec/javascripts/fixtures/table_checkboxes.html +0 -17
- data/spec/javascripts/helpers/SpecHelper.js +0 -3
- data/spec/javascripts/support/jasmine.yml +0 -74
- data/spec/javascripts/support/jasmine_runner.rb +0 -19
- data/spec/rails_helper.rb +0 -59
- data/spec/requests/default_namespace_spec.rb +0 -81
- data/spec/requests/memory_spec.rb +0 -25
- data/spec/requests/stylesheets_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -1
- data/spec/support/active_admin_integration_spec_helper.rb +0 -73
- data/spec/support/active_admin_request_helpers.rb +0 -39
- data/spec/support/rails_template.rb +0 -150
- data/spec/support/rails_template_with_data.rb +0 -327
- data/spec/support/templates/admin/stores.rb +0 -7
- data/spec/support/templates/en.yml +0 -8
- data/spec/support/templates/manifest.js +0 -3
- data/spec/support/templates/policies/active_admin/comment_policy.rb +0 -9
- data/spec/support/templates/policies/active_admin/page_policy.rb +0 -18
- data/spec/support/templates/policies/admin_user_policy.rb +0 -11
- data/spec/support/templates/policies/application_policy.rb +0 -44
- data/spec/support/templates/policies/category_policy.rb +0 -7
- data/spec/support/templates/policies/post_policy.rb +0 -15
- data/spec/support/templates/policies/store_policy.rb +0 -11
- data/spec/support/templates/policies/user_policy.rb +0 -11
- data/spec/support/templates/post_decorator.rb +0 -10
- data/spec/unit/abstract_view_factory_spec.rb +0 -78
- data/spec/unit/action_builder_spec.rb +0 -125
- data/spec/unit/active_admin_spec.rb +0 -11
- data/spec/unit/application_spec.rb +0 -184
- data/spec/unit/asset_registration_spec.rb +0 -81
- data/spec/unit/authorization/authorization_adapter_spec.rb +0 -61
- data/spec/unit/authorization/controller_authorization_spec.rb +0 -43
- data/spec/unit/authorization/index_overriding_spec.rb +0 -23
- data/spec/unit/auto_link_spec.rb +0 -93
- data/spec/unit/batch_actions/resource_spec.rb +0 -84
- data/spec/unit/batch_actions/settings_spec.rb +0 -61
- data/spec/unit/belongs_to_spec.rb +0 -76
- data/spec/unit/cancan_adapter_spec.rb +0 -43
- data/spec/unit/comments_spec.rb +0 -176
- data/spec/unit/component_spec.rb +0 -18
- data/spec/unit/config_shared_examples.rb +0 -59
- data/spec/unit/controller_filters_spec.rb +0 -41
- data/spec/unit/csv_builder_spec.rb +0 -304
- data/spec/unit/dependency_spec.rb +0 -135
- data/spec/unit/devise_spec.rb +0 -110
- data/spec/unit/dsl_spec.rb +0 -120
- data/spec/unit/filters/active_filter_spec.rb +0 -135
- data/spec/unit/filters/active_spec.rb +0 -24
- data/spec/unit/filters/filter_form_builder_spec.rb +0 -502
- data/spec/unit/filters/resource_spec.rb +0 -128
- data/spec/unit/form_builder_spec.rb +0 -990
- data/spec/unit/generators/install_spec.rb +0 -31
- data/spec/unit/helpers/collection_spec.rb +0 -68
- data/spec/unit/helpers/scope_chain_spec.rb +0 -35
- data/spec/unit/helpers/settings_spec.rb +0 -30
- data/spec/unit/i18n_spec.rb +0 -29
- data/spec/unit/localizers/resource_localizer_spec.rb +0 -36
- data/spec/unit/menu_collection_spec.rb +0 -62
- data/spec/unit/menu_item_spec.rb +0 -141
- data/spec/unit/menu_spec.rb +0 -71
- data/spec/unit/namespace/authorization_spec.rb +0 -27
- data/spec/unit/namespace/register_page_spec.rb +0 -99
- data/spec/unit/namespace/register_resource_spec.rb +0 -162
- data/spec/unit/namespace_spec.rb +0 -124
- data/spec/unit/order_clause_spec.rb +0 -81
- data/spec/unit/page_controller_spec.rb +0 -5
- data/spec/unit/page_spec.rb +0 -128
- data/spec/unit/pretty_format_spec.rb +0 -82
- data/spec/unit/pundit_adapter_spec.rb +0 -98
- data/spec/unit/resource/action_items_spec.rb +0 -69
- data/spec/unit/resource/attributes_spec.rb +0 -49
- data/spec/unit/resource/includes_spec.rb +0 -21
- data/spec/unit/resource/menu_spec.rb +0 -18
- data/spec/unit/resource/naming_spec.rb +0 -122
- data/spec/unit/resource/ordering_spec.rb +0 -35
- data/spec/unit/resource/page_presenters_spec.rb +0 -44
- data/spec/unit/resource/pagination_spec.rb +0 -38
- data/spec/unit/resource/routes_spec.rb +0 -125
- data/spec/unit/resource/scopes_spec.rb +0 -50
- data/spec/unit/resource/sidebars_spec.rb +0 -43
- data/spec/unit/resource_collection_spec.rb +0 -175
- data/spec/unit/resource_controller/data_access_spec.rb +0 -230
- data/spec/unit/resource_controller/decorators_spec.rb +0 -94
- data/spec/unit/resource_controller/sidebars_spec.rb +0 -37
- data/spec/unit/resource_controller_spec.rb +0 -273
- data/spec/unit/resource_registration_spec.rb +0 -61
- data/spec/unit/resource_spec.rb +0 -320
- data/spec/unit/routing_spec.rb +0 -211
- data/spec/unit/scope_spec.rb +0 -209
- data/spec/unit/settings_spec.rb +0 -117
- data/spec/unit/view_factory_spec.rb +0 -19
- data/spec/unit/view_helpers/breadcrumbs_spec.rb +0 -252
- data/spec/unit/view_helpers/display_helper_spec.rb +0 -195
- data/spec/unit/view_helpers/download_format_links_helper_spec.rb +0 -39
- data/spec/unit/view_helpers/fields_for_spec.rb +0 -50
- data/spec/unit/view_helpers/flash_helper_spec.rb +0 -24
- data/spec/unit/view_helpers/form_helper_spec.rb +0 -42
- data/spec/unit/view_helpers/method_or_proc_helper_spec.rb +0 -138
- data/spec/unit/views/components/attributes_table_spec.rb +0 -271
- data/spec/unit/views/components/batch_action_selector_spec.rb +0 -43
- data/spec/unit/views/components/blank_slate_spec.rb +0 -27
- data/spec/unit/views/components/columns_spec.rb +0 -187
- data/spec/unit/views/components/index_list_spec.rb +0 -49
- data/spec/unit/views/components/index_table_for_spec.rb +0 -127
- data/spec/unit/views/components/paginated_collection_spec.rb +0 -249
- data/spec/unit/views/components/panel_spec.rb +0 -58
- data/spec/unit/views/components/sidebar_section_spec.rb +0 -68
- data/spec/unit/views/components/site_title_spec.rb +0 -76
- data/spec/unit/views/components/status_tag_spec.rb +0 -265
- data/spec/unit/views/components/table_for_spec.rb +0 -436
- data/spec/unit/views/components/tabs_spec.rb +0 -67
- data/spec/unit/views/components/unsupported_browser_spec.rb +0 -41
- data/spec/unit/views/index_as_blog_spec.rb +0 -76
- data/spec/unit/views/pages/form_spec.rb +0 -54
- data/spec/unit/views/pages/index_spec.rb +0 -60
- data/spec/unit/views/pages/layout_spec.rb +0 -59
- data/spec/unit/views/pages/show_spec.rb +0 -32
- data/spec/unit/views/tabbed_navigation_spec.rb +0 -158
- data/tasks/docs.rake +0 -64
- data/tasks/lint.rake +0 -21
- data/tasks/local.rake +0 -25
- data/tasks/parallel_tests.rake +0 -66
- data/tasks/test.rake +0 -29
- /data/lib/generators/active_admin/install/templates/{admin_user.rb.erb → admin_users.rb.erb} +0 -0
@@ -0,0 +1,521 @@
|
|
1
|
+
/**
|
2
|
+
* Warning: This file is auto-generated, do not modify. Instead, make your changes in 'app/javascript/active_admin/' and run `yarn build`
|
3
|
+
*/
|
4
|
+
//= require jquery3
|
5
|
+
//= require jquery-ui/widgets/datepicker
|
6
|
+
//= require jquery-ui/widgets/dialog
|
7
|
+
//= require jquery-ui/widgets/sortable
|
8
|
+
//= require jquery-ui/widgets/tabs
|
9
|
+
//= require jquery-ui/widget
|
10
|
+
//= require jquery_ujs
|
11
|
+
//= require_self
|
12
|
+
|
13
|
+
(function(global, factory) {
|
14
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("jquery"), require("jquery-ui/ui/widgets/datepicker"), require("jquery-ui/ui/widgets/dialog"), require("jquery-ui/ui/widgets/sortable"), require("jquery-ui/ui/widgets/tabs"), require("jquery-ui/ui/widget"), require("jquery-ujs")) : typeof define === "function" && define.amd ? define([ "exports", "jquery", "jquery-ui/ui/widgets/datepicker", "jquery-ui/ui/widgets/dialog", "jquery-ui/ui/widgets/sortable", "jquery-ui/ui/widgets/tabs", "jquery-ui/ui/widget", "jquery-ujs" ], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
|
15
|
+
factory(global.ActiveAdmin = {}));
|
16
|
+
})(this, function(exports) {
|
17
|
+
"use strict";
|
18
|
+
$.fn.serializeObject = function() {
|
19
|
+
return this.serializeArray().reduce(function(obj, item) {
|
20
|
+
obj[item.name] = item.value;
|
21
|
+
return obj;
|
22
|
+
}, {});
|
23
|
+
};
|
24
|
+
$.ui.dialog.prototype._focusTabbable = function() {
|
25
|
+
this.uiDialog.focus();
|
26
|
+
};
|
27
|
+
function ModalDialog(message, inputs, callback) {
|
28
|
+
var html = '<form id="dialog_confirm" title="' + message + '"><ul>';
|
29
|
+
for (var name in inputs) {
|
30
|
+
var opts, wrapper;
|
31
|
+
var type = inputs[name];
|
32
|
+
if (/^(datepicker|checkbox|text|number)$/.test(type)) {
|
33
|
+
wrapper = "input";
|
34
|
+
} else if (type === "textarea") {
|
35
|
+
wrapper = "textarea";
|
36
|
+
} else if ($.isArray(type)) {
|
37
|
+
var _ref = [ "select", type, "" ];
|
38
|
+
wrapper = _ref[0];
|
39
|
+
opts = _ref[1];
|
40
|
+
type = _ref[2];
|
41
|
+
} else {
|
42
|
+
throw new Error("Unsupported input type: {" + name + ": " + type + "}");
|
43
|
+
}
|
44
|
+
var klass = type === "datepicker" ? type : "";
|
45
|
+
html += "<li>\n <label>" + (name.charAt(0).toUpperCase() + name.slice(1)) + "</label>\n <" + wrapper + ' name="' + name + '" class="' + klass + '" type="' + type + '">' + (opts ? function() {
|
46
|
+
var result = [];
|
47
|
+
opts.forEach(function(v) {
|
48
|
+
var $elem = $("<option></option>");
|
49
|
+
if ($.isArray(v)) {
|
50
|
+
$elem.text(v[0]).val(v[1]);
|
51
|
+
} else {
|
52
|
+
$elem.text(v);
|
53
|
+
}
|
54
|
+
result.push($elem.wrap("<div></div>").parent().html());
|
55
|
+
});
|
56
|
+
return result;
|
57
|
+
}().join("") : "") + ("</" + wrapper + ">") + "</li>";
|
58
|
+
var _ref2 = [];
|
59
|
+
wrapper = _ref2[0];
|
60
|
+
opts = _ref2[1];
|
61
|
+
type = _ref2[2];
|
62
|
+
klass = _ref2[3];
|
63
|
+
}
|
64
|
+
html += "</ul></form>";
|
65
|
+
var form = $(html).appendTo("body");
|
66
|
+
$("body").trigger("modal_dialog:before_open", [ form ]);
|
67
|
+
form.dialog({
|
68
|
+
modal: true,
|
69
|
+
open: function open(_event, _ui) {
|
70
|
+
$("body").trigger("modal_dialog:after_open", [ form ]);
|
71
|
+
},
|
72
|
+
dialogClass: "active_admin_dialog",
|
73
|
+
buttons: {
|
74
|
+
OK: function OK() {
|
75
|
+
callback($(this).serializeObject());
|
76
|
+
$(this).dialog("close");
|
77
|
+
},
|
78
|
+
Cancel: function Cancel() {
|
79
|
+
$(this).dialog("close").remove();
|
80
|
+
}
|
81
|
+
}
|
82
|
+
});
|
83
|
+
}
|
84
|
+
var onDOMReady$2 = function onDOMReady() {
|
85
|
+
$(".batch_actions_selector li a").off("click confirm:complete");
|
86
|
+
$(".batch_actions_selector li a").on("click", function(event) {
|
87
|
+
var _this = this;
|
88
|
+
var message;
|
89
|
+
event.stopPropagation();
|
90
|
+
event.preventDefault();
|
91
|
+
if (message = $(this).data("confirm")) {
|
92
|
+
ModalDialog(message, $(this).data("inputs"), function(inputs) {
|
93
|
+
$(_this).trigger("confirm:complete", inputs);
|
94
|
+
});
|
95
|
+
} else {
|
96
|
+
$(this).trigger("confirm:complete");
|
97
|
+
}
|
98
|
+
});
|
99
|
+
$(".batch_actions_selector li a").on("confirm:complete", function(event, inputs) {
|
100
|
+
var val;
|
101
|
+
if (val = JSON.stringify(inputs)) {
|
102
|
+
$("#batch_action_inputs").removeAttr("disabled").val(val);
|
103
|
+
} else {
|
104
|
+
$("#batch_action_inputs").attr("disabled", "disabled");
|
105
|
+
}
|
106
|
+
$("#batch_action").val($(this).data("action"));
|
107
|
+
$("#collection_selection").submit();
|
108
|
+
});
|
109
|
+
if ($(".batch_actions_selector").length && $(":checkbox.toggle_all").length) {
|
110
|
+
if ($(".paginated_collection table.index_table").length) {
|
111
|
+
$(".paginated_collection table.index_table").tableCheckboxToggler();
|
112
|
+
} else {
|
113
|
+
$(".paginated_collection").checkboxToggler();
|
114
|
+
}
|
115
|
+
$(document).on("change", ".paginated_collection :checkbox", function() {
|
116
|
+
if ($(".paginated_collection :checkbox:checked").length && $(".dropdown_menu_list").children().length) {
|
117
|
+
$(".batch_actions_selector").each(function() {
|
118
|
+
$(this).aaDropdownMenu("enable");
|
119
|
+
});
|
120
|
+
} else {
|
121
|
+
$(".batch_actions_selector").each(function() {
|
122
|
+
$(this).aaDropdownMenu("disable");
|
123
|
+
});
|
124
|
+
}
|
125
|
+
});
|
126
|
+
}
|
127
|
+
};
|
128
|
+
$(document).ready(onDOMReady$2).on("page:load turbolinks:load", onDOMReady$2);
|
129
|
+
var CheckboxToggler = function() {
|
130
|
+
function CheckboxToggler(options, container) {
|
131
|
+
this.options = options;
|
132
|
+
this.container = container;
|
133
|
+
this._init();
|
134
|
+
this._bind();
|
135
|
+
}
|
136
|
+
var _proto = CheckboxToggler.prototype;
|
137
|
+
_proto.option = function option(_key, _value) {};
|
138
|
+
_proto._init = function _init() {
|
139
|
+
if (!this.container) {
|
140
|
+
throw new Error("Container element not found");
|
141
|
+
} else {
|
142
|
+
this.$container = $(this.container);
|
143
|
+
}
|
144
|
+
if (!this.$container.find(".toggle_all").length) {
|
145
|
+
throw new Error('"toggle all" checkbox not found');
|
146
|
+
} else {
|
147
|
+
this.toggle_all_checkbox = this.$container.find(".toggle_all");
|
148
|
+
}
|
149
|
+
this.checkboxes = this.$container.find(":checkbox").not(this.toggle_all_checkbox);
|
150
|
+
};
|
151
|
+
_proto._bind = function _bind() {
|
152
|
+
var _this = this;
|
153
|
+
this.checkboxes.change(function(event) {
|
154
|
+
return _this._didChangeCheckbox(event.target);
|
155
|
+
});
|
156
|
+
this.toggle_all_checkbox.change(function() {
|
157
|
+
return _this._didChangeToggleAllCheckbox();
|
158
|
+
});
|
159
|
+
};
|
160
|
+
_proto._didChangeCheckbox = function _didChangeCheckbox(_checkbox) {
|
161
|
+
var numChecked = this.checkboxes.filter(":checked").length;
|
162
|
+
var allChecked = numChecked === this.checkboxes.length;
|
163
|
+
var someChecked = numChecked > 0 && numChecked < this.checkboxes.length;
|
164
|
+
this.toggle_all_checkbox.prop({
|
165
|
+
checked: allChecked,
|
166
|
+
indeterminate: someChecked
|
167
|
+
});
|
168
|
+
};
|
169
|
+
_proto._didChangeToggleAllCheckbox = function _didChangeToggleAllCheckbox() {
|
170
|
+
var setting = this.toggle_all_checkbox.prop("checked");
|
171
|
+
this.checkboxes.prop({
|
172
|
+
checked: setting
|
173
|
+
});
|
174
|
+
return setting;
|
175
|
+
};
|
176
|
+
return CheckboxToggler;
|
177
|
+
}();
|
178
|
+
$.widget.bridge("checkboxToggler", CheckboxToggler);
|
179
|
+
(function($) {
|
180
|
+
$(document).on("focus", "input.datepicker:not(.hasDatepicker)", function() {
|
181
|
+
var input = $(this);
|
182
|
+
if (input[0].type === "date") {
|
183
|
+
return;
|
184
|
+
}
|
185
|
+
var defaults = {
|
186
|
+
dateFormat: "yy-mm-dd"
|
187
|
+
};
|
188
|
+
var options = input.data("datepicker-options");
|
189
|
+
input.datepicker($.extend(defaults, options));
|
190
|
+
});
|
191
|
+
})(jQuery);
|
192
|
+
var DropdownMenu = function() {
|
193
|
+
function DropdownMenu(options, element) {
|
194
|
+
this.options = options;
|
195
|
+
this.element = element;
|
196
|
+
this.$element = $(this.element);
|
197
|
+
var defaults = {
|
198
|
+
fadeInDuration: 20,
|
199
|
+
fadeOutDuration: 100,
|
200
|
+
onClickActionItemCallback: null
|
201
|
+
};
|
202
|
+
this.options = $.extend(defaults, this.options);
|
203
|
+
this.isOpen = false;
|
204
|
+
this.$menuButton = this.$element.find(".dropdown_menu_button");
|
205
|
+
this.$menuList = this.$element.find(".dropdown_menu_list_wrapper");
|
206
|
+
this._buildMenuList();
|
207
|
+
this._bind();
|
208
|
+
}
|
209
|
+
var _proto = DropdownMenu.prototype;
|
210
|
+
_proto.open = function open() {
|
211
|
+
this.isOpen = true;
|
212
|
+
this.$menuList.fadeIn(this.options.fadeInDuration);
|
213
|
+
this._position();
|
214
|
+
return this;
|
215
|
+
};
|
216
|
+
_proto.close = function close() {
|
217
|
+
this.isOpen = false;
|
218
|
+
this.$menuList.fadeOut(this.options.fadeOutDuration);
|
219
|
+
return this;
|
220
|
+
};
|
221
|
+
_proto.destroy = function destroy() {
|
222
|
+
this.$element = null;
|
223
|
+
return this;
|
224
|
+
};
|
225
|
+
_proto.isDisabled = function isDisabled() {
|
226
|
+
return this.$menuButton.hasClass("disabled");
|
227
|
+
};
|
228
|
+
_proto.disable = function disable() {
|
229
|
+
this.$menuButton.addClass("disabled");
|
230
|
+
};
|
231
|
+
_proto.enable = function enable() {
|
232
|
+
this.$menuButton.removeClass("disabled");
|
233
|
+
};
|
234
|
+
_proto.option = function option(key, value) {
|
235
|
+
if ($.isPlainObject(key)) {
|
236
|
+
return this.options = $.extend(true, this.options, key);
|
237
|
+
} else if (key != null) {
|
238
|
+
return this.options[key];
|
239
|
+
} else {
|
240
|
+
return this.options[key] = value;
|
241
|
+
}
|
242
|
+
};
|
243
|
+
_proto._buildMenuList = function _buildMenuList() {
|
244
|
+
this.$nipple = $('<div class="dropdown_menu_nipple"></div>');
|
245
|
+
this.$menuList.prepend(this.$nipple);
|
246
|
+
this.$menuList.hide();
|
247
|
+
};
|
248
|
+
_proto._bind = function _bind() {
|
249
|
+
var _this = this;
|
250
|
+
$("body").click(function() {
|
251
|
+
if (_this.isOpen) {
|
252
|
+
_this.close();
|
253
|
+
}
|
254
|
+
});
|
255
|
+
this.$menuButton.click(function() {
|
256
|
+
if (!_this.isDisabled()) {
|
257
|
+
if (_this.isOpen) {
|
258
|
+
_this.close();
|
259
|
+
} else {
|
260
|
+
_this.open();
|
261
|
+
}
|
262
|
+
}
|
263
|
+
return false;
|
264
|
+
});
|
265
|
+
};
|
266
|
+
_proto._position = function _position() {
|
267
|
+
this.$menuList.css("top", this.$menuButton.position().top + this.$menuButton.outerHeight() + 10);
|
268
|
+
var button_left = this.$menuButton.position().left;
|
269
|
+
var button_center = this.$menuButton.outerWidth() / 2;
|
270
|
+
var button_right = button_left + button_center * 2;
|
271
|
+
var menu_center = this.$menuList.outerWidth() / 2;
|
272
|
+
var nipple_center = this.$nipple.outerWidth() / 2;
|
273
|
+
var window_right = $(window).width();
|
274
|
+
var centered_menu_left = button_left + button_center - menu_center;
|
275
|
+
var centered_menu_right = button_left + button_center + menu_center;
|
276
|
+
if (centered_menu_left < 0) {
|
277
|
+
this.$menuList.css("left", button_left);
|
278
|
+
this.$nipple.css("left", button_center - nipple_center);
|
279
|
+
} else if (centered_menu_right > window_right) {
|
280
|
+
this.$menuList.css("right", window_right - button_right);
|
281
|
+
this.$nipple.css("right", button_center - nipple_center);
|
282
|
+
} else {
|
283
|
+
this.$menuList.css("left", centered_menu_left);
|
284
|
+
this.$nipple.css("left", menu_center - nipple_center);
|
285
|
+
}
|
286
|
+
};
|
287
|
+
return DropdownMenu;
|
288
|
+
}();
|
289
|
+
$.widget.bridge("aaDropdownMenu", DropdownMenu);
|
290
|
+
var onDOMReady$1 = function onDOMReady() {
|
291
|
+
return $(".dropdown_menu").aaDropdownMenu();
|
292
|
+
};
|
293
|
+
$(document).ready(onDOMReady$1).on("page:load turbolinks:load", onDOMReady$1);
|
294
|
+
function hasTurbolinks() {
|
295
|
+
return typeof Turbolinks !== "undefined" && Turbolinks.supported;
|
296
|
+
}
|
297
|
+
function turbolinksVisit(params) {
|
298
|
+
var path = [ window.location.pathname, "?", toQueryString(params) ].join("");
|
299
|
+
Turbolinks.visit(path);
|
300
|
+
}
|
301
|
+
function queryString() {
|
302
|
+
return (window.location.search || "").replace(/^\?/, "");
|
303
|
+
}
|
304
|
+
function queryStringToParams() {
|
305
|
+
var decode = function decode(value) {
|
306
|
+
return decodeURIComponent((value || "").replace(/\+/g, "%20"));
|
307
|
+
};
|
308
|
+
return queryString().split("&").map(function(pair) {
|
309
|
+
return pair.split("=");
|
310
|
+
}).map(function(_ref) {
|
311
|
+
var key = _ref[0], value = _ref[1];
|
312
|
+
return {
|
313
|
+
name: decode(key),
|
314
|
+
value: decode(value)
|
315
|
+
};
|
316
|
+
});
|
317
|
+
}
|
318
|
+
function toQueryString(params) {
|
319
|
+
var encode = function encode(value) {
|
320
|
+
return encodeURIComponent(value || "");
|
321
|
+
};
|
322
|
+
return params.map(function(_ref2) {
|
323
|
+
var name = _ref2.name, value = _ref2.value;
|
324
|
+
return [ encode(name), encode(value) ];
|
325
|
+
}).map(function(pair) {
|
326
|
+
return pair.join("=");
|
327
|
+
}).join("&");
|
328
|
+
}
|
329
|
+
var Filters = function() {
|
330
|
+
function Filters() {}
|
331
|
+
Filters._clearForm = function _clearForm(event) {
|
332
|
+
var regex = /^(q\[|q%5B|q%5b|page|utf8|commit)/;
|
333
|
+
var params = queryStringToParams().filter(function(_ref) {
|
334
|
+
var name = _ref.name;
|
335
|
+
return !name.match(regex);
|
336
|
+
});
|
337
|
+
event.preventDefault();
|
338
|
+
if (hasTurbolinks()) {
|
339
|
+
turbolinksVisit(params);
|
340
|
+
} else {
|
341
|
+
window.location.search = toQueryString(params);
|
342
|
+
}
|
343
|
+
};
|
344
|
+
Filters._disableEmptyInputFields = function _disableEmptyInputFields(event) {
|
345
|
+
var params = $(this).find(":input").filter(function(i, input) {
|
346
|
+
return input.value === "";
|
347
|
+
}).prop({
|
348
|
+
disabled: true
|
349
|
+
}).end().serializeArray();
|
350
|
+
if (hasTurbolinks()) {
|
351
|
+
event.preventDefault();
|
352
|
+
turbolinksVisit(params);
|
353
|
+
}
|
354
|
+
};
|
355
|
+
Filters._setSearchType = function _setSearchType() {
|
356
|
+
$(this).siblings("input").prop({
|
357
|
+
name: "q[" + this.value + "]"
|
358
|
+
});
|
359
|
+
};
|
360
|
+
return Filters;
|
361
|
+
}();
|
362
|
+
(function($) {
|
363
|
+
$(document).on("click", ".clear_filters_btn", Filters._clearForm).on("submit", ".filter_form", Filters._disableEmptyInputFields).on("change", ".filter_form_field.select_and_search select", Filters._setSearchType);
|
364
|
+
})(jQuery);
|
365
|
+
$(function() {
|
366
|
+
$(document).on("click", "a.button.has_many_remove", function(event) {
|
367
|
+
event.preventDefault();
|
368
|
+
var parent = $(this).closest(".has_many_container");
|
369
|
+
var to_remove = $(this).closest("fieldset");
|
370
|
+
recompute_positions(parent);
|
371
|
+
parent.trigger("has_many_remove:before", [ to_remove, parent ]);
|
372
|
+
to_remove.remove();
|
373
|
+
return parent.trigger("has_many_remove:after", [ to_remove, parent ]);
|
374
|
+
});
|
375
|
+
$(document).on("click", "a.button.has_many_add", function(event) {
|
376
|
+
var before_add;
|
377
|
+
event.preventDefault();
|
378
|
+
var parent = $(this).closest(".has_many_container");
|
379
|
+
parent.trigger(before_add = $.Event("has_many_add:before"), [ parent ]);
|
380
|
+
if (!before_add.isDefaultPrevented()) {
|
381
|
+
var index = parent.data("has_many_index") || parent.children("fieldset").length - 1;
|
382
|
+
parent.data({
|
383
|
+
has_many_index: ++index
|
384
|
+
});
|
385
|
+
var regex = new RegExp($(this).data("placeholder"), "g");
|
386
|
+
var html = $(this).data("html").replace(regex, index);
|
387
|
+
var fieldset = $(html).insertBefore(this);
|
388
|
+
recompute_positions(parent);
|
389
|
+
return parent.trigger("has_many_add:after", [ fieldset, parent ]);
|
390
|
+
}
|
391
|
+
});
|
392
|
+
$(document).on("change", '.has_many_container[data-sortable] :input[name$="[_destroy]"]', function() {
|
393
|
+
recompute_positions($(this).closest(".has_many"));
|
394
|
+
});
|
395
|
+
$(document).on("has_many_add:after", ".has_many_container", init_sortable);
|
396
|
+
});
|
397
|
+
var init_sortable = function init_sortable() {
|
398
|
+
var elems = $(".has_many_container[data-sortable]:not(.ui-sortable)");
|
399
|
+
elems.sortable({
|
400
|
+
items: "> fieldset",
|
401
|
+
handle: "> ol > .handle",
|
402
|
+
start: function start(ev, ui) {
|
403
|
+
ui.item.css({
|
404
|
+
opacity: .3
|
405
|
+
});
|
406
|
+
},
|
407
|
+
stop: function stop(ev, ui) {
|
408
|
+
ui.item.css({
|
409
|
+
opacity: 1
|
410
|
+
});
|
411
|
+
recompute_positions($(this));
|
412
|
+
}
|
413
|
+
});
|
414
|
+
elems.each(recompute_positions);
|
415
|
+
};
|
416
|
+
var recompute_positions = function recompute_positions(parent) {
|
417
|
+
parent = parent instanceof jQuery ? parent : $(this);
|
418
|
+
var input_name = parent.data("sortable");
|
419
|
+
var position = parseInt(parent.data("sortable-start") || 0, 10);
|
420
|
+
parent.children("fieldset").each(function() {
|
421
|
+
var destroy_input = $(this).find("> ol > .input > :input[name$='[_destroy]']");
|
422
|
+
var sortable_input = $(this).find("> ol > .input > :input[name$='[" + input_name + "]']");
|
423
|
+
if (sortable_input.length) {
|
424
|
+
sortable_input.val(destroy_input.is(":checked") ? "" : position++);
|
425
|
+
}
|
426
|
+
});
|
427
|
+
};
|
428
|
+
$(document).ready(init_sortable).on("page:load turbolinks:load", init_sortable);
|
429
|
+
var PerPage = function() {
|
430
|
+
function PerPage(element) {
|
431
|
+
this.element = element;
|
432
|
+
}
|
433
|
+
var _proto = PerPage.prototype;
|
434
|
+
_proto.update = function update() {
|
435
|
+
var params = queryStringToParams().filter(function(_ref) {
|
436
|
+
var name = _ref.name;
|
437
|
+
return name != "per_page" || name != "page";
|
438
|
+
});
|
439
|
+
params.push({
|
440
|
+
name: "per_page",
|
441
|
+
value: this.element.value
|
442
|
+
});
|
443
|
+
if (hasTurbolinks()) {
|
444
|
+
turbolinksVisit(params);
|
445
|
+
} else {
|
446
|
+
window.location.search = toQueryString(params);
|
447
|
+
}
|
448
|
+
};
|
449
|
+
PerPage._jQueryInterface = function _jQueryInterface(config) {
|
450
|
+
return this.each(function() {
|
451
|
+
var $this = $(this);
|
452
|
+
var data = $this.data("perPage");
|
453
|
+
if (!data) {
|
454
|
+
data = new PerPage(this);
|
455
|
+
$this.data("perPage", data);
|
456
|
+
}
|
457
|
+
if (config === "update") {
|
458
|
+
data[config]();
|
459
|
+
}
|
460
|
+
});
|
461
|
+
};
|
462
|
+
return PerPage;
|
463
|
+
}();
|
464
|
+
(function($) {
|
465
|
+
$(document).on("change", ".pagination_per_page > select", function(_event) {
|
466
|
+
PerPage._jQueryInterface.call($(this), "update");
|
467
|
+
});
|
468
|
+
$.fn["perPage"] = PerPage._jQueryInterface;
|
469
|
+
$.fn["perPage"].Constructor = PerPage;
|
470
|
+
})(jQuery);
|
471
|
+
function _inheritsLoose(subClass, superClass) {
|
472
|
+
subClass.prototype = Object.create(superClass.prototype);
|
473
|
+
subClass.prototype.constructor = subClass;
|
474
|
+
_setPrototypeOf(subClass, superClass);
|
475
|
+
}
|
476
|
+
function _setPrototypeOf(o, p) {
|
477
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
478
|
+
o.__proto__ = p;
|
479
|
+
return o;
|
480
|
+
};
|
481
|
+
return _setPrototypeOf(o, p);
|
482
|
+
}
|
483
|
+
var TableCheckboxToggler = function(_CheckboxToggler) {
|
484
|
+
_inheritsLoose(TableCheckboxToggler, _CheckboxToggler);
|
485
|
+
function TableCheckboxToggler() {
|
486
|
+
return _CheckboxToggler.apply(this, arguments) || this;
|
487
|
+
}
|
488
|
+
var _proto = TableCheckboxToggler.prototype;
|
489
|
+
_proto._bind = function _bind() {
|
490
|
+
var _this = this;
|
491
|
+
_CheckboxToggler.prototype._bind.apply(this, arguments);
|
492
|
+
this.$container.find("tbody td").click(function(event) {
|
493
|
+
if (event.target.type !== "checkbox") {
|
494
|
+
_this._didClickCell(event.target);
|
495
|
+
}
|
496
|
+
});
|
497
|
+
};
|
498
|
+
_proto._didChangeCheckbox = function _didChangeCheckbox(checkbox) {
|
499
|
+
_CheckboxToggler.prototype._didChangeCheckbox.apply(this, arguments);
|
500
|
+
$(checkbox).parents("tr").toggleClass("selected", checkbox.checked);
|
501
|
+
};
|
502
|
+
_proto._didChangeToggleAllCheckbox = function _didChangeToggleAllCheckbox() {
|
503
|
+
this.$container.find("tbody tr").toggleClass("selected", _CheckboxToggler.prototype._didChangeToggleAllCheckbox.apply(this, arguments));
|
504
|
+
};
|
505
|
+
_proto._didClickCell = function _didClickCell(cell) {
|
506
|
+
$(cell).parent("tr").find(":checkbox").click();
|
507
|
+
};
|
508
|
+
return TableCheckboxToggler;
|
509
|
+
}(CheckboxToggler);
|
510
|
+
$.widget.bridge("tableCheckboxToggler", TableCheckboxToggler);
|
511
|
+
var onDOMReady = function onDOMReady() {
|
512
|
+
return $("#active_admin_content .tabs").tabs();
|
513
|
+
};
|
514
|
+
$(document).ready(onDOMReady).on("page:load turbolinks:load", onDOMReady);
|
515
|
+
function modal_dialog(message, inputs, callback) {
|
516
|
+
console.warn("ActiveAdmin.modal_dialog is deprecated in favor of ActiveAdmin.ModalDialog, please update usage.");
|
517
|
+
return ModalDialog(message, inputs, callback);
|
518
|
+
}
|
519
|
+
exports.ModalDialog = ModalDialog;
|
520
|
+
exports.modal_dialog = modal_dialog;
|
521
|
+
});
|
@@ -1,41 +1,57 @@
|
|
1
1
|
/* Active Admin CSS */
|
2
|
-
|
3
|
-
|
2
|
+
@media screen {
|
3
|
+
// Normalize
|
4
|
+
@import "./normalize";
|
4
5
|
|
5
|
-
// Partials
|
6
|
-
@import "
|
7
|
-
@import "
|
8
|
-
@import "
|
9
|
-
@import "
|
10
|
-
@import "
|
11
|
-
@import "
|
12
|
-
@import "
|
13
|
-
@import "
|
14
|
-
@import "
|
15
|
-
@import "
|
16
|
-
@import "
|
17
|
-
@import "
|
18
|
-
@import "
|
19
|
-
@import "
|
20
|
-
@import "
|
21
|
-
@import "
|
22
|
-
@import "
|
23
|
-
@import "
|
24
|
-
@import "
|
25
|
-
@import "
|
26
|
-
@import "
|
27
|
-
@import "
|
28
|
-
@import "
|
29
|
-
@import "
|
30
|
-
@import "
|
31
|
-
@import "
|
32
|
-
@import "
|
33
|
-
@import "
|
6
|
+
// Partials
|
7
|
+
@import "./typography";
|
8
|
+
@import "./header";
|
9
|
+
@import "./forms";
|
10
|
+
@import "./components/comments";
|
11
|
+
@import "./components/flash_messages";
|
12
|
+
@import "./components/date_picker";
|
13
|
+
@import "./components/tables";
|
14
|
+
@import "./components/batch_actions";
|
15
|
+
@import "./components/modal_dialog";
|
16
|
+
@import "./components/blank_slates";
|
17
|
+
@import "./components/breadcrumbs";
|
18
|
+
@import "./components/dropdown_menu";
|
19
|
+
@import "./components/buttons";
|
20
|
+
@import "./components/grid";
|
21
|
+
@import "./components/links";
|
22
|
+
@import "./components/pagination";
|
23
|
+
@import "./components/panels";
|
24
|
+
@import "./components/columns";
|
25
|
+
@import "./components/scopes";
|
26
|
+
@import "./components/status_tags";
|
27
|
+
@import "./components/table_tools";
|
28
|
+
@import "./components/index_list";
|
29
|
+
@import "./components/unsupported_browser";
|
30
|
+
@import "./components/tabs";
|
31
|
+
@import "./pages/logged_out";
|
32
|
+
@import "./structure/footer";
|
33
|
+
@import "./structure/main_structure";
|
34
|
+
@import "./structure/title_bar";
|
34
35
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
36
|
+
html {
|
37
|
+
box-sizing: border-box;
|
38
|
+
}
|
39
|
+
|
40
|
+
*,
|
41
|
+
*:before,
|
42
|
+
*:after {
|
43
|
+
box-sizing: inherit;
|
44
|
+
}
|
45
|
+
|
46
|
+
body {
|
47
|
+
@include sans-family;
|
48
|
+
line-height: 1.5;
|
49
|
+
font-size: 72%;
|
50
|
+
background: $body-background-color;
|
51
|
+
color: $text-color;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
@media print {
|
56
|
+
@import "./print";
|
41
57
|
}
|
@@ -85,18 +85,7 @@ form {
|
|
85
85
|
padding: 0;
|
86
86
|
margin-bottom: 0;
|
87
87
|
|
88
|
-
|
89
|
-
position:absolute;
|
90
|
-
width:95%;
|
91
|
-
padding-top:0.1em;
|
92
|
-
left: 0px;
|
93
|
-
font-size: 100%;
|
94
|
-
font-weight: normal;
|
95
|
-
span { position:absolute; }
|
96
|
-
&.label label { position:absolute; }
|
97
|
-
}
|
98
|
-
|
99
|
-
&:not(.has_many_fields) ol {
|
88
|
+
&:not(.inputs) ol {
|
100
89
|
float: left;
|
101
90
|
width: 74%;
|
102
91
|
margin: 0;
|
@@ -108,7 +97,7 @@ form {
|
|
108
97
|
}
|
109
98
|
}
|
110
99
|
|
111
|
-
&.
|
100
|
+
&.inputs ol {
|
112
101
|
float: left;
|
113
102
|
width: 100%;
|
114
103
|
margin: 0;
|
@@ -182,7 +171,7 @@ form {
|
|
182
171
|
&.boolean {
|
183
172
|
min-height: 1.1em;
|
184
173
|
label {
|
185
|
-
width:
|
174
|
+
width: 100%;
|
186
175
|
padding-left:20%;
|
187
176
|
padding-right: 10px;
|
188
177
|
text-transform: none !important;
|
@@ -241,7 +230,7 @@ form {
|
|
241
230
|
input[type=submit], input[type=button], button { margin-right: 10px; }
|
242
231
|
}
|
243
232
|
|
244
|
-
.
|
233
|
+
.actions .create_another {
|
245
234
|
float: none;
|
246
235
|
margin-bottom: 10px;
|
247
236
|
|
@@ -261,8 +250,6 @@ form {
|
|
261
250
|
|
262
251
|
// -------------------------------------- Sidebar Forms
|
263
252
|
|
264
|
-
$sidebar-inner-content-width: $sidebar-width - ($section-padding * 2);
|
265
|
-
|
266
253
|
.sidebar_section {
|
267
254
|
|
268
255
|
label {
|
@@ -285,13 +272,6 @@ $sidebar-inner-content-width: $sidebar-width - ($section-padding * 2);
|
|
285
272
|
|
286
273
|
// -------------------------------------- Filter Forms
|
287
274
|
|
288
|
-
$filter-field-seperator-width: 12px;
|
289
|
-
|
290
|
-
$side-by-side-filter-input-width: ($sidebar-inner-content-width / 2) - ($text-input-horizontal-padding * 2) - $filter-field-seperator-width;
|
291
|
-
$side-by-side-filter-select-width: ($sidebar-inner-content-width / 2) - $filter-field-seperator-width;
|
292
|
-
|
293
|
-
$date-range-filter-input-width: ($sidebar-inner-content-width / 2) - ($filter-field-seperator-width / 2);
|
294
|
-
|
295
275
|
form.filter_form {
|
296
276
|
.filter_form_field {
|
297
277
|
margin-bottom: 10px;
|
@@ -324,7 +304,6 @@ form.filter_form {
|
|
324
304
|
|
325
305
|
&.filter_date_range {
|
326
306
|
input[type=text] {
|
327
|
-
box-sizing: border-box;
|
328
307
|
width: $date-range-filter-input-width;
|
329
308
|
|
330
309
|
+ input {
|
@@ -335,4 +314,3 @@ form.filter_form {
|
|
335
314
|
}
|
336
315
|
a.clear_filters_btn { @include light-button; }
|
337
316
|
}
|
338
|
-
|