activeadmin 2.9.0 → 2.10.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 +4 -4
- data/CHANGELOG.md +68 -1
- data/app/assets/javascripts/active_admin/base.js +12 -5
- data/app/assets/stylesheets/active_admin/_base.scss +43 -37
- data/app/assets/stylesheets/active_admin/_forms.scss +3 -3
- data/app/assets/stylesheets/active_admin/{print.scss → _print.scss} +0 -0
- data/app/views/active_admin/devise/shared/_links.erb +1 -1
- 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/layouts/active_admin.html.arb +1 -0
- data/config/locales/ko.yml +1 -1
- data/config/locales/nl.yml +1 -1
- data/config/locales/ro.yml +3 -2
- data/docs/0-installation.md +1 -1
- data/docs/8-custom-actions.md +1 -1
- data/docs/Gemfile +1 -0
- data/docs/Gemfile.lock +102 -79
- data/lib/active_admin/abstract_view_factory.rb +1 -0
- data/lib/active_admin/application.rb +7 -7
- data/lib/active_admin/application_settings.rb +1 -0
- data/lib/active_admin/asset_registration.rb +1 -0
- data/lib/active_admin/authorization_adapter.rb +1 -0
- data/lib/active_admin/base_controller/authorization.rb +1 -0
- data/lib/active_admin/base_controller/menu.rb +1 -0
- data/lib/active_admin/base_controller.rb +1 -1
- data/lib/active_admin/batch_actions/controller.rb +1 -0
- data/lib/active_admin/batch_actions/resource_extension.rb +1 -0
- data/lib/active_admin/batch_actions/views/batch_action_form.rb +1 -0
- data/lib/active_admin/batch_actions/views/batch_action_selector.rb +1 -0
- data/lib/active_admin/batch_actions/views/selection_cells.rb +1 -0
- data/lib/active_admin/batch_actions.rb +1 -0
- data/lib/active_admin/callbacks.rb +1 -0
- data/lib/active_admin/cancan_adapter.rb +1 -0
- data/lib/active_admin/collection_decorator.rb +1 -0
- data/lib/active_admin/component.rb +1 -0
- data/lib/active_admin/controller_action.rb +1 -0
- data/lib/active_admin/csv_builder.rb +1 -0
- data/lib/active_admin/dependency.rb +2 -1
- data/lib/active_admin/deprecation.rb +1 -0
- data/lib/active_admin/devise.rb +1 -0
- data/lib/active_admin/dsl.rb +1 -0
- data/lib/active_admin/dynamic_setting.rb +1 -0
- data/lib/active_admin/dynamic_settings_node.rb +1 -0
- data/lib/active_admin/engine.rb +1 -0
- data/lib/active_admin/error.rb +1 -0
- data/lib/active_admin/filters/active.rb +1 -0
- data/lib/active_admin/filters/active_filter.rb +1 -0
- data/lib/active_admin/filters/active_sidebar.rb +2 -28
- data/lib/active_admin/filters/dsl.rb +1 -0
- data/lib/active_admin/filters/forms.rb +1 -0
- data/lib/active_admin/filters/formtastic_addons.rb +1 -0
- data/lib/active_admin/filters/resource_extension.rb +1 -0
- data/lib/active_admin/filters.rb +1 -0
- data/lib/active_admin/form_builder.rb +1 -0
- data/lib/active_admin/generators/boilerplate.rb +1 -0
- 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 +1 -0
- data/lib/active_admin/helpers/routes/url_helpers.rb +1 -0
- data/lib/active_admin/helpers/scope_chain.rb +1 -0
- data/lib/active_admin/inputs/datepicker_input.rb +1 -0
- data/lib/active_admin/inputs/filters/base/search_method_select.rb +1 -0
- data/lib/active_admin/inputs/filters/base.rb +1 -0
- data/lib/active_admin/inputs/filters/boolean_input.rb +1 -0
- data/lib/active_admin/inputs/filters/check_boxes_input.rb +1 -0
- data/lib/active_admin/inputs/filters/date_picker_input.rb +1 -0
- data/lib/active_admin/inputs/filters/date_range_input.rb +1 -0
- data/lib/active_admin/inputs/filters/numeric_input.rb +1 -0
- data/lib/active_admin/inputs/filters/select_input.rb +1 -0
- 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 +1 -0
- data/lib/active_admin/localizers.rb +1 -0
- data/lib/active_admin/menu.rb +1 -0
- data/lib/active_admin/menu_collection.rb +1 -0
- data/lib/active_admin/menu_item.rb +1 -0
- data/lib/active_admin/namespace.rb +2 -1
- data/lib/active_admin/namespace_settings.rb +1 -0
- data/lib/active_admin/order_clause.rb +1 -0
- data/lib/active_admin/orm/active_record/comments/comment.rb +1 -0
- 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 +1 -0
- data/lib/active_admin/orm/active_record/comments/views.rb +1 -0
- data/lib/active_admin/orm/active_record/comments.rb +1 -0
- data/lib/active_admin/orm/active_record.rb +1 -0
- data/lib/active_admin/orm/mongoid.rb +1 -0
- data/lib/active_admin/page.rb +1 -0
- data/lib/active_admin/page_controller.rb +1 -0
- data/lib/active_admin/page_dsl.rb +1 -0
- data/lib/active_admin/page_presenter.rb +1 -0
- data/lib/active_admin/pundit_adapter.rb +1 -0
- data/lib/active_admin/resource/action_items.rb +1 -0
- data/lib/active_admin/resource/attributes.rb +1 -0
- data/lib/active_admin/resource/belongs_to.rb +1 -0
- data/lib/active_admin/resource/controllers.rb +1 -0
- data/lib/active_admin/resource/includes.rb +1 -0
- data/lib/active_admin/resource/menu.rb +1 -0
- data/lib/active_admin/resource/model.rb +1 -0
- data/lib/active_admin/resource/naming.rb +1 -0
- 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 +1 -0
- data/lib/active_admin/resource/scope_to.rb +1 -0
- data/lib/active_admin/resource/scopes.rb +1 -0
- data/lib/active_admin/resource/sidebars.rb +1 -0
- data/lib/active_admin/resource.rb +1 -0
- data/lib/active_admin/resource_collection.rb +1 -0
- data/lib/active_admin/resource_controller/action_builder.rb +1 -0
- data/lib/active_admin/resource_controller/data_access.rb +3 -2
- data/lib/active_admin/resource_controller/decorators.rb +1 -0
- data/lib/active_admin/resource_controller/polymorphic_routes.rb +1 -0
- data/lib/active_admin/resource_controller/resource_class_methods.rb +1 -0
- data/lib/active_admin/resource_controller/scoping.rb +1 -0
- data/lib/active_admin/resource_controller/sidebars.rb +1 -0
- data/lib/active_admin/resource_controller/streaming.rb +1 -0
- data/lib/active_admin/resource_controller.rb +1 -0
- data/lib/active_admin/resource_dsl.rb +7 -21
- data/lib/active_admin/router.rb +1 -0
- data/lib/active_admin/scope.rb +1 -0
- data/lib/active_admin/settings_node.rb +1 -0
- data/lib/active_admin/sidebar_section.rb +1 -0
- data/lib/active_admin/version.rb +2 -1
- data/lib/active_admin/view_factory.rb +1 -0
- data/lib/active_admin/view_helpers/active_admin_application_helper.rb +1 -0
- data/lib/active_admin/view_helpers/auto_link_helper.rb +1 -0
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +1 -0
- data/lib/active_admin/view_helpers/display_helper.rb +11 -3
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +1 -0
- data/lib/active_admin/view_helpers/fields_for.rb +1 -0
- 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 +1 -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 +1 -0
- data/lib/active_admin/views/action_items.rb +1 -0
- data/lib/active_admin/views/components/active_admin_form.rb +2 -1
- data/lib/active_admin/views/components/active_filters_sidebar_content.rb +59 -0
- data/lib/active_admin/views/components/attributes_table.rb +1 -0
- data/lib/active_admin/views/components/blank_slate.rb +1 -0
- data/lib/active_admin/views/components/columns.rb +1 -0
- data/lib/active_admin/views/components/dropdown_menu.rb +3 -5
- data/lib/active_admin/views/components/index_list.rb +1 -0
- data/lib/active_admin/views/components/menu.rb +1 -0
- data/lib/active_admin/views/components/menu_item.rb +1 -0
- data/lib/active_admin/views/components/paginated_collection.rb +1 -0
- data/lib/active_admin/views/components/panel.rb +1 -0
- data/lib/active_admin/views/components/scopes.rb +1 -0
- data/lib/active_admin/views/components/sidebar.rb +1 -0
- data/lib/active_admin/views/components/sidebar_section.rb +1 -0
- data/lib/active_admin/views/components/site_title.rb +1 -0
- data/lib/active_admin/views/components/status_tag.rb +1 -0
- data/lib/active_admin/views/components/table_for.rb +1 -0
- data/lib/active_admin/views/components/tabs.rb +1 -0
- data/lib/active_admin/views/components/unsupported_browser.rb +1 -0
- data/lib/active_admin/views/footer.rb +1 -0
- data/lib/active_admin/views/header.rb +1 -0
- data/lib/active_admin/views/index_as_block.rb +1 -0
- data/lib/active_admin/views/index_as_blog.rb +1 -0
- data/lib/active_admin/views/index_as_grid.rb +1 -0
- data/lib/active_admin/views/index_as_table.rb +1 -0
- data/lib/active_admin/views/pages/base.rb +4 -1
- data/lib/active_admin/views/pages/form.rb +1 -0
- data/lib/active_admin/views/pages/index.rb +1 -0
- 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 +1 -0
- data/lib/active_admin/views/title_bar.rb +1 -0
- data/lib/active_admin/views.rb +1 -0
- data/lib/active_admin.rb +2 -1
- data/lib/activeadmin.rb +1 -0
- data/lib/generators/active_admin/assets/assets_generator.rb +1 -0
- data/lib/generators/active_admin/devise/devise_generator.rb +1 -0
- data/lib/generators/active_admin/install/install_generator.rb +1 -0
- data/lib/generators/active_admin/install/templates/dashboard.rb +1 -0
- data/lib/generators/active_admin/page/page_generator.rb +1 -0
- data/lib/generators/active_admin/page/templates/page.rb +1 -0
- data/lib/generators/active_admin/resource/resource_generator.rb +1 -0
- data/lib/generators/active_admin/webpacker/webpacker_generator.rb +1 -0
- data/lib/ransack_ext.rb +1 -0
- metadata +11 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2475b735a56270b5b9421b1caaf3a29309db304fa4cb8d177e81feaddd4c8ce3
|
4
|
+
data.tar.gz: a54450d0ceee48a534ac77886151f4c089d89b9d56d3f3429f8eea110a11ee09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df19f0ebb54934855aaa741b836ecfe6298f696b7f522d116c5f5f30a6585804c88eb361d546f4515f36881638481cd644a63b5e1e8d9c848d8b9b2974acbf7f
|
7
|
+
data.tar.gz: ead38adf2aaf33eddef91a863518ba3ad67b2d9cb3cd32573e65d3538f4d3140d5ee44697a4e3d2578aaf1fc20571b7a4da01d00ea3a1c4888a8f4599b7f2c9d
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,41 @@
|
|
2
2
|
|
3
3
|
## Unreleased
|
4
4
|
|
5
|
+
## 2.10.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.9.0..v2.10.0)
|
6
|
+
|
7
|
+
### Enhancements
|
8
|
+
|
9
|
+
* Load favicon from Webpacker assets when use_webpacker is set to true. [#6954] by [@Fs00]
|
10
|
+
* Don't apply sorting to collection until after scoping. [#7205] by [@agrobbin]
|
11
|
+
* Resolve dart sass deprecation warning for division. [#7095] by [@tordans]
|
12
|
+
* Use `instrument` from the Notifications API instead of low level `publish`. [#7262] by [@sprql]
|
13
|
+
* Avoid mutating string literals. [#6936] by [@tomgilligan]
|
14
|
+
* Include print styles in main stylesheet. [#6922] by [@deivid-rodriguez]
|
15
|
+
* Use `POST` for OmniAuth links. [#6916] by [@deivid-rodriguez]
|
16
|
+
* Scope new record instantiation by authorization scope. [#6884] by [@ngouy]
|
17
|
+
* Make `permit_params` and `belongs_to` order independent. [#6906] by [@deivid-rodriguez]
|
18
|
+
* Use collection length instead of running COUNTs for limited collections. [#5660] by [@MmKolodziej]
|
19
|
+
|
20
|
+
### Bug Fixes
|
21
|
+
|
22
|
+
* Show ransackable_scopes filters in search results. [#7127] by [@vlad-psh]
|
23
|
+
|
24
|
+
### Translation Improvements
|
25
|
+
|
26
|
+
* Fix Dutch translation for password reset button. [#7181] by [@mvz]
|
27
|
+
* Add few key to RO pagination.entry. [#6915] by [@lubosch]
|
28
|
+
* Change misleading Korean translation. [#6873] by [@1000ship]
|
29
|
+
|
30
|
+
### Documentation
|
31
|
+
|
32
|
+
* Replace deprecated update_attributes! with update!. [#6959] by [@sergey-alekseev]
|
33
|
+
* Clarify docs on user setup. [#6872] by [@javawizard]
|
34
|
+
|
35
|
+
### Dependency Changes
|
36
|
+
|
37
|
+
* Drop rails 5.2 support. [#7293] by [@deivid-rodriguez]
|
38
|
+
* Drop support for Ruby 2.5. [#7236] by [@alejandroperea]
|
39
|
+
|
5
40
|
## 2.9.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.1..v2.9.0)
|
6
41
|
|
7
42
|
### Enhancements
|
@@ -587,6 +622,7 @@ Please check [0-6-stable] for previous changes.
|
|
587
622
|
[#5631]: https://github.com/activeadmin/activeadmin/pull/5631
|
588
623
|
[#5632]: https://github.com/activeadmin/activeadmin/pull/5632
|
589
624
|
[#5650]: https://github.com/activeadmin/activeadmin/pull/5650
|
625
|
+
[#5660]: https://github.com/activeadmin/activeadmin/pull/5660
|
590
626
|
[#5662]: https://github.com/activeadmin/activeadmin/pull/5662
|
591
627
|
[#5710]: https://github.com/activeadmin/activeadmin/pull/5710
|
592
628
|
[#5726]: https://github.com/activeadmin/activeadmin/pull/5726
|
@@ -650,11 +686,31 @@ Please check [0-6-stable] for previous changes.
|
|
650
686
|
[#6548]: https://github.com/activeadmin/activeadmin/pull/6548
|
651
687
|
[#6583]: https://github.com/activeadmin/activeadmin/pull/6583
|
652
688
|
[#6584]: https://github.com/activeadmin/activeadmin/pull/6584
|
653
|
-
|
689
|
+
[#6872]: https://github.com/activeadmin/activeadmin/pull/6872
|
690
|
+
[#6873]: https://github.com/activeadmin/activeadmin/pull/6873
|
691
|
+
[#6884]: https://github.com/activeadmin/activeadmin/pull/6884
|
692
|
+
[#6906]: https://github.com/activeadmin/activeadmin/pull/6906
|
693
|
+
[#6915]: https://github.com/activeadmin/activeadmin/pull/6915
|
694
|
+
[#6916]: https://github.com/activeadmin/activeadmin/pull/6916
|
695
|
+
[#6922]: https://github.com/activeadmin/activeadmin/pull/6922
|
696
|
+
[#6936]: https://github.com/activeadmin/activeadmin/pull/6936
|
697
|
+
[#6954]: https://github.com/activeadmin/activeadmin/pull/6954
|
698
|
+
[#6959]: https://github.com/activeadmin/activeadmin/pull/6959
|
699
|
+
[#7095]: https://github.com/activeadmin/activeadmin/pull/7095
|
700
|
+
[#7127]: https://github.com/activeadmin/activeadmin/pull/7127
|
701
|
+
[#7181]: https://github.com/activeadmin/activeadmin/pull/7181
|
702
|
+
[#7205]: https://github.com/activeadmin/activeadmin/pull/7205
|
703
|
+
[#7236]: https://github.com/activeadmin/activeadmin/pull/7236
|
704
|
+
[#7262]: https://github.com/activeadmin/activeadmin/pull/7262
|
705
|
+
[#7293]: https://github.com/activeadmin/activeadmin/pull/7293
|
706
|
+
|
707
|
+
[@1000ship]: https://github.com/1000ship
|
654
708
|
[@5t111111]: https://github.com/5t111111
|
655
709
|
[@aarek]: https://github.com/aarek
|
656
710
|
[@adler99]: https://github.com/adler99
|
711
|
+
[@agrobbin]: https://github.com/agrobbin
|
657
712
|
[@ajw725]: https://github.com/ajw725
|
713
|
+
[@alejandroperea]: https://github.com/alejandroperea
|
658
714
|
[@alex-bogomolov]: https://github.com/alex-bogomolov
|
659
715
|
[@amiel]: https://github.com/amiel
|
660
716
|
[@amiuhle]: https://github.com/amiuhle
|
@@ -681,6 +737,7 @@ Please check [0-6-stable] for previous changes.
|
|
681
737
|
[@FabioRos]: https://github.com/FabioRos
|
682
738
|
[@faucct]: https://github.com/faucct
|
683
739
|
[@Fivell]: https://github.com/Fivell
|
740
|
+
[@Fs00]: https://github.com/Fs00
|
684
741
|
[@fuzziness]: https://github.com/fuzziness
|
685
742
|
[@giapnhdev]: https://github.com/giapnhdev
|
686
743
|
[@glebtv]: https://github.com/glebtv
|
@@ -693,6 +750,7 @@ Please check [0-6-stable] for previous changes.
|
|
693
750
|
[@irmela]: https://github.com/irmela
|
694
751
|
[@Ivanov-Anton]: https://github.com/Ivanov-Anton
|
695
752
|
[@jasl]: https://github.com/jasl
|
753
|
+
[@javawizard]: https://github.com/javawizard
|
696
754
|
[@javierjulio]: https://github.com/javierjulio
|
697
755
|
[@jawa]: https://github.com/jawa
|
698
756
|
[@JiiHu]: https://github.com/JiiHu
|
@@ -710,14 +768,18 @@ Please check [0-6-stable] for previous changes.
|
|
710
768
|
[@leio10]: https://github.com/leio10
|
711
769
|
[@littleforest]: https://github.com/littleforest
|
712
770
|
[@Looooong]: https://github.com/Looooong
|
771
|
+
[@lubosch]: https://github.com/lubosch
|
713
772
|
[@markstory]: https://github.com/markstory
|
714
773
|
[@mauriciopasquier]: https://github.com/mauriciopasquier
|
715
774
|
[@mconiglio]: https://github.com/mconiglio
|
716
775
|
[@micred]: https://github.com/micred
|
717
776
|
[@mirelon]: https://github.com/mirelon
|
777
|
+
[@MmKolodziej]: https://github.com/MmKolodziej
|
718
778
|
[@mshalaby]: https://github.com/mshalaby
|
719
779
|
[@munen]: https://github.com/munen
|
780
|
+
[@mvz]: https://github.com/mvz
|
720
781
|
[@ndbroadbent]: https://github.com/ndbroadbent
|
782
|
+
[@ngouy]: https://github.com/ngouy
|
721
783
|
[@Nguyenanh]: https://github.com/Nguyenanh
|
722
784
|
[@orkhan]: https://github.com/orkhan
|
723
785
|
[@panasyuk]: https://github.com/panasyuk
|
@@ -730,22 +792,27 @@ Please check [0-6-stable] for previous changes.
|
|
730
792
|
[@rogerkk]: https://github.com/rogerkk
|
731
793
|
[@roramirez]: https://github.com/roramirez
|
732
794
|
[@seanlinsley]: https://github.com/seanlinsley
|
795
|
+
[@sergey-alekseev]: https://github.com/sergey-alekseev
|
733
796
|
[@sgara]: https://github.com/sgara
|
734
797
|
[@ShallmentMo]: https://github.com/ShallmentMo
|
735
798
|
[@shekibobo]: https://github.com/shekibobo
|
736
799
|
[@shouya]: https://github.com/shouya
|
737
800
|
[@sjieg]: https://github.com/sjieg
|
801
|
+
[@sprql]: https://github.com/sprql
|
738
802
|
[@stefsava]: https://github.com/stefsava
|
739
803
|
[@stereoscott]: https://github.com/stereoscott
|
740
804
|
[@taralbass]: https://github.com/taralbass
|
741
805
|
[@tiagotex]: https://github.com/tiagotex
|
742
806
|
[@timoschilling]: https://github.com/timoschilling
|
743
807
|
[@TimPetricola]: https://github.com/TimPetricola
|
808
|
+
[@tomgilligan]: https://github.com/tomgilligan
|
809
|
+
[@tordans]: https://github.com/tordans
|
744
810
|
[@utkarsh2102]: https://github.com/utkarsh2102
|
745
811
|
[@varyonic]: https://github.com/varyonic
|
746
812
|
[@vcsjones]: https://github.com/vcsjones
|
747
813
|
[@vfonic]: https://github.com/vfonic
|
748
814
|
[@violeta-p]: https://github.com/violeta-p
|
815
|
+
[@vlad-psh]: https://github.com/vlad-psh
|
749
816
|
[@WaKeMaTTa]: https://github.com/WaKeMaTTa
|
750
817
|
[@wasifhossain]: https://github.com/wasifhossain
|
751
818
|
[@westonganger]: https://github.com/westonganger
|
@@ -81,7 +81,7 @@
|
|
81
81
|
}
|
82
82
|
});
|
83
83
|
}
|
84
|
-
var onDOMReady = function onDOMReady() {
|
84
|
+
var onDOMReady$2 = function onDOMReady() {
|
85
85
|
$(".batch_actions_selector li a").off("click confirm:complete");
|
86
86
|
$(".batch_actions_selector li a").on("click", function(event) {
|
87
87
|
var _this = this;
|
@@ -125,7 +125,7 @@
|
|
125
125
|
});
|
126
126
|
}
|
127
127
|
};
|
128
|
-
$(document).ready(onDOMReady).on("page:load turbolinks:load", onDOMReady);
|
128
|
+
$(document).ready(onDOMReady$2).on("page:load turbolinks:load", onDOMReady$2);
|
129
129
|
var CheckboxToggler = function() {
|
130
130
|
function CheckboxToggler(options, container) {
|
131
131
|
this.options = options;
|
@@ -471,7 +471,14 @@
|
|
471
471
|
function _inheritsLoose(subClass, superClass) {
|
472
472
|
subClass.prototype = Object.create(superClass.prototype);
|
473
473
|
subClass.prototype.constructor = subClass;
|
474
|
-
subClass
|
474
|
+
_setPrototypeOf(subClass, superClass);
|
475
|
+
}
|
476
|
+
function _setPrototypeOf(o, p) {
|
477
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
478
|
+
o.__proto__ = p;
|
479
|
+
return o;
|
480
|
+
};
|
481
|
+
return _setPrototypeOf(o, p);
|
475
482
|
}
|
476
483
|
var TableCheckboxToggler = function(_CheckboxToggler) {
|
477
484
|
_inheritsLoose(TableCheckboxToggler, _CheckboxToggler);
|
@@ -501,10 +508,10 @@
|
|
501
508
|
return TableCheckboxToggler;
|
502
509
|
}(CheckboxToggler);
|
503
510
|
$.widget.bridge("tableCheckboxToggler", TableCheckboxToggler);
|
504
|
-
var onDOMReady
|
511
|
+
var onDOMReady = function onDOMReady() {
|
505
512
|
return $("#active_admin_content .tabs").tabs();
|
506
513
|
};
|
507
|
-
$(document).ready(onDOMReady
|
514
|
+
$(document).ready(onDOMReady).on("page:load turbolinks:load", onDOMReady);
|
508
515
|
function modal_dialog(message, inputs, callback) {
|
509
516
|
console.warn("ActiveAdmin.modal_dialog is deprecated in favor of ActiveAdmin.ModalDialog, please update usage.");
|
510
517
|
return ModalDialog(message, inputs, callback);
|
@@ -1,41 +1,47 @@
|
|
1
1
|
/* Active Admin CSS */
|
2
|
-
|
3
|
-
|
2
|
+
@media screen {
|
3
|
+
// Normalize
|
4
|
+
@import "./normalize";
|
4
5
|
|
5
|
-
// Partials
|
6
|
-
@import "./typography";
|
7
|
-
@import "./header";
|
8
|
-
@import "./forms";
|
9
|
-
@import "./components/comments";
|
10
|
-
@import "./components/flash_messages";
|
11
|
-
@import "./components/date_picker";
|
12
|
-
@import "./components/tables";
|
13
|
-
@import "./components/batch_actions";
|
14
|
-
@import "./components/modal_dialog";
|
15
|
-
@import "./components/blank_slates";
|
16
|
-
@import "./components/breadcrumbs";
|
17
|
-
@import "./components/dropdown_menu";
|
18
|
-
@import "./components/buttons";
|
19
|
-
@import "./components/grid";
|
20
|
-
@import "./components/links";
|
21
|
-
@import "./components/pagination";
|
22
|
-
@import "./components/panels";
|
23
|
-
@import "./components/columns";
|
24
|
-
@import "./components/scopes";
|
25
|
-
@import "./components/status_tags";
|
26
|
-
@import "./components/table_tools";
|
27
|
-
@import "./components/index_list";
|
28
|
-
@import "./components/unsupported_browser";
|
29
|
-
@import "./components/tabs";
|
30
|
-
@import "./pages/logged_out";
|
31
|
-
@import "./structure/footer";
|
32
|
-
@import "./structure/main_structure";
|
33
|
-
@import "./structure/title_bar";
|
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
|
-
body {
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
36
|
+
body {
|
37
|
+
@include sans-family;
|
38
|
+
line-height: 1.5;
|
39
|
+
font-size: 72%;
|
40
|
+
background: $body-background-color;
|
41
|
+
color: $text-color;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
@media print {
|
46
|
+
@import "./print";
|
41
47
|
}
|
@@ -276,10 +276,10 @@ $sidebar-inner-content-width: $sidebar-width - ($section-padding * 2);
|
|
276
276
|
|
277
277
|
$filter-field-seperator-width: 12px;
|
278
278
|
|
279
|
-
$side-by-side-filter-input-width: ($sidebar-inner-content-width
|
280
|
-
$side-by-side-filter-select-width: ($sidebar-inner-content-width
|
279
|
+
$side-by-side-filter-input-width: ($sidebar-inner-content-width * 0.5) - ($text-input-horizontal-padding * 2) - $filter-field-seperator-width;
|
280
|
+
$side-by-side-filter-select-width: ($sidebar-inner-content-width * 0.5) - $filter-field-seperator-width;
|
281
281
|
|
282
|
-
$date-range-filter-input-width: ($sidebar-inner-content-width
|
282
|
+
$date-range-filter-input-width: ($sidebar-inner-content-width * 0.5) - ($filter-field-seperator-width * 0.5);
|
283
283
|
|
284
284
|
form.filter_form {
|
285
285
|
.filter_form_field {
|
File without changes
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<%- if devise_mapping.omniauthable? %>
|
28
28
|
<%- resource_class.omniauth_providers.each do |provider| %>
|
29
29
|
<%= link_to t('active_admin.devise.links.sign_in_with_omniauth_provider', provider: provider.to_s.titleize),
|
30
|
-
omniauth_authorize_path(resource_name, provider) %>
|
30
|
+
omniauth_authorize_path(resource_name, provider), method: :post %>
|
31
31
|
<br>
|
32
32
|
<% end -%>
|
33
33
|
<% end -%>
|
data/config/locales/ko.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -114,7 +114,7 @@ nl:
|
|
114
114
|
submit: "inloggen"
|
115
115
|
reset_password:
|
116
116
|
title: "Wachtwoord vergeten?"
|
117
|
-
submit: "Reset mijn wachtwoord
|
117
|
+
submit: "Reset mijn wachtwoord"
|
118
118
|
change_password:
|
119
119
|
title: "Wijzig uw wachtwoord"
|
120
120
|
submit: "Mijn wachtwoord wijzigen"
|
data/config/locales/ro.yml
CHANGED
@@ -47,8 +47,9 @@ ro:
|
|
47
47
|
multiple: "Sunt afisate <b>%{from} - %{to}</b> din <b>%{total}</b> inregistrari"
|
48
48
|
multiple_without_total: "Sunt afisate <b>%{from} - %{to}</b>"
|
49
49
|
entry:
|
50
|
-
one: "
|
51
|
-
|
50
|
+
one: "înregistrăre"
|
51
|
+
few: "înregistrări"
|
52
|
+
other: "înregistrări"
|
52
53
|
any: "Oricare"
|
53
54
|
blank_slate:
|
54
55
|
content: "Momentan nu exista %{resource_name}."
|
data/docs/0-installation.md
CHANGED
@@ -29,7 +29,7 @@ After installing the gem, you need to run the generator. Here are your options:
|
|
29
29
|
rails g active_admin:install --skip-users
|
30
30
|
```
|
31
31
|
|
32
|
-
* If you want to use an existing user class, provide
|
32
|
+
* If you want to customize the name of the generated user class, or if you want to use an existing user class, provide the class name as an argument:
|
33
33
|
|
34
34
|
```sh
|
35
35
|
rails g active_admin:install User
|
data/docs/8-custom-actions.md
CHANGED
@@ -62,7 +62,7 @@ HTTP verbs. In that case, this is the suggested approach:
|
|
62
62
|
```ruby
|
63
63
|
member_action :foo, method: [:get, :post] do
|
64
64
|
if request.post?
|
65
|
-
resource.
|
65
|
+
resource.update! foo: params[:foo] || {}
|
66
66
|
head :ok
|
67
67
|
else
|
68
68
|
render :foo
|
data/docs/Gemfile
CHANGED