Sha256: fbb9842e72a7e961a86d1950afe658c769a5b89cc8bdc31cecfb7d151f738c81

Contents?: true

Size: 1.89 KB

Versions: 1

Compression:

Stored size: 1.89 KB

Contents

# TKH Admin Panel 



## 0.2.1

* Added inline HTML editor


## 0.2

* Added german locale and translations. Upgrader need to run the update task and run migrations
* Added a site settings scaffold to be used throughout the whole app
* Improved style of forms


## 0.1.1

* Cleaned up CSS file
* Added li tag to items of the language switcher dropdown menu
* Minor text improvements in admin layout


## 0.1

* Added an update rake task.
* I18n-ized the title meta tag and H1 header in layout


## 0.0.9

* Fixed up generation of meta title and h1 title and customize them depending on whether there is a site_name setting.


## 0.0.8

* Added a link to public web site in admin panel header
* Refactored the setup rake task and generators. Although there are no needed translations now. The generator is ready to accommodate any which would be needed in the future.
* There is now a 'rake tkh_admin_panel task


## 0.0.7

* Added a switch_to_admin_layout controller extended instance method


## 0.0.6

* Removed _admin_sidebar.html.erb dependency by having a placeholder template in this gem
* Create installer to create an admin_sidebar template in host app
* Included login_info partial to the layout
* Polished language switcher to not show link of current language


## 0.0.5

* Added language switcher


## 0.0.4

* Admin layout doesn't blow up if SETTINGS constant is not initialized in host app


## 0.0.3

* Enabled popover and tooltip javascript functionality
* Added simple_form dependency to handle all admin forms
* Added a couple sections such as language switcher, footer, sidebar to the layout


## 0.0.2

* It is not anymore necessary to have the bootstrap-sass gem in the host application Gemfile
* It is not anymore necessary for precompile instructions to be mentioned in the host app's production environment file


## 0.0.1

* Hooked the layout to Twitter bootstrap
* Creation of admin.html.erb in layout folder

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_admin_panel-0.2.1 CHANGELOG.md