refinerycms-dashboard 1.0.11 → 2.0.0
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/app/controllers/refinery/admin/dashboard_controller.rb +40 -0
- data/app/helpers/refinery/admin/dashboard_helper.rb +25 -0
- data/app/views/{admin → refinery/admin}/dashboard/_actions.html.erb +13 -13
- data/app/views/{admin → refinery/admin}/dashboard/_additional_dashboard_menu_items.html.erb +0 -0
- data/app/views/{admin → refinery/admin}/dashboard/_recent_activity.html.erb +3 -1
- data/app/views/{admin → refinery/admin}/dashboard/_recent_inquiries.html.erb +1 -1
- data/app/views/refinery/admin/dashboard/_records.html.erb +2 -0
- data/app/views/{admin → refinery/admin}/dashboard/index.html.erb +4 -4
- data/app/views/{admin → refinery/admin}/dashboard/index.rss.builder +2 -2
- data/config/locales/bg.yml +26 -25
- data/config/locales/cs.yml +26 -25
- data/config/locales/da.yml +26 -25
- data/config/locales/de.yml +26 -25
- data/config/locales/el.yml +26 -25
- data/config/locales/en.yml +26 -25
- data/config/locales/es.yml +30 -29
- data/config/locales/fi.yml +26 -25
- data/config/locales/fr.yml +26 -25
- data/config/locales/it.yml +25 -27
- data/config/locales/ja.yml +27 -0
- data/config/locales/ko.yml +27 -0
- data/config/locales/lt.yml +26 -25
- data/config/locales/lv.yml +28 -27
- data/config/locales/nb.yml +26 -25
- data/config/locales/nl.yml +26 -25
- data/config/locales/pl.yml +30 -29
- data/config/locales/pt-BR.yml +30 -29
- data/config/locales/rs.yml +26 -25
- data/config/locales/ru.yml +30 -28
- data/config/locales/sk.yml +26 -25
- data/config/locales/sl.yml +26 -25
- data/config/locales/sv.yml +26 -25
- data/config/locales/vi.yml +26 -25
- data/config/locales/zh-CN.yml +26 -25
- data/config/locales/zh-TW.yml +26 -25
- data/config/routes.rb +5 -5
- data/lib/refinery/dashboard.rb +14 -0
- data/lib/refinery/dashboard/configuration.rb +9 -0
- data/lib/refinery/dashboard/engine.rb +28 -0
- data/lib/refinerycms-dashboard.rb +1 -33
- data/refinerycms-dashboard.gemspec +14 -67
- data/spec/requests/refinery/admin/dashboard_spec.rb +50 -0
- metadata +71 -55
- data/app/controllers/admin/dashboard_controller.rb +0 -38
- data/app/helpers/admin/dashboard_helper.rb +0 -24
- data/app/views/admin/dashboard/_records.html.erb +0 -2
- data/config/locales/jp.yml +0 -26
- data/config/locales/lolcat.yml +0 -25
- data/features/dashboard.feature +0 -35
- data/features/support/paths.rb +0 -14
- data/lib/gemspec.rb +0 -35
data/config/locales/vi.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
vi:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinery_dashboard:
|
5
|
+
title: Dashboard
|
6
|
+
description: Cung cấp cái nhìn tổng quan về các hoạt động của Refinery
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Truy cập nhanh các tác vụ
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Thêm một trang mới
|
13
|
+
update_a_page: Cập nhật một trang
|
14
|
+
upload_a_image: Upload một tệp hình ảnh
|
15
|
+
upload_a_file: Upload một tệp
|
16
|
+
change_language: Thay đổi ngôn ngữ
|
17
|
+
see_home_page: Xem trang chủ
|
18
|
+
recent_activity:
|
19
|
+
empty: Không có hoạt động gì gần đây.
|
20
|
+
latest_activity: Các hoạt động mới nhất
|
21
|
+
latest_activity_message: '%{what} %{kind} là %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Các Truy Vấn Mới Nhất
|
24
|
+
updated:
|
25
|
+
'with_article "the"': đã được cập nhật
|
26
|
+
created:
|
27
|
+
'with_article "the"': đã được thêm mới
|
data/config/locales/zh-CN.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
zh-CN:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinery_dashboard:
|
5
|
+
title: 主面板
|
6
|
+
description: 提供 Refinery 上的活动概览
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: 快速任务
|
11
|
+
actions:
|
12
|
+
add_a_new_page: 添加页面
|
13
|
+
update_a_page: 更新页面
|
14
|
+
upload_a_image: 上传图片
|
15
|
+
upload_a_file: 上传文件
|
16
|
+
change_language: 改变语言
|
17
|
+
see_home_page: 查看主页
|
18
|
+
recent_activity:
|
19
|
+
empty: 近期没有任何活动.
|
20
|
+
latest_activity: 近期活动
|
21
|
+
latest_activity_message: '%{action}了 %{kind} %{what}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: 近期的来询
|
24
|
+
updated:
|
25
|
+
'with_article "the"': 更新
|
26
|
+
created:
|
27
|
+
'with_article "the"': 添加
|
data/config/locales/zh-TW.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
zh-TW:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinery_dashboard:
|
5
|
+
title: 控制面板
|
6
|
+
description: 提供 Refinery 上的活動總覽
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: 快速啟動
|
11
|
+
actions:
|
12
|
+
add_a_new_page: 新增頁面
|
13
|
+
update_a_page: 更新頁面
|
14
|
+
upload_a_image: 上傳圖片
|
15
|
+
upload_a_file: 上傳檔案
|
16
|
+
change_language: 改變語言
|
17
|
+
see_home_page: 瀏覽首頁
|
18
|
+
recent_activity:
|
19
|
+
empty: 最近沒有發生任何活動.
|
20
|
+
latest_activity: 最新活動
|
21
|
+
latest_activity_message: '%{what} %{kind} 被%{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: 最新查詢
|
24
|
+
updated:
|
25
|
+
'with_article "the"': 更新
|
26
|
+
created:
|
27
|
+
'with_article "the"': 新增
|
data/config/routes.rb
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
Refinery::Core::Engine.routes.draw do
|
2
|
+
namespace :admin, :path => 'refinery' do
|
3
|
+
root :to => 'dashboard#index'
|
4
|
+
|
5
|
+
get 'dashboard', :to => 'dashboard#index', :as => :dashboard
|
6
6
|
|
7
7
|
match 'disable_upgrade_message',
|
8
8
|
:to => 'dashboard#disable_upgrade_message',
|
@@ -0,0 +1,14 @@
|
|
1
|
+
require 'refinerycms-core'
|
2
|
+
|
3
|
+
module Refinery
|
4
|
+
module Dashboard
|
5
|
+
require 'refinery/dashboard/engine'
|
6
|
+
require 'refinery/dashboard/configuration'
|
7
|
+
|
8
|
+
class << self
|
9
|
+
def root
|
10
|
+
@root ||= Pathname.new(File.expand_path('../../../', __FILE__))
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
module Refinery
|
2
|
+
module Dashboard
|
3
|
+
class Engine < ::Rails::Engine
|
4
|
+
include Refinery::Engine
|
5
|
+
|
6
|
+
isolate_namespace Refinery
|
7
|
+
engine_name :refinery_dashboard
|
8
|
+
|
9
|
+
config.autoload_paths += %W( #{config.root}/lib )
|
10
|
+
|
11
|
+
initializer "register refinery_dashboard plugin" do
|
12
|
+
Refinery::Plugin.register do |plugin|
|
13
|
+
plugin.pathname = root
|
14
|
+
plugin.name = 'refinery_dashboard'
|
15
|
+
plugin.menu_match = %r{refinery/(refinery_)?dashboard$}
|
16
|
+
plugin.version = %q{2.0.0}
|
17
|
+
plugin.always_allow_access = true
|
18
|
+
plugin.dashboard = true
|
19
|
+
plugin.url = { :controller => '/refinery/admin/dashboard' }
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
config.after_initialize do
|
24
|
+
Refinery.register_extension(Refinery::Dashboard)
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -1,33 +1 @@
|
|
1
|
-
|
2
|
-
module Dashboard
|
3
|
-
class << self
|
4
|
-
attr_accessor :root
|
5
|
-
def root
|
6
|
-
@root ||= Pathname.new(File.expand_path('../../', __FILE__))
|
7
|
-
end
|
8
|
-
end
|
9
|
-
|
10
|
-
class Engine < ::Rails::Engine
|
11
|
-
|
12
|
-
initializer 'serve static assets' do |app|
|
13
|
-
app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
|
14
|
-
end
|
15
|
-
|
16
|
-
config.after_initialize do
|
17
|
-
::Refinery::Plugin.register do |plugin|
|
18
|
-
plugin.pathname = root
|
19
|
-
plugin.name = 'refinery_dashboard'
|
20
|
-
plugin.url = {:controller => '/admin/dashboard', :action => 'index'}
|
21
|
-
plugin.menu_match = /(admin|refinery)\/(refinery_)?dashboard$/
|
22
|
-
plugin.directory = 'dashboard'
|
23
|
-
plugin.version = %q{1.0.0}
|
24
|
-
plugin.always_allow_access = true
|
25
|
-
plugin.dashboard = true
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
::Refinery.engines << 'dashboard'
|
1
|
+
require 'refinery/dashboard'
|
@@ -1,78 +1,25 @@
|
|
1
1
|
# Encoding: UTF-8
|
2
|
-
|
2
|
+
$:.push File.expand_path('../../core/lib', __FILE__)
|
3
|
+
require 'refinery/version'
|
4
|
+
|
5
|
+
version = Refinery::Version.to_s
|
3
6
|
|
4
7
|
Gem::Specification.new do |s|
|
8
|
+
s.platform = Gem::Platform::RUBY
|
5
9
|
s.name = %q{refinerycms-dashboard}
|
6
|
-
s.version =
|
7
|
-
s.summary = %q{Dashboard
|
8
|
-
s.description = %q{The dashboard is usually the first
|
9
|
-
s.date = %q{2012-05-18}
|
10
|
+
s.version = version
|
11
|
+
s.summary = %q{Dashboard extension for Refinery CMS}
|
12
|
+
s.description = %q{The dashboard is usually the first extension the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
|
10
13
|
s.email = %q{info@refinerycms.com}
|
11
14
|
s.homepage = %q{http://refinerycms.com}
|
12
15
|
s.rubyforge_project = %q{refinerycms}
|
13
|
-
s.authors = ['
|
16
|
+
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones', 'Steven Heidel']
|
14
17
|
s.license = %q{MIT}
|
15
18
|
s.require_paths = %w(lib)
|
16
|
-
|
17
|
-
|
18
|
-
s.
|
19
|
-
|
20
|
-
'app/controllers',
|
21
|
-
'app/controllers/admin',
|
22
|
-
'app/controllers/admin/dashboard_controller.rb',
|
23
|
-
'app/helpers',
|
24
|
-
'app/helpers/admin',
|
25
|
-
'app/helpers/admin/dashboard_helper.rb',
|
26
|
-
'app/views',
|
27
|
-
'app/views/admin',
|
28
|
-
'app/views/admin/dashboard',
|
29
|
-
'app/views/admin/dashboard/_actions.html.erb',
|
30
|
-
'app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb',
|
31
|
-
'app/views/admin/dashboard/_recent_activity.html.erb',
|
32
|
-
'app/views/admin/dashboard/_recent_inquiries.html.erb',
|
33
|
-
'app/views/admin/dashboard/_records.html.erb',
|
34
|
-
'app/views/admin/dashboard/index.html.erb',
|
35
|
-
'app/views/admin/dashboard/index.rss.builder',
|
36
|
-
'config',
|
37
|
-
'config/locales',
|
38
|
-
'config/locales/bg.yml',
|
39
|
-
'config/locales/cs.yml',
|
40
|
-
'config/locales/da.yml',
|
41
|
-
'config/locales/de.yml',
|
42
|
-
'config/locales/el.yml',
|
43
|
-
'config/locales/en.yml',
|
44
|
-
'config/locales/es.yml',
|
45
|
-
'config/locales/fi.yml',
|
46
|
-
'config/locales/fr.yml',
|
47
|
-
'config/locales/it.yml',
|
48
|
-
'config/locales/jp.yml',
|
49
|
-
'config/locales/lolcat.yml',
|
50
|
-
'config/locales/lt.yml',
|
51
|
-
'config/locales/lv.yml',
|
52
|
-
'config/locales/nb.yml',
|
53
|
-
'config/locales/nl.yml',
|
54
|
-
'config/locales/pl.yml',
|
55
|
-
'config/locales/pt-BR.yml',
|
56
|
-
'config/locales/rs.yml',
|
57
|
-
'config/locales/ru.yml',
|
58
|
-
'config/locales/sk.yml',
|
59
|
-
'config/locales/sl.yml',
|
60
|
-
'config/locales/sv.yml',
|
61
|
-
'config/locales/vi.yml',
|
62
|
-
'config/locales/zh-CN.yml',
|
63
|
-
'config/locales/zh-TW.yml',
|
64
|
-
'config/routes.rb',
|
65
|
-
'features',
|
66
|
-
'features/dashboard.feature',
|
67
|
-
'features/step_definitions',
|
68
|
-
'features/support',
|
69
|
-
'features/support/paths.rb',
|
70
|
-
'lib',
|
71
|
-
'lib/gemspec.rb',
|
72
|
-
'lib/refinerycms-dashboard.rb',
|
73
|
-
'license.md',
|
74
|
-
'refinerycms-dashboard.gemspec'
|
75
|
-
]
|
19
|
+
|
20
|
+
s.files = `git ls-files`.split("\n")
|
21
|
+
s.test_files = `git ls-files -- spec/*`.split("\n")
|
22
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
76
23
|
|
77
|
-
s.add_dependency 'refinerycms-core',
|
24
|
+
s.add_dependency 'refinerycms-core', version
|
78
25
|
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
require "spec_helper"
|
2
|
+
|
3
|
+
describe "dashboard" do
|
4
|
+
login_refinery_user
|
5
|
+
|
6
|
+
describe "quick tasks" do
|
7
|
+
specify "buttons" do
|
8
|
+
visit refinery.admin_dashboard_path
|
9
|
+
|
10
|
+
page.should have_content(::I18n.t('quick_tasks', :scope => 'refinery.admin.dashboard.index'))
|
11
|
+
|
12
|
+
# add new page
|
13
|
+
page.should have_content(::I18n.t('add_a_new_page', :scope => 'refinery.admin.dashboard.actions'))
|
14
|
+
page.should have_selector("a[href='#{refinery.new_admin_page_path}']")
|
15
|
+
|
16
|
+
# update page
|
17
|
+
page.should have_content(::I18n.t('update_a_page', :scope => 'refinery.admin.dashboard.actions'))
|
18
|
+
page.should have_selector("a[href='#{refinery.admin_pages_path}']")
|
19
|
+
|
20
|
+
# upload file
|
21
|
+
if defined? Refinery::Resource
|
22
|
+
page.should have_content(::I18n.t('upload_a_file', :scope => 'refinery.admin.dashboard.actions'))
|
23
|
+
page.should have_selector("a[href*='#{refinery.new_admin_resource_path}']")
|
24
|
+
end
|
25
|
+
|
26
|
+
# upload image
|
27
|
+
if defined? Refinery::Image
|
28
|
+
page.should have_content(::I18n.t('upload_a_image', :scope => 'refinery.admin.dashboard.actions'))
|
29
|
+
page.should have_selector("a[href*='#{refinery.new_admin_image_path}']")
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe "latest activity" do
|
35
|
+
before(:each) do
|
36
|
+
3.times { |n| FactoryGirl.create(:refinery_user, :username => "ugisozols#{n}") }
|
37
|
+
3.times { |n| FactoryGirl.create(:page, :title => "Refinery CMS #{n}") }
|
38
|
+
end
|
39
|
+
|
40
|
+
it "shows 7 recent actions" do
|
41
|
+
visit refinery.admin_dashboard_path
|
42
|
+
|
43
|
+
page.should have_content("Latest Activity")
|
44
|
+
# This comes from login_refinery_user
|
45
|
+
page.should have_content("Refinerycms user was")
|
46
|
+
3.times { |n| page.should have_content("Ugisozols#{n} user was added") }
|
47
|
+
3.times { |n| page.should have_content("Refinery cms #{n} page was added") }
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
metadata
CHANGED
@@ -1,52 +1,59 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms-dashboard
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
version: 2.0.0
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
- Resolve Digital
|
12
|
+
authors:
|
9
13
|
- Philip Arndt
|
14
|
+
- "U\xC4\xA3is Ozols"
|
10
15
|
- David Jones
|
11
16
|
- Steven Heidel
|
12
|
-
- Uģis Ozols
|
13
17
|
autorequire:
|
14
18
|
bindir: bin
|
15
19
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
requirement: !ruby/object:Gem::Requirement
|
21
|
-
none: false
|
22
|
-
requirements:
|
23
|
-
- - '='
|
24
|
-
- !ruby/object:Gem::Version
|
25
|
-
version: 1.0.11
|
26
|
-
type: :runtime
|
20
|
+
|
21
|
+
date: 2012-03-01 00:00:00 Z
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
27
24
|
prerelease: false
|
28
|
-
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
29
26
|
none: false
|
30
|
-
requirements:
|
31
|
-
- -
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
|
34
|
-
|
35
|
-
|
27
|
+
requirements:
|
28
|
+
- - "="
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
hash: 15
|
31
|
+
segments:
|
32
|
+
- 2
|
33
|
+
- 0
|
34
|
+
- 0
|
35
|
+
version: 2.0.0
|
36
|
+
version_requirements: *id001
|
37
|
+
name: refinerycms-core
|
38
|
+
type: :runtime
|
39
|
+
description: The dashboard is usually the first extension the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.
|
36
40
|
email: info@refinerycms.com
|
37
41
|
executables: []
|
42
|
+
|
38
43
|
extensions: []
|
44
|
+
|
39
45
|
extra_rdoc_files: []
|
40
|
-
|
41
|
-
|
42
|
-
- app/
|
43
|
-
- app/
|
44
|
-
- app/views/admin/dashboard/
|
45
|
-
- app/views/admin/dashboard/
|
46
|
-
- app/views/admin/dashboard/
|
47
|
-
- app/views/admin/dashboard/
|
48
|
-
- app/views/admin/dashboard/
|
49
|
-
- app/views/admin/dashboard/index.
|
46
|
+
|
47
|
+
files:
|
48
|
+
- app/controllers/refinery/admin/dashboard_controller.rb
|
49
|
+
- app/helpers/refinery/admin/dashboard_helper.rb
|
50
|
+
- app/views/refinery/admin/dashboard/_actions.html.erb
|
51
|
+
- app/views/refinery/admin/dashboard/_additional_dashboard_menu_items.html.erb
|
52
|
+
- app/views/refinery/admin/dashboard/_recent_activity.html.erb
|
53
|
+
- app/views/refinery/admin/dashboard/_recent_inquiries.html.erb
|
54
|
+
- app/views/refinery/admin/dashboard/_records.html.erb
|
55
|
+
- app/views/refinery/admin/dashboard/index.html.erb
|
56
|
+
- app/views/refinery/admin/dashboard/index.rss.builder
|
50
57
|
- config/locales/bg.yml
|
51
58
|
- config/locales/cs.yml
|
52
59
|
- config/locales/da.yml
|
@@ -57,8 +64,8 @@ files:
|
|
57
64
|
- config/locales/fi.yml
|
58
65
|
- config/locales/fr.yml
|
59
66
|
- config/locales/it.yml
|
60
|
-
- config/locales/
|
61
|
-
- config/locales/
|
67
|
+
- config/locales/ja.yml
|
68
|
+
- config/locales/ko.yml
|
62
69
|
- config/locales/lt.yml
|
63
70
|
- config/locales/lv.yml
|
64
71
|
- config/locales/nb.yml
|
@@ -74,36 +81,45 @@ files:
|
|
74
81
|
- config/locales/zh-CN.yml
|
75
82
|
- config/locales/zh-TW.yml
|
76
83
|
- config/routes.rb
|
77
|
-
-
|
78
|
-
-
|
79
|
-
- lib/
|
84
|
+
- lib/refinery/dashboard.rb
|
85
|
+
- lib/refinery/dashboard/configuration.rb
|
86
|
+
- lib/refinery/dashboard/engine.rb
|
80
87
|
- lib/refinerycms-dashboard.rb
|
81
88
|
- license.md
|
82
89
|
- refinerycms-dashboard.gemspec
|
90
|
+
- spec/requests/refinery/admin/dashboard_spec.rb
|
83
91
|
homepage: http://refinerycms.com
|
84
|
-
licenses:
|
92
|
+
licenses:
|
85
93
|
- MIT
|
86
94
|
post_install_message:
|
87
95
|
rdoc_options: []
|
88
|
-
|
96
|
+
|
97
|
+
require_paths:
|
89
98
|
- lib
|
90
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
99
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
91
100
|
none: false
|
92
|
-
requirements:
|
93
|
-
- -
|
94
|
-
- !ruby/object:Gem::Version
|
95
|
-
|
96
|
-
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
hash: 3
|
105
|
+
segments:
|
106
|
+
- 0
|
107
|
+
version: "0"
|
108
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
109
|
none: false
|
98
|
-
requirements:
|
99
|
-
- -
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
|
110
|
+
requirements:
|
111
|
+
- - ">="
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
hash: 3
|
114
|
+
segments:
|
115
|
+
- 0
|
116
|
+
version: "0"
|
102
117
|
requirements: []
|
118
|
+
|
103
119
|
rubyforge_project: refinerycms
|
104
|
-
rubygems_version: 1.8.
|
120
|
+
rubygems_version: 1.8.17
|
105
121
|
signing_key:
|
106
122
|
specification_version: 3
|
107
|
-
summary: Dashboard
|
108
|
-
test_files:
|
109
|
-
|
123
|
+
summary: Dashboard extension for Refinery CMS
|
124
|
+
test_files:
|
125
|
+
- spec/requests/refinery/admin/dashboard_spec.rb
|