activeadmin 1.4.3 → 3.0.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.

Files changed (385) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +609 -26
  3. data/CONTRIBUTING.md +54 -76
  4. data/README.md +46 -13
  5. data/app/assets/javascripts/active_admin/base.js +521 -0
  6. data/app/assets/stylesheets/active_admin/_base.scss +53 -37
  7. data/app/assets/stylesheets/active_admin/_forms.scss +3 -25
  8. data/app/assets/stylesheets/active_admin/_header.scss +40 -8
  9. data/app/assets/stylesheets/active_admin/_mixins.scss +1 -1
  10. data/{vendor → app}/assets/stylesheets/active_admin/_normalize.scss +25 -123
  11. data/app/assets/stylesheets/active_admin/{print.scss → _print.scss} +2 -2
  12. data/app/assets/stylesheets/active_admin/components/_comments.scss +2 -2
  13. data/app/assets/stylesheets/active_admin/components/_date_picker.scss +1 -2
  14. data/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss +0 -1
  15. data/app/assets/stylesheets/active_admin/components/_status_tags.scss +0 -5
  16. data/app/assets/stylesheets/active_admin/components/_tables.scss +1 -2
  17. data/app/assets/stylesheets/active_admin/components/_tabs.scss +1 -1
  18. data/app/assets/stylesheets/active_admin/mixins/_all.scss +8 -8
  19. data/app/assets/stylesheets/active_admin/mixins/_gradients.scss +1 -1
  20. data/app/assets/stylesheets/active_admin/mixins/_variables.scss +17 -0
  21. data/app/assets/stylesheets/active_admin/structure/_footer.scss +6 -1
  22. data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +1 -1
  23. data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +0 -1
  24. data/app/javascript/active_admin/base.js +28 -0
  25. data/app/javascript/active_admin/ext/jquery-ui.js +7 -0
  26. data/app/javascript/active_admin/ext/jquery.js +9 -0
  27. data/app/javascript/active_admin/initializers/batch-actions.js +61 -0
  28. data/app/javascript/active_admin/initializers/checkbox-toggler.js +3 -0
  29. data/app/javascript/active_admin/initializers/datepicker.js +16 -0
  30. data/app/javascript/active_admin/initializers/dropdown-menu.js +9 -0
  31. data/app/javascript/active_admin/initializers/filters.js +10 -0
  32. data/app/javascript/active_admin/initializers/has-many.js +98 -0
  33. data/app/javascript/active_admin/initializers/per-page.js +13 -0
  34. data/app/javascript/active_admin/initializers/table-checkbox-toggler.js +3 -0
  35. data/app/javascript/active_admin/initializers/tabs.js +6 -0
  36. data/app/javascript/active_admin/lib/checkbox-toggler.js +49 -0
  37. data/app/javascript/active_admin/lib/dropdown-menu.js +116 -0
  38. data/app/javascript/active_admin/lib/filters.js +39 -0
  39. data/app/javascript/active_admin/lib/modal-dialog.js +63 -0
  40. data/app/javascript/active_admin/lib/per-page.js +38 -0
  41. data/app/javascript/active_admin/lib/table-checkbox-toggler.js +38 -0
  42. data/app/javascript/active_admin/lib/utils.js +40 -0
  43. data/app/views/active_admin/devise/confirmations/new.html.erb +1 -1
  44. data/app/views/active_admin/devise/mailer/reset_password_instructions.html.erb +1 -1
  45. data/app/views/active_admin/devise/mailer/unlock_instructions.html.erb +2 -2
  46. data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
  47. data/app/views/active_admin/devise/passwords/new.html.erb +1 -1
  48. data/app/views/active_admin/devise/registrations/new.html.erb +1 -2
  49. data/app/views/active_admin/devise/shared/_error_messages.html.erb +15 -0
  50. data/app/views/active_admin/devise/shared/_links.erb +1 -1
  51. data/app/views/active_admin/devise/unlocks/new.html.erb +1 -1
  52. data/app/views/active_admin/page/index.html.arb +1 -0
  53. data/app/views/active_admin/resource/edit.html.arb +1 -0
  54. data/app/views/active_admin/resource/index.html.arb +1 -0
  55. data/app/views/active_admin/resource/new.html.arb +1 -0
  56. data/app/views/active_admin/resource/show.html.arb +1 -0
  57. data/app/views/kaminari/active_admin_countless/_first_page.html.erb +11 -0
  58. data/app/views/kaminari/active_admin_countless/_gap.html.erb +8 -0
  59. data/app/views/kaminari/active_admin_countless/_next_page.html.erb +11 -0
  60. data/app/views/kaminari/active_admin_countless/_page.html.erb +12 -0
  61. data/app/views/kaminari/active_admin_countless/_paginator.html.erb +24 -0
  62. data/app/views/kaminari/active_admin_countless/_prev_page.html.erb +11 -0
  63. data/app/views/layouts/active_admin.html.arb +1 -0
  64. data/app/views/layouts/active_admin_logged_out.html.erb +19 -8
  65. data/config/locales/ar.yml +9 -15
  66. data/config/locales/az.yml +131 -0
  67. data/config/locales/bg.yml +1 -8
  68. data/config/locales/bs.yml +1 -7
  69. data/config/locales/ca.yml +1 -8
  70. data/config/locales/cs.yml +1 -7
  71. data/config/locales/da.yml +1 -7
  72. data/config/locales/de-CH.yml +1 -7
  73. data/config/locales/de.yml +19 -8
  74. data/config/locales/el.yml +1 -7
  75. data/config/locales/en-CA.yml +4 -10
  76. data/config/locales/en-GB.yml +4 -10
  77. data/config/locales/en.yml +4 -11
  78. data/config/locales/eo.yml +1 -8
  79. data/config/locales/es-MX.yml +3 -8
  80. data/config/locales/es.yml +6 -13
  81. data/config/locales/fa.yml +1 -7
  82. data/config/locales/fi.yml +1 -7
  83. data/config/locales/fr.yml +9 -16
  84. data/config/locales/he.yml +1 -10
  85. data/config/locales/hr.yml +1 -7
  86. data/config/locales/hu.yml +3 -6
  87. data/config/locales/id.yml +1 -7
  88. data/config/locales/it.yml +19 -8
  89. data/config/locales/ja.yml +3 -10
  90. data/config/locales/ko.yml +2 -8
  91. data/config/locales/lt.yml +3 -10
  92. data/config/locales/lv.yml +3 -9
  93. data/config/locales/mk.yml +126 -0
  94. data/config/locales/nb.yml +1 -8
  95. data/config/locales/nl.yml +2 -9
  96. data/config/locales/pl.yml +1 -8
  97. data/config/locales/pt-BR.yml +1 -8
  98. data/config/locales/pt-PT.yml +1 -7
  99. data/config/locales/ro.yml +4 -9
  100. data/config/locales/ru.yml +1 -6
  101. data/config/locales/sk.yml +58 -6
  102. data/config/locales/sv-SE.yml +59 -39
  103. data/config/locales/tr.yml +1 -11
  104. data/config/locales/uk.yml +3 -6
  105. data/config/locales/vi.yml +40 -19
  106. data/config/locales/zh-CN.yml +35 -23
  107. data/config/locales/zh-TW.yml +1 -7
  108. data/lib/active_admin/abstract_view_factory.rb +1 -0
  109. data/lib/active_admin/application.rb +26 -33
  110. data/lib/active_admin/application_settings.rb +7 -3
  111. data/lib/active_admin/asset_registration.rb +4 -11
  112. data/lib/active_admin/authorization_adapter.rb +6 -3
  113. data/lib/active_admin/base_controller/authorization.rb +17 -16
  114. data/lib/active_admin/base_controller/menu.rb +1 -0
  115. data/lib/active_admin/base_controller.rb +12 -11
  116. data/lib/active_admin/batch_actions/controller.rb +5 -4
  117. data/lib/active_admin/batch_actions/resource_extension.rb +16 -10
  118. data/lib/active_admin/batch_actions/views/batch_action_form.rb +4 -3
  119. data/lib/active_admin/batch_actions/views/batch_action_selector.rb +7 -6
  120. data/lib/active_admin/batch_actions/views/selection_cells.rb +4 -3
  121. data/lib/active_admin/batch_actions.rb +1 -0
  122. data/lib/active_admin/callbacks.rb +2 -1
  123. data/lib/active_admin/cancan_adapter.rb +2 -1
  124. data/lib/active_admin/collection_decorator.rb +32 -0
  125. data/lib/active_admin/component.rb +1 -0
  126. data/lib/active_admin/controller_action.rb +3 -1
  127. data/lib/active_admin/csv_builder.rb +15 -23
  128. data/lib/active_admin/dependency.rb +12 -87
  129. data/lib/active_admin/deprecation.rb +1 -0
  130. data/lib/active_admin/devise.rb +16 -5
  131. data/lib/active_admin/dsl.rb +3 -9
  132. data/lib/active_admin/dynamic_setting.rb +1 -0
  133. data/lib/active_admin/dynamic_settings_node.rb +3 -2
  134. data/lib/active_admin/engine.rb +13 -9
  135. data/lib/active_admin/error.rb +5 -4
  136. data/lib/active_admin/filters/active.rb +2 -1
  137. data/lib/active_admin/filters/active_filter.rb +11 -10
  138. data/lib/active_admin/filters/active_sidebar.rb +8 -30
  139. data/lib/active_admin/filters/dsl.rb +1 -0
  140. data/lib/active_admin/filters/forms.rb +9 -8
  141. data/lib/active_admin/filters/formtastic_addons.rb +3 -7
  142. data/lib/active_admin/filters/resource_extension.rb +33 -8
  143. data/lib/active_admin/filters.rb +8 -7
  144. data/lib/active_admin/form_builder.rb +27 -22
  145. data/lib/active_admin/generators/boilerplate.rb +13 -4
  146. data/lib/active_admin/helpers/collection.rb +2 -0
  147. data/lib/active_admin/helpers/i18n.rb +1 -0
  148. data/lib/active_admin/helpers/optional_display.rb +3 -2
  149. data/lib/active_admin/helpers/routes/url_helpers.rb +1 -0
  150. data/lib/active_admin/helpers/scope_chain.rb +2 -0
  151. data/lib/active_admin/inputs/datepicker_input.rb +3 -2
  152. data/lib/active_admin/inputs/filters/base/search_method_select.rb +9 -8
  153. data/lib/active_admin/inputs/filters/base.rb +2 -1
  154. data/lib/active_admin/inputs/filters/boolean_input.rb +2 -1
  155. data/lib/active_admin/inputs/filters/check_boxes_input.rb +2 -1
  156. data/lib/active_admin/inputs/filters/date_picker_input.rb +1 -0
  157. data/lib/active_admin/inputs/filters/date_range_input.rb +18 -14
  158. data/lib/active_admin/inputs/filters/numeric_input.rb +2 -1
  159. data/lib/active_admin/inputs/filters/select_input.rb +3 -2
  160. data/lib/active_admin/inputs/filters/string_input.rb +2 -1
  161. data/lib/active_admin/inputs/filters/text_input.rb +1 -0
  162. data/lib/active_admin/inputs.rb +1 -0
  163. data/lib/active_admin/localizers/resource_localizer.rb +4 -3
  164. data/lib/active_admin/localizers.rb +2 -1
  165. data/lib/active_admin/menu.rb +7 -3
  166. data/lib/active_admin/menu_collection.rb +1 -0
  167. data/lib/active_admin/menu_item.rb +8 -7
  168. data/lib/active_admin/namespace.rb +15 -14
  169. data/lib/active_admin/namespace_settings.rb +28 -8
  170. data/lib/active_admin/order_clause.rb +3 -2
  171. data/lib/active_admin/orm/active_record/comments/comment.rb +13 -4
  172. data/lib/active_admin/orm/active_record/comments/namespace_helper.rb +1 -0
  173. data/lib/active_admin/orm/active_record/comments/resource_helper.rb +1 -0
  174. data/lib/active_admin/orm/active_record/comments/show_page_helper.rb +1 -0
  175. data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +30 -24
  176. data/lib/active_admin/orm/active_record/comments/views.rb +3 -2
  177. data/lib/active_admin/orm/active_record/comments.rb +30 -29
  178. data/lib/active_admin/orm/active_record.rb +2 -1
  179. data/lib/active_admin/orm/mongoid.rb +1 -0
  180. data/lib/active_admin/page.rb +2 -1
  181. data/lib/active_admin/page_controller.rb +1 -0
  182. data/lib/active_admin/page_dsl.rb +2 -1
  183. data/lib/active_admin/page_presenter.rb +3 -1
  184. data/lib/active_admin/pundit_adapter.rb +71 -16
  185. data/lib/active_admin/resource/action_items.rb +6 -5
  186. data/lib/active_admin/resource/attributes.rb +9 -5
  187. data/lib/active_admin/resource/belongs_to.rb +9 -3
  188. data/lib/active_admin/resource/controllers.rb +2 -1
  189. data/lib/active_admin/resource/includes.rb +1 -0
  190. data/lib/active_admin/resource/menu.rb +6 -5
  191. data/lib/active_admin/resource/model.rb +16 -0
  192. data/lib/active_admin/resource/naming.rb +6 -5
  193. data/lib/active_admin/resource/ordering.rb +1 -0
  194. data/lib/active_admin/resource/page_presenters.rb +1 -0
  195. data/lib/active_admin/resource/pagination.rb +1 -0
  196. data/lib/active_admin/resource/routes.rb +26 -14
  197. data/lib/active_admin/resource/scope_to.rb +8 -7
  198. data/lib/active_admin/resource/scopes.rb +4 -3
  199. data/lib/active_admin/resource/sidebars.rb +3 -2
  200. data/lib/active_admin/resource.rb +37 -22
  201. data/lib/active_admin/resource_collection.rb +3 -2
  202. data/lib/active_admin/resource_controller/action_builder.rb +11 -0
  203. data/lib/active_admin/resource_controller/data_access.rb +31 -5
  204. data/lib/active_admin/resource_controller/decorators.rb +8 -29
  205. data/lib/active_admin/resource_controller/polymorphic_routes.rb +38 -0
  206. data/lib/active_admin/resource_controller/resource_class_methods.rb +3 -0
  207. data/lib/active_admin/resource_controller/scoping.rb +1 -0
  208. data/lib/active_admin/resource_controller/sidebars.rb +1 -0
  209. data/lib/active_admin/resource_controller/streaming.rb +9 -7
  210. data/lib/active_admin/resource_controller.rb +14 -10
  211. data/lib/active_admin/resource_dsl.rb +16 -28
  212. data/lib/active_admin/router.rb +4 -2
  213. data/lib/active_admin/scope.rb +16 -11
  214. data/lib/active_admin/settings_node.rb +2 -1
  215. data/lib/active_admin/sidebar_section.rb +4 -1
  216. data/lib/active_admin/version.rb +2 -1
  217. data/lib/active_admin/view_factory.rb +18 -17
  218. data/lib/active_admin/view_helpers/active_admin_application_helper.rb +1 -0
  219. data/lib/active_admin/view_helpers/auto_link_helper.rb +2 -1
  220. data/lib/active_admin/view_helpers/breadcrumb_helper.rb +6 -5
  221. data/lib/active_admin/view_helpers/display_helper.rb +32 -8
  222. data/lib/active_admin/view_helpers/download_format_links_helper.rb +3 -1
  223. data/lib/active_admin/view_helpers/fields_for.rb +3 -2
  224. data/lib/active_admin/view_helpers/flash_helper.rb +1 -0
  225. data/lib/active_admin/view_helpers/form_helper.rb +1 -0
  226. data/lib/active_admin/view_helpers/method_or_proc_helper.rb +3 -0
  227. data/lib/active_admin/view_helpers/scope_name_helper.rb +1 -0
  228. data/lib/active_admin/view_helpers/sidebar_helper.rb +1 -0
  229. data/lib/active_admin/view_helpers/title_helper.rb +1 -0
  230. data/lib/active_admin/view_helpers/view_factory_helper.rb +1 -0
  231. data/lib/active_admin/view_helpers.rb +2 -1
  232. data/lib/active_admin/views/action_items.rb +1 -0
  233. data/lib/active_admin/views/components/active_admin_form.rb +14 -11
  234. data/lib/active_admin/views/components/active_filters_sidebar_content.rb +59 -0
  235. data/lib/active_admin/views/components/attributes_table.rb +9 -8
  236. data/lib/active_admin/views/components/blank_slate.rb +2 -1
  237. data/lib/active_admin/views/components/columns.rb +1 -0
  238. data/lib/active_admin/views/components/dropdown_menu.rb +7 -9
  239. data/lib/active_admin/views/components/index_list.rb +4 -3
  240. data/lib/active_admin/views/components/menu.rb +2 -1
  241. data/lib/active_admin/views/components/menu_item.rb +5 -4
  242. data/lib/active_admin/views/components/paginated_collection.rb +22 -20
  243. data/lib/active_admin/views/components/panel.rb +2 -1
  244. data/lib/active_admin/views/components/scopes.rb +8 -5
  245. data/lib/active_admin/views/components/sidebar.rb +1 -0
  246. data/lib/active_admin/views/components/sidebar_section.rb +1 -3
  247. data/lib/active_admin/views/components/site_title.rb +2 -1
  248. data/lib/active_admin/views/components/status_tag.rb +14 -26
  249. data/lib/active_admin/views/components/table_for.rb +21 -19
  250. data/lib/active_admin/views/components/tabs.rb +14 -4
  251. data/lib/active_admin/views/components/unsupported_browser.rb +1 -0
  252. data/lib/active_admin/views/footer.rb +4 -2
  253. data/lib/active_admin/views/header.rb +3 -2
  254. data/lib/active_admin/views/index_as_block.rb +1 -0
  255. data/lib/active_admin/views/index_as_blog.rb +2 -1
  256. data/lib/active_admin/views/index_as_grid.rb +2 -1
  257. data/lib/active_admin/views/index_as_table.rb +27 -22
  258. data/lib/active_admin/views/pages/base.rb +25 -14
  259. data/lib/active_admin/views/pages/form.rb +1 -0
  260. data/lib/active_admin/views/pages/index.rb +16 -13
  261. data/lib/active_admin/views/pages/layout.rb +1 -0
  262. data/lib/active_admin/views/pages/page.rb +1 -0
  263. data/lib/active_admin/views/pages/show.rb +2 -7
  264. data/lib/active_admin/views/tabbed_navigation.rb +3 -2
  265. data/lib/active_admin/views/title_bar.rb +2 -1
  266. data/lib/active_admin/views.rb +2 -1
  267. data/lib/active_admin.rb +67 -63
  268. data/lib/activeadmin.rb +2 -1
  269. data/lib/generators/active_admin/assets/assets_generator.rb +3 -2
  270. data/lib/generators/active_admin/assets/templates/active_admin.js +1 -0
  271. data/lib/generators/active_admin/assets/templates/active_admin.scss +2 -2
  272. data/lib/generators/active_admin/devise/devise_generator.rb +6 -5
  273. data/lib/generators/active_admin/install/install_generator.rb +19 -8
  274. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +62 -3
  275. data/lib/generators/active_admin/install/templates/dashboard.rb +3 -3
  276. data/lib/generators/active_admin/install/templates/migrations/create_active_admin_comments.rb.erb +1 -15
  277. data/lib/generators/active_admin/page/page_generator.rb +2 -1
  278. data/lib/generators/active_admin/page/templates/page.rb +1 -0
  279. data/lib/generators/active_admin/resource/resource_generator.rb +4 -3
  280. data/lib/generators/active_admin/resource/templates/admin.rb.erb +40 -37
  281. data/lib/generators/active_admin/webpacker/plugins/jquery.js +7 -0
  282. data/lib/generators/active_admin/webpacker/templates/active_admin.js +5 -0
  283. data/lib/generators/active_admin/webpacker/templates/active_admin.scss +17 -0
  284. data/lib/generators/active_admin/webpacker/templates/print.scss +2 -0
  285. data/lib/generators/active_admin/webpacker/webpacker_generator.rb +27 -0
  286. data/vendor/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
  287. data/vendor/assets/javascripts/jquery-ui/form.js +22 -0
  288. data/vendor/assets/javascripts/jquery-ui/labels.js +65 -0
  289. data/vendor/assets/javascripts/jquery-ui/widgets/checkboxradio.js +274 -283
  290. metadata +115 -173
  291. data/.circleci/config.yml +0 -572
  292. data/.github/ISSUE_TEMPLATE.md +0 -20
  293. data/.gitignore +0 -16
  294. data/.mdlrc +0 -1
  295. data/.rspec +0 -1
  296. data/.rspec_parallel +0 -2
  297. data/.rubocop.yml +0 -99
  298. data/.simplecov +0 -9
  299. data/.yardopts +0 -7
  300. data/Gemfile +0 -30
  301. data/Gemfile.common +0 -26
  302. data/Gemfile.lock +0 -433
  303. data/Rakefile +0 -24
  304. data/activeadmin.gemspec +0 -32
  305. data/app/assets/images/active_admin/nested_menu_arrow.gif +0 -0
  306. data/app/assets/images/active_admin/nested_menu_arrow_dark.gif +0 -0
  307. data/app/assets/images/active_admin/orderable.png +0 -0
  308. data/app/assets/javascripts/active_admin/base.js.coffee +0 -13
  309. data/app/assets/javascripts/active_admin/ext/jquery-ui.js.coffee +0 -6
  310. data/app/assets/javascripts/active_admin/ext/jquery.js.coffee +0 -7
  311. data/app/assets/javascripts/active_admin/initializers/batch_actions.js.coffee +0 -11
  312. data/app/assets/javascripts/active_admin/initializers/datepicker.js.coffee +0 -14
  313. data/app/assets/javascripts/active_admin/initializers/filters.js.coffee +0 -26
  314. data/app/assets/javascripts/active_admin/initializers/tabs.js.coffee +0 -7
  315. data/app/assets/javascripts/active_admin/lib/batch_actions.js.coffee +0 -42
  316. data/app/assets/javascripts/active_admin/lib/checkbox-toggler.js.coffee +0 -46
  317. data/app/assets/javascripts/active_admin/lib/dropdown-menu.js.coffee +0 -104
  318. data/app/assets/javascripts/active_admin/lib/flash.js.coffee +0 -19
  319. data/app/assets/javascripts/active_admin/lib/has_many.js.coffee +0 -79
  320. data/app/assets/javascripts/active_admin/lib/modal_dialog.js.coffee +0 -45
  321. data/app/assets/javascripts/active_admin/lib/per_page.js.coffee +0 -46
  322. data/app/assets/javascripts/active_admin/lib/table-checkbox-toggler.js.coffee +0 -22
  323. data/bin/install_chromedriver.sh +0 -17
  324. data/config/i18n-tasks.yml +0 -26
  325. data/config/mdl_style.rb +0 -11
  326. data/cucumber.yml +0 -7
  327. data/docs/.gitignore +0 -1
  328. data/docs/0-installation.md +0 -118
  329. data/docs/1-general-configuration.md +0 -204
  330. data/docs/10-custom-pages.md +0 -150
  331. data/docs/11-decorators.md +0 -59
  332. data/docs/12-arbre-components.md +0 -201
  333. data/docs/13-authorization-adapter.md +0 -285
  334. data/docs/14-gotchas.md +0 -138
  335. data/docs/2-resource-customization.md +0 -466
  336. data/docs/3-index-pages/custom-index.md +0 -35
  337. data/docs/3-index-pages/index-as-block.md +0 -19
  338. data/docs/3-index-pages/index-as-blog.md +0 -69
  339. data/docs/3-index-pages/index-as-grid.md +0 -27
  340. data/docs/3-index-pages/index-as-table.md +0 -227
  341. data/docs/3-index-pages.md +0 -328
  342. data/docs/4-csv-format.md +0 -74
  343. data/docs/5-forms.md +0 -232
  344. data/docs/6-show-pages.md +0 -81
  345. data/docs/7-sidebars.md +0 -75
  346. data/docs/8-custom-actions.md +0 -177
  347. data/docs/9-batch-actions.md +0 -237
  348. data/docs/CNAME +0 -1
  349. data/docs/Gemfile +0 -4
  350. data/docs/Gemfile.lock +0 -249
  351. data/docs/README.md +0 -24
  352. data/docs/_config.yml +0 -2
  353. data/docs/_includes/footer.html +0 -8
  354. data/docs/_includes/google-analytics.html +0 -16
  355. data/docs/_includes/head.html +0 -7
  356. data/docs/_includes/toc.html +0 -98
  357. data/docs/_includes/top-menu.html +0 -17
  358. data/docs/_layouts/default.html +0 -21
  359. data/docs/documentation.md +0 -60
  360. data/docs/images/activeadmin.png +0 -0
  361. data/docs/images/code-header.png +0 -0
  362. data/docs/images/divider.png +0 -0
  363. data/docs/images/features.png +0 -0
  364. data/docs/images/tidelift.svg +0 -14
  365. data/docs/index.html +0 -125
  366. data/docs/stylesheets/main.css +0 -1176
  367. data/gemfiles/rails_42.gemfile +0 -10
  368. data/gemfiles/rails_42.gemfile.lock +0 -339
  369. data/gemfiles/rails_50.gemfile +0 -10
  370. data/gemfiles/rails_50.gemfile.lock +0 -353
  371. data/gemfiles/rails_51.gemfile +0 -10
  372. data/gemfiles/rails_51.gemfile.lock +0 -353
  373. data/lib/active_admin/event.rb +0 -24
  374. data/lib/active_admin/helpers/output_safety_helper.rb +0 -35
  375. data/lib/active_admin/reloader.rb +0 -25
  376. data/lib/bug_report_templates/active_admin_master.rb +0 -111
  377. data/lib/generators/active_admin/assets/templates/active_admin.js.coffee +0 -1
  378. data/lib/ransack_ext.rb +0 -20
  379. data/tasks/application_generator.rb +0 -50
  380. data/tasks/docs.rake +0 -64
  381. data/tasks/gemfiles.rake +0 -8
  382. data/tasks/lint.rake +0 -110
  383. data/tasks/local.rake +0 -27
  384. data/tasks/release.rake +0 -6
  385. data/tasks/test.rake +0 -42
