Skip to content

Commit 8b6423b

Browse files
committed
PimpMyChangelog!
1 parent e613544 commit 8b6423b

File tree

1 file changed

+101
-56
lines changed

1 file changed

+101
-56
lines changed

CHANGELOG.md

Lines changed: 101 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -9,56 +9,56 @@ Nothing yet
99
### New Features
1010

1111
* I18n! Now supported in 10 languages!
12-
* Customizeable CSV (@pcreux, @gregbell)
12+
* Customizeable CSV ([@pcreux][], [@gregbell][])
1313
* Menus now support `if` and `priority` (Moritz Lawitschka)
1414
* Rails 3.1 support
15-
* Asset pipeline support (@gregbell)
16-
* `skip_before_filter` now supported in DSL (@shayfrendt)
17-
* Added a blank slate design (@mattvague)
18-
* Collection and Member actions use the Active Admin layout (@gregbell)
15+
* Asset pipeline support ([@gregbell][])
16+
* `skip_before_filter` now supported in DSL ([@shayfrendt][])
17+
* Added a blank slate design ([@mattvague][])
18+
* Collection and Member actions use the Active Admin layout ([@gregbell][])
1919

2020
### Enhancements
2121

22-
* Better I18n config file loading (@fabiokr)
23-
* `TableFor` now supports I18n headers (@fabiokr)
24-
* `AttributesTable` now supports I18n attributes (@fabiokr)
25-
* Member actions all use CSS class `member_link` (@doug316)
26-
* Made `status_tag` an Arbre component (@pcreux)
27-
* CSV downloads have sexy names such as "articles-2011-06-21.csv" (@pcreux)
28-
* Created `ActiveAdmin::Setting` to easily create settings (@gregbell)
29-
* New datepicker styles (@mattvague)
30-
* Set `@page_title` in member action to render a custom title (@gregbell)
31-
* #248: Settable logout link options in initializer (@gregbell)
32-
* Added a DependencyChecker that warns if dependencies aren't met (@pcreux)
22+
* Better I18n config file loading ([@fabiokr][])
23+
* `TableFor` now supports I18n headers ([@fabiokr][])
24+
* `AttributesTable` now supports I18n attributes ([@fabiokr][])
25+
* Member actions all use CSS class `member_link` ([@doug316][])
26+
* Made `status_tag` an Arbre component ([@pcreux][])
27+
* CSV downloads have sexy names such as "articles-2011-06-21.csv" ([@pcreux][])
28+
* Created `ActiveAdmin::Setting` to easily create settings ([@gregbell][])
29+
* New datepicker styles ([@mattvague][])
30+
* Set `[@page_title][]` in member action to render a custom title ([@gregbell][])
31+
* [#248][]: Settable logout link options in initializer ([@gregbell][])
32+
* Added a DependencyChecker that warns if dependencies aren't met ([@pcreux][])
3333

3434
### Bug Fixes
3535

36-
* #52: Fix update action with STI models (@gregbell)
37-
* #122: Fix sortable columns on nested resources (@knoopx)
38-
* Fix so that Dashboard Sections can appear in root namespace (@knoopx)
39-
* #131: Fixed `status_tag` with nil content (@pcreux)
40-
* #110: Fixed dropdown menu floats in Firefox (@mattvague)
41-
* Use quoted table names (@krug)
42-
* Fixed CSS float of `.paginated_collection_contents` bug in Firefox (@mattvague)
43-
* Removed unwanted gradient in IE in attribute table headers (@emzeq)
44-
* #222: Added `Arbre::Context#length` for Rack servers (@gregbell)
45-
* #255: Fixed problem with dropdown menus in IE8 and IE9 (@mattvague)
46-
* #235: Default sort order should use primary_key (@gregbell)
47-
* #197: Fixed issues with #form params disappearing (@rolfb)
48-
* #186: Fixes for when `default_namespace = false` (@gregbell)
49-
* #135: Comments on STI classes redirect correctly (@gregbell)
50-
* #77: Fixed performance issue where ActiveRecord::Base.all was being called (@pcreux)
51-
* #332: Fixed Devise redirection when in false namespace (@gregbell)
52-
* #171: Fixed issue where class names would clash with HTML object names (@gregbell)
53-
* #381: Fixed issues with Devise < 1.2 (@pcreux)
54-
* #369: Added support for pluralized model names such as News (@gregbell)
55-
* #42: Default forms work with polymorphic associations (@mattvague)
36+
* [#52][]: Fix update action with STI models ([@gregbell][])
37+
* [#122][]: Fix sortable columns on nested resources ([@knoopx][])
38+
* Fix so that Dashboard Sections can appear in root namespace ([@knoopx][])
39+
* [#131][]: Fixed `status_tag` with nil content ([@pcreux][])
40+
* [#110][]: Fixed dropdown menu floats in Firefox ([@mattvague][])
41+
* Use quoted table names ([@krug][])
42+
* Fixed CSS float of `.paginated_collection_contents` bug in Firefox ([@mattvague][])
43+
* Removed unwanted gradient in IE in attribute table headers ([@emzeq][])
44+
* [#222][]: Added `Arbre::Context#length` for Rack servers ([@gregbell][])
45+
* [#255][]: Fixed problem with dropdown menus in IE8 and IE9 ([@mattvague][])
46+
* [#235][]: Default sort order should use primary_key ([@gregbell][])
47+
* [#197][]: Fixed issues with #form params disappearing ([@rolfb][])
48+
* [#186][]: Fixes for when `default_namespace = false` ([@gregbell][])
49+
* [#135][]: Comments on STI classes redirect correctly ([@gregbell][])
50+
* [#77][]: Fixed performance issue where ActiveRecord::Base.all was being called ([@pcreux][])
51+
* [#332][]: Fixed Devise redirection when in false namespace ([@gregbell][])
52+
* [#171][]: Fixed issue where class names would clash with HTML object names ([@gregbell][])
53+
* [#381][]: Fixed issues with Devise < 1.2 ([@pcreux][])
54+
* [#369][]: Added support for pluralized model names such as News ([@gregbell][])
55+
* [#42][]: Default forms work with polymorphic associations ([@mattvague][])
5656

5757
### Dependencies
5858

59-
* Switched from will_paginate to Kaminari for pagination (@mwindwer)
60-
* Removed dependency on InheritedViews (@gregbell)
61-
* Removed Jeweler. Using Bundler and a gemspec (@gregbell)
59+
* Switched from will_paginate to Kaminari for pagination ([@mwindwer][])
60+
* Removed dependency on InheritedViews ([@gregbell][])
61+
* Removed Jeweler. Using Bundler and a gemspec ([@gregbell][])
6262

6363
### Contributors
6464

@@ -105,29 +105,29 @@ Nothing yet
105105

106106
### Features & Enhancements
107107

108-
* Arbre includes self closing tags (#100)
109-
* Controller class & action added to body as CSS classes (#99)
110-
* HAML is not required by default (#92)
111-
* Devise login now respects Devise.authentication_keys (#69)
112-
* Active Admin no longer uses <tt>ActiveRecord::Base#search</tt> (#28)
113-
* Resource's can now override the label in the menu (#48)
108+
* Arbre includes self closing tags ([#100][])
109+
* Controller class & action added to body as CSS classes ([#99][])
110+
* HAML is not required by default ([#92][])
111+
* Devise login now respects Devise.authentication_keys ([#69][])
112+
* Active Admin no longer uses <tt>ActiveRecord::Base#search</tt> ([#28][])
113+
* Resource's can now override the label in the menu ([#48][])
114114
* Subdirectories are now loaded in the Active Admin load path
115115

116116
### Bug Fixes
117117

118-
* Sort order now includes table name (#38)
119-
* Fixed table_for 'odd', 'even' row classes (#96)
120-
* Fixed Devise installation if AdminUser already exists (#95)
121-
* Fixed issues when ActiveAdmin.default_namespaces is false (#32)
122-
* Added styles for missing HTML 5 inputs (#31)
123-
* Fixed issue if adding empty Active Admin Comment (#21)
124-
* Fixed layout issues in FF 4 (#22)
125-
* Use Sass::Plugin.options[:css_location] instead of Rails.root (#55)
118+
* Sort order now includes table name ([#38][])
119+
* Fixed table_for 'odd', 'even' row classes ([#96][])
120+
* Fixed Devise installation if AdminUser already exists ([#95][])
121+
* Fixed issues when ActiveAdmin.default_namespaces is false ([#32][])
122+
* Added styles for missing HTML 5 inputs ([#31][])
123+
* Fixed issue if adding empty Active Admin Comment ([#21][])
124+
* Fixed layout issues in FF 4 ([#22][])
125+
* Use Sass::Plugin.options[:css_location] instead of Rails.root ([#55][])
126126

127127
### Test Suite
128128

129-
* Update RSpec to latest & fix specs (Thanks Ben Marini & Jeremt Ruppel!) (#100)
130-
* Added tests for STI models (#52)
129+
* Update RSpec to latest & fix specs (Thanks Ben Marini & Jeremt Ruppel!) ([#100][])
130+
* Added tests for STI models ([#52][])
131131

132132
### Contributors
133133

@@ -174,4 +174,49 @@ of the highlights. 250 commits. Enough said.
174174

175175
## 0.1.0
176176

177-
e Initial release
177+
* Initial release
178+
179+
<!--- The following link definition list is generated by PimpMyChangelog --->
180+
[#21]: https://github.com/gregbell/active_admin/issues/21
181+
[#22]: https://github.com/gregbell/active_admin/issues/22
182+
[#28]: https://github.com/gregbell/active_admin/issues/28
183+
[#31]: https://github.com/gregbell/active_admin/issues/31
184+
[#32]: https://github.com/gregbell/active_admin/issues/32
185+
[#38]: https://github.com/gregbell/active_admin/issues/38
186+
[#42]: https://github.com/gregbell/active_admin/issues/42
187+
[#48]: https://github.com/gregbell/active_admin/issues/48
188+
[#52]: https://github.com/gregbell/active_admin/issues/52
189+
[#55]: https://github.com/gregbell/active_admin/issues/55
190+
[#69]: https://github.com/gregbell/active_admin/issues/69
191+
[#77]: https://github.com/gregbell/active_admin/issues/77
192+
[#92]: https://github.com/gregbell/active_admin/issues/92
193+
[#95]: https://github.com/gregbell/active_admin/issues/95
194+
[#96]: https://github.com/gregbell/active_admin/issues/96
195+
[#99]: https://github.com/gregbell/active_admin/issues/99
196+
[#100]: https://github.com/gregbell/active_admin/issues/100
197+
[#110]: https://github.com/gregbell/active_admin/issues/110
198+
[#122]: https://github.com/gregbell/active_admin/issues/122
199+
[#131]: https://github.com/gregbell/active_admin/issues/131
200+
[#135]: https://github.com/gregbell/active_admin/issues/135
201+
[#171]: https://github.com/gregbell/active_admin/issues/171
202+
[#186]: https://github.com/gregbell/active_admin/issues/186
203+
[#197]: https://github.com/gregbell/active_admin/issues/197
204+
[#222]: https://github.com/gregbell/active_admin/issues/222
205+
[#235]: https://github.com/gregbell/active_admin/issues/235
206+
[#248]: https://github.com/gregbell/active_admin/issues/248
207+
[#255]: https://github.com/gregbell/active_admin/issues/255
208+
[#332]: https://github.com/gregbell/active_admin/issues/332
209+
[#369]: https://github.com/gregbell/active_admin/issues/369
210+
[#381]: https://github.com/gregbell/active_admin/issues/381
211+
[@doug316]: https://github.com/doug316
212+
[@emzeq]: https://github.com/emzeq
213+
[@fabiokr]: https://github.com/fabiokr
214+
[@gregbell]: https://github.com/gregbell
215+
[@knoopx]: https://github.com/knoopx
216+
[@krug]: https://github.com/krug
217+
[@mattvague]: https://github.com/mattvague
218+
[@mwindwer]: https://github.com/mwindwer
219+
[@page_title]: https://github.com/page_title
220+
[@pcreux]: https://github.com/pcreux
221+
[@rolfb]: https://github.com/rolfb
222+
[@shayfrendt]: https://github.com/shayfrendt

0 commit comments

Comments
 (0)