qcms 1.3.9 → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.9
1
+ 1.3.10
@@ -1,4 +1,5 @@
1
1
  class Admin::AdminController < ApplicationController
2
+ unloadable
2
3
  before_filter :require_user
3
4
 
4
5
  layout 'admin'
@@ -1,4 +1,5 @@
1
1
  class Admin::DocumentsController < Admin::AdminController
2
+ unloadable
2
3
  before_filter :find_document, :except => [:index]
3
4
  before_filter :catch_sti_problem, :only => [:update]
4
5
 
@@ -1,5 +1,5 @@
1
1
  class Admin::MetaDefinitionsController < Admin::AdminController
2
-
2
+ unloadable
3
3
  def index
4
4
  @meta_definition = MetaDefinition.roots
5
5
  end
@@ -1,4 +1,5 @@
1
1
  class System::MetaDefinitionsController < System::SystemController
2
+ unloadable
2
3
  inherit_resources
3
4
  respond_to :html
4
5
 
@@ -1,4 +1,5 @@
1
1
  class System::SystemController < ApplicationController
2
+ unloadable
2
3
  before_filter :require_user
3
4
 
4
5
  layout 'system'
@@ -5,7 +5,7 @@
5
5
  <title><%= @page_title || 'untitled' %></title>
6
6
  <meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
7
7
  <link rel="stylesheet" href="/stylesheets/system/styles.css" type="text/css" media="screen" />
8
- <%= javascript_include_tag 'jquery.min.js' %>
8
+ <%= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' %>
9
9
  <%= javascript_include_tag 'application' %>
10
10
  <%= meta_tags -%>
11
11
  <%= yield :head %>
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{qcms}
8
- s.version = "1.3.9"
8
+ s.version = "1.3.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kris Leech"]
12
- s.date = %q{2010-10-17}
12
+ s.date = %q{2010-10-31}
13
13
  s.description = %q{Key CMS features: extended template pathing, sitemap.yml, simple configurable, deeply nestable content}
14
14
  s.email = %q{kris.leech@interkonect.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qcms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 9
10
- version: 1.3.9
9
+ - 10
10
+ version: 1.3.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kris Leech
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-17 00:00:00 +01:00
18
+ date: 2010-10-31 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21