data/CHANGELOG.md CHANGED
@@ -2,31 +2,405 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2...v1.4.3)
5
+ ## 3.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.14.0..v3.0.0)
6
+
7
+ ### Breaking Changes
8
+
9
+ * Remove custom Ransack predicates that were MetaSearch backports. [#8010] by [@javierjulio]
10
+ * Require Ransack v4. [#8009] by [@javierjulio]
11
+
12
+ ### Enhancements
13
+
14
+ * Use display name fallback if blank display name result. [#6342] by [@javierjulio]
15
+
16
+ ### Translation Improvements
17
+
18
+ * Improve Swedish translations. [#7993] by [@carlottostromstedt]
19
+
20
+ ## 2.14.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.13.1..v2.14.0)
21
+
22
+ ### Enhancements
23
+
24
+ * Add csp_meta_tag to layout. [#7986] by [@javierjulio]
25
+ * Update config.register_javascript with options support. [#7002] by [@lanzhiheng]
26
+ * Use `csrf_meta_tags` in place of singular version. [#7985] by [@javierjulio]
27
+ * Allow different new and edit rules in authorization adapters. [#6535] by [@timwis]
28
+
29
+ ### Bug Fixes
30
+
31
+ * Fix form layout for hints and checkboxes. [#7772] by [@JewelSam]
32
+ * Update filters disabled error to include specific action. [#6195] by [@javawizard]
33
+ * Fix Comments controller destroy declaration. [#6482] by [@bliof]
34
+ * Stop pagination elements from overflowing outside of panel container. [#7599] by [@ray-curran]
35
+
36
+ ### Translation Improvements
37
+
38
+ * Update vi locale with more translations. [#7984] by [@rs-phunt]
39
+ * Update zh-CN locale with multiple corrections. [#7944] by [@hfl]
40
+ * Fix typo in Vietnamese locale for filter text. [#7920] by [@tvziet]
41
+ * Improve French translation. [#7653] by [@cprodhomme]
42
+
43
+ ### Documentation
44
+
45
+ * Add more documentation about PORO decorator requirements. [#7556] by [@sanfrecce-osaka]
46
+ * Add Load Paths docs to the active_admin.rb template. [#7541] by [@gabo-cs]
47
+
48
+ ### Performance
49
+
50
+ * Removes docs from exported gem. [#7013] by [@brunoarueira]
51
+
52
+ ## 2.13.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.13.0..v2.13.1)
53
+
54
+ ### Bug Fixes
55
+
56
+ * Honor load paths order when loading admin files. [#7488] by [@tf]
57
+ * Fix passing expected hash payload argument. [#7487] by [@ispyropoulos]
58
+
59
+ ## 2.13.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.12.0..v2.13.0)
60
+
61
+ ### Documentation
62
+
63
+ * Update validation errors documentation to account for deprecated `ActiveModel::Errors#keys`. [#7475] by [@amit]
64
+
65
+ ### Dependency Changes
66
+
67
+ * Drop rails 6.0 support. [#7476] by [@deivid-rodriguez]
68
+
69
+ ### Performance
70
+
71
+ * Fix pundit performance. [#7479] by [@deivid-rodriguez]
72
+
73
+ ## 2.12.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.2..v2.12.0)
74
+
75
+ ### Enhancements
76
+
77
+ * Add Ransack 3 compatibility. [#7453] by [@tagliala]
78
+
79
+ ### Bug Fixes
80
+
81
+ * Fix pundit namespace detection. [#7144] by [@vlad-psh]
82
+
83
+ ### Documentation
84
+
85
+ * Don't mention webpacker as the default asset generator in Rails. [#7377] by [@jaynetics]
86
+
87
+ ### Performance
88
+
89
+ * Avoid duplicate work when downloading CSV. [#7336] by [@deivid-rodriguez]
90
+
91
+ ## 2.11.2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.1..v2.11.2)
92
+
93
+ ### Bug Fixes
94
+
95
+ * Fix disappearing BOM option for `CSVBuilder`. [#7170] by [@Karoid]
96
+
97
+ ## 2.11.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.11.0..v2.11.1)
98
+
99
+ ### Enhancements
100
+
101
+ * Add turbolinks support to has many js. [#7384] by [@amiel]
102
+
103
+ ### Documentation
104
+
105
+ * Remove `insert_tag` from Form-Partial docs. [#7394] by [@TonyArra]
106
+
107
+ ## 2.11.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.10.1..v2.11.0)
108
+
109
+ ### Enhancements
110
+
111
+ * Add Rails 7 Support. [#7235] by [@tagliala]
112
+
113
+ ### Bug Fixes
114
+
115
+ * Fix form SCSS variables no longer being defined in the outermost scope, so no longer being accessible. [#7341] by [@gigorok]
116
+
117
+ ## 2.10.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.10.0..v2.10.1)
118
+
119
+ ### Enhancements
120
+
121
+ * Apply `box-sizing: border-box` globally. [#7349] by [@deivid-rodriguez]
122
+ * Vendor normalize 8.0.1. [#7350] by [@deivid-rodriguez]
123
+ * Remove deprecation warning using controller filters inside initializer. [#7340] by [@mgrunberg]
124
+
125
+ ### Bug Fixes
126
+
127
+ * Fix frozen string error when downloading CSV and streaming disabled. [#7332] by [@deivid-rodriguez]
128
+
129
+ ## 2.10.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.9.0..v2.10.0)
130
+
131
+ ### Enhancements
132
+
133
+ * Load favicon from Webpacker assets when use_webpacker is set to true. [#6954] by [@Fs00]
134
+ * Don't apply sorting to collection until after scoping. [#7205] by [@agrobbin]
135
+ * Resolve dart sass deprecation warning for division. [#7095] by [@tordans]
136
+ * Use `instrument` from the Notifications API instead of low level `publish`. [#7262] by [@sprql]
137
+ * Avoid mutating string literals. [#6936] by [@tomgilligan]
138
+ * Include print styles in main stylesheet. [#6922] by [@deivid-rodriguez]
139
+ * Use `POST` for OmniAuth links. [#6916] by [@deivid-rodriguez]
140
+ * Scope new record instantiation by authorization scope. [#6884] by [@ngouy]
141
+ * Make `permit_params` and `belongs_to` order independent. [#6906] by [@deivid-rodriguez]
142
+ * Use collection length instead of running COUNTs for limited collections. [#5660] by [@MmKolodziej]
143
+
144
+ ### Bug Fixes
145
+
146
+ * Show ransackable_scopes filters in search results. [#7127] by [@vlad-psh]
147
+
148
+ ### Translation Improvements
149
+
150
+ * Fix Dutch translation for password reset button. [#7181] by [@mvz]
151
+ * Add few key to RO pagination.entry. [#6915] by [@lubosch]
152
+ * Change misleading Korean translation. [#6873] by [@1000ship]
153
+
154
+ ### Documentation
155
+
156
+ * Replace deprecated update_attributes! with update!. [#6959] by [@sergey-alekseev]
157
+ * Clarify docs on user setup. [#6872] by [@javawizard]
158
+
159
+ ### Dependency Changes
160
+
161
+ * Drop rails 5.2 support. [#7293] by [@deivid-rodriguez]
162
+ * Drop support for Ruby 2.5. [#7236] by [@alejandroperea]
163
+
164
+ ## 2.9.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.1..v2.9.0)
165
+
166
+ ### Enhancements
167
+
168
+ * Support for Rails 6.1. [#6548] by [@deivid-rodriguez]
169
+ * Add ability to override "Remove" button text on has_many forms. [#6523] by [@littleforest]
170
+ * Drop git in gemspec. [#6462] by [@utkarsh2102]
171
+
172
+ ### Bug Fixes
173
+
174
+ * Pick up upstream fixes in devise templates. [#6536] by [@munen]
175
+
176
+ ### Documentation
177
+
178
+ * Fix `has_many` syntax in forms documentation. [#6583] by [@krzcho]
179
+ * Add example of using `default_main_content` in show pages. [#6487] by [@sjieg]
180
+
181
+ ### Dependency Changes
182
+
183
+ * Remove sassc and sprockets runtime dependencies. [#6584] by [@deivid-rodriguez]
184
+
185
+ ## 2.8.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.0..v2.8.1)
186
+
187
+ ### Bug Fixes
188
+
189
+ * Fix `permitted_param` generation for `belongs_to` when `:param` is used. [#6460] by [@deivid-rodriguez]
190
+ * Fix streaming CSV export. [#6451] by [@deivid-rodriguez]
191
+ * Fix input string filter no rendering dropdown input when its column name ends with a ransack predicate. [#6422] by [@Fivell]
192
+
193
+ ## 2.8.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.7.0..v2.8.0)
194
+
195
+ ### Enhancements
196
+
197
+ * Allow using PORO decorators. [#6249] by [@brunvez]
198
+ * Make sure `ActiveAdmin.routes` provides routes in a consistent order. [#6124] by [@jiikko]
199
+ * Use proper closing tags for HTML in ModalDialog component. [#6221] by [@javierjulio]
200
+
201
+ ### Bug Fixes
202
+
203
+ * Fix comment layout so regardless of size, each is aligned and spaced evenly. [#6393] by [@Ivanov-Anton]
204
+
205
+ ### Translation Improvements
206
+
207
+ * Fix several Arabic translations. [#6368] by [@mshalaby]
208
+ * Add missing `scope/all` italian translation. [#6341] by [@fuzziness]
209
+ * Improve Japanese translation. [#6315] by [@rn0rno]
210
+ * Fix es and es-MX sign_in and sign_up translation. [#6210] by [@roramirez]
211
+
212
+ ### Documentation
213
+
214
+ * Fix filter_columns_for_large_association and filter_method_for_large_association examples. [#6232] by [@ndbroadbent]
215
+
216
+ ### Dependency Changes
217
+
218
+ * Allow formtastic 4. [#6318] by [@deivid-rodriguez]
219
+ * Drop Ruby 2.4 support. [#6198] by [@deivid-rodriguez]
220
+
221
+ ## 2.7.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.6.1..v2.7.0)
222
+
223
+ ### Enhancements
224
+
225
+ * Extend menu to allow for nested submenus. [#5994] by [@taralbass]
226
+ * Add Webpacker compatibility with opt-in config switch and installation generator. [#5855] by [@sgara]
227
+
228
+ ### Bug Fixes
229
+
230
+ * Fix scopes renderer when resource has only optional scopes and their conditions are false. [#6149] by [@Looooong]
231
+ * Fix some missing wrapper markup in "logged out" layout. [#6086] by [@irmela]
232
+ * Fix some typos in Vietnamese translation. [#6099] by [@giapnhdev]
233
+
234
+ ## 2.6.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.6.0..v2.6.1)
235
+
236
+ ### Bug Fixes
237
+
238
+ * Fix some ruby 2.7 warnings about keyword args. [#6000] by [@vcsjones]
239
+ * Missing `create_another` translation in Vietnamese. [#6002] by [@imcvampire]
240
+ * Using "destroy" for user facing message is too robotic, prefer "delete". [#6047] by [@vfonic]
241
+ * Typo in confirmation message for comment deletion. [#6047] by [@vfonic]
242
+
243
+ ## 2.6.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.5.0..v2.6.0)
244
+
245
+ ### Enhancements
246
+
247
+ * Display multiple flash messages in separate elements. [#5929] by [@mirelon]
248
+ * Make delete confirmation messages in French & Spanish gender-neutral. [#5946] by [@cprodhomme]
249
+
250
+ ### Bug Fixes
251
+
252
+ * Export ModalDialog component to re-enable client side usage. [#5956] by [@sgara]
253
+ * Use default ActionView options instead of default Formtastic options for DateRangeInput [#5957] by [@mirelon]
254
+ * Fix i18n key in docs example to translate scopes. [#5943] by [@adler99]
255
+
256
+ ## 2.5.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.4.0..v2.5.0)
257
+
258
+ ### Enhancements
259
+
260
+ * Azerbaijani translation. [#5078] by [@orkhan]
261
+
262
+ ### Bug Fixes
263
+
264
+ * Convert namespace to sym to prevent duplicate namespaces such as :foo and 'foo'. [#5931] by [@westonganger]
265
+ * Use filter label when condition has a predicate. [#5886] by [@ko-lem]
266
+ * Fix error when routing with array containing symbol. [#5870] by [@jwesorick]
267
+ * Fix error when there is a model named `Tag` and `meta_tags` have been configured. [#5895] by [@micred], [@FabioRos] and [@deivid-rodriguez]
268
+ * Allow specifying custom `input_html` for `DateRangeInput`. [#5867] by [@mirelon]
269
+ * Adjust `#main_content` right margin to take into account possible custom values of `$sidebar-width` and `$section-padding`. [#5887] by [@guigs]
270
+ * Improved polymorphic routes generation to avoid problems when multiple `belongs_to` are defined. [#5938] by [@leio10]
271
+
272
+ ### Dependency Changes
273
+
274
+ * Support for Rails 5.0 and Rails 5.1 has been dropped. [#5877] by [@deivid-rodriguez]
275
+
276
+ ## 2.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.1..v2.4.0)
277
+
278
+ ### Enhancements
279
+
280
+ * Make optimization to not use expensive COUNT queries also work for decorated actions. [#5811] by [@irmela]
281
+ * Render a text filter instead of a select for large associations (opt-in). [#5548] by [@DanielHeath]
282
+ * Improve German translations. [#5874] by [@juril33t]
283
+
284
+ ## 2.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.3.0..v2.3.1)
285
+
286
+ ### Bug Fixes
287
+
288
+ * 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]
289
+
290
+ ## 2.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.2.0..v2.3.0)
291
+
292
+ ### Enhancements
293
+
294
+ * Bump minimum ransack requirement to make sure everyone gets a version that works ok with all supported versions of Rails. [#5831] by [@deivid-rodriguez]
295
+
296
+ ### Bug Fixes
297
+
298
+ * Fix CSVBuilder not respecting `ActiveAdmin.application.csv_options = { humanize_name: false }` setting. [#5800] by [@HappyKadaver]
299
+ * Fix crash when displaying current filters after filtering by a nested resource. [#5816] by [@deivid-rodriguez]
300
+ * 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]
301
+ * 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]
302
+ * Fix double modal issue in applications using turbolinks 5. [#5842] by [@sgara]
303
+
304
+ ## 2.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.1.0..v2.2.0)
305
+
306
+ ### Enhancements
307
+
308
+ * 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]
309
+ * Add Macedonian locale. [#5710] by [@violeta-p]
310
+
311
+ ### Bug Fixes
312
+
313
+ * Fix pundit policy retrieving for static pages when the pundit namespace is `:active_admin`. [#5777] by [@kwent]
314
+ * Fix show page title not being properly escaped if title's content included HTML. [#5802] by [@deivid-rodriguez]
315
+ * Revert [21b6138f] from [#5740] since it actually caused the performance in development to regress. [#5801] by [@deivid-rodriguez]
316
+
317
+ ## 2.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0..v2.1.0)
318
+
319
+ ### Bug Fixes
320
+
321
+ * Ensure application gets reloaded only once. [#5740] by [@jscheid]
322
+ * Crash when rendering comments from a custom controller block. [#5758] by [@deivid-rodriguez]
323
+ * 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]
324
+
325
+ ### Dependency Changes
326
+
327
+ * Support for ruby 2.3 has been removed. [#5751] by [@deivid-rodriguez]
328
+
329
+ ## 2.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc2..v2.0.0)
330
+
331
+ _No changes_.
332
+
333
+ ## 2.0.0.rc2 [☰](https://github.com/activeadmin/activeadmin/compare/v2.0.0.rc1..v2.0.0.rc2)
334
+
335
+ ### Enhancements
336
+
337
+ * Require arbre `~> 1.2, >= 1.2.1`. [#5726] by [@ionut998], and [#5738] by [@deivid-rodriguez]
338
+
339
+ ## 2.0.0.rc1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.3..v2.0.0.rc1)
340
+
341
+ ### Enhancements
342
+
343
+ * Add your own content to the site `<head>`, like analytics. [#5590] by [@buren]
344
+
345
+ ```ruby
346
+ ActiveAdmin.setup do |config|
347
+ config.head = ''.html_safe
348
+ end
349
+ ```
350
+
351
+ * Consider authorization when displaying comments in show page. [#5555] by [@amiuhle]
352
+ * Add better support for rendering lists. [#5370] by [@dkniffin]
353
+ * 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]
354
+
355
+ ### Security Fixes
356
+
357
+ * Prevent leaking hashed passwords via user CSV export and adds a config option for sensitive attributes. [#5486] by [@chrp]
358
+
359
+ ### Bug Fixes
360
+
361
+ * Fix for paginated collections with `per_page: Array, pagination_total: false`. [#5627] by [@bartoszkopinski]
362
+ * Restrict ransack requirement to >= 2.1.1 to play nice with Rails 5.2.2. [#5632] by [@deivid-rodriguez]
363
+ * Bad interpolation variables on pagination keys in Lithuanian translation. [#5631] by [@deivid-rodriguez]
364
+ * Tabs are not correctly created when using non-transliteratable characters as title. [#5650] by [@panasyuk]
365
+ * Sidebar title internationalization. [#5417] by [@WaKeMaTTa]
366
+ * `filter` labels not allowing a `Proc` to be passed. [#5418] by [@WaKeMaTTa]
367
+
368
+ ### Dependency Changes
369
+
370
+ * Rails 4.2 support has been dropped. [#5104] by [@javierjulio] and [@deivid-rodriguez]
371
+ * Dependency on coffee-rails has been removed. [#5081] by [@javierjulio]
372
+ If your application uses coffescript but was relying on ActiveAdmin to provide
373
+ the dependency, you need to add the `coffee-script` gem to your `Gemfile` to
374
+ restore it. If your only usage of coffescript was the
375
+ `active_admin.js.coffee` generated by ActiveAdmin's generator, you can also
376
+ convert that file to plain JS (`//= require active_admin/base` if you
377
+ didn't add any stuff to it).
378
+ * Devise 3 support has been dropped. [#5608] by [@deivid-rodriguez] and [@javierjulio]
379
+ * `action_item` without a name has been removed. [#5099] by [@javierjulio]
380
+
381
+ ## 1.4.3 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.2..v1.4.3)
6
382
 
7
383
  ### Bug Fixes
8
384
 
9
385
  * Fix `form` parameter to `batch_action` no longer accepting procs. [#5611] by [@buren] and [@deivid-rodriguez]
10
386
  * Fix passing a proc to `scope_to`. [#5611] by [@deivid-rodriguez]
11
387
 
12
- ## 1.4.2 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.1...v1.4.2)
388
+ ## 1.4.2 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.1..v1.4.2)
13
389
 
14
390
  ### Bug Fixes
15
391
 
16
392
  * Fix `input_html` filter option evaluated only once. [#5376] by [@kjeldahl]
17
393
 
18
- ## 1.4.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.0...v1.4.1)
394
+ ## 1.4.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.4.0..v1.4.1)
19
395
 
20
396
  ### Bug Fixes
21
397
 
22
398
  * Fix menu item link with method delete. [#5583] by [@tiagotex]
23
399
 
24
- ## 1.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.1...v1.4.0)
400
+ ## 1.4.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.1..v1.4.0)
25
401
 
26
402
  ### Enhancements
27
403
 
28
- #### Minor
29
-
30
404
  * Add missing I18n for comments. [#5458], [#5461] by [@mauriciopasquier]
31
405
  * Fix batch_actions.delete_confirmation translation in zh-CN.yml. [#5453] by [@ShallmentMo]
32
406
  * Add some missing italian translations. [#5433] by [@stefsava]
@@ -54,32 +428,28 @@
54
428
  * Fixed resource filtering by association when the resource has custom primary key. [#5446] by [@wasifhossain]
55
429
  * Fixed "create anoter" checkbox styling. [#5324] by [@faucct]
56
430
 
57
- ## 1.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.0...v1.3.1)
431
+ ## 1.3.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.3.0..v1.3.1)
58
432
 
59
433
  ### Bug Fixes
60
434
 
61
435
  * gemspec should have more permissive ransack dependency. [#5448] by [@varyonic]
62
436
 
63
- ## 1.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.1...v1.3.0)
437
+ ## 1.3.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.1..v1.3.0)
64
438
 
65
439
  ### Enhancements
66
440
 
67
- #### Major
68
-
69
441
  * Rails 5.2 support [#5343] by [@varyonic], [#5399], [#5401] by [@zorab47]
70
442
 
71
- ## 1.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.0...v1.2.1)
443
+ ## 1.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v1.2.0..v1.2.1)
72
444
 
73
445
  ### Bug Fixes
74
446
 
75
447
  * Resolve issue with [#5275] preventing XSS in filters sidebar. [#5299] by [@faucct]
76
448
 
77
- ## 1.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.1.0...v1.2.0)
449
+ ## 1.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.1.0..v1.2.0)
78
450
 
79
451
  ### Enhancements
80
452
 
81
- #### Minor
82
-
83
453
  * Do not display pagination info when there are no comments. [#5119] by [@alex-bogomolov]
84
454
  * Revert generated config files to pluralized. [#5120] by [@varyonic], [#5137] by [@deivid-rodriguez]
85
455
  * Warn when action definition overwrites controller method. [#5167] by [@aarek]
@@ -101,7 +471,7 @@
101
471
  * Fixed [#5198] Prevent XSS on sidebar's current filter rendering. [#5275] by [@deivid-rodriguez]
102
472
  * Sanitize display_name. [#5284] by [@markstory]
103
473
 
104
- ## 1.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.0.0...v1.1.0)
474
+ ## 1.1.0 [☰](https://github.com/activeadmin/activeadmin/compare/v1.0.0..v1.1.0)
105
475
 
106
476
  ### Bug Fixes
107
477
 
@@ -110,7 +480,7 @@
110
480
  * Fixed [#5043]. Do not crash in sidebar rendering when a default scope is not specified. [#5044] by [@Fivell]
111
481
  * Fixed [#3894]. Make tab's component work with non-ascii titles. [#5046] by [@Fivell]
112
482
 
113
- ### Removals
483
+ ### Dependency Changes
114
484
 
115
485
  * Ruby 2.1 support has been dropped. [#5003] by [@deivid-rodriguez]
116
486
  * Replaced `sass-rails` with `sass` dependency. [#5037] by [@javierjulio]
@@ -148,8 +518,6 @@
148
518
 
149
519
  ### Enhancements
150
520
 
151
- #### Minor
152
-
153
521
  * Support proc as an input_html option value when declaring filters. [#5029] by [@Fivell]
154
522
  * Base localization support, better associations handling for active filters sidebar. [#4951] by [@Fivell]
155
523
  * Allow AA scopes to return paginated collections. [#4996] by [@Fivell]
@@ -158,7 +526,7 @@
158
526
  * Allow passing a class to `action_item` block. [#4997] by [@Fivell]
159
527
  * Add pagination to the comments section. [#5088] by [@alex-bogomolov]
160
528
 
161
- ## 1.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v0.6.3...v1.0.0)
529
+ ## 1.0.0 [☰](https://github.com/activeadmin/activeadmin/compare/v0.6.3..v1.0.0)
162
530
 
163
531
  ### Breaking Changes
164
532
 
@@ -173,21 +541,16 @@
173
541
 
174
542
  ### Enhancements
175
543
 
176
- #### Major
177
-
178
544
  * Migration from Metasearch to Ransack. [#1979] by [@seanlinsley]
179
545
  * Rails 4 support. [#2326] by many people :heart:
180
546
  * Rails 4.2 support. [#3731] by [@gonzedge] and [@timoschilling]
181
547
  * Rails 5 support. [#4254] by [@seanlinsley]
182
548
  * Rails 5.1 support. [#4882] by [@varyonic]
183
-
184
- #### Minor
185
-
186
549
  * "Create another" checkbox for the new resource page. [#4477] by [@bolshakov]
187
550
  * Page supports belongs_to. [#4759] by [@Fivell] and [@zorab47]
188
551
  * Support for custom sorting strategies. [#4768] by [@Fivell]
189
552
  * Stream CSV downloads as they're generated. [#3038] by [@craigmcnamara]
190
- * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
553
+ * Disable streaming in development for easier debugging. [#3535] by [@seanlinsley]
191
554
  * Improved code reloading. [#3783] by [@chancancode]
192
555
  * Do not auto link to inaccessible actions. [#3686] by [@pranas]
193
556
  * Allow to enable comments on per-resource basis. [#3695] by [@pranas]
@@ -247,6 +610,8 @@
247
610
  ActiveSupport::Notifications.publish ActiveAdmin::Application::BeforeLoadEvent, "some data"
248
611
  ```
249
612
 
613
+ * `action_item` without a name, to introduce a solution for removing action items (`remove_action_item(name)`). [#3091] by [@amiel]
614
+
250
615
  ## Previous Changes
251
616
 
252
617
  Please check [0-6-stable] for previous changes.
@@ -284,6 +649,9 @@ Please check [0-6-stable] for previous changes.
284
649
  [#5043]: https://github.com/activeadmin/activeadmin/issues/5043
285
650
  [#5198]: https://github.com/activeadmin/activeadmin/issues/5198
286
651
 
652
+ [21b6138f]: https://github.com/activeadmin/activeadmin/pull/5740/commits/21b6138fdcf58cd54c3f1d3f60cb1127b174b40f
653
+
654
+ [#3091]: https://github.com/activeadmin/activeadmin/pull/3091
287
655
  [#3435]: https://github.com/activeadmin/activeadmin/pull/3435
288
656
  [#4477]: https://github.com/activeadmin/activeadmin/pull/4477
289
657
  [#4731]: https://github.com/activeadmin/activeadmin/pull/4731
@@ -308,8 +676,12 @@ Please check [0-6-stable] for previous changes.
308
676
  [#5052]: https://github.com/activeadmin/activeadmin/pull/5052
309
677
  [#5060]: https://github.com/activeadmin/activeadmin/pull/5060
310
678
  [#5069]: https://github.com/activeadmin/activeadmin/pull/5069
679
+ [#5078]: https://github.com/activeadmin/activeadmin/pull/5078
680
+ [#5081]: https://github.com/activeadmin/activeadmin/pull/5081
311
681
  [#5088]: https://github.com/activeadmin/activeadmin/pull/5088
312
682
  [#5093]: https://github.com/activeadmin/activeadmin/pull/5093
683
+ [#5099]: https://github.com/activeadmin/activeadmin/pull/5099
684
+ [#5104]: https://github.com/activeadmin/activeadmin/pull/5104
313
685
  [#5119]: https://github.com/activeadmin/activeadmin/pull/5119
314
686
  [#5120]: https://github.com/activeadmin/activeadmin/pull/5120
315
687
  [#5125]: https://github.com/activeadmin/activeadmin/pull/5125
@@ -343,12 +715,15 @@ Please check [0-6-stable] for previous changes.
343
715
  [#5357]: https://github.com/activeadmin/activeadmin/pull/5357
344
716
  [#5359]: https://github.com/activeadmin/activeadmin/pull/5359
345
717
  [#5368]: https://github.com/activeadmin/activeadmin/pull/5368
718
+ [#5370]: https://github.com/activeadmin/activeadmin/pull/5370
346
719
  [#5375]: https://github.com/activeadmin/activeadmin/pull/5375
347
720
  [#5376]: https://github.com/activeadmin/activeadmin/pull/5376
348
721
  [#5399]: https://github.com/activeadmin/activeadmin/pull/5399
349
722
  [#5401]: https://github.com/activeadmin/activeadmin/pull/5401
350
723
  [#5408]: https://github.com/activeadmin/activeadmin/pull/5408
351
724
  [#5413]: https://github.com/activeadmin/activeadmin/pull/5413
725
+ [#5417]: https://github.com/activeadmin/activeadmin/pull/5417
726
+ [#5418]: https://github.com/activeadmin/activeadmin/pull/5418
352
727
  [#5433]: https://github.com/activeadmin/activeadmin/pull/5433
353
728
  [#5446]: https://github.com/activeadmin/activeadmin/pull/5446
354
729
  [#5448]: https://github.com/activeadmin/activeadmin/pull/5448
@@ -356,65 +731,273 @@ Please check [0-6-stable] for previous changes.
356
731
  [#5458]: https://github.com/activeadmin/activeadmin/pull/5458
357
732
  [#5461]: https://github.com/activeadmin/activeadmin/pull/5461
358
733
  [#5464]: https://github.com/activeadmin/activeadmin/pull/5464
734
+ [#5486]: https://github.com/activeadmin/activeadmin/pull/5486
359
735
  [#5501]: https://github.com/activeadmin/activeadmin/pull/5501
736
+ [#5504]: https://github.com/activeadmin/activeadmin/pull/5504
360
737
  [#5517]: https://github.com/activeadmin/activeadmin/pull/5517
361
738
  [#5537]: https://github.com/activeadmin/activeadmin/pull/5537
739
+ [#5548]: https://github.com/activeadmin/activeadmin/pull/5548
740
+ [#5555]: https://github.com/activeadmin/activeadmin/pull/5555
362
741
  [#5583]: https://github.com/activeadmin/activeadmin/pull/5583
742
+ [#5590]: https://github.com/activeadmin/activeadmin/pull/5590
743
+ [#5608]: https://github.com/activeadmin/activeadmin/pull/5608
363
744
  [#5611]: https://github.com/activeadmin/activeadmin/pull/5611
364
-
745
+ [#5627]: https://github.com/activeadmin/activeadmin/pull/5627
746
+ [#5631]: https://github.com/activeadmin/activeadmin/pull/5631
747
+ [#5632]: https://github.com/activeadmin/activeadmin/pull/5632
748
+ [#5650]: https://github.com/activeadmin/activeadmin/pull/5650
749
+ [#5660]: https://github.com/activeadmin/activeadmin/pull/5660
750
+ [#5662]: https://github.com/activeadmin/activeadmin/pull/5662
751
+ [#5710]: https://github.com/activeadmin/activeadmin/pull/5710
752
+ [#5726]: https://github.com/activeadmin/activeadmin/pull/5726
753
+ [#5738]: https://github.com/activeadmin/activeadmin/pull/5738
754
+ [#5740]: https://github.com/activeadmin/activeadmin/pull/5740
755
+ [#5751]: https://github.com/activeadmin/activeadmin/pull/5751
756
+ [#5758]: https://github.com/activeadmin/activeadmin/pull/5758
757
+ [#5777]: https://github.com/activeadmin/activeadmin/pull/5777
758
+ [#5794]: https://github.com/activeadmin/activeadmin/pull/5794
759
+ [#5800]: https://github.com/activeadmin/activeadmin/pull/5800
760
+ [#5801]: https://github.com/activeadmin/activeadmin/pull/5801
761
+ [#5802]: https://github.com/activeadmin/activeadmin/pull/5802
762
+ [#5811]: https://github.com/activeadmin/activeadmin/pull/5811
763
+ [#5816]: https://github.com/activeadmin/activeadmin/pull/5816
764
+ [#5822]: https://github.com/activeadmin/activeadmin/pull/5822
765
+ [#5826]: https://github.com/activeadmin/activeadmin/pull/5826
766
+ [#5831]: https://github.com/activeadmin/activeadmin/pull/5831
767
+ [#5842]: https://github.com/activeadmin/activeadmin/pull/5842
768
+ [#5854]: https://github.com/activeadmin/activeadmin/pull/5854
769
+ [#5855]: https://github.com/activeadmin/activeadmin/pull/5855
770
+ [#5867]: https://github.com/activeadmin/activeadmin/pull/5867
771
+ [#5870]: https://github.com/activeadmin/activeadmin/pull/5870
772
+ [#5874]: https://github.com/activeadmin/activeadmin/pull/5874
773
+ [#5877]: https://github.com/activeadmin/activeadmin/pull/5877
774
+ [#5886]: https://github.com/activeadmin/activeadmin/pull/5886
775
+ [#5887]: https://github.com/activeadmin/activeadmin/pull/5887
776
+ [#5894]: https://github.com/activeadmin/activeadmin/pull/5894
777
+ [#5895]: https://github.com/activeadmin/activeadmin/pull/5895
778
+ [#5929]: https://github.com/activeadmin/activeadmin/pull/5929
779
+ [#5931]: https://github.com/activeadmin/activeadmin/pull/5931
780
+ [#5938]: https://github.com/activeadmin/activeadmin/pull/5938
781
+ [#5943]: https://github.com/activeadmin/activeadmin/pull/5943
782
+ [#5946]: https://github.com/activeadmin/activeadmin/pull/5946
783
+ [#5956]: https://github.com/activeadmin/activeadmin/pull/5956
784
+ [#5957]: https://github.com/activeadmin/activeadmin/pull/5957
785
+ [#5994]: https://github.com/activeadmin/activeadmin/pull/5994
786
+ [#6000]: https://github.com/activeadmin/activeadmin/pull/6000
787
+ [#6002]: https://github.com/activeadmin/activeadmin/pull/6002
788
+ [#6047]: https://github.com/activeadmin/activeadmin/pull/6047
789
+ [#6086]: https://github.com/activeadmin/activeadmin/pull/6086
790
+ [#6099]: https://github.com/activeadmin/activeadmin/pull/6099
791
+ [#6124]: https://github.com/activeadmin/activeadmin/pull/6124
792
+ [#6149]: https://github.com/activeadmin/activeadmin/pull/6149
793
+ [#6195]: https://github.com/activeadmin/activeadmin/pull/6195
794
+ [#6198]: https://github.com/activeadmin/activeadmin/pull/6198
795
+ [#6210]: https://github.com/activeadmin/activeadmin/pull/6210
796
+ [#6221]: https://github.com/activeadmin/activeadmin/pull/6221
797
+ [#6232]: https://github.com/activeadmin/activeadmin/pull/6232
798
+ [#6249]: https://github.com/activeadmin/activeadmin/pull/6249
799
+ [#6315]: https://github.com/activeadmin/activeadmin/pull/6315
800
+ [#6318]: https://github.com/activeadmin/activeadmin/pull/6318
801
+ [#6341]: https://github.com/activeadmin/activeadmin/pull/6341
802
+ [#6342]: https://github.com/activeadmin/activeadmin/pull/6342
803
+ [#6368]: https://github.com/activeadmin/activeadmin/pull/6368
804
+ [#6393]: https://github.com/activeadmin/activeadmin/pull/6393
805
+ [#6422]: https://github.com/activeadmin/activeadmin/pull/6422
806
+ [#6451]: https://github.com/activeadmin/activeadmin/pull/6451
807
+ [#6460]: https://github.com/activeadmin/activeadmin/pull/6460
808
+ [#6462]: https://github.com/activeadmin/activeadmin/pull/6462
809
+ [#6482]: https://github.com/activeadmin/activeadmin/pull/6482
810
+ [#6487]: https://github.com/activeadmin/activeadmin/pull/6487
811
+ [#6523]: https://github.com/activeadmin/activeadmin/pull/6523
812
+ [#6535]: https://github.com/activeadmin/activeadmin/pull/6535
813
+ [#6536]: https://github.com/activeadmin/activeadmin/pull/6536
814
+ [#6548]: https://github.com/activeadmin/activeadmin/pull/6548
815
+ [#6583]: https://github.com/activeadmin/activeadmin/pull/6583
816
+ [#6584]: https://github.com/activeadmin/activeadmin/pull/6584
817
+ [#6872]: https://github.com/activeadmin/activeadmin/pull/6872
818
+ [#6873]: https://github.com/activeadmin/activeadmin/pull/6873
819
+ [#6884]: https://github.com/activeadmin/activeadmin/pull/6884
820
+ [#6906]: https://github.com/activeadmin/activeadmin/pull/6906
821
+ [#6915]: https://github.com/activeadmin/activeadmin/pull/6915
822
+ [#6916]: https://github.com/activeadmin/activeadmin/pull/6916
823
+ [#6922]: https://github.com/activeadmin/activeadmin/pull/6922
824
+ [#6936]: https://github.com/activeadmin/activeadmin/pull/6936
825
+ [#6954]: https://github.com/activeadmin/activeadmin/pull/6954
826
+ [#6959]: https://github.com/activeadmin/activeadmin/pull/6959
827
+ [#7002]: https://github.com/activeadmin/activeadmin/pull/7002
828
+ [#7013]: https://github.com/activeadmin/activeadmin/pull/7013
829
+ [#7095]: https://github.com/activeadmin/activeadmin/pull/7095
830
+ [#7127]: https://github.com/activeadmin/activeadmin/pull/7127
831
+ [#7144]: https://github.com/activeadmin/activeadmin/pull/7144
832
+ [#7170]: https://github.com/activeadmin/activeadmin/pull/7170
833
+ [#7181]: https://github.com/activeadmin/activeadmin/pull/7181
834
+ [#7205]: https://github.com/activeadmin/activeadmin/pull/7205
835
+ [#7235]: https://github.com/activeadmin/activeadmin/pull/7235
836
+ [#7236]: https://github.com/activeadmin/activeadmin/pull/7236
837
+ [#7262]: https://github.com/activeadmin/activeadmin/pull/7262
838
+ [#7293]: https://github.com/activeadmin/activeadmin/pull/7293
839
+ [#7332]: https://github.com/activeadmin/activeadmin/pull/7332
840
+ [#7336]: https://github.com/activeadmin/activeadmin/pull/7336
841
+ [#7340]: https://github.com/activeadmin/activeadmin/pull/7340
842
+ [#7341]: https://github.com/activeadmin/activeadmin/pull/7341
843
+ [#7349]: https://github.com/activeadmin/activeadmin/pull/7349
844
+ [#7350]: https://github.com/activeadmin/activeadmin/pull/7350
845
+ [#7377]: https://github.com/activeadmin/activeadmin/pull/7377
846
+ [#7384]: https://github.com/activeadmin/activeadmin/pull/7384
847
+ [#7394]: https://github.com/activeadmin/activeadmin/pull/7394
848
+ [#7453]: https://github.com/activeadmin/activeadmin/pull/7453
849
+ [#7475]: https://github.com/activeadmin/activeadmin/pull/7475
850
+ [#7476]: https://github.com/activeadmin/activeadmin/pull/7476
851
+ [#7479]: https://github.com/activeadmin/activeadmin/pull/7479
852
+ [#7487]: https://github.com/activeadmin/activeadmin/pull/7487
853
+ [#7488]: https://github.com/activeadmin/activeadmin/pull/7488
854
+ [#7541]: https://github.com/activeadmin/activeadmin/pull/7541
855
+ [#7556]: https://github.com/activeadmin/activeadmin/pull/7556
856
+ [#7599]: https://github.com/activeadmin/activeadmin/pull/7599
857
+ [#7653]: https://github.com/activeadmin/activeadmin/pull/7653
858
+ [#7772]: https://github.com/activeadmin/activeadmin/pull/7772
859
+ [#7920]: https://github.com/activeadmin/activeadmin/pull/7920
860
+ [#7944]: https://github.com/activeadmin/activeadmin/pull/7944
861
+ [#7984]: https://github.com/activeadmin/activeadmin/pull/7984
862
+ [#7985]: https://github.com/activeadmin/activeadmin/pull/7985
863
+ [#7986]: https://github.com/activeadmin/activeadmin/pull/7986
864
+ [#7993]: https://github.com/activeadmin/activeadmin/pull/7993
865
+ [#8009]: https://github.com/activeadmin/activeadmin/pull/8009
866
+ [#8010]: https://github.com/activeadmin/activeadmin/pull/8010
867
+
868
+ [@1000ship]: https://github.com/1000ship
365
869
  [@5t111111]: https://github.com/5t111111
366
870
  [@aarek]: https://github.com/aarek
871
+ [@adler99]: https://github.com/adler99
872
+ [@agrobbin]: https://github.com/agrobbin
367
873
  [@ajw725]: https://github.com/ajw725
874
+ [@alejandroperea]: https://github.com/alejandroperea
368
875
  [@alex-bogomolov]: https://github.com/alex-bogomolov
876
+ [@amiel]: https://github.com/amiel
877
+ [@amit]: https://github.com/amit
878
+ [@amiuhle]: https://github.com/amiuhle
369
879
  [@andreslemik]: https://github.com/andreslemik
880
+ [@bartoszkopinski]: https://github.com/bartoszkopinski
881
+ [@bliof]: https://github.com/bliof
370
882
  [@blocknotes]: https://github.com/blocknotes
371
883
  [@bolshakov]: https://github.com/bolshakov
884
+ [@brunoarueira]: https://github.com/brunoarueira
885
+ [@brunvez]: https://github.com/brunvez
372
886
  [@buren]: https://github.com/buren
887
+ [@carlottostromstedt]: https://github.com/carlottostromstedt
373
888
  [@chancancode]: https://github.com/chancancode
889
+ [@chrp]: https://github.com/chrp
374
890
  [@chumakoff]: https://github.com/chumakoff
891
+ [@cprodhomme]: https://github.com/cprodhomme
375
892
  [@craigmcnamara]: https://github.com/craigmcnamara
376
893
  [@DanielHeath]: https://github.com/DanielHeath
377
894
  [@deivid-rodriguez]: https://github.com/deivid-rodriguez
378
895
  [@dennisvdvliet]: https://github.com/dennisvdvliet
379
896
  [@dhyegofernando]: https://github.com/dhyegofernando
897
+ [@dkniffin]: https://github.com/dkniffin
380
898
  [@dmitry]: https://github.com/dmitry
381
899
  [@drn]: https://github.com/drn
382
900
  [@eikes]: https://github.com/eikes
383
901
  [@f1sherman]: https://github.com/f1sherman
902
+ [@FabioRos]: https://github.com/FabioRos
384
903
  [@faucct]: https://github.com/faucct
385
904
  [@Fivell]: https://github.com/Fivell
905
+ [@Fs00]: https://github.com/Fs00
906
+ [@fuzziness]: https://github.com/fuzziness
907
+ [@gabo-cs]: https://github.com/gabo-cs
908
+ [@giapnhdev]: https://github.com/giapnhdev
909
+ [@gigorok]: https://github.com/gigorok
386
910
  [@glebtv]: https://github.com/glebtv
387
911
  [@gonzedge]: https://github.com/gonzedge
912
+ [@guigs]: https://github.com/guigs
913
+ [@HappyKadaver]: https://github.com/HappyKadaver
914
+ [@hfl]: https://github.com/hfl
915
+ [@imcvampire]: https://github.com/imcvampire
388
916
  [@innparusu95]: https://github.com/innparusu95
917
+ [@ionut998]: https://github.com/ionut998
918
+ [@irmela]: https://github.com/irmela
919
+ [@ispyropoulos]: https://github.com/ispyropoulos
920
+ [@Ivanov-Anton]: https://github.com/Ivanov-Anton
389
921
  [@jasl]: https://github.com/jasl
922
+ [@javawizard]: https://github.com/javawizard
390
923
  [@javierjulio]: https://github.com/javierjulio
391
924
  [@jawa]: https://github.com/jawa
925
+ [@jaynetics]: https://github.com/jaynetics
926
+ [@JewelSam]: https://github.com/JewelSam
392
927
  [@JiiHu]: https://github.com/JiiHu
928
+ [@jiikko]: https://github.com/jiikko
393
929
  [@johnnyshields]: https://github.com/johnnyshields
930
+ [@jscheid]: https://github.com/jscheid
931
+ [@juril33t]: https://github.com/juril33t
932
+ [@jwesorick]: https://github.com/jwesorick
933
+ [@Karoid]: https://github.com/Karoid
394
934
  [@kjeldahl]: https://github.com/kjeldahl
935
+ [@ko-lem]: https://github.com/ko-lem
395
936
  [@kobeumut]: https://github.com/kobeumut
937
+ [@Kris-LIBIS]: https://github.com/Kris-LIBIS
938
+ [@krzcho]: https://github.com/krzcho
939
+ [@kwent]: https://github.com/kwent
940
+ [@lanzhiheng]: https://github.com/lanzhiheng
396
941
  [@leio10]: https://github.com/leio10
942
+ [@littleforest]: https://github.com/littleforest
943
+ [@Looooong]: https://github.com/Looooong
944
+ [@lubosch]: https://github.com/lubosch
397
945
  [@markstory]: https://github.com/markstory
398
946
  [@mauriciopasquier]: https://github.com/mauriciopasquier
399
947
  [@mconiglio]: https://github.com/mconiglio
948
+ [@mgrunberg]: https://github.com/mgrunberg
949
+ [@micred]: https://github.com/micred
950
+ [@mirelon]: https://github.com/mirelon
951
+ [@MmKolodziej]: https://github.com/MmKolodziej
952
+ [@mshalaby]: https://github.com/mshalaby
953
+ [@munen]: https://github.com/munen
954
+ [@mvz]: https://github.com/mvz
955
+ [@ndbroadbent]: https://github.com/ndbroadbent
956
+ [@ngouy]: https://github.com/ngouy
400
957
  [@Nguyenanh]: https://github.com/Nguyenanh
958
+ [@orkhan]: https://github.com/orkhan
959
+ [@panasyuk]: https://github.com/panasyuk
401
960
  [@PChambino]: https://github.com/PChambino
402
961
  [@potatosalad]: https://github.com/potatosalad
403
962
  [@pranas]: https://github.com/pranas
963
+ [@ray-curran]: https://github.com/ray-curran
404
964
  [@renotocn]: https://github.com/renotocn
965
+ [@rn0rno]: https://github.com/rn0rno
405
966
  [@RobinvanderVliet]: https://github.com/RobinvanderVliet
406
967
  [@rogerkk]: https://github.com/rogerkk
968
+ [@roramirez]: https://github.com/roramirez
969
+ [@rs-phunt]: https://github.com/rs-phunt
970
+ [@sanfrecce-osaka]: https://github.com/sanfrecce-osaka
407
971
  [@seanlinsley]: https://github.com/seanlinsley
972
+ [@sergey-alekseev]: https://github.com/sergey-alekseev
973
+ [@sgara]: https://github.com/sgara
408
974
  [@ShallmentMo]: https://github.com/ShallmentMo
409
975
  [@shekibobo]: https://github.com/shekibobo
410
976
  [@shouya]: https://github.com/shouya
977
+ [@sjieg]: https://github.com/sjieg
978
+ [@sprql]: https://github.com/sprql
411
979
  [@stefsava]: https://github.com/stefsava
412
980
  [@stereoscott]: https://github.com/stereoscott
981
+ [@tagliala]: https://github.com/tagliala
982
+ [@taralbass]: https://github.com/taralbass
983
+ [@tf]: https://github.com/tf
413
984
  [@tiagotex]: https://github.com/tiagotex
414
985
  [@timoschilling]: https://github.com/timoschilling
415
986
  [@TimPetricola]: https://github.com/TimPetricola
987
+ [@timwis]: https://github.com/timwis
988
+ [@tomgilligan]: https://github.com/tomgilligan
989
+ [@TonyArra]: https://github.com/TonyArra
990
+ [@tordans]: https://github.com/tordans
991
+ [@tvziet]: https://github.com/tvziet
992
+ [@utkarsh2102]: https://github.com/utkarsh2102
416
993
  [@varyonic]: https://github.com/varyonic
994
+ [@vcsjones]: https://github.com/vcsjones
995
+ [@vfonic]: https://github.com/vfonic
996
+ [@violeta-p]: https://github.com/violeta-p
997
+ [@vlad-psh]: https://github.com/vlad-psh
998
+ [@WaKeMaTTa]: https://github.com/WaKeMaTTa
417
999
  [@wasifhossain]: https://github.com/wasifhossain
1000
+ [@westonganger]: https://github.com/westonganger
418
1001
  [@Wowu]: https://github.com/Wowu
419
1002
  [@wspurgin]: https://github.com/wspurgin
420
1003
  [@zorab47]: https://github.com/zorab47