activeadmin 1.1.0 → 2.5.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 +492 -108
- data/CODE_OF_CONDUCT.md +64 -12
- data/CONTRIBUTING.md +117 -49
- data/README.md +73 -19
- data/app/assets/javascripts/active_admin/base.js +509 -0
- data/app/assets/stylesheets/active_admin/_base.scss +29 -29
- data/app/assets/stylesheets/active_admin/_forms.scss +3 -15
- data/app/assets/stylesheets/active_admin/_header.scss +3 -5
- data/app/assets/stylesheets/active_admin/_mixins.scss +1 -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 +5 -0
- data/app/assets/stylesheets/active_admin/print.scss +2 -2
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
- data/app/javascript/active_admin/base.js +19 -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 +95 -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/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/unlocks/new.html.erb +2 -2
- 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_logged_out.html.erb +2 -2
- data/config/locales/ar.yml +3 -2
- 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 +1 -0
- data/config/locales/en-GB.yml +1 -0
- data/config/locales/en.yml +21 -1
- data/config/locales/eo.yml +145 -0
- data/config/locales/es-MX.yml +1 -0
- data/config/locales/es.yml +21 -1
- data/config/locales/fa.yml +1 -0
- data/config/locales/fi.yml +2 -1
- data/config/locales/fr.yml +2 -1
- 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 +13 -3
- data/config/locales/ja.yml +6 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +3 -2
- data/config/locales/lv.yml +1 -0
- data/config/locales/mk.yml +134 -0
- data/config/locales/nb.yml +16 -5
- data/config/locales/nl.yml +12 -0
- 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 +1 -0
- 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 +48 -6
- data/config/locales/zh-CN.yml +34 -5
- data/config/locales/zh-TW.yml +1 -0
- data/docs/.gitignore +1 -0
- data/docs/0-installation.md +2 -2
- data/docs/1-general-configuration.md +36 -1
- data/docs/10-custom-pages.md +14 -0
- data/docs/12-arbre-components.md +41 -1
- data/docs/13-authorization-adapter.md +41 -22
- data/docs/2-resource-customization.md +10 -5
- data/docs/3-index-pages/custom-index.md +1 -1
- data/docs/3-index-pages/index-as-blog.md +1 -1
- data/docs/3-index-pages/index-as-table.md +12 -5
- data/docs/3-index-pages.md +17 -0
- data/docs/5-forms.md +16 -2
- data/docs/8-custom-actions.md +11 -0
- data/docs/CNAME +1 -1
- data/docs/Gemfile +2 -1
- data/docs/Gemfile.lock +249 -0
- data/docs/_config.yml +3 -1
- data/docs/_includes/toc.html +1 -1
- data/docs/_includes/top-menu.html +9 -1
- data/docs/documentation.md +1 -1
- data/docs/images/tidelift.svg +14 -0
- data/docs/index.html +109 -8
- data/docs/stylesheets/main.css +55 -2
- data/lib/active_admin/abstract_view_factory.rb +13 -51
- data/lib/active_admin/application.rb +53 -160
- data/lib/active_admin/application_settings.rb +42 -0
- data/lib/active_admin/asset_registration.rb +0 -8
- data/lib/active_admin/base_controller/authorization.rb +4 -6
- data/lib/active_admin/base_controller.rb +6 -6
- data/lib/active_admin/batch_actions/controller.rb +2 -2
- data/lib/active_admin/batch_actions/resource_extension.rb +9 -5
- data/lib/active_admin/callbacks.rb +1 -1
- data/lib/active_admin/controller_action.rb +2 -1
- data/lib/active_admin/csv_builder.rb +10 -7
- data/lib/active_admin/dependency.rb +3 -67
- data/lib/active_admin/deprecation.rb +0 -25
- data/lib/active_admin/dsl.rb +1 -8
- data/lib/active_admin/dynamic_setting.rb +38 -0
- data/lib/active_admin/dynamic_settings_node.rb +28 -0
- data/lib/active_admin/engine.rb +5 -0
- data/lib/active_admin/error.rb +4 -2
- data/lib/active_admin/filters/active_filter.rb +49 -12
- data/lib/active_admin/filters/active_sidebar.rb +6 -2
- data/lib/active_admin/filters/forms.rb +7 -4
- data/lib/active_admin/filters/formtastic_addons.rb +1 -1
- data/lib/active_admin/filters/resource_extension.rb +28 -4
- data/lib/active_admin/form_builder.rb +98 -63
- data/lib/active_admin/generators/boilerplate.rb +12 -4
- data/lib/active_admin/helpers/scope_chain.rb +1 -0
- data/lib/active_admin/inputs/datepicker_input.rb +8 -1
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
- data/lib/active_admin/inputs/filters/date_range_input.rb +4 -4
- data/lib/active_admin/inputs/filters/select_input.rb +5 -1
- data/lib/active_admin/menu.rb +2 -8
- data/lib/active_admin/menu_item.rb +4 -32
- data/lib/active_admin/namespace.rb +20 -8
- data/lib/active_admin/namespace_settings.rb +123 -0
- data/lib/active_admin/order_clause.rb +2 -2
- data/lib/active_admin/orm/active_record/comments/comment.rb +2 -2
- data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +17 -7
- data/lib/active_admin/orm/active_record/comments.rb +15 -4
- data/lib/active_admin/page_dsl.rb +1 -1
- data/lib/active_admin/page_presenter.rb +2 -1
- data/lib/active_admin/pundit_adapter.rb +18 -5
- data/lib/active_admin/resource/action_items.rb +7 -2
- data/lib/active_admin/resource/attributes.rb +7 -4
- data/lib/active_admin/resource/belongs_to.rb +6 -1
- data/lib/active_admin/resource/menu.rb +3 -3
- data/lib/active_admin/resource/model.rb +15 -0
- data/lib/active_admin/resource/naming.rb +3 -3
- data/lib/active_admin/resource/routes.rb +20 -7
- data/lib/active_admin/resource/scopes.rb +3 -3
- data/lib/active_admin/resource/sidebars.rb +1 -1
- data/lib/active_admin/resource.rb +18 -4
- data/lib/active_admin/resource_collection.rb +2 -2
- data/lib/active_admin/resource_controller/action_builder.rb +10 -0
- data/lib/active_admin/resource_controller/data_access.rb +5 -1
- data/lib/active_admin/resource_controller/decorators.rb +5 -5
- data/lib/active_admin/resource_controller/polymorphic_routes.rb +37 -0
- data/lib/active_admin/resource_controller/resource_class_methods.rb +2 -0
- data/lib/active_admin/resource_controller/scoping.rb +1 -1
- data/lib/active_admin/resource_controller.rb +2 -0
- data/lib/active_admin/resource_dsl.rb +7 -3
- data/lib/active_admin/router.rb +90 -84
- data/lib/active_admin/scope.rb +16 -8
- data/lib/active_admin/settings_node.rb +19 -0
- data/lib/active_admin/sidebar_section.rb +3 -1
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +2 -2
- data/lib/active_admin/view_helpers/display_helper.rb +13 -4
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +1 -0
- data/lib/active_admin/view_helpers/method_or_proc_helper.rb +3 -0
- data/lib/active_admin/view_helpers.rb +1 -1
- data/lib/active_admin/views/components/active_admin_form.rb +9 -4
- data/lib/active_admin/views/components/attributes_table.rb +3 -3
- data/lib/active_admin/views/components/menu.rb +32 -0
- data/lib/active_admin/views/components/menu_item.rb +58 -0
- data/lib/active_admin/views/components/paginated_collection.rb +4 -3
- data/lib/active_admin/views/components/scopes.rb +11 -4
- data/lib/active_admin/views/components/sidebar.rb +13 -0
- data/lib/active_admin/views/components/site_title.rb +5 -6
- data/lib/active_admin/views/components/status_tag.rb +6 -19
- data/lib/active_admin/views/components/table_for.rb +4 -12
- data/lib/active_admin/views/components/tabs.rb +15 -3
- data/lib/active_admin/views/footer.rb +3 -7
- data/lib/active_admin/views/header.rb +3 -15
- data/lib/active_admin/views/index_as_blog.rb +1 -1
- data/lib/active_admin/views/index_as_grid.rb +25 -25
- data/lib/active_admin/views/index_as_table.rb +18 -10
- data/lib/active_admin/views/pages/base.rb +31 -54
- data/lib/active_admin/views/pages/index.rb +1 -0
- data/lib/active_admin/views/tabbed_navigation.rb +4 -59
- data/lib/active_admin/views.rb +1 -1
- data/lib/active_admin.rb +9 -4
- data/lib/generators/active_admin/assets/assets_generator.rb +2 -2
- data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
- data/lib/generators/active_admin/install/install_generator.rb +7 -3
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +38 -3
- data/lib/generators/active_admin/install/templates/dashboard.rb +2 -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 +1 -1
- data/lib/generators/active_admin/resource/resource_generator.rb +2 -2
- data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
- data/lib/ransack_ext.rb +3 -3
- 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 +115 -527
- 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/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/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +0 -0
- /data/lib/generators/active_admin/install/templates/{admin_user.rb.erb → admin_users.rb.erb} +0 -0
data/CHANGELOG.md
CHANGED
@@ -1,152 +1,371 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
##
|
3
|
+
## Unreleased
|
4
|
+
|
5
|
+
## 2.5.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.4.0..v2.5.0)
|
6
|
+
|
7
|
+
### Enhancements
|
8
|
+
|
9
|
+
* Azerbaijani translation. [#5078] by [@orkhan]
|
4
10
|
|
5
11
|
### Bug Fixes
|
6
12
|
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*
|
10
|
-
|
11
|
-
*
|
12
|
-
|
13
|
+
* Convert namespace to sym to prevent duplicate namespaces such as :foo and 'foo'. [#5931] by [@westonganger]
|
14
|
+
* Use filter label when condition has a predicate. [#5886] by [@ko-lem]
|
15
|
+
* Fix error when routing with array containing symbol. [#5870] by [@jwesorick]
|
16
|
+
* Fix error when there is a model named `Tag` and `meta_tags` have been configured. [#5893] by [@micred], [@FabioRos] and [@deivid-rodriguez]
|
17
|
+
* Allow specifying custom `input_html` for `DateRangeInput`. [#5867] by [@mirelon]
|
18
|
+
* Adjust `#main_content` right margin to take into account possible custom values of `$sidebar-width` and `$section-padding`. [#5887] by [@guigs]
|
19
|
+
* Improved polymorphic routes generation to avoid problems when multiple `belongs_to` are defined. [#5938] by [@leio10]
|
13
20
|
|
14
|
-
###
|
21
|
+
### Dependency Changes
|
15
22
|
|
16
|
-
*
|
17
|
-
* Replaced `sass-rails` with `sass` dependency [#5037][] by [@javierjulio][]
|
23
|
+
* Support for Rails 5.0 and Rails 5.1 has been dropped. [#5877] by [@deivid-rodriguez]
|
18
24
|
|
19
|
-
|
25
|
+
## 2.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.1..v2.4.0)
|
26
|
+
|
27
|
+
### Enhancements
|
20
28
|
|
21
|
-
*
|
22
|
-
|
23
|
-
*
|
24
|
-
* The method signature has changed from:
|
29
|
+
* Make optimization to not use expensive COUNT queries also work for decorated actions. [#5811] by [@irmela]
|
30
|
+
* Render a text filter instead of a select for large associations (opt-in). [#5548] by [@DanielHeath]
|
31
|
+
* Improve German translations. [#5874] by [@juril33t]
|
25
32
|
|
26
|
-
|
27
|
-
status_tag(status, :ok, class: 'completed', label: 'on')
|
28
|
-
```
|
33
|
+
## 2.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.0..v2.3.1)
|
29
34
|
|
30
|
-
|
35
|
+
### Bug Fixes
|
36
|
+
|
37
|
+
* Revert ransack version pinning because 2.3 has an outstanding bug that affects quite a lot of users. See [this ransack issue](https://github.com/activerecord-hackery/ransack/issues/1039) for more information. [#5854] by [@deivid-rodriguez]
|
31
38
|
|
32
|
-
|
33
|
-
|
34
|
-
|
39
|
+
## 2.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.2.0..v2.3.0)
|
40
|
+
|
41
|
+
### Enhancements
|
42
|
+
|
43
|
+
* Bump minimum ransack requirement to make sure everyone gets a version that works ok with all supported versions of Rails. [#5831] by [@deivid-rodriguez]
|
44
|
+
|
45
|
+
### Bug Fixes
|
35
46
|
|
36
|
-
|
47
|
+
* Fix CSVBuilder not respecting `ActiveAdmin.application.csv_options = { humanize_name: false }` setting. [#5800] by [@HappyKadaver]
|
48
|
+
* Fix crash when displaying current filters after filtering by a nested resource. [#5816] by [@deivid-rodriguez]
|
49
|
+
* Fix pagination when `pagination_total` is false to not show a "Last" link, since it's incorrect because we don't have the total pages information. [#5822] by [@deivid-rodriguez]
|
50
|
+
* Fix optional nested resources causing incorrect routes to be generated, when renamed resources (through `:as` option) are involved. [#5826] by [@ndbroadbent], [@Kris-LIBIS] and [@deivid-rodriguez]
|
51
|
+
* Fix double modal issue in applications using turbolinks 5. [#5842] by [@sgara]
|
37
52
|
|
38
|
-
|
39
|
-
.status_tag {
|
40
|
-
&.ok, &.published, &.complete, &.completed, &.green { background: #8daa92; }
|
41
|
-
&.warn, &.warning, &.orange { background: #e29b20; }
|
42
|
-
&.error, &.errored, &.red { background: #d45f53; }
|
43
|
-
}
|
44
|
-
```
|
53
|
+
## 2.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.1.0..v2.2.0)
|
45
54
|
|
46
55
|
### Enhancements
|
47
56
|
|
48
|
-
|
57
|
+
* The `status_tag` component now supports different labels for `false` and `nil` boolean cases through the locale. Both default to display "No" for backwards compatibility. [#5794] by [@javierjulio]
|
58
|
+
* Add Macedonian locale. [#5710] by [@violeta-p]
|
49
59
|
|
50
|
-
|
51
|
-
|
52
|
-
*
|
53
|
-
*
|
54
|
-
*
|
55
|
-
|
56
|
-
|
60
|
+
### Bug Fixes
|
61
|
+
|
62
|
+
* Fix pundit policy retrieving for static pages when the pundit namespace is `:active_admin`. [#5777] by [@kwent]
|
63
|
+
* Fix show page title not being properly escaped if title's content included HTML. [#5802] by [@deivid-rodriguez]
|
64
|
+
* Revert [21b6138f] from [#5740] since it actually caused the performance in development to regress. [#5801] by [@deivid-rodriguez]
|
65
|
+
|
66
|
+
## 2.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0..v2.1.0)
|
67
|
+
|
68
|
+
### Bug Fixes
|
69
|
+
|
70
|
+
* Ensure application gets reloaded only once. [#5740] by [@jscheid]
|
71
|
+
* Crash when rendering comments from a custom controller block. [#5758] by [@deivid-rodriguez]
|
72
|
+
* Switch `sass` dependency to `sassc-rails`, since `sass` is no longer supported and since it restores support for directly importing `css` files. [#5504] by [@deivid-rodriguez]
|
73
|
+
|
74
|
+
### Dependency Changes
|
75
|
+
|
76
|
+
* Support for ruby 2.3 has been removed. [#5751] by [@deivid-rodriguez]
|
77
|
+
|
78
|
+
## 2.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc2..v2.0.0)
|
79
|
+
|
80
|
+
_No changes_.
|
81
|
+
|
82
|
+
## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
|
83
|
+
|
84
|
+
### Enhancements
|
85
|
+
|
86
|
+
* Require arbre `~> 1.2, >= 1.2.1`. [#5726] by [@ionut998], and [#5738] by [@deivid-rodriguez]
|
87
|
+
|
88
|
+
## 2.0.0.rc1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)
|
89
|
+
|
90
|
+
### Enhancements
|
91
|
+
|
92
|
+
* Add your own content to the site `<head>`, like analytics. [#5590] by [@buren]
|
93
|
+
|
94
|
+
```ruby
|
95
|
+
ActiveAdmin.setup do |config|
|
96
|
+
config.head = ''.html_safe
|
97
|
+
end
|
98
|
+
```
|
99
|
+
|
100
|
+
* Consider authorization when displaying comments in show page. [#5555] by [@amiuhle]
|
101
|
+
* Add better support for rendering lists. [#5370] by [@dkniffin]
|
102
|
+
* Undeprecate `config.register_stylesheet` and `config.register_javascript` for lack of better solution for including external assets. It might be reevaluated in the future. [#5662] by [@deivid-rodriguez]
|
103
|
+
|
104
|
+
### Security Fixes
|
105
|
+
|
106
|
+
* Prevent leaking hashed passwords via user CSV export and adds a config option for sensitive attributes. [#5486] by [@chrp]
|
107
|
+
|
108
|
+
### Bug Fixes
|
109
|
+
|
110
|
+
* Fix for paginated collections with `per_page: Array, pagination_total: false`. [#5627] by [@bartoszkopinski]
|
111
|
+
* Restrict ransack requirement to >= 2.1.1 to play nice with Rails 5.2.2. [#5632] by [@deivid-rodriguez]
|
112
|
+
* Bad interpolation variables on pagination keys in Lithuanian translation. [#5631] by [@deivid-rodriguez]
|
113
|
+
* Tabs are not correctly created when using non-transliteratable characters as title. [#5650] by [@panasyuk]
|
114
|
+
* Sidebar title internationalization. [#5417] by [@WaKeMaTTa]
|
115
|
+
* `filter` labels not allowing a `Proc` to be passed. [#5418] by [@WaKeMaTTa]
|
116
|
+
|
117
|
+
### Dependency Changes
|
118
|
+
|
119
|
+
* Rails 4.2 support has been dropped. [#5104] by [@javierjulio] and [@deivid-rodriguez]
|
120
|
+
* Dependency on coffee-rails has been removed. [#5081] by [@javierjulio]
|
121
|
+
If your application uses coffescript but was relying on ActiveAdmin to provide
|
122
|
+
the dependency, you need to add the `coffee-script` gem to your `Gemfile` to
|
123
|
+
restore it. If your only usage of coffescript was the
|
124
|
+
`active_admin.js.coffee` generated by ActiveAdmin's generator, you can also
|
125
|
+
convert that file to plain JS (`//= require active_admin/base` if you
|
126
|
+
didn't add any stuff to it).
|
127
|
+
* Devise 3 support has been dropped. [#5608] by [@deivid-rodriguez] and [@javierjulio]
|
128
|
+
* `action_item` without a name has been removed. [#5099] by [@javierjulio]
|
129
|
+
|
130
|
+
## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2..v1.4.3)
|
131
|
+
|
132
|
+
### Bug Fixes
|
133
|
+
|
134
|
+
* Fix `form` parameter to `batch_action` no longer accepting procs. [#5611] by [@buren] and [@deivid-rodriguez]
|
135
|
+
* Fix passing a proc to `scope_to`. [#5611] by [@deivid-rodriguez]
|
136
|
+
|
137
|
+
## 1.4.2 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.1..v1.4.2)
|
138
|
+
|
139
|
+
### Bug Fixes
|
140
|
+
|
141
|
+
* Fix `input_html` filter option evaluated only once. [#5376] by [@kjeldahl]
|
142
|
+
|
143
|
+
## 1.4.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.0..v1.4.1)
|
144
|
+
|
145
|
+
### Bug Fixes
|
57
146
|
|
58
|
-
|
147
|
+
* Fix menu item link with method delete. [#5583] by [@tiagotex]
|
148
|
+
|
149
|
+
## 1.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.1..v1.4.0)
|
150
|
+
|
151
|
+
### Enhancements
|
152
|
+
|
153
|
+
* Add missing I18n for comments. [#5458], [#5461] by [@mauriciopasquier]
|
154
|
+
* Fix batch_actions.delete_confirmation translation in zh-CN.yml. [#5453] by [@ShallmentMo]
|
155
|
+
* Add some missing italian translations. [#5433] by [@stefsava]
|
156
|
+
* Enhance some chinese translations. [#5413] by [@shouya]
|
157
|
+
* Add missing filter predicate translations to nb. [#5357] by [@rogerkk]
|
158
|
+
* Add missing norwegian comment translations. [#5375] by [@rogerkk]
|
159
|
+
* Add missing dutch translations. [#5368] by [@dennisvdvliet]
|
160
|
+
* Add missing german translations. [#5341] by [@eikes]
|
161
|
+
* Add missing spanish translation. [#5336] by [@mconiglio]
|
162
|
+
* Add from and to predicates for russian language. [#5330] by [@glebtv]
|
163
|
+
* Fix typo in finnish translation. [#5320] by [@JiiHu]
|
164
|
+
* Add missing turkish translations. [#5295] by [@kobeumut]
|
165
|
+
* Add missing chinese translations. [#5266] by [@jasl]
|
166
|
+
* Allow proc label in datepicker input. [#5408] by [@tiagotex]
|
167
|
+
* Add `group` attribute to scopes in order to show them in grouped. [#5359] by [@leio10]
|
168
|
+
* Add missing polish translations and improve existing ones. [#5537] by [@Wowu]
|
169
|
+
* Add `priority` option to `action_item`. [#5334] by [@andreslemik]
|
170
|
+
|
171
|
+
### Bug Fixes
|
172
|
+
|
173
|
+
* Fixed the string representation of the resolved `sort_key` when no explicit `sortable` attribute is passed. [#5464] by [@chumakoff]
|
174
|
+
* Fixed docs on the column `sortable` attribute (which actually doesn't have to be explicitly specified when a block is passed to column). [#5464] by [@chumakoff]
|
175
|
+
* Fixed `if:` scope option when a lambda is passed. [#5501] by [@deivid-rodriguez]
|
176
|
+
* Comment validation adding redundant errors when resource is missing. [#5517] by [@deivid-rodriguez]
|
177
|
+
* Fixed resource filtering by association when the resource has custom primary key. [#5446] by [@wasifhossain]
|
178
|
+
* Fixed "create anoter" checkbox styling. [#5324] by [@faucct]
|
179
|
+
|
180
|
+
## 1.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.0..v1.3.1)
|
181
|
+
|
182
|
+
### Bug Fixes
|
183
|
+
|
184
|
+
* gemspec should have more permissive ransack dependency. [#5448] by [@varyonic]
|
185
|
+
|
186
|
+
## 1.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.1..v1.3.0)
|
187
|
+
|
188
|
+
### Enhancements
|
189
|
+
|
190
|
+
* Rails 5.2 support [#5343] by [@varyonic], [#5399], [#5401] by [@zorab47]
|
191
|
+
|
192
|
+
## 1.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.0..v1.2.1)
|
193
|
+
|
194
|
+
### Bug Fixes
|
195
|
+
|
196
|
+
* Resolve issue with [#5275] preventing XSS in filters sidebar. [#5299] by [@faucct]
|
197
|
+
|
198
|
+
## 1.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.1.0..v1.2.0)
|
199
|
+
|
200
|
+
### Enhancements
|
201
|
+
|
202
|
+
* Do not display pagination info when there are no comments. [#5119] by [@alex-bogomolov]
|
203
|
+
* Revert generated config files to pluralized. [#5120] by [@varyonic], [#5137] by [@deivid-rodriguez]
|
204
|
+
* Warn when action definition overwrites controller method. [#5167] by [@aarek]
|
205
|
+
* Better performance of comments show view. [#5208] by [@dhyegofernando]
|
206
|
+
* Mitigate memory bloat [#4118] with CSV exports. [#5251] by [@f1sherman]
|
207
|
+
* Fix issue applying custom decorations. [#5253] by [@faucct]
|
208
|
+
* Brazilian locale updated. [#5125] by [@renotocn]
|
209
|
+
* Japanese locale updated. [#5143] by [@5t111111], [#5157] by [@innparusu95]
|
210
|
+
* Italian locale updated. [#5180] by [@blocknotes]
|
211
|
+
* Swedish locale updated. [#5187] by [@jawa]
|
212
|
+
* Vietnamese locale updated. [#5194] by [@Nguyenanh]
|
213
|
+
* Esperanto locale added. [#5210] by [@RobinvanderVliet]
|
214
|
+
|
215
|
+
### Bug Fixes
|
216
|
+
|
217
|
+
* Fix a couple of issues rendering filter labels. [#5223] by [@wspurgin]
|
218
|
+
* Prevent NameError when filtering on a namespaced association. [#5240] by [@DanielHeath]
|
219
|
+
* Fix undefined method error in Ransack when building filters. [#5238] by [@wspurgin]
|
220
|
+
* Fixed [#5198] Prevent XSS on sidebar's current filter rendering. [#5275] by [@deivid-rodriguez]
|
221
|
+
* Sanitize display_name. [#5284] by [@markstory]
|
222
|
+
|
223
|
+
## 1.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.0.0..v1.1.0)
|
224
|
+
|
225
|
+
### Bug Fixes
|
226
|
+
|
227
|
+
* Fixed [#5093] Handle table prefix & table suffix for `ActiveAdminComment` model
|
228
|
+
* Fixed [#4173] by including the default Kaminari templates. [#5069] by [@javierjulio]
|
229
|
+
* Fixed [#5043]. Do not crash in sidebar rendering when a default scope is not specified. [#5044] by [@Fivell]
|
230
|
+
* Fixed [#3894]. Make tab's component work with non-ascii titles. [#5046] by [@Fivell]
|
231
|
+
|
232
|
+
### Dependency Changes
|
233
|
+
|
234
|
+
* Ruby 2.1 support has been dropped. [#5003] by [@deivid-rodriguez]
|
235
|
+
* Replaced `sass-rails` with `sass` dependency. [#5037] by [@javierjulio]
|
236
|
+
* Removed `jquery-ui-rails` as a dependency. [#5052] by [@javierjulio]
|
237
|
+
The specific jQuery UI assets used are now within the vendor directory. This
|
238
|
+
will be replaced by alternatives and dropped entirely in a major release.
|
239
|
+
Please remove any direct inclusions of `//= require jquery-ui`. This allows us
|
240
|
+
to upgrade to jquery v3.
|
241
|
+
|
242
|
+
### Deprecations
|
243
|
+
|
244
|
+
* Deprecated `config.register_stylesheet` and `config.register_javascript`. Import your CSS and JS files in `active_admin.scss` or `active_admin.js`. [#5060] by [@javierjulio]
|
245
|
+
* Deprecated `type` param from `status_tag` and related CSS classes [#4989] by [@javierjulio]
|
246
|
+
The method signature has changed from:
|
247
|
+
|
248
|
+
```ruby
|
249
|
+
status_tag(status, :ok, class: 'completed', label: 'on')
|
250
|
+
```
|
251
|
+
|
252
|
+
to:
|
253
|
+
|
254
|
+
```ruby
|
255
|
+
status_tag(status, class: 'completed ok', label: 'on')
|
256
|
+
```
|
257
|
+
|
258
|
+
The following CSS classes have been deprecated and will be removed in the future:
|
259
|
+
|
260
|
+
```css
|
261
|
+
.status_tag {
|
262
|
+
&.ok, &.published, &.complete, &.completed, &.green { background: #8daa92; }
|
263
|
+
&.warn, &.warning, &.orange { background: #e29b20; }
|
264
|
+
&.error, &.errored, &.red { background: #d45f53; }
|
265
|
+
}
|
266
|
+
```
|
267
|
+
|
268
|
+
### Enhancements
|
269
|
+
|
270
|
+
* Support proc as an input_html option value when declaring filters. [#5029] by [@Fivell]
|
271
|
+
* Base localization support, better associations handling for active filters sidebar. [#4951] by [@Fivell]
|
272
|
+
* Allow AA scopes to return paginated collections. [#4996] by [@Fivell]
|
273
|
+
* Added `scopes_show_count` configuration to setup show_count attribute for scopes globally. [#4950] by [@Fivell]
|
274
|
+
* Allow custom panel title given with `attributes_table`. [#4940] by [@ajw725]
|
275
|
+
* Allow passing a class to `action_item` block. [#4997] by [@Fivell]
|
276
|
+
* Add pagination to the comments section. [#5088] by [@alex-bogomolov]
|
277
|
+
|
278
|
+
## 1.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v0.6.3..v1.0.0)
|
59
279
|
|
60
280
|
### Breaking Changes
|
61
281
|
|
62
|
-
* Rename `allow_comments` to `comments` for more consistent naming [#3695]
|
63
|
-
* JavaScript `window.AA` has been removed, use `window.ActiveAdmin
|
64
|
-
* `f.form_buffers` has been removed [#3486]
|
65
|
-
* Iconic has been removed [#3553]
|
66
|
-
* `config.show_comments_in_menu` has been removed, see `config.comments_menu
|
67
|
-
* Rails 3.2 & Ruby 1.9.3 support has been dropped [#4848]
|
68
|
-
* Ruby 2.0.0 support has been dropped [#4851]
|
69
|
-
* Rails 4.0 & 4.1 support has been dropped [#
|
282
|
+
* Rename `allow_comments` to `comments` for more consistent naming. [#3695] by [@pranas]
|
283
|
+
* JavaScript `window.AA` has been removed, use `window.ActiveAdmin`. [#3606] by [@timoschilling]
|
284
|
+
* `f.form_buffers` has been removed. [#3486] by [@varyonic]
|
285
|
+
* Iconic has been removed. [#3553] by [@timoschilling]
|
286
|
+
* `config.show_comments_in_menu` has been removed, see `config.comments_menu`. [#4187] by [@drn]
|
287
|
+
* Rails 3.2 & Ruby 1.9.3 support has been dropped. [#4848] by [@deivid-rodriguez]
|
288
|
+
* Ruby 2.0.0 support has been dropped. [#4851] by [@deivid-rodriguez]
|
289
|
+
* Rails 4.0 & 4.1 support has been dropped. [#4870] by [@deivid-rodriguez]
|
70
290
|
|
71
291
|
### Enhancements
|
72
292
|
|
73
|
-
|
74
|
-
|
75
|
-
*
|
76
|
-
* Rails
|
77
|
-
* Rails
|
78
|
-
*
|
79
|
-
*
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
*
|
84
|
-
*
|
85
|
-
*
|
86
|
-
*
|
87
|
-
|
88
|
-
*
|
89
|
-
*
|
90
|
-
* Allow to
|
91
|
-
*
|
92
|
-
* Add
|
93
|
-
*
|
94
|
-
*
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
```ruby
|
102
|
-
controller do
|
103
|
-
# Redirects to index page instead of rendering updated resource
|
104
|
-
def update
|
105
|
-
update!{ collection_path }
|
106
|
-
end
|
293
|
+
* Migration from Metasearch to Ransack. [#1979] by [@seanlinsley]
|
294
|
+
* Rails 4 support. [#2326] by many people :heart:
|
295
|
+
* Rails 4.2 support. [#3731] by [@gonzedge] and [@timoschilling]
|
296
|
+
* Rails 5 support. [#4254] by [@seanlinsley]
|
297
|
+
* Rails 5.1 support. [#4882] by [@varyonic]
|
298
|
+
* "Create another" checkbox for the new resource page. [#4477] by [@bolshakov]
|
299
|
+
* Page supports belongs_to. [#4759] by [@Fivell] and [@zorab47]
|
300
|
+
* Support for custom sorting strategies. [#4768] by [@Fivell]
|
301
|
+
* Stream CSV downloads as they're generated. [#3038] by [@craigmcnamara]
|
302
|
+
* Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
|
303
|
+
* Improved code reloading. [#3783] by [@chancancode]
|
304
|
+
* Do not auto link to inaccessible actions. [#3686] by [@pranas]
|
305
|
+
* Allow to enable comments on per-resource basis. [#3695] by [@pranas]
|
306
|
+
* Unify DSL for index `actions` and `actions dropdown: true`. [#3463] by [@timoschilling]
|
307
|
+
* Add DSL method `includes` for `ActiveRecord::Relation#includes`. [#3464] by [@timoschilling]
|
308
|
+
* BOM (byte order mark) configurable for CSV download. [#3519] by [@timoschilling]
|
309
|
+
* Column block on table index is now sortable by default. [#3075] by [@dmitry]
|
310
|
+
* Allow Arbre to be used inside ActiveAdmin forms. [#3486] by [@varyonic]
|
311
|
+
* Make AA ORM-agnostic. [#2545] by [@johnnyshields]
|
312
|
+
* Add multi-record support to `attributes_table_for`. [#2544] by [@zorab47]
|
313
|
+
* Table CSS classes are now prefixed to prevent clashes. [#2532] by [@TimPetricola]
|
314
|
+
* Allow Inherited Resources shorthand for redirection. [#2001] by [@seanlinsley]
|
315
|
+
|
316
|
+
```ruby
|
317
|
+
controller do
|
318
|
+
# Redirects to index page instead of rendering updated resource
|
319
|
+
def update
|
320
|
+
update!{ collection_path }
|
107
321
|
end
|
108
|
-
|
322
|
+
end
|
323
|
+
```
|
109
324
|
|
110
|
-
* Accept block for download links [#2040]
|
325
|
+
* Accept block for download links. [#2040] by [@potatosalad]
|
111
326
|
|
112
|
-
```ruby
|
113
|
-
index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
|
114
|
-
```
|
327
|
+
```ruby
|
328
|
+
index download_links: ->{ can?(:view_all_download_links) || [:pdf] }
|
329
|
+
```
|
115
330
|
|
116
|
-
* Comments menu can be customized via configuration passed to `config.comments_menu
|
117
|
-
* Added `config.route_options` to namespace to customize routes [#
|
331
|
+
* Comments menu can be customized via configuration passed to `config.comments_menu`. [#4187] by [@drn]
|
332
|
+
* Added `config.route_options` to namespace to customize routes. [#4731] by [@stereoscott]
|
118
333
|
|
119
334
|
### Security Fixes
|
120
335
|
|
121
|
-
* Prevents access to formats that the user not permitted to see [#4867]
|
122
|
-
* Prevents potential DOS attack via Ruby symbols [#1926]
|
336
|
+
* Prevents access to formats that the user not permitted to see. [#4867] by [@Fivell] and [@timoschilling]
|
337
|
+
* Prevents potential DOS attack via Ruby symbols. [#1926] by [@seanlinsley]
|
123
338
|
* [this isn't an issue for those using Ruby >= 2.2](http://rubykaigi.org/2014/presentation/S-NarihiroNakamura)
|
124
339
|
|
125
340
|
### Bug Fixes
|
126
341
|
|
127
|
-
* Fixes filters for `has_many :through` relationships [#2541]
|
128
|
-
* "New" action item now only shows up on the index page bf659bc by [@seanlinsley]
|
129
|
-
* Fixes comment creation bug with aliased resources 9a082486 by [@seanlinsley]
|
130
|
-
* Fixes the deletion of `:if` and `:unless` from filters [#2523]
|
342
|
+
* Fixes filters for `has_many :through` relationships. [#2541] by [@shekibobo]
|
343
|
+
* "New" action item now only shows up on the index page. bf659bc by [@seanlinsley]
|
344
|
+
* Fixes comment creation bug with aliased resources. 9a082486 by [@seanlinsley]
|
345
|
+
* Fixes the deletion of `:if` and `:unless` from filters. [#2523] by [@PChambino]
|
131
346
|
|
132
347
|
### Deprecations
|
133
348
|
|
134
|
-
* `ActiveAdmin::Event` (`ActiveAdmin::EventDispatcher`) [#3435]
|
349
|
+
* `ActiveAdmin::Event` (`ActiveAdmin::EventDispatcher`). [#3435] by [@timoschilling]
|
135
350
|
`ActiveAdmin::Event` will be removed in a future version, ActiveAdmin switched
|
136
|
-
to use `ActiveSupport::Notifications
|
351
|
+
to use `ActiveSupport::Notifications`
|
137
352
|
NOTE: The blog parameters has changed:
|
138
353
|
|
139
|
-
```ruby
|
140
|
-
ActiveSupport::Notifications.subscribe ActiveAdmin::Application::BeforeLoadEvent do |event, *args|
|
141
|
-
|
142
|
-
end
|
354
|
+
```ruby
|
355
|
+
ActiveSupport::Notifications.subscribe ActiveAdmin::Application::BeforeLoadEvent do |event, *args|
|
356
|
+
# some code
|
357
|
+
end
|
358
|
+
|
359
|
+
ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
|
360
|
+
```
|
143
361
|
|
144
|
-
|
145
|
-
```
|
362
|
+
* `action_item` without a name, to introduce a solution for removing action items (`remove_action_item(name)`). [#3091] by [@amiel]
|
146
363
|
|
147
364
|
## Previous Changes
|
148
365
|
|
149
|
-
Please check [0-6-stable]
|
366
|
+
Please check [0-6-stable] for previous changes.
|
367
|
+
|
368
|
+
[0-6-stable]: https://github.com/activeadmin/activeadmin/blob/0-6-stable/CHANGELOG.md
|
150
369
|
|
151
370
|
[#1926]: https://github.com/activeadmin/activeadmin/issues/1926
|
152
371
|
[#1979]: https://github.com/activeadmin/activeadmin/issues/1979
|
@@ -172,17 +391,25 @@ Please check [0-6-stable](https://github.com/activeadmin/activeadmin/blob/0-6-st
|
|
172
391
|
[#3731]: https://github.com/activeadmin/activeadmin/issues/3731
|
173
392
|
[#3783]: https://github.com/activeadmin/activeadmin/issues/3783
|
174
393
|
[#3894]: https://github.com/activeadmin/activeadmin/issues/3894
|
175
|
-
[#
|
394
|
+
[#4118]: https://github.com/activeadmin/activeadmin/issues/4118
|
176
395
|
[#4173]: https://github.com/activeadmin/activeadmin/issues/4173
|
396
|
+
[#4187]: https://github.com/activeadmin/activeadmin/issues/4187
|
177
397
|
[#4254]: https://github.com/activeadmin/activeadmin/issues/4254
|
178
398
|
[#5043]: https://github.com/activeadmin/activeadmin/issues/5043
|
399
|
+
[#5198]: https://github.com/activeadmin/activeadmin/issues/5198
|
400
|
+
|
401
|
+
[21b6138f]: https://github.com/activeadmin/activeadmin/pull/5740/commits/21b6138fdcf58cd54c3f1d3f60cb1127b174b40f
|
179
402
|
|
403
|
+
[#3091]: https://github.com/activeadmin/activeadmin/pull/3091
|
404
|
+
[#3435]: https://github.com/activeadmin/activeadmin/pull/3435
|
180
405
|
[#4477]: https://github.com/activeadmin/activeadmin/pull/4477
|
406
|
+
[#4731]: https://github.com/activeadmin/activeadmin/pull/4731
|
181
407
|
[#4759]: https://github.com/activeadmin/activeadmin/pull/4759
|
182
408
|
[#4768]: https://github.com/activeadmin/activeadmin/pull/4768
|
183
409
|
[#4848]: https://github.com/activeadmin/activeadmin/pull/4848
|
184
410
|
[#4851]: https://github.com/activeadmin/activeadmin/pull/4851
|
185
411
|
[#4867]: https://github.com/activeadmin/activeadmin/pull/4867
|
412
|
+
[#4870]: https://github.com/activeadmin/activeadmin/pull/4870
|
186
413
|
[#4882]: https://github.com/activeadmin/activeadmin/pull/4882
|
187
414
|
[#4940]: https://github.com/activeadmin/activeadmin/pull/4940
|
188
415
|
[#4950]: https://github.com/activeadmin/activeadmin/pull/4950
|
@@ -190,34 +417,191 @@ Please check [0-6-stable](https://github.com/activeadmin/activeadmin/blob/0-6-st
|
|
190
417
|
[#4989]: https://github.com/activeadmin/activeadmin/pull/4989
|
191
418
|
[#4996]: https://github.com/activeadmin/activeadmin/pull/4996
|
192
419
|
[#4997]: https://github.com/activeadmin/activeadmin/pull/4997
|
420
|
+
[#5003]: https://github.com/activeadmin/activeadmin/pull/5003
|
193
421
|
[#5029]: https://github.com/activeadmin/activeadmin/pull/5029
|
194
|
-
[#5002]: https://github.com/activeadmin/activeadmin/pull/5002
|
195
422
|
[#5037]: https://github.com/activeadmin/activeadmin/pull/5037
|
196
423
|
[#5044]: https://github.com/activeadmin/activeadmin/pull/5044
|
197
424
|
[#5046]: https://github.com/activeadmin/activeadmin/pull/5046
|
425
|
+
[#5052]: https://github.com/activeadmin/activeadmin/pull/5052
|
198
426
|
[#5060]: https://github.com/activeadmin/activeadmin/pull/5060
|
199
427
|
[#5069]: https://github.com/activeadmin/activeadmin/pull/5069
|
428
|
+
[#5078]: https://github.com/activeadmin/activeadmin/pull/5078
|
429
|
+
[#5081]: https://github.com/activeadmin/activeadmin/pull/5081
|
200
430
|
[#5088]: https://github.com/activeadmin/activeadmin/pull/5088
|
201
|
-
[#5093]: https://github.com/activeadmin/activeadmin/pull/5093
|
202
|
-
|
431
|
+
[#5093]: https://github.com/activeadmin/activeadmin/pull/5093
|
432
|
+
[#5099]: https://github.com/activeadmin/activeadmin/pull/5099
|
433
|
+
[#5104]: https://github.com/activeadmin/activeadmin/pull/5104
|
434
|
+
[#5119]: https://github.com/activeadmin/activeadmin/pull/5119
|
435
|
+
[#5120]: https://github.com/activeadmin/activeadmin/pull/5120
|
436
|
+
[#5125]: https://github.com/activeadmin/activeadmin/pull/5125
|
437
|
+
[#5137]: https://github.com/activeadmin/activeadmin/pull/5137
|
438
|
+
[#5143]: https://github.com/activeadmin/activeadmin/pull/5143
|
439
|
+
[#5157]: https://github.com/activeadmin/activeadmin/pull/5157
|
440
|
+
[#5167]: https://github.com/activeadmin/activeadmin/pull/5167
|
441
|
+
[#5180]: https://github.com/activeadmin/activeadmin/pull/5180
|
442
|
+
[#5187]: https://github.com/activeadmin/activeadmin/pull/5187
|
443
|
+
[#5194]: https://github.com/activeadmin/activeadmin/pull/5194
|
444
|
+
[#5208]: https://github.com/activeadmin/activeadmin/pull/5208
|
445
|
+
[#5210]: https://github.com/activeadmin/activeadmin/pull/5210
|
446
|
+
[#5223]: https://github.com/activeadmin/activeadmin/pull/5223
|
447
|
+
[#5238]: https://github.com/activeadmin/activeadmin/pull/5238
|
448
|
+
[#5240]: https://github.com/activeadmin/activeadmin/pull/5240
|
449
|
+
[#5251]: https://github.com/activeadmin/activeadmin/pull/5251
|
450
|
+
[#5253]: https://github.com/activeadmin/activeadmin/pull/5253
|
451
|
+
[#5266]: https://github.com/activeadmin/activeadmin/pull/5266
|
452
|
+
[#5272]: https://github.com/activeadmin/activeadmin/pull/5272
|
453
|
+
[#5275]: https://github.com/activeadmin/activeadmin/pull/5275
|
454
|
+
[#5284]: https://github.com/activeadmin/activeadmin/pull/5284
|
455
|
+
[#5295]: https://github.com/activeadmin/activeadmin/pull/5295
|
456
|
+
[#5299]: https://github.com/activeadmin/activeadmin/pull/5299
|
457
|
+
[#5320]: https://github.com/activeadmin/activeadmin/pull/5320
|
458
|
+
[#5324]: https://github.com/activeadmin/activeadmin/pull/5324
|
459
|
+
[#5330]: https://github.com/activeadmin/activeadmin/pull/5330
|
460
|
+
[#5334]: https://github.com/activeadmin/activeadmin/pull/5334
|
461
|
+
[#5336]: https://github.com/activeadmin/activeadmin/pull/5336
|
462
|
+
[#5341]: https://github.com/activeadmin/activeadmin/pull/5341
|
463
|
+
[#5343]: https://github.com/activeadmin/activeadmin/pull/5343
|
464
|
+
[#5357]: https://github.com/activeadmin/activeadmin/pull/5357
|
465
|
+
[#5359]: https://github.com/activeadmin/activeadmin/pull/5359
|
466
|
+
[#5368]: https://github.com/activeadmin/activeadmin/pull/5368
|
467
|
+
[#5370]: https://github.com/activeadmin/activeadmin/pull/5370
|
468
|
+
[#5375]: https://github.com/activeadmin/activeadmin/pull/5375
|
469
|
+
[#5376]: https://github.com/activeadmin/activeadmin/pull/5376
|
470
|
+
[#5399]: https://github.com/activeadmin/activeadmin/pull/5399
|
471
|
+
[#5401]: https://github.com/activeadmin/activeadmin/pull/5401
|
472
|
+
[#5408]: https://github.com/activeadmin/activeadmin/pull/5408
|
473
|
+
[#5413]: https://github.com/activeadmin/activeadmin/pull/5413
|
474
|
+
[#5417]: https://github.com/activeadmin/activeadmin/pull/5417
|
475
|
+
[#5418]: https://github.com/activeadmin/activeadmin/pull/5418
|
476
|
+
[#5433]: https://github.com/activeadmin/activeadmin/pull/5433
|
477
|
+
[#5446]: https://github.com/activeadmin/activeadmin/pull/5446
|
478
|
+
[#5448]: https://github.com/activeadmin/activeadmin/pull/5448
|
479
|
+
[#5453]: https://github.com/activeadmin/activeadmin/pull/5453
|
480
|
+
[#5458]: https://github.com/activeadmin/activeadmin/pull/5458
|
481
|
+
[#5461]: https://github.com/activeadmin/activeadmin/pull/5461
|
482
|
+
[#5464]: https://github.com/activeadmin/activeadmin/pull/5464
|
483
|
+
[#5486]: https://github.com/activeadmin/activeadmin/pull/5486
|
484
|
+
[#5501]: https://github.com/activeadmin/activeadmin/pull/5501
|
485
|
+
[#5504]: https://github.com/activeadmin/activeadmin/pull/5504
|
486
|
+
[#5517]: https://github.com/activeadmin/activeadmin/pull/5517
|
487
|
+
[#5537]: https://github.com/activeadmin/activeadmin/pull/5537
|
488
|
+
[#5555]: https://github.com/activeadmin/activeadmin/pull/5555
|
489
|
+
[#5583]: https://github.com/activeadmin/activeadmin/pull/5583
|
490
|
+
[#5608]: https://github.com/activeadmin/activeadmin/pull/5608
|
491
|
+
[#5611]: https://github.com/activeadmin/activeadmin/pull/5611
|
492
|
+
[#5627]: https://github.com/activeadmin/activeadmin/pull/5627
|
493
|
+
[#5631]: https://github.com/activeadmin/activeadmin/pull/5631
|
494
|
+
[#5632]: https://github.com/activeadmin/activeadmin/pull/5632
|
495
|
+
[#5650]: https://github.com/activeadmin/activeadmin/pull/5650
|
496
|
+
[#5590]: https://github.com/activeadmin/activeadmin/pull/5590
|
497
|
+
[#5662]: https://github.com/activeadmin/activeadmin/pull/5662
|
498
|
+
[#5710]: https://github.com/activeadmin/activeadmin/pull/5710
|
499
|
+
[#5726]: https://github.com/activeadmin/activeadmin/pull/5726
|
500
|
+
[#5738]: https://github.com/activeadmin/activeadmin/pull/5738
|
501
|
+
[#5740]: https://github.com/activeadmin/activeadmin/pull/5740
|
502
|
+
[#5751]: https://github.com/activeadmin/activeadmin/pull/5751
|
503
|
+
[#5758]: https://github.com/activeadmin/activeadmin/pull/5758
|
504
|
+
[#5777]: https://github.com/activeadmin/activeadmin/pull/5777
|
505
|
+
[#5794]: https://github.com/activeadmin/activeadmin/pull/5794
|
506
|
+
[#5800]: https://github.com/activeadmin/activeadmin/pull/5800
|
507
|
+
[#5801]: https://github.com/activeadmin/activeadmin/pull/5801
|
508
|
+
[#5802]: https://github.com/activeadmin/activeadmin/pull/5802
|
509
|
+
[#5811]: https://github.com/activeadmin/activeadmin/pull/5811
|
510
|
+
[#5816]: https://github.com/activeadmin/activeadmin/pull/5816
|
511
|
+
[#5822]: https://github.com/activeadmin/activeadmin/pull/5822
|
512
|
+
[#5826]: https://github.com/activeadmin/activeadmin/pull/5826
|
513
|
+
[#5831]: https://github.com/activeadmin/activeadmin/pull/5831
|
514
|
+
[#5548]: https://github.com/activeadmin/activeadmin/pull/5548
|
515
|
+
[#5842]: https://github.com/activeadmin/activeadmin/pull/5842
|
516
|
+
[#5854]: https://github.com/activeadmin/activeadmin/pull/5854
|
517
|
+
[#5874]: https://github.com/activeadmin/activeadmin/pull/5874
|
518
|
+
[#5877]: https://github.com/activeadmin/activeadmin/pull/5877
|
519
|
+
[#5886]: https://github.com/activeadmin/activeadmin/pull/5886
|
520
|
+
[#5870]: https://github.com/activeadmin/activeadmin/pull/5870
|
521
|
+
[#5893]: https://github.com/activeadmin/activeadmin/pull/5893
|
522
|
+
[#5867]: https://github.com/activeadmin/activeadmin/pull/5867
|
523
|
+
[#5887]: https://github.com/activeadmin/activeadmin/pull/5887
|
524
|
+
[#5931]: https://github.com/activeadmin/activeadmin/pull/5931
|
525
|
+
[#5938]: https://github.com/activeadmin/activeadmin/pull/5938
|
526
|
+
|
527
|
+
[@5t111111]: https://github.com/5t111111
|
528
|
+
[@aarek]: https://github.com/aarek
|
203
529
|
[@ajw725]: https://github.com/ajw725
|
530
|
+
[@alex-bogomolov]: https://github.com/alex-bogomolov
|
531
|
+
[@amiel]: https://github.com/amiel
|
532
|
+
[@amiuhle]: https://github.com/amiuhle
|
533
|
+
[@andreslemik]: https://github.com/andreslemik
|
534
|
+
[@bartoszkopinski]: https://github.com/bartoszkopinski
|
535
|
+
[@blocknotes]: https://github.com/blocknotes
|
204
536
|
[@bolshakov]: https://github.com/bolshakov
|
537
|
+
[@buren]: https://github.com/buren
|
205
538
|
[@chancancode]: https://github.com/chancancode
|
539
|
+
[@chrp]: https://github.com/chrp
|
540
|
+
[@chumakoff]: https://github.com/chumakoff
|
206
541
|
[@craigmcnamara]: https://github.com/craigmcnamara
|
542
|
+
[@DanielHeath]: https://github.com/DanielHeath
|
207
543
|
[@deivid-rodriguez]: https://github.com/deivid-rodriguez
|
544
|
+
[@dennisvdvliet]: https://github.com/dennisvdvliet
|
545
|
+
[@dhyegofernando]: https://github.com/dhyegofernando
|
546
|
+
[@dkniffin]: https://github.com/dkniffin
|
208
547
|
[@dmitry]: https://github.com/dmitry
|
209
548
|
[@drn]: https://github.com/drn
|
549
|
+
[@eikes]: https://github.com/eikes
|
550
|
+
[@f1sherman]: https://github.com/f1sherman
|
551
|
+
[@FabioRos]: https://github.com/FabioRos
|
552
|
+
[@faucct]: https://github.com/faucct
|
210
553
|
[@Fivell]: https://github.com/Fivell
|
554
|
+
[@glebtv]: https://github.com/glebtv
|
211
555
|
[@gonzedge]: https://github.com/gonzedge
|
556
|
+
[@guigs]: https://github.com/guigs
|
557
|
+
[@HappyKadaver]: https://github.com/HappyKadaver
|
558
|
+
[@innparusu95]: https://github.com/innparusu95
|
559
|
+
[@ionut998]: https://github.com/ionut998
|
560
|
+
[@irmela]: https://github.com/irmela
|
561
|
+
[@jasl]: https://github.com/jasl
|
212
562
|
[@javierjulio]: https://github.com/javierjulio
|
563
|
+
[@jawa]: https://github.com/jawa
|
564
|
+
[@JiiHu]: https://github.com/JiiHu
|
213
565
|
[@johnnyshields]: https://github.com/johnnyshields
|
566
|
+
[@jscheid]: https://github.com/jscheid
|
567
|
+
[@juril33t]: https://github.com/juril33t
|
568
|
+
[@jwesorick]: https://github.com/jwesorick
|
569
|
+
[@kjeldahl]: https://github.com/kjeldahl
|
570
|
+
[@ko-lem]: https://github.com/ko-lem
|
571
|
+
[@kobeumut]: https://github.com/kobeumut
|
572
|
+
[@Kris-LIBIS]: https://github.com/Kris-LIBIS
|
573
|
+
[@kwent]: https://github.com/kwent
|
574
|
+
[@leio10]: https://github.com/leio10
|
575
|
+
[@markstory]: https://github.com/markstory
|
576
|
+
[@mauriciopasquier]: https://github.com/mauriciopasquier
|
577
|
+
[@mconiglio]: https://github.com/mconiglio
|
578
|
+
[@micred]: https://github.com/micred
|
579
|
+
[@mirelon]: https://github.com/mirelon
|
580
|
+
[@ndbroadbent]: https://github.com/ndbroadbent
|
581
|
+
[@Nguyenanh]: https://github.com/Nguyenanh
|
582
|
+
[@orkhan]: https://github.com/orkhan
|
583
|
+
[@panasyuk]: https://github.com/panasyuk
|
214
584
|
[@PChambino]: https://github.com/PChambino
|
215
585
|
[@potatosalad]: https://github.com/potatosalad
|
216
586
|
[@pranas]: https://github.com/pranas
|
587
|
+
[@renotocn]: https://github.com/renotocn
|
588
|
+
[@RobinvanderVliet]: https://github.com/RobinvanderVliet
|
589
|
+
[@rogerkk]: https://github.com/rogerkk
|
217
590
|
[@seanlinsley]: https://github.com/seanlinsley
|
591
|
+
[@sgara]: https://github.com/sgara
|
592
|
+
[@ShallmentMo]: https://github.com/ShallmentMo
|
218
593
|
[@shekibobo]: https://github.com/shekibobo
|
594
|
+
[@shouya]: https://github.com/shouya
|
595
|
+
[@stefsava]: https://github.com/stefsava
|
596
|
+
[@stereoscott]: https://github.com/stereoscott
|
597
|
+
[@tiagotex]: https://github.com/tiagotex
|
219
598
|
[@timoschilling]: https://github.com/timoschilling
|
220
599
|
[@TimPetricola]: https://github.com/TimPetricola
|
221
600
|
[@varyonic]: https://github.com/varyonic
|
601
|
+
[@violeta-p]: https://github.com/violeta-p
|
602
|
+
[@WaKeMaTTa]: https://github.com/WaKeMaTTa
|
603
|
+
[@wasifhossain]: https://github.com/wasifhossain
|
604
|
+
[@westonganger]: https://github.com/westonganger
|
605
|
+
[@Wowu]: https://github.com/Wowu
|
606
|
+
[@wspurgin]: https://github.com/wspurgin
|
222
607
|
[@zorab47]: https://github.com/zorab47
|
223
|
-
[@alex-bogomolov]: https://github.com/alex-bogomolov
|