fullstack-admin 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/TODO.md CHANGED
@@ -1,16 +1,12 @@
1
1
  # Fullstack Admin Roadmap
2
2
 
3
+ * Fix production issues
4
+
3
5
  * Multiple choice input with chosen
4
6
 
5
7
  * Image inputs + detect smaller image size for thumbnails
6
8
 
7
9
  * Inference of input type from model
8
- eg.
9
- field :text, :text, :markup => true
10
- ->
11
- input :text, :as => :markup
12
-
13
- or
14
10
  has_attached :photo, :image => true
15
11
  ->
16
12
  input :photo, :as => :image
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.27
1
+ 0.1.28
@@ -1,12 +1,12 @@
1
1
  <% content_for :menu do -%>
2
2
 
3
3
  <%= nav do %>
4
- <%= nav_item t('fullstack.admin.dashboard', :default => "Dashboard"), admin_root_path, :icon => "cog" , :icon_color => :white %>
4
+ <%= nav_item t('fullstack.admin.dashboard', :default => "Dashboard"), admin_root_path, :icon => "cog" %>
5
5
  <% end %>
6
6
 
7
7
  <%= nav(:class => 'float right') do %>
8
- <%= nav_item t('fullstack.admin.homepage', :default => "Homepage"), "/", :icon => "home" , :icon_color => :white %>
9
- <%= dropdown_nav_item t('fullstack.admin.account', :default => "Account"), :icon => "user" , :icon_color => :white do %>
8
+ <%= nav_item t('fullstack.admin.homepage', :default => "Homepage"), "/", :icon => "home" %>
9
+ <%= dropdown_nav_item t('fullstack.admin.account', :default => "Account"), :icon => "user" do %>
10
10
  <%= nav_item t('fullstack.admin.logout', :default => "Logout"), destroy_user_session_path, :method => :delete %>
11
11
  <% end %>
12
12
  <% end %>
@@ -57,4 +57,5 @@ it:
57
57
  speaker: "Relatore"
58
58
  learning_module: "Modulo didattico"
59
59
  lecture_room: "Aula"
60
- speakers: "Relatori"
60
+ speakers: "Relatori"
61
+ event: "Evento"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-admin"
8
- s.version = "0.1.27"
8
+ s.version = "0.1.28"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
12
- s.date = "2012-08-20"
12
+ s.date = "2012-08-22"
13
13
  s.description = "Administration interface framework for fullstack"
14
14
  s.email = "maurizio.cas@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullstack-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -1328,7 +1328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1328
1328
  version: '0'
1329
1329
  segments:
1330
1330
  - 0
1331
- hash: 3275286409698145843
1331
+ hash: 3776042886203980562
1332
1332
  required_rubygems_version: !ruby/object:Gem::Requirement
1333
1333
  none: false
1334
1334
  requirements: