activeadmin 0.6.0 → 0.6.1
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.
- data/.gitignore +5 -1
- data/.travis.yml +1 -1
- data/.yardopts +2 -3
- data/CHANGELOG.md +180 -36
- data/CONTRIBUTING.md +12 -2
- data/Gemfile +9 -3
- data/README.rdoc +38 -65
- data/Rakefile +1 -3
- data/activeadmin.gemspec +10 -11
- data/app/assets/images/active_admin/index_list_icons/block_icon.svg +1 -1
- data/app/assets/images/active_admin/index_list_icons/blog_icon.svg +1 -1
- data/app/assets/images/active_admin/index_list_icons/grid_icon.svg +1 -1
- data/app/assets/images/active_admin/index_list_icons/table_icon.svg +1 -1
- data/app/assets/javascripts/active_admin/components/jquery.aa.checkbox-toggler.js.coffee +2 -2
- data/app/assets/javascripts/active_admin/components/jquery.aa.dropdown-menu.js.coffee +2 -2
- data/app/assets/javascripts/active_admin/components/jquery.aa.popover.js.coffee +2 -2
- data/app/assets/javascripts/active_admin/components/jquery.aa.table-checkbox-toggler.js.coffee +2 -2
- data/app/assets/javascripts/active_admin/lib/namespace.js.coffee +2 -1
- data/app/assets/javascripts/active_admin/pages/application.js.coffee +6 -1
- data/app/assets/stylesheets/active_admin/_base.css.scss +29 -34
- data/app/assets/stylesheets/active_admin/_forms.css.scss +65 -62
- data/app/assets/stylesheets/active_admin/_header.css.scss +57 -45
- data/app/assets/stylesheets/active_admin/_typography.css.scss +9 -9
- data/app/assets/stylesheets/active_admin/components/_batch_actions.css.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_blank_slates.scss +5 -5
- data/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss +2 -2
- data/app/assets/stylesheets/active_admin/components/_comments.css.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_date_picker.css.scss +20 -20
- data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +16 -16
- data/app/assets/stylesheets/active_admin/components/_flash_messages.css.scss +25 -23
- data/app/assets/stylesheets/active_admin/components/_grid.scss +2 -2
- data/app/assets/stylesheets/active_admin/components/_index_list.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_pagination.scss +10 -10
- data/app/assets/stylesheets/active_admin/components/_panels.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_popovers.css.scss +27 -27
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +1 -1
- data/app/assets/stylesheets/active_admin/components/_table_tools.css.scss +10 -10
- data/app/assets/stylesheets/active_admin/components/_tables.css.scss +9 -9
- data/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss +3 -3
- data/app/assets/stylesheets/active_admin/mixins/_gradients.css.scss +4 -4
- data/app/assets/stylesheets/active_admin/mixins/_icons.css.scss +4 -7
- data/app/assets/stylesheets/active_admin/mixins/_reset.css.scss +5 -5
- data/app/assets/stylesheets/active_admin/mixins/_rounded.css.scss +3 -3
- data/app/assets/stylesheets/active_admin/mixins/_sections.css.scss +6 -6
- data/app/assets/stylesheets/active_admin/mixins/_shadows.css.scss +8 -8
- data/app/assets/stylesheets/active_admin/mixins/_typography.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_utilities.scss +1 -1
- data/app/assets/stylesheets/active_admin/mixins/_variables.css.scss +9 -1
- data/app/assets/stylesheets/active_admin/pages/_logged_out.scss +1 -1
- data/app/assets/stylesheets/active_admin/print.css.scss +2 -8
- data/app/assets/stylesheets/active_admin/structure/_footer.scss +5 -5
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +13 -13
- data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +14 -14
- data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
- data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
- data/app/views/active_admin/devise/shared/_links.erb +8 -1
- data/app/views/active_admin/resource/index.csv.erb +3 -3
- data/app/views/layouts/active_admin_logged_out.html.erb +5 -3
- data/config/locales/bg.yml +101 -0
- data/{lib/active_admin → config}/locales/ca.yml +24 -7
- data/{lib/active_admin → config}/locales/cs.yml +34 -12
- data/{lib/active_admin → config}/locales/da.yml +29 -7
- data/config/locales/de-CH.yml +117 -0
- data/{lib/active_admin → config}/locales/de.yml +19 -9
- data/config/locales/en-GB.yml +90 -0
- data/{lib/active_admin → config}/locales/en.yml +16 -6
- data/config/locales/es.yml +106 -0
- data/{lib/active_admin/locales/es.yml → config/locales/es_MX.yml} +14 -8
- data/{lib/active_admin → config}/locales/fr.yml +14 -6
- data/{lib/active_admin → config}/locales/he.yml +16 -6
- data/{lib/active_admin → config}/locales/hr.yml +14 -6
- data/{lib/active_admin → config}/locales/hu.yml +31 -6
- data/{lib/active_admin → config}/locales/it.yml +14 -6
- data/{lib/active_admin → config}/locales/ja.yml +32 -7
- data/{lib/active_admin → config}/locales/ko.yml +14 -6
- data/{lib/active_admin → config}/locales/lt.yml +15 -6
- data/{lib/active_admin → config}/locales/lv.yml +14 -6
- data/{lib/active_admin → config}/locales/nl.yml +14 -6
- data/{lib/active_admin → config}/locales/no-NB.yml +14 -6
- data/{lib/active_admin → config}/locales/pl.yml +14 -6
- data/{lib/active_admin → config}/locales/pt-BR.yml +14 -6
- data/{lib/active_admin → config}/locales/pt-PT.yml +14 -6
- data/{lib/active_admin → config}/locales/ro.yml +32 -7
- data/{lib/active_admin → config}/locales/ru.yml +30 -8
- data/{lib/active_admin → config}/locales/sv-SE.yml +14 -6
- data/{lib/active_admin → config}/locales/tr.yml +15 -6
- data/config/locales/uk.yml +100 -0
- data/{lib/active_admin → config}/locales/vi.yml +15 -6
- data/{lib/active_admin → config}/locales/zh-CN.yml +15 -6
- data/{lib/active_admin → config}/locales/zh-TW.yml +15 -6
- data/docs/0-installation.md +22 -18
- data/docs/1-general-configuration.md +1 -1
- data/docs/10-custom-pages.md +3 -3
- data/docs/11-decorators.md +18 -2
- data/docs/12-arbre-components.md +53 -54
- data/docs/13-authorization-adapter.md +31 -10
- data/docs/2-resource-customization.md +16 -1
- data/docs/3-index-pages.md +13 -1
- data/docs/3-index-pages/create-an-index.md +4 -4
- data/docs/3-index-pages/index-as-block.md +1 -1
- data/docs/3-index-pages/index-as-blog.md +1 -1
- data/docs/3-index-pages/index-as-grid.md +1 -1
- data/docs/4-csv-format.md +4 -4
- data/docs/5-forms.md +46 -3
- data/docs/{6-show-screens.md → 6-show-pages.md} +3 -3
- data/docs/8-custom-actions.md +3 -3
- data/docs/9-batch-actions.md +9 -1
- data/features/action_item.feature +6 -6
- data/features/authorization_cancan.feature +1 -1
- data/features/belongs_to.feature +3 -3
- data/features/breadcrumb.feature +2 -2
- data/features/comments/commenting.feature +7 -5
- data/features/dashboard.feature +0 -51
- data/features/favicon.feature +20 -0
- data/features/global_navigation.feature +0 -1
- data/features/index/batch_actions.feature +12 -11
- data/features/index/filters.feature +6 -6
- data/features/index/format_as_csv.feature +4 -5
- data/features/index/index_as_blog.feature +20 -1
- data/features/index/index_as_table.feature +1 -1
- data/features/index/index_blank_slate.feature +3 -3
- data/features/index/index_parameters.feature +4 -10
- data/features/index/index_scope_to.feature +24 -0
- data/features/index/index_scopes.feature +17 -5
- data/features/index/pagination.feature +15 -0
- data/features/registering_pages.feature +1 -1
- data/features/registering_resources.feature +2 -2
- data/features/show/default_content.feature +3 -3
- data/features/sidebar_sections.feature +3 -3
- data/features/specifying_actions.feature +1 -1
- data/features/step_definitions/additional_web_steps.rb +3 -16
- data/features/step_definitions/asset_steps.rb +5 -1
- data/features/step_definitions/attribute_steps.rb +4 -4
- data/features/step_definitions/batch_action_steps.rb +25 -74
- data/features/step_definitions/breadcrumb_steps.rb +1 -3
- data/features/step_definitions/comment_steps.rb +0 -1
- data/features/step_definitions/configuration_steps.rb +53 -69
- data/features/step_definitions/dashboard_steps.rb +2 -2
- data/features/step_definitions/factory_steps.rb +17 -33
- data/features/step_definitions/filter_steps.rb +2 -2
- data/features/step_definitions/format_steps.rb +10 -14
- data/features/step_definitions/index_scope_steps.rb +9 -25
- data/features/step_definitions/index_views_steps.rb +1 -1
- data/features/step_definitions/sidebar_steps.rb +2 -1
- data/features/step_definitions/site_title_steps.rb +1 -1
- data/features/step_definitions/table_steps.rb +6 -1
- data/features/step_definitions/user_steps.rb +23 -38
- data/features/step_definitions/web_steps.rb +18 -147
- data/features/support/env.rb +13 -34
- data/features/support/paths.rb +2 -0
- data/features/users/logging_in.feature +2 -2
- data/features/users/logging_out.feature +0 -12
- data/features/users/resetting_password.feature +1 -1
- data/lib/active_admin.rb +4 -17
- data/lib/active_admin/abstract_view_factory.rb +1 -1
- data/lib/active_admin/application.rb +19 -28
- data/lib/active_admin/asset_registration.rb +7 -25
- data/lib/active_admin/authorization_adapter.rb +9 -5
- data/lib/active_admin/base_controller.rb +2 -2
- data/lib/active_admin/base_controller/authorization.rb +25 -27
- data/lib/active_admin/batch_actions/resource_extension.rb +3 -3
- data/lib/active_admin/batch_actions/views/batch_action_selector.rb +1 -1
- data/lib/active_admin/batch_actions/views/selection_cells.rb +1 -1
- data/lib/active_admin/callbacks.rb +1 -1
- data/lib/active_admin/cancan_adapter.rb +2 -2
- data/lib/active_admin/comments.rb +32 -38
- data/lib/active_admin/comments/comment.rb +6 -8
- data/lib/active_admin/comments/views.rb +0 -1
- data/lib/active_admin/comments/views/active_admin_comments.rb +27 -38
- data/lib/active_admin/csv_builder.rb +4 -6
- data/lib/active_admin/dependency_checker.rb +4 -0
- data/lib/active_admin/deprecation.rb +3 -3
- data/lib/active_admin/dsl.rb +5 -5
- data/lib/active_admin/engine.rb +1 -1
- data/lib/active_admin/filters.rb +2 -1
- data/lib/active_admin/filters/forms.rb +36 -43
- data/lib/active_admin/filters/formtastic_addons.rb +45 -0
- data/lib/active_admin/filters/resource_extension.rb +9 -1
- data/lib/active_admin/form_builder.rb +30 -19
- data/lib/active_admin/helpers/optional_display.rb +11 -13
- data/lib/active_admin/helpers/settings.rb +50 -8
- data/lib/active_admin/inputs/filter_base.rb +5 -18
- data/lib/active_admin/inputs/filter_base/search_method_select.rb +73 -0
- data/lib/active_admin/inputs/filter_boolean_input.rb +6 -14
- data/lib/active_admin/inputs/filter_check_boxes_input.rb +1 -1
- data/lib/active_admin/inputs/filter_numeric_input.rb +2 -47
- data/lib/active_admin/inputs/filter_select_input.rb +32 -10
- data/lib/active_admin/inputs/filter_string_input.rb +12 -14
- data/lib/active_admin/namespace.rb +8 -40
- data/lib/active_admin/page.rb +2 -2
- data/lib/active_admin/page_dsl.rb +1 -1
- data/lib/active_admin/reloader.rb +3 -3
- data/lib/active_admin/resource.rb +16 -23
- data/lib/active_admin/resource/belongs_to.rb +8 -5
- data/lib/active_admin/resource/menu.rb +10 -23
- data/lib/active_admin/resource/naming.rb +3 -3
- data/lib/active_admin/resource/page_presenters.rb +2 -2
- data/lib/active_admin/resource/routes.rb +74 -21
- data/lib/active_admin/resource/scope_to.rb +74 -0
- data/lib/active_admin/resource/scopes.rb +8 -4
- data/lib/active_admin/resource_collection.rb +20 -66
- data/lib/active_admin/resource_controller.rb +12 -16
- data/lib/active_admin/resource_controller/data_access.rb +19 -22
- data/lib/active_admin/resource_controller/resource_class_methods.rb +2 -2
- data/lib/active_admin/resource_controller/scoping.rb +4 -9
- data/lib/active_admin/resource_dsl.rb +5 -32
- data/lib/active_admin/router.rb +34 -47
- data/lib/active_admin/scope.rb +5 -3
- data/lib/active_admin/sidebar_section.rb +1 -1
- data/lib/active_admin/version.rb +1 -1
- data/lib/active_admin/view_factory.rb +1 -1
- data/lib/active_admin/view_helpers/auto_link_helper.rb +1 -1
- data/lib/active_admin/view_helpers/breadcrumb_helper.rb +8 -8
- data/lib/active_admin/view_helpers/display_helper.rb +15 -6
- data/lib/active_admin/view_helpers/download_format_links_helper.rb +2 -2
- data/lib/active_admin/view_helpers/form_helper.rb +6 -1
- data/lib/active_admin/view_helpers/icon_helper.rb +1 -1
- data/lib/active_admin/view_helpers/method_or_proc_helper.rb +5 -5
- data/lib/active_admin/view_helpers/title_helper.rb +1 -1
- data/lib/active_admin/views/components/action_list_popover.rb +6 -6
- data/lib/active_admin/views/components/attributes_table.rb +9 -12
- data/lib/active_admin/views/components/blank_slate.rb +4 -4
- data/lib/active_admin/views/components/columns.rb +1 -1
- data/lib/active_admin/views/components/index_list.rb +1 -1
- data/lib/active_admin/views/components/paginated_collection.rb +20 -12
- data/lib/active_admin/views/components/panel.rb +1 -1
- data/lib/active_admin/views/components/scopes.rb +2 -1
- data/lib/active_admin/views/components/sidebar_section.rb +1 -1
- data/lib/active_admin/views/components/status_tag.rb +1 -1
- data/lib/active_admin/views/header.rb +2 -2
- data/lib/active_admin/views/index_as_blog.rb +16 -3
- data/lib/active_admin/views/index_as_table.rb +2 -2
- data/lib/active_admin/views/pages/base.rb +8 -3
- data/lib/active_admin/views/pages/form.rb +2 -2
- data/lib/active_admin/views/pages/index.rb +19 -17
- data/lib/generators/active_admin/assets/templates/3.0/active_admin.js +1 -1
- data/lib/generators/active_admin/assets/templates/3.1/active_admin.css.scss +1 -13
- data/lib/generators/active_admin/devise/devise_generator.rb +22 -1
- data/lib/generators/active_admin/install/install_generator.rb +1 -5
- data/lib/generators/active_admin/install/templates/active_admin.rb.erb +40 -19
- data/lib/generators/active_admin/install/templates/admin_user.rb.erb +18 -18
- data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb +19 -0
- data/lib/generators/active_admin/resource/resource_generator.rb +1 -1
- data/lib/generators/active_admin/resource/templates/admin.rb +1 -1
- data/script/use_rails +1 -1
- data/spec/integration/memory_spec.rb +3 -2
- data/spec/javascripts/coffeescripts/jquery.aa.checkbox-toggler-spec.js.coffee +4 -4
- data/spec/javascripts/coffeescripts/jquery.aa.popover-spec.js.coffee +1 -1
- data/spec/javascripts/coffeescripts/jquery.aa.table-checkbox-toggler-spec.js.coffee +2 -2
- data/spec/javascripts/compiled/jquery.aa.checkbox-toggler-spec.js +4 -4
- data/spec/javascripts/compiled/jquery.aa.popover-spec.js +1 -1
- data/spec/javascripts/compiled/jquery.aa.table-checkbox-toggler-spec.js +2 -2
- data/spec/spec_helper.rb +16 -6
- data/spec/spec_helper_without_rails.rb +2 -0
- data/spec/support/deferred_garbage_collection.rb +19 -0
- data/spec/support/jslint.yml +1 -1
- data/spec/support/rails_template.rb +29 -27
- data/spec/support/templates/admin/stores.rb +5 -1
- data/spec/unit/abstract_view_factory_spec.rb +1 -1
- data/spec/unit/action_builder_spec.rb +7 -7
- data/spec/unit/active_admin_spec.rb +0 -14
- data/spec/unit/application_spec.rb +16 -17
- data/spec/unit/asset_registration_spec.rb +21 -8
- data/spec/unit/authorization/authorization_adapter_spec.rb +3 -3
- data/spec/unit/authorization/controller_authorization_spec.rb +16 -24
- data/spec/unit/batch_actions/resource_spec.rb +11 -11
- data/spec/unit/belongs_to_spec.rb +1 -1
- data/spec/unit/cancan_adapter_spec.rb +11 -3
- data/spec/unit/comments_spec.rb +10 -28
- data/spec/unit/controller_filters_spec.rb +22 -24
- data/spec/unit/csv_builder_spec.rb +3 -3
- data/spec/unit/devise_spec.rb +10 -10
- data/spec/unit/filters/filter_form_builder_spec.rb +140 -45
- data/spec/unit/filters/resource_spec.rb +20 -19
- data/spec/unit/form_builder_spec.rb +122 -70
- data/spec/unit/menu_item_spec.rb +3 -3
- data/spec/unit/namespace/authorization_spec.rb +4 -8
- data/spec/unit/namespace/register_page_spec.rb +1 -1
- data/spec/unit/namespace/register_resource_spec.rb +12 -7
- data/spec/unit/namespace_spec.rb +4 -10
- data/spec/unit/page_spec.rb +1 -1
- data/spec/unit/resource/menu_spec.rb +1 -1
- data/spec/unit/resource/naming_spec.rb +9 -0
- data/spec/unit/resource/pagination_spec.rb +2 -2
- data/spec/unit/resource/routes_spec.rb +73 -0
- data/spec/unit/resource/scopes_spec.rb +1 -1
- data/spec/unit/resource_collection_spec.rb +95 -43
- data/spec/unit/resource_registration_spec.rb +3 -12
- data/spec/unit/resource_spec.rb +41 -48
- data/spec/unit/routing_spec.rb +10 -64
- data/spec/unit/scope_spec.rb +19 -0
- data/spec/unit/settings_spec.rb +88 -0
- data/spec/unit/view_factory_spec.rb +1 -0
- data/spec/unit/{breadcrumbs_spec.rb → view_helpers/breadcrumbs_spec.rb} +16 -7
- data/spec/unit/view_helpers/display_name_spec.rb +41 -0
- data/spec/unit/view_helpers/form_helper_spec.rb +36 -2
- data/spec/unit/views/components/attributes_table_spec.rb +17 -9
- data/spec/unit/views/components/batch_action_popover_spec.rb +4 -4
- data/spec/unit/views/components/index_list_spec.rb +2 -2
- data/spec/unit/views/components/paginated_collection_spec.rb +42 -0
- data/spec/unit/views/components/panel_spec.rb +8 -0
- data/spec/unit/views/components/site_title_spec.rb +2 -2
- data/spec/unit/views/components/table_for_spec.rb +4 -4
- data/spec/unit/views/pages/form_spec.rb +35 -0
- data/spec/unit/views/pages/layout_spec.rb +1 -1
- data/spec/unit/views/tabbed_navigation_spec.rb +10 -10
- data/tasks/parallel_tests.rake +1 -1
- data/tasks/test.rake +4 -1
- metadata +117 -106
- data/app/assets/stylesheets/active_admin/pages/_dashboard.scss +0 -5
- data/lib/active_admin/comments/views/active_admin_comment.rb +0 -0
- data/lib/active_admin/dashboards.rb +0 -68
- data/lib/active_admin/dashboards/dashboard_controller.rb +0 -50
- data/lib/active_admin/dashboards/section.rb +0 -34
- data/lib/active_admin/locales/bg.yml +0 -77
- data/lib/generators/active_admin/install/templates/migrations/1_create_admin_notes.rb +0 -17
- data/lib/generators/active_admin/install/templates/migrations/2_move_admin_notes_to_comments.rb +0 -26
- data/spec/unit/base_controller_spec.rb +0 -6
- data/spec/unit/dashboard_controller_spec.rb +0 -76
- data/spec/unit/dashboard_section_spec.rb +0 -56
- data/spec/unit/dashboards_spec.rb +0 -59
- data/spec/unit/display_name_spec.rb +0 -29
data/.gitignore
CHANGED
@@ -15,6 +15,11 @@ tmtags
|
|
15
15
|
# IDEA / RUBYMINE
|
16
16
|
.idea
|
17
17
|
|
18
|
+
## RVM
|
19
|
+
.rvmrc
|
20
|
+
.ruby-version
|
21
|
+
.ruby-gemset
|
22
|
+
|
18
23
|
## PROJECT::GENERAL
|
19
24
|
tags
|
20
25
|
coverage
|
@@ -33,7 +38,6 @@ capybara*
|
|
33
38
|
viewcumber
|
34
39
|
test-rails*
|
35
40
|
public
|
36
|
-
.rvmrc
|
37
41
|
.rspec
|
38
42
|
.rails-version
|
39
43
|
.rbenv-version
|
data/.travis.yml
CHANGED
data/.yardopts
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,17 +1,88 @@
|
|
1
|
-
## Master (unreleased)
|
1
|
+
## Master (unreleased) - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...master)
|
2
2
|
|
3
|
-
|
3
|
+
## 0.6.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.6.0...v0.6.1)
|
4
4
|
|
5
|
-
|
5
|
+
### Features
|
6
|
+
|
7
|
+
* OmniAuth provider links now automatically appear on the login page [#2088][] by [@henrrrik][]
|
8
|
+
* Menu items can now properly overflow [#2046][] by [@maax][]; later updated in [#2125][] by [@ball-hayden][]
|
9
|
+
* Favicon support [#2348][] by [@stereoscott][]
|
10
|
+
* HABTM filters [#1928][] by [@Daxter][]
|
11
|
+
```ruby
|
12
|
+
# (assuming Foo HABTM Bars)
|
13
|
+
ActiveAdmin.register Foo do
|
14
|
+
filter :bars
|
15
|
+
end
|
16
|
+
```
|
17
|
+
|
18
|
+
* Advanced string filters [#2096][] by [@joseluistorres][]; later updated in [#2228][] by [@Daxter][]
|
19
|
+
* Select filters now respect custom MetaSerch search methods [#2420][] by [@Daxter][]
|
20
|
+
* The navbar now links to the current user's profile [#2395][] by [@Daxter][]
|
21
|
+
|
22
|
+
### Bug Fixes
|
23
|
+
|
24
|
+
* The CSS encapsulation from 0.6.0 has been rolled back [#1952][] by [@tinynumbers][]
|
25
|
+
* Fixes problem where extra `/` route was being generated [#2062][] by [@jbhannah][]
|
26
|
+
* `IndexAsBlog` now renders title/body procs in the view context [#2087][] by [@macfanatic][]
|
27
|
+
* Fixes `route_instance_path` for `belongs_to` resources [#2099][] by [@pcreux][]
|
28
|
+
* Fixes breadcrumb links for `belongs_to` resources [#2090][] by [@Daxter][]
|
29
|
+
* Fixes ID regression, again using `to_param` [#2175][] by [@cknoxrun][]
|
30
|
+
* Fixes `check_box_checked?` bug [#2186][] by [@Daxter][]; later updated in [#2221][] by [@dmfrancisco][]
|
31
|
+
* Ensures that assets can only be registered once [#2139][] by [@Daxter][]
|
32
|
+
* Makes breadcrumbs respect the decorator [#2315][] by [@amiel][]
|
33
|
+
* CSV download links now respect pagination [#2419][] by [@Daxter][]
|
34
|
+
* Panels no longer escape html-safe entities [#2403][] by [@zorab47][]
|
35
|
+
|
36
|
+
### Enhancements
|
37
|
+
|
38
|
+
* Adds option to "undecorate" resource when building forms [#2085][] by [@amiel][]
|
39
|
+
* Adds `:pagination_total` option to index to hide count for large databases [#2333][] by [@joseluistorres][]
|
40
|
+
* Adds [better_errors](https://github.com/charliesome/better_errors) gem for a better AA development experience [#2095][] by [@Daxter][]
|
41
|
+
* Scopes now support blocks for the `:default` option [#2084][] by [@macfanatic][]
|
42
|
+
* `:if` and `:unless` options added to `scope_to` [#2089][] by [@macfanatic][]
|
43
|
+
* Renames Comment to AdminComment [#2060][] by [@jbhannah][]; later replaced by [#2113][]
|
44
|
+
* Improves Comments UI and adds config settings [#2113][] by [@Daxter][]
|
45
|
+
```ruby
|
46
|
+
config.show_comments_in_menu = false # Defaults to true
|
47
|
+
config.comments_registration_name = 'AdminComment' # Defaults to 'Comment'
|
48
|
+
```
|
49
|
+
|
50
|
+
* `has_many` forms
|
51
|
+
* Adds 'has_many_delete' CSS class to `li` elements [#2054][] by [@shekibobo][]
|
52
|
+
* Adds `:heading` option to customize the heading displayed [#2068][] by [@coreyward][]
|
53
|
+
* Adds `:allow_destroy` option to add in a checkbox to the form to delete records [#2071][] by [@shekibobo][]
|
54
|
+
* Adds `:new_record` option to hide "new" button [#2134][] by [@developer88][]
|
55
|
+
* translations
|
56
|
+
* German (Switzerland), English (UK) locales added [#1916][] by [@psy-q][]
|
57
|
+
* Danish locale updated [#2154][] by [@jokklan][]
|
58
|
+
* Bulgarian locale updated [#2150][] by [@mitio][]
|
59
|
+
* Ukrainian locale added [#2258][] by [@valdemarua][]
|
60
|
+
* Mexican Spanish locale added [#2319][] by [@neoriddle][]
|
61
|
+
* Japanese locale updated [#2416][] by [@nappa][]
|
62
|
+
* move filter translation into `SearchMethodSelect` [#2231][] by [@Daxter][]
|
63
|
+
* fix plural translations for default `batch_action` [#2255][] by [@mindhalt][]
|
64
|
+
* In development, load each individual AA JS file [#2215][] by [@tank-bohr][]
|
65
|
+
* Removes Railtie, only using Rails Engine [#2162][] by [@jherdman][]
|
66
|
+
* Excludes associations from `display_name` helper [#2147][] by [@Daxter][]
|
67
|
+
* Prevents new AA::Application instances from using the same `namespace` hash [#2313][] by [@Daxter][]
|
68
|
+
* Moves hard-coded SASS colors into variables [#2454][] by [@ilyakatz][]
|
69
|
+
|
70
|
+
### Cleanup
|
71
|
+
|
72
|
+
* Cucumber step definitions refactor [#2015][] by [@Daxter][]
|
73
|
+
* Misc cleanup in [#2075][] and [#2107][] by [@Daxter][]
|
74
|
+
* Removes messy spacing from `AdminUser` generator file [#2058][] by [@lupinglade][]
|
75
|
+
* Fixes documentation formatting [#2083][] by [@amiel][]
|
76
|
+
* Deprecated settings & code removed [#2165][] by [@Daxter][]
|
77
|
+
|
78
|
+
## 0.6.0 - [compare](https://github.com/gregbell/active_admin/compare/v0.5.1...v0.6.0)
|
6
79
|
|
7
80
|
### Bug Fixes
|
8
81
|
|
9
82
|
* Fix conflict with Redcloth [#1805][] by [@adrienkohlbecker][]
|
10
83
|
* Add missing batch actions translations. [#1788][] by [@EtienneDepaulis][]
|
11
|
-
* Fix for [#1960][], pluralize the example `admin_users` model to be consistent [#1961][] by [@rmw][]
|
12
84
|
* JS fix for batch actions checkbox toggling [#1947][] by [@ai][]
|
13
|
-
* Fixed routing bug
|
14
|
-
by [@Daxter][] and [@gregbell][]
|
85
|
+
* Fixed routing bug for root namespace [#2043][] by [@Daxter][] and [@gregbell][]
|
15
86
|
|
16
87
|
### Enhancements
|
17
88
|
|
@@ -21,29 +92,26 @@ None yet
|
|
21
92
|
* Removing deprecated bourbon box-shadow mixin [#1913][] by [@stereoscott][]
|
22
93
|
* More Japanese localizations [#1929][] by [@johnnyshields][]
|
23
94
|
* Devise lockable module now supported by default [#1933][] by [@Bishop][]
|
24
|
-
*
|
95
|
+
* Index table now uses a unique DOM id (`#index_table_posts` instead of `#posts`) [#1966][] by [@TiagoCardoso1983][]
|
25
96
|
* Coffeescript 1.5 compatability as constructors no longer return a value [#1940][] by [@ronen][]
|
26
97
|
* Allow options to be passed to the Abre element for rows in `attributes_table` [#1439][] by [@Daxter][]
|
27
98
|
* Gender neutral Spanish translations [#1973][] by [@laffinkippah][]
|
28
99
|
* Adds the ability to use `starts_with` and `ends_with` in string filters [#1962][] by [@rmw][]
|
29
|
-
*
|
30
|
-
by [@Daxter]
|
100
|
+
* Adds support for translating resources when registered with `:as` [#2044][] by [@Daxter][]
|
31
101
|
* Scopes are no longer hidden when empty filter results [#1804][] by [@Daxter][]
|
32
102
|
* Dynamic scope names with procs [#2018][] by [@Daxter][]
|
33
|
-
* Filters
|
103
|
+
* Filters now support the `:if` optional argument [#1801][] by [@Daxter][]
|
34
104
|
* Member & collection actions support multiple HTTP methods for the same action [#2000][] by [@rdsoze][]
|
35
105
|
|
36
|
-
###
|
106
|
+
### Features
|
37
107
|
|
38
|
-
* Authorization DSL including a default CanCan adapter [#1817][] by [@pcreux][]
|
39
|
-
and [@gregbell][]
|
108
|
+
* Authorization DSL including a default CanCan adapter [#1817][] by [@pcreux][] and [@gregbell][]
|
40
109
|
* New "actions" DSL for customizing actions on index listing [#1834][] by [@ejholmes][]
|
41
110
|
* Index title can now be set via a proc [#1861][] by [@jamesalmond][]
|
42
111
|
* Can now disable `download_links` per resource, index collection or globally throughout AA [#1908][] by [@TBAA][]
|
43
112
|
* Filters: add ability to search for blank/null fields with boolean search [#1893][] by [@whatcould][]
|
44
113
|
* New `navigation_menu` DSL for menu system [#1967][] by [@macfanatic][] and [@gregbell][]
|
45
|
-
* Support segmented control switch between different index styles [#1745][] by
|
46
|
-
[@joshuacollins85][]
|
114
|
+
* Support segmented control switch between different index styles [#1745][] by [@joshuacollins85][]
|
47
115
|
|
48
116
|
### Other
|
49
117
|
|
@@ -97,7 +165,7 @@ None yet
|
|
97
165
|
* ronen barzel
|
98
166
|
* тιηуηυмвєяѕ
|
99
167
|
|
100
|
-
## 0.5.1
|
168
|
+
## 0.5.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.5.0...v0.5.1)
|
101
169
|
|
102
170
|
### Enhancements
|
103
171
|
|
@@ -159,7 +227,7 @@ application locales. [#1775][] by [@caifara][]
|
|
159
227
|
|
160
228
|
156 commits (49 Pull Requests) by 51 contributors.
|
161
229
|
|
162
|
-
## 0.5.0
|
230
|
+
## 0.5.0 - [compare](https://github.com/gregbell/active_admin/compare/v0.4.4...v0.5.0)
|
163
231
|
|
164
232
|
### Enhancements
|
165
233
|
|
@@ -193,20 +261,20 @@ application locales. [#1775][] by [@caifara][]
|
|
193
261
|
|
194
262
|
561 commits (142 Pull Requests) by 88 contributors.
|
195
263
|
|
196
|
-
## 0.4.4
|
264
|
+
## 0.4.4 - [compare](https://github.com/gregbell/active_admin/compare/v0.4.3...v0.4.4)
|
197
265
|
|
198
266
|
### Dependencies
|
199
267
|
|
200
268
|
* Use `formtastic` ~> 2.1.1 until AA 0.5.0 is released
|
201
269
|
* Use `inherited_resources` >= 1.3.1 (ensure flash messages work)
|
202
270
|
|
203
|
-
## 0.4.3
|
271
|
+
## 0.4.3 - [compare](https://github.com/gregbell/active_admin/compare/v0.4.2...v0.4.3)
|
204
272
|
|
205
273
|
### Bug Fixes
|
206
274
|
|
207
275
|
* [#1063][]: Fix comment issues when using postgres ([@jancel][])
|
208
276
|
|
209
|
-
## 0.4.2
|
277
|
+
## 0.4.2 - [compare](https://github.com/gregbell/active_admin/compare/v0.4.1...v0.4.2)
|
210
278
|
|
211
279
|
### Enhancements
|
212
280
|
|
@@ -244,7 +312,7 @@ application locales. [#1775][] by [@caifara][]
|
|
244
312
|
* Philippe Creux
|
245
313
|
|
246
314
|
|
247
|
-
## 0.4.1
|
315
|
+
## 0.4.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.4.0...v0.4.1)
|
248
316
|
|
249
317
|
### Enhancements
|
250
318
|
|
@@ -288,11 +356,11 @@ application locales. [#1775][] by [@caifara][]
|
|
288
356
|
* Søren Houen
|
289
357
|
|
290
358
|
|
291
|
-
## 0.4.0
|
359
|
+
## 0.4.0 - [compare](https://github.com/gregbell/active_admin/compare/v0.3.4...v0.4.0)
|
292
360
|
|
293
361
|
### Upgrade Notes
|
294
362
|
|
295
|
-
If you're running on Rails 3.0.x, make sure to run `rails generate active_admin:assets`
|
363
|
+
If you're running on Rails 3.0.x, make sure to run `rails generate active_admin:assets`
|
296
364
|
since we've changed both the CSS and JS files.
|
297
365
|
|
298
366
|
### Deprecations
|
@@ -315,7 +383,7 @@ since we've changed both the CSS and JS files.
|
|
315
383
|
### Enhancements
|
316
384
|
|
317
385
|
* [#428][]: Paginated Collection now supports `:param_name` and `:download_links`.
|
318
|
-
These two additions allow you to use the `paginated_collection` component multiple
|
386
|
+
These two additions allow you to use the `paginated_collection` component multiple
|
319
387
|
times on show screens. ([@samvincent][])
|
320
388
|
* [#527][]: Refactored all form helpers to use Formtastic 2([@ebeigarts][])
|
321
389
|
* [#551][]: Dashboards can now be conditionally displayed using `:if` ([@samvincent][])
|
@@ -327,7 +395,7 @@ since we've changed both the CSS and JS files.
|
|
327
395
|
* [#638][]: Add `:label` option to `status_tag` component ([@fbuenemann][])
|
328
396
|
* [#644][]: Added proper I18n support to pagination ([@fbuenemann][])
|
329
397
|
* [#689][]: Scopes preserve title when provided as a string ([@macfanatic][])
|
330
|
-
* [#711][]: Styles update. Now sexier and more refined design. Redesigned Scopes. Split
|
398
|
+
* [#711][]: Styles update. Now sexier and more refined design. Redesigned Scopes. Split
|
331
399
|
css into smaller files. ([@mattvague][])
|
332
400
|
* [#741][]: Default media type of css is now "all" instead of "screen" ([@sftsang][])
|
333
401
|
* [#751][]: Pagination numbers work with a custom `[@per_page][]` ([@DMajrekar][])
|
@@ -346,8 +414,8 @@ since we've changed both the CSS and JS files.
|
|
346
414
|
|
347
415
|
### Dependencies
|
348
416
|
|
349
|
-
* [#468][]: Removed vendored jQuery. Now depends on the jquery-rails gem. If you're
|
350
|
-
running Rails 3.0.x (no asset pipeline), make sure to run
|
417
|
+
* [#468][]: Removed vendored jQuery. Now depends on the jquery-rails gem. If you're
|
418
|
+
running Rails 3.0.x (no asset pipeline), make sure to run
|
351
419
|
`rails generate active_admin:assets` to generate the correct files. ([@gregbell][])
|
352
420
|
* [#527][]: Active Admin now requires Formtastic 2.0 or greater ([@ebeigarts][])
|
353
421
|
* [#711][]: Active admin now depends on Bourbon > 1.0.0. If you're using Rails
|
@@ -406,7 +474,7 @@ since we've changed both the CSS and JS files.
|
|
406
474
|
* Josef Šimánek
|
407
475
|
|
408
476
|
|
409
|
-
## 0.3.4
|
477
|
+
## 0.3.4 - [compare](https://github.com/gregbell/active_admin/compare/v0.3.3...v0.3.4)
|
410
478
|
|
411
479
|
2 commits by 2 authors
|
412
480
|
|
@@ -422,7 +490,7 @@ since we've changed both the CSS and JS files.
|
|
422
490
|
* Danny Hiemstra
|
423
491
|
* Greg Bell
|
424
492
|
|
425
|
-
## 0.3.3
|
493
|
+
## 0.3.3 - [compare](https://github.com/gregbell/active_admin/compare/v0.3.2...v0.3.3)
|
426
494
|
|
427
495
|
1 commit by 1 author
|
428
496
|
|
@@ -436,7 +504,7 @@ since we've changed both the CSS and JS files.
|
|
436
504
|
|
437
505
|
* Greg Bell
|
438
506
|
|
439
|
-
## 0.3.2
|
507
|
+
## 0.3.2 - [compare](https://github.com/gregbell/active_admin/compare/v0.3.1...v0.3.2)
|
440
508
|
|
441
509
|
45 commits by 15 contributors
|
442
510
|
|
@@ -481,11 +549,11 @@ since we've changed both the CSS and JS files.
|
|
481
549
|
* Tsvetan Roustchev
|
482
550
|
* l4u
|
483
551
|
|
484
|
-
## 0.3.1
|
552
|
+
## 0.3.1 - [compare](https://github.com/gregbell/active_admin/compare/v0.3.0...v0.3.1)
|
485
553
|
|
486
554
|
* Only support InheritedResources up to 1.2.2
|
487
555
|
|
488
|
-
## 0.3.0
|
556
|
+
## 0.3.0 - [compare](https://github.com/gregbell/active_admin/compare/v0.2.2...v0.3.0)
|
489
557
|
|
490
558
|
326 commits by 35 contributors
|
491
559
|
|
@@ -582,7 +650,7 @@ since we've changed both the CSS and JS files.
|
|
582
650
|
* Łukasz Anwajler
|
583
651
|
|
584
652
|
|
585
|
-
## 0.2.2 (2011-05-26)
|
653
|
+
## 0.2.2 (2011-05-26) - [compare](https://github.com/gregbell/active_admin/compare/v0.2.1...v0.2.2)
|
586
654
|
|
587
655
|
68 Commits by 13 Contributors
|
588
656
|
|
@@ -628,12 +696,12 @@ since we've changed both the CSS and JS files.
|
|
628
696
|
* Paul Annesley
|
629
697
|
* Philippe Creux
|
630
698
|
|
631
|
-
## 0.2.1 (2011-05-12)
|
699
|
+
## 0.2.1 (2011-05-12) - [compare](https://github.com/gregbell/active_admin/compare/v0.2.0...v0.2.1)
|
632
700
|
|
633
701
|
### Bug Fixes
|
634
702
|
* Fixed issue with dashboard rendering a sidebar
|
635
703
|
|
636
|
-
## 0.2.0 (2011-05-12)
|
704
|
+
## 0.2.0 (2011-05-12) - [compare](https://github.com/gregbell/active_admin/compare/v0.1.1...v0.2.0)
|
637
705
|
|
638
706
|
0.2.0 is essentially an entire re-write of Active Admin. Here are some
|
639
707
|
of the highlights. 250 commits. Enough said.
|
@@ -649,7 +717,7 @@ of the highlights. 250 commits. Enough said.
|
|
649
717
|
|
650
718
|
* Too many to list! Been in production for close to a year
|
651
719
|
|
652
|
-
## 0.1.1 (2010-09-15)
|
720
|
+
## 0.1.1 (2010-09-15) - [compare](https://github.com/gregbell/active_admin/compare/v0.1.0...v0.1.1)
|
653
721
|
|
654
722
|
### Bug Fixes
|
655
723
|
|
@@ -769,11 +837,14 @@ of the highlights. 250 commits. Enough said.
|
|
769
837
|
[#1896]: https://github.com/gregbell/active_admin/issues/1896
|
770
838
|
[#1908]: https://github.com/gregbell/active_admin/issues/1908
|
771
839
|
[#1913]: https://github.com/gregbell/active_admin/issues/1913
|
840
|
+
[#1916]: https://github.com/gregbell/active_admin/issues/1916
|
841
|
+
[#1928]: https://github.com/gregbell/active_admin/issues/1928
|
772
842
|
[#1929]: https://github.com/gregbell/active_admin/issues/1929
|
773
843
|
[#1933]: https://github.com/gregbell/active_admin/issues/1933
|
774
844
|
[#1937]: https://github.com/gregbell/active_admin/issues/1937
|
775
845
|
[#1940]: https://github.com/gregbell/active_admin/issues/1940
|
776
846
|
[#1947]: https://github.com/gregbell/active_admin/issues/1947
|
847
|
+
[#1952]: https://github.com/gregbell/active_admin/issues/1952
|
777
848
|
[#1960]: https://github.com/gregbell/active_admin/issues/1960
|
778
849
|
[#1961]: https://github.com/gregbell/active_admin/issues/1961
|
779
850
|
[#1962]: https://github.com/gregbell/active_admin/issues/1962
|
@@ -781,9 +852,58 @@ of the highlights. 250 commits. Enough said.
|
|
781
852
|
[#1967]: https://github.com/gregbell/active_admin/issues/1967
|
782
853
|
[#1973]: https://github.com/gregbell/active_admin/issues/1973
|
783
854
|
[#2000]: https://github.com/gregbell/active_admin/issues/2000
|
855
|
+
[#2015]: https://github.com/gregbell/active_admin/issues/2015
|
784
856
|
[#2018]: https://github.com/gregbell/active_admin/issues/2018
|
785
857
|
[#2043]: https://github.com/gregbell/active_admin/issues/2043
|
786
858
|
[#2044]: https://github.com/gregbell/active_admin/issues/2044
|
859
|
+
[#2046]: https://github.com/gregbell/active_admin/issues/2046
|
860
|
+
[#2054]: https://github.com/gregbell/active_admin/issues/2054
|
861
|
+
[#2058]: https://github.com/gregbell/active_admin/issues/2058
|
862
|
+
[#2060]: https://github.com/gregbell/active_admin/issues/2060
|
863
|
+
[#2062]: https://github.com/gregbell/active_admin/issues/2062
|
864
|
+
[#2068]: https://github.com/gregbell/active_admin/issues/2068
|
865
|
+
[#2071]: https://github.com/gregbell/active_admin/issues/2071
|
866
|
+
[#2072]: https://github.com/gregbell/active_admin/issues/2072
|
867
|
+
[#2075]: https://github.com/gregbell/active_admin/issues/2075
|
868
|
+
[#2083]: https://github.com/gregbell/active_admin/issues/2083
|
869
|
+
[#2084]: https://github.com/gregbell/active_admin/issues/2084
|
870
|
+
[#2085]: https://github.com/gregbell/active_admin/issues/2085
|
871
|
+
[#2087]: https://github.com/gregbell/active_admin/issues/2087
|
872
|
+
[#2088]: https://github.com/gregbell/active_admin/issues/2088
|
873
|
+
[#2089]: https://github.com/gregbell/active_admin/issues/2089
|
874
|
+
[#2090]: https://github.com/gregbell/active_admin/issues/2090
|
875
|
+
[#2095]: https://github.com/gregbell/active_admin/issues/2095
|
876
|
+
[#2096]: https://github.com/gregbell/active_admin/issues/2096
|
877
|
+
[#2099]: https://github.com/gregbell/active_admin/issues/2099
|
878
|
+
[#2107]: https://github.com/gregbell/active_admin/issues/2107
|
879
|
+
[#2113]: https://github.com/gregbell/active_admin/issues/2113
|
880
|
+
[#2125]: https://github.com/gregbell/active_admin/issues/2125
|
881
|
+
[#2134]: https://github.com/gregbell/active_admin/issues/2134
|
882
|
+
[#2139]: https://github.com/gregbell/active_admin/issues/2139
|
883
|
+
[#2147]: https://github.com/gregbell/active_admin/issues/2147
|
884
|
+
[#2150]: https://github.com/gregbell/active_admin/issues/2150
|
885
|
+
[#2154]: https://github.com/gregbell/active_admin/issues/2154
|
886
|
+
[#2162]: https://github.com/gregbell/active_admin/issues/2162
|
887
|
+
[#2165]: https://github.com/gregbell/active_admin/issues/2165
|
888
|
+
[#2175]: https://github.com/gregbell/active_admin/issues/2175
|
889
|
+
[#2186]: https://github.com/gregbell/active_admin/issues/2186
|
890
|
+
[#2215]: https://github.com/gregbell/active_admin/issues/2215
|
891
|
+
[#2221]: https://github.com/gregbell/active_admin/issues/2221
|
892
|
+
[#2228]: https://github.com/gregbell/active_admin/issues/2228
|
893
|
+
[#2231]: https://github.com/gregbell/active_admin/issues/2231
|
894
|
+
[#2255]: https://github.com/gregbell/active_admin/issues/2255
|
895
|
+
[#2258]: https://github.com/gregbell/active_admin/issues/2258
|
896
|
+
[#2313]: https://github.com/gregbell/active_admin/issues/2313
|
897
|
+
[#2315]: https://github.com/gregbell/active_admin/issues/2315
|
898
|
+
[#2319]: https://github.com/gregbell/active_admin/issues/2319
|
899
|
+
[#2333]: https://github.com/gregbell/active_admin/issues/2333
|
900
|
+
[#2348]: https://github.com/gregbell/active_admin/issues/2348
|
901
|
+
[#2395]: https://github.com/gregbell/active_admin/issues/2395
|
902
|
+
[#2403]: https://github.com/gregbell/active_admin/issues/2403
|
903
|
+
[#2416]: https://github.com/gregbell/active_admin/issues/2416
|
904
|
+
[#2419]: https://github.com/gregbell/active_admin/issues/2419
|
905
|
+
[#2420]: https://github.com/gregbell/active_admin/issues/2420
|
906
|
+
[#2454]: https://github.com/gregbell/active_admin/issues/2454
|
787
907
|
[@Bishop]: https://github.com/Bishop
|
788
908
|
[@BoboFraggins]: https://github.com/BoboFraggins
|
789
909
|
[@DMajrekar]: https://github.com/DMajrekar
|
@@ -796,17 +916,23 @@ of the highlights. 250 commits. Enough said.
|
|
796
916
|
[@adrienkohlbecker]: https://github.com/adrienkohlbecker
|
797
917
|
[@ai]: https://github.com/ai
|
798
918
|
[@amiel]: https://github.com/amiel
|
919
|
+
[@ball-hayden]: https://github.com/ball-hayden
|
799
920
|
[@bobbytables]: https://github.com/bobbytables
|
800
921
|
[@caifara]: https://github.com/caifara
|
922
|
+
[@cknoxrun]: https://github.com/cknoxrun
|
801
923
|
[@comboy]: https://github.com/comboy
|
924
|
+
[@coreyward]: https://github.com/coreyward
|
802
925
|
[@dapi]: https://github.com/dapi
|
803
926
|
[@dbussin]: https://github.com/dbussin
|
927
|
+
[@developer88]: https://github.com/developer88
|
804
928
|
[@dhiemstra]: https://github.com/dhiemstra
|
929
|
+
[@dmfrancisco]: https://github.com/dmfrancisco
|
805
930
|
[@doug316]: https://github.com/doug316
|
806
931
|
[@ebeigarts]: https://github.com/ebeigarts
|
807
932
|
[@ejholmes]: https://github.com/ejholmes
|
808
933
|
[@emzeq]: https://github.com/emzeq
|
809
934
|
[@ericcumbee]: https://github.com/ericcumbee
|
935
|
+
[@ericpromislow]: https://github.com/ericpromislow
|
810
936
|
[@fabiokr]: https://github.com/fabiokr
|
811
937
|
[@fabiormoura]: https://github.com/fabiormoura
|
812
938
|
[@fbuenemann]: https://github.com/fbuenemann
|
@@ -814,11 +940,17 @@ of the highlights. 250 commits. Enough said.
|
|
814
940
|
[@ggilder]: https://github.com/ggilder
|
815
941
|
[@gregbell]: https://github.com/gregbell
|
816
942
|
[@hakanensari]: https://github.com/hakanensari
|
943
|
+
[@henrrrik]: https://github.com/henrrrik
|
944
|
+
[@ilyakatz]: https://github.com/ilyakatz
|
817
945
|
[@j]: https://github.com/j
|
818
946
|
[@jamesalmond]: https://github.com/jamesalmond
|
819
947
|
[@jancel]: https://github.com/jancel
|
820
948
|
[@jbarket]: https://github.com/jbarket
|
949
|
+
[@jbhannah]: https://github.com/jbhannah
|
950
|
+
[@jherdman]: https://github.com/jherdman
|
821
951
|
[@johnnyshields]: https://github.com/johnnyshields
|
952
|
+
[@jokklan]: https://github.com/jokklan
|
953
|
+
[@joseluistorres]: https://github.com/joseluistorres
|
822
954
|
[@joshuacollins85]: https://github.com/joshuacollins85
|
823
955
|
[@jschwindt]: https://github.com/jschwindt
|
824
956
|
[@kerberoS]: https://github.com/kerberoS
|
@@ -826,14 +958,21 @@ of the highlights. 250 commits. Enough said.
|
|
826
958
|
[@krug]: https://github.com/krug
|
827
959
|
[@laffinkippah]: https://github.com/laffinkippah
|
828
960
|
[@latortuga]: https://github.com/latortuga
|
961
|
+
[@lupinglade]: https://github.com/lupinglade
|
962
|
+
[@maax]: https://github.com/maax
|
829
963
|
[@macfanatic]: https://github.com/macfanatic
|
830
964
|
[@mattvague]: https://github.com/mattvague
|
965
|
+
[@mindhalt]: https://github.com/mindhalt
|
966
|
+
[@mitio]: https://github.com/mitio
|
831
967
|
[@mperham]: https://github.com/mperham
|
832
968
|
[@mwindwer]: https://github.com/mwindwer
|
969
|
+
[@nappa]: https://github.com/nappa
|
970
|
+
[@neoriddle]: https://github.com/neoriddle
|
833
971
|
[@orendon]: https://github.com/orendon
|
834
972
|
[@page_title]: https://github.com/page_title
|
835
973
|
[@pcreux]: https://github.com/pcreux
|
836
974
|
[@per_page]: https://github.com/per_page
|
975
|
+
[@psy-q]: https://github.com/psy-q
|
837
976
|
[@ptn]: https://github.com/ptn
|
838
977
|
[@randym]: https://github.com/randym
|
839
978
|
[@rdsoze]: https://github.com/rdsoze
|
@@ -846,17 +985,22 @@ of the highlights. 250 commits. Enough said.
|
|
846
985
|
[@samvincent]: https://github.com/samvincent
|
847
986
|
[@sftsang]: https://github.com/sftsang
|
848
987
|
[@shayfrendt]: https://github.com/shayfrendt
|
988
|
+
[@shekibobo]: https://github.com/shekibobo
|
849
989
|
[@shell]: https://github.com/shell
|
850
990
|
[@simonoff]: https://github.com/simonoff
|
851
991
|
[@snapapps]: https://github.com/snapapps
|
852
992
|
[@stereoscott]: https://github.com/stereoscott
|
853
993
|
[@sunny]: https://github.com/sunny
|
994
|
+
[@tank-bohr]: https://github.com/tank-bohr
|
995
|
+
[@tinynumbers]: https://github.com/tinynumbers
|
854
996
|
[@tracedwax]: https://github.com/tracedwax
|
855
997
|
[@tricknotes]: https://github.com/tricknotes
|
856
998
|
[@utkarshkukreti]: https://github.com/utkarshkukreti
|
857
999
|
[@vairix]: https://github.com/vairix
|
858
1000
|
[@vairix-ssierra]: https://github.com/vairix-ssierra
|
1001
|
+
[@valdemarua]: https://github.com/valdemarua
|
859
1002
|
[@watson]: https://github.com/watson
|
860
1003
|
[@whatcould]: https://github.com/whatcould
|
861
1004
|
[@yawn]: https://github.com/yawn
|
862
1005
|
[@yorch]: https://github.com/yorch
|
1006
|
+
[@zorab47]: https://github.com/zorab47
|