## Master Nothing yet ## 0.3.4 2 commits by 2 authors ### Bug Fixes * Fix reloading issues across operating systems. * Fix issue where SASS was recompiling on every request. This can seriously decrease the load time of applications when running in development mode. Thanks @dhiemstra for tracking this one down! ### Contributors * Danny Hiemstra * Greg Bell ## 0.3.3 1 commit by 1 author ### Enhancements * Only reload Active Admin when files in the load paths have changed. This is a major speed increase in development mode. Also helps with memory consumption because we aren't reloading Active admin all the time. ### Contributors * Greg Bell ## 0.3.2 45 commits by 15 contributors ### Enhancements * Site title can now be a link. Use config.site_title_link in config/initializers/active_admin.rb * i18n support for Japanese * i18n support for Bulgarian * i18n support for Swedish ### Bug Fixes * DeviseGenerator respects singular table names * Active Admin no longer assumes sass-rails is installed * Arbre::Context passes methods to the underlying html which fixes issues on different types of servers (and on Heroku) * #45: Fix for multibyte characters (@tricknotes) * #505: Fix titlebar height when no breadcrumb (@mattvague) * Fixed vertical align in dashboard * Fixed i18n path's for multi-word model names ### Dependencies * Formtastic 2.0.0 breaks Active Admin. Locking to < 2.0.0 ### Contributors * Amiel Martin * Christian Hjalmarsson * Edgars Beigarts * Greg Bell * Jan Dupal * Joe Van * Mark Roghelia * Mathieu Martin * Matt Vague * Philippe Creux * Ryunosuke SATO * Sam Vincent * Trace Wax * Tsvetan Roustchev * l4u ## 0.3.1 * Only support InheritedResources up to 1.2.2 ## 0.3.0 326 commits by 35 contributors ### New Features * I18n! Now supported in 10 languages! * Customizeable CSV ([@pcreux][], [@gregbell][]) * Menus now support `if` and `priority` (Moritz Lawitschka) * Rails 3.1 support * Asset pipeline support ([@gregbell][]) * `skip_before_filter` now supported in DSL ([@shayfrendt][]) * Added a blank slate design ([@mattvague][]) * Collection and Member actions use the Active Admin layout ([@gregbell][]) ### Enhancements * Better I18n config file loading ([@fabiokr][]) * `TableFor` now supports I18n headers ([@fabiokr][]) * `AttributesTable` now supports I18n attributes ([@fabiokr][]) * Member actions all use CSS class `member_link` ([@doug316][]) * Made `status_tag` an Arbre component ([@pcreux][]) * CSV downloads have sexy names such as "articles-2011-06-21.csv" ([@pcreux][]) * Created `ActiveAdmin::Setting` to easily create settings ([@gregbell][]) * New datepicker styles ([@mattvague][]) * Set `[@page_title][]` in member action to render a custom title ([@gregbell][]) * [#248][]: Settable logout link options in initializer ([@gregbell][]) * Added a DependencyChecker that warns if dependencies aren't met ([@pcreux][]) ### Bug Fixes * [#52][]: Fix update action with STI models ([@gregbell][]) * [#122][]: Fix sortable columns on nested resources ([@knoopx][]) * Fix so that Dashboard Sections can appear in root namespace ([@knoopx][]) * [#131][]: Fixed `status_tag` with nil content ([@pcreux][]) * [#110][]: Fixed dropdown menu floats in Firefox ([@mattvague][]) * Use quoted table names ([@krug][]) * Fixed CSS float of `.paginated_collection_contents` bug in Firefox ([@mattvague][]) * Removed unwanted gradient in IE in attribute table headers ([@emzeq][]) * [#222][]: Added `Arbre::Context#length` for Rack servers ([@gregbell][]) * [#255][]: Fixed problem with dropdown menus in IE8 and IE9 ([@mattvague][]) * [#235][]: Default sort order should use primary_key ([@gregbell][]) * [#197][]: Fixed issues with #form params disappearing ([@rolfb][]) * [#186][]: Fixes for when `default_namespace = false` ([@gregbell][]) * [#135][]: Comments on STI classes redirect correctly ([@gregbell][]) * [#77][]: Fixed performance issue where ActiveRecord::Base.all was being called ([@pcreux][]) * [#332][]: Fixed Devise redirection when in false namespace ([@gregbell][]) * [#171][]: Fixed issue where class names would clash with HTML object names ([@gregbell][]) * [#381][]: Fixed issues with Devise < 1.2 ([@pcreux][]) * [#369][]: Added support for pluralized model names such as News ([@gregbell][]) * [#42][]: Default forms work with polymorphic associations ([@mattvague][]) ### Dependencies * Switched from will_paginate to Kaminari for pagination ([@mwindwer][]) * Removed dependency on InheritedViews ([@gregbell][]) * Removed Jeweler. Using Bundler and a gemspec ([@gregbell][]) ### Contributors * Armand du Plessis * Aurelio Agundez * Bruno Bonamin * Chris Ostrowski * Corey Woodcox * DeLynn Berry * Doug Puchalski * Fabio Kreusch * Greg Bell * Ismael G Marin C * Jackson Pires * Jesper Hvirring Henriksen * Josef Šimánek * Jørgen Orehøj Erichsen * Liborio Cannici * Matt Vague * Matthew Windwer * Moritz Lawitschka * Nathan Le Ray * Nicolas Mosconi * Philippe Creux * Rolf Bjaanes * Ryan D Johnson * Ryan Krug * Shay Frendt * Steve Klabnik * Tiago Rafael Godinho * Toby Hede * Vijay Dev * Víctor Martínez * doabit * hoverlover * nhurst * whatthewhat * Łukasz Anwajler ## 0.2.2 (2011-05-26) 68 Commits by 13 Contributors ### Features & Enhancements * Arbre includes self closing tags ([#100][]) * Controller class & action added to body as CSS classes ([#99][]) * HAML is not required by default ([#92][]) * Devise login now respects Devise.authentication_keys ([#69][]) * Active Admin no longer uses ActiveRecord::Base#search ([#28][]) * Resource's can now override the label in the menu ([#48][]) * Subdirectories are now loaded in the Active Admin load path ### Bug Fixes * Sort order now includes table name ([#38][]) * Fixed table_for 'odd', 'even' row classes ([#96][]) * Fixed Devise installation if AdminUser already exists ([#95][]) * Fixed issues when ActiveAdmin.default_namespaces is false ([#32][]) * Added styles for missing HTML 5 inputs ([#31][]) * Fixed issue if adding empty Active Admin Comment ([#21][]) * Fixed layout issues in FF 4 ([#22][]) * Use Sass::Plugin.options[:css_location] instead of Rails.root ([#55][]) ### Test Suite * Update RSpec to latest & fix specs (Thanks Ben Marini & Jeremt Ruppel!) ([#100][]) * Added tests for STI models ([#52][]) ### Contributors * Ben Marini * Bookis Smuin * Caley Woods * Doug Puchalski * Federico Romero * Greg Bell * Ian MacLeod * Jeremy Ruppel * Jordan Sitkin * Juha Suuraho * Mathieu Martin * Paul Annesley * Philippe Creux ## 0.2.1 (2011-05-12) ### Bug Fixes * Fixed issue with dashboard rendering a sidebar ## 0.2.0 (2011-05-12) 0.2.0 is essentially an entire re-write of Active Admin. Here are some of the highlights. 250 commits. Enough said. ### Features & Enhancements * Full visual redesign * Integrated Devise for authentication * Brand new view and component layer called Arbre (Project coming soon) * Added ActiveAdmin::Comments ### Bug Fixes * Too many to list! Been in production for close to a year ## 0.1.1 (2010-09-15) ### Bug Fixes * Fixed issues running on Ruby 1.9.2 ## 0.1.0 * Initial release [#21]: https://github.com/gregbell/active_admin/issues/21 [#22]: https://github.com/gregbell/active_admin/issues/22 [#28]: https://github.com/gregbell/active_admin/issues/28 [#31]: https://github.com/gregbell/active_admin/issues/31 [#32]: https://github.com/gregbell/active_admin/issues/32 [#38]: https://github.com/gregbell/active_admin/issues/38 [#42]: https://github.com/gregbell/active_admin/issues/42 [#48]: https://github.com/gregbell/active_admin/issues/48 [#52]: https://github.com/gregbell/active_admin/issues/52 [#55]: https://github.com/gregbell/active_admin/issues/55 [#69]: https://github.com/gregbell/active_admin/issues/69 [#77]: https://github.com/gregbell/active_admin/issues/77 [#92]: https://github.com/gregbell/active_admin/issues/92 [#95]: https://github.com/gregbell/active_admin/issues/95 [#96]: https://github.com/gregbell/active_admin/issues/96 [#99]: https://github.com/gregbell/active_admin/issues/99 [#100]: https://github.com/gregbell/active_admin/issues/100 [#110]: https://github.com/gregbell/active_admin/issues/110 [#122]: https://github.com/gregbell/active_admin/issues/122 [#131]: https://github.com/gregbell/active_admin/issues/131 [#135]: https://github.com/gregbell/active_admin/issues/135 [#171]: https://github.com/gregbell/active_admin/issues/171 [#186]: https://github.com/gregbell/active_admin/issues/186 [#197]: https://github.com/gregbell/active_admin/issues/197 [#222]: https://github.com/gregbell/active_admin/issues/222 [#235]: https://github.com/gregbell/active_admin/issues/235 [#248]: https://github.com/gregbell/active_admin/issues/248 [#255]: https://github.com/gregbell/active_admin/issues/255 [#332]: https://github.com/gregbell/active_admin/issues/332 [#369]: https://github.com/gregbell/active_admin/issues/369 [#381]: https://github.com/gregbell/active_admin/issues/381 [@doug316]: https://github.com/doug316 [@emzeq]: https://github.com/emzeq [@fabiokr]: https://github.com/fabiokr [@gregbell]: https://github.com/gregbell [@knoopx]: https://github.com/knoopx [@krug]: https://github.com/krug [@mattvague]: https://github.com/mattvague [@mwindwer]: https://github.com/mwindwer [@page_title]: https://github.com/page_title [@pcreux]: https://github.com/pcreux [@rolfb]: https://github.com/rolfb [@shayfrendt]: https://github.com/shayfrendt