spud_blog 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,6 @@ Spud.Admin.Posts = new function(){
10
10
  this.edit = function(){
11
11
  initDatePicker();
12
12
 
13
-
14
- spud.admin.editor.initWithOptions({selector:'textarea.tinymce-blog'});
15
13
  $('.spud_post_add_category').live('click', self.clickedPostAddCategory);
16
14
  $('.save_post_category_button').live('click', self.submittedPostCategoryForm);
17
15
  $('.spud_post_category_form').live('submit', self.submittedPostCategoryForm);
@@ -6,7 +6,7 @@
6
6
  </fieldset>
7
7
 
8
8
  <div>
9
- <%= f.text_area :content,:style => "width:100%;", :class => 'tinymce-blog full-width' %>
9
+ <%= f.text_area :content,:style => "width:100%;", :class => 'tinymce full-width' %>
10
10
  </div>
11
11
 
12
12
  <% if Spud::Blog.config.has_custom_fields %>
@@ -25,6 +25,9 @@
25
25
  <div class="spud_post_form_row">
26
26
  <%= f.label :published_at, 'Publish Date' %>
27
27
  <%= f.text_field :published_at,:value => f.object.published_at.strftime("%Y-%m-%d %H:%M") , :class => 'spud_form_date_picker' %>
28
+ <span class="time_select">
29
+ <%= f.time_select :published_at, :ignore_date => true,:ampm => true%>
30
+ </span>
28
31
  </div>
29
32
 
30
33
  <% if @current_user.super_admin %>
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Blog
3
- VERSION = "0.9.2"
3
+ VERSION = "0.9.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
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-11-16 00:00:00.000000000 Z
12
+ date: 2012-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
- version: 0.9.0
37
+ version: 0.9.4
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: 0.9.0
45
+ version: 0.9.4
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: spud_permalinks
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -321,7 +321,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
321
321
  version: '0'
322
322
  segments:
323
323
  - 0
324
- hash: -1631763759207147432
324
+ hash: 642274226547155954
325
325
  required_rubygems_version: !ruby/object:Gem::Requirement
326
326
  none: false
327
327
  requirements:
@@ -330,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  segments:
332
332
  - 0
333
- hash: -1631763759207147432
333
+ hash: 642274226547155954
334
334
  requirements: []
335
335
  rubyforge_project:
336
336
  rubygems_version: 1.8.24