refinerycms-dashboard 0.9.9.21 → 0.9.9.22
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/admin/dashboard/_recent_activity.html.erb +1 -1
- data/app/views/admin/dashboard/index.html.erb +1 -1
- data/app/views/admin/dashboard/index.rss.builder +2 -2
- data/config/locales/da.yml +2 -2
- data/config/locales/en.yml +3 -3
- data/config/locales/es.yml +2 -2
- data/config/locales/fi.yml +4 -4
- data/config/locales/fr.yml +2 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/lt.yml +1 -1
- data/config/locales/lv.yml +2 -2
- data/config/locales/nb.yml +2 -2
- data/config/locales/nl.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/rs.yml +2 -2
- data/config/locales/sk.yml +2 -2
- data/config/locales/sl.yml +2 -2
- data/config/locales/sv.yml +2 -2
- data/config/locales/vi.yml +1 -1
- data/refinerycms-dashboard.gemspec +3 -3
- metadata +6 -5
@@ -1,5 +1,5 @@
|
|
1
1
|
<div id='recent_activity'>
|
2
|
-
<h2><%= t('.latest_activity')
|
2
|
+
<h2><%= t('.latest_activity') %></h2>
|
3
3
|
<% if (activity = @recent_activity.collect{|a| activity_message_for(a) rescue ''}.reject(&:blank?)).present? %>
|
4
4
|
<ul class='clickable'>
|
5
5
|
<% activity.each do |message| %>
|
@@ -3,14 +3,14 @@ xml.rss :version => "2.0", "xmlns:atom" => "http://www.w3.org/2005/Atom" do
|
|
3
3
|
xml.channel do
|
4
4
|
# Required to pass W3C validation.
|
5
5
|
xml.atom :link, nil, {
|
6
|
-
:href =>
|
6
|
+
:href => admin_dashboard_index_path(:format => 'rss'),
|
7
7
|
:rel => 'self', :type => 'application/rss+xml'
|
8
8
|
}
|
9
9
|
|
10
10
|
# Feed basics.
|
11
11
|
xml.title "Refinery Updates"
|
12
12
|
xml.description "See the recent activity on your Refinery site."
|
13
|
-
xml.link
|
13
|
+
xml.link admin_dashboard_index_path(:format => 'rss')
|
14
14
|
|
15
15
|
# Recent activity.
|
16
16
|
@recent_activity.each do |change|
|
data/config/locales/da.yml
CHANGED
@@ -16,10 +16,10 @@ da:
|
|
16
16
|
see_home_page: Vis forside
|
17
17
|
recent_activity:
|
18
18
|
empty: Der her ingen aktititeter været for nylig.
|
19
|
-
latest_activity: Seneste
|
19
|
+
latest_activity: Seneste Aktiviteter
|
20
20
|
latest_activity_message: '%{what} %{kind} blev %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Seneste
|
22
|
+
latest_inquiries: Seneste Henvendelser
|
23
23
|
updated:
|
24
24
|
'with_article "the"': opdateret
|
25
25
|
created:
|
data/config/locales/en.yml
CHANGED
@@ -6,7 +6,7 @@ en:
|
|
6
6
|
admin:
|
7
7
|
dashboard:
|
8
8
|
index:
|
9
|
-
quick_tasks: Quick
|
9
|
+
quick_tasks: Quick Tasks
|
10
10
|
actions:
|
11
11
|
add_a_new_page: Add a new page
|
12
12
|
update_a_page: Update a page
|
@@ -16,10 +16,10 @@ en:
|
|
16
16
|
see_home_page: See home page
|
17
17
|
recent_activity:
|
18
18
|
empty: There has not been any activity recently.
|
19
|
-
latest_activity: Latest
|
19
|
+
latest_activity: Latest Activity
|
20
20
|
latest_activity_message: '%{what} %{kind} was %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Latest
|
22
|
+
latest_inquiries: Latest Inquiries
|
23
23
|
updated:
|
24
24
|
'with_article "the"': updated
|
25
25
|
created:
|
data/config/locales/es.yml
CHANGED
@@ -16,10 +16,10 @@ es:
|
|
16
16
|
see_home_page: Ver la página principal
|
17
17
|
recent_activity:
|
18
18
|
empty: No hay actividad reciente.
|
19
|
-
latest_activity: Última
|
19
|
+
latest_activity: Última Actividad
|
20
20
|
latest_activity_message: '%{kind} %{what} ha sido %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Últimas
|
22
|
+
latest_inquiries: Últimas Solicitudes
|
23
23
|
updated:
|
24
24
|
'with_article "femenino"': actualizada
|
25
25
|
'with_article "masculino"': actualizado
|
data/config/locales/fi.yml
CHANGED
@@ -17,10 +17,10 @@ fi:
|
|
17
17
|
recent_activity:
|
18
18
|
empty: Tapahtumia ei ole ollut viimeaikoina.
|
19
19
|
latest_activity: Uusimmat tapahtumat
|
20
|
-
latest_activity_message: '%{kind} %{what} %{action}'
|
20
|
+
latest_activity_message: '%{kind} "%{what}" %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Uusimmat
|
22
|
+
latest_inquiries: Uusimmat Kyselyt
|
23
23
|
updated:
|
24
|
-
'with_article "the"':
|
24
|
+
'with_article "the"': päivitetty
|
25
25
|
created:
|
26
|
-
'with_article "the"':
|
26
|
+
'with_article "the"': lisätty
|
data/config/locales/fr.yml
CHANGED
@@ -16,10 +16,10 @@ fr:
|
|
16
16
|
see_home_page: Aller à la page d'accueil
|
17
17
|
recent_activity:
|
18
18
|
empty: Il n'y a pas eu d'activité récemment
|
19
|
-
latest_activity: Derniers
|
19
|
+
latest_activity: Derniers Changements
|
20
20
|
latest_activity_message: "%{kind} '%{what}' a été %{action}"
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Dernières
|
22
|
+
latest_inquiries: Dernières Requêtes
|
23
23
|
updated:
|
24
24
|
'with_article "the"': mis(e) à jour
|
25
25
|
created:
|
data/config/locales/it.yml
CHANGED
@@ -15,11 +15,11 @@ it:
|
|
15
15
|
see_home_page: Visualizza la pagina iniziale
|
16
16
|
recent_activity:
|
17
17
|
empty: non sono state registrate attività recenti
|
18
|
-
latest_activity: Attività
|
18
|
+
latest_activity: Attività Recenti
|
19
19
|
latest_activity_message: "Una risorsa '%{what} %{kind}' è stata %{action}"
|
20
20
|
see: Vedere '%{what}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Ultimi
|
22
|
+
latest_inquiries: Ultimi Messaggi
|
23
23
|
updated:
|
24
24
|
'with_article "the"': modificata
|
25
25
|
created:
|
data/config/locales/lt.yml
CHANGED
@@ -19,7 +19,7 @@ lt:
|
|
19
19
|
latest_activity: Naujausi įvykiai
|
20
20
|
latest_activity_message: '%{what} %{kind} buvo %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Naujausios
|
22
|
+
latest_inquiries: Naujausios Užklausos
|
23
23
|
updated:
|
24
24
|
'with_article "the"': atnaujintas
|
25
25
|
created:
|
data/config/locales/lv.yml
CHANGED
@@ -16,10 +16,10 @@ lv:
|
|
16
16
|
see_home_page: Skatīt sākuma lapu
|
17
17
|
recent_activity:
|
18
18
|
empty: Nav bijusi neviena aktivitāte.
|
19
|
-
latest_activity: Jaunākās
|
19
|
+
latest_activity: Jaunākās Aktivitātes
|
20
20
|
latest_activity_message: "%{action} %{what} %{kind}"
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Jaunākie
|
22
|
+
latest_inquiries: Jaunākie Pieprasījumi
|
23
23
|
updated:
|
24
24
|
'with_article "s"': atjaunota
|
25
25
|
'with_article "the"': atjaunots
|
data/config/locales/nb.yml
CHANGED
@@ -16,10 +16,10 @@ nb:
|
|
16
16
|
see_home_page: Se hjemmesiden
|
17
17
|
recent_activity:
|
18
18
|
empty: Det har ikke vært noen aktivitet her i det siste.
|
19
|
-
latest_activity: Siste
|
19
|
+
latest_activity: Siste Aktivitet
|
20
20
|
latest_activity_message: "%{what} %{kind} ble %{action}"
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Siste
|
22
|
+
latest_inquiries: Siste Forespørsler
|
23
23
|
updated:
|
24
24
|
'with_article "the"': oppdatert
|
25
25
|
created:
|
data/config/locales/nl.yml
CHANGED
@@ -16,10 +16,10 @@ nl:
|
|
16
16
|
see_home_page: Bezoek de homepage
|
17
17
|
recent_activity:
|
18
18
|
empty: Er hebben zich recentelijk geen activiteiten voorgedaan.
|
19
|
-
latest_activity: Laatste
|
19
|
+
latest_activity: Laatste Wijzigingen
|
20
20
|
latest_activity_message: '%{what} %{kind} is %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Latest
|
22
|
+
latest_inquiries: Latest Inquiries
|
23
23
|
updated:
|
24
24
|
'with_article "the"': bewerkt
|
25
25
|
created:
|
data/config/locales/pl.yml
CHANGED
@@ -16,10 +16,10 @@ pl:
|
|
16
16
|
see_home_page: Zobacz stronę główną
|
17
17
|
recent_activity:
|
18
18
|
empty: Nie było ostatnio żadnej aktywności.
|
19
|
-
latest_activity: Najnowsza
|
19
|
+
latest_activity: Najnowsza Aktywność
|
20
20
|
latest_activity_message: '%{kind} %{what} %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Najnowsze
|
22
|
+
latest_inquiries: Najnowsze Zapytania
|
23
23
|
updated:
|
24
24
|
'with_article "masculine"': został uaktualniony
|
25
25
|
'with_article "feminine"': została uaktualniona
|
data/config/locales/pt-BR.yml
CHANGED
@@ -19,7 +19,7 @@ pt-BR:
|
|
19
19
|
latest_activity: Atividades Recentes
|
20
20
|
latest_activity_message: '%{kind} %{what} foi %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Últimas
|
22
|
+
latest_inquiries: Últimas Mensagens
|
23
23
|
updated:
|
24
24
|
'with_article "a"': atualizada
|
25
25
|
'with_article "o"': atualizado
|
data/config/locales/rs.yml
CHANGED
@@ -16,10 +16,10 @@ rs:
|
|
16
16
|
see_home_page: Otvori home stranu
|
17
17
|
recent_activity:
|
18
18
|
empty: Nije bilo aktivnosti u skorije vreme.
|
19
|
-
latest_activity: Poslednja
|
19
|
+
latest_activity: Poslednja Aktivnost
|
20
20
|
latest_activity_message: '%{what} %{kind} je %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Poslednja
|
22
|
+
latest_inquiries: Poslednja Pitanja
|
23
23
|
updated:
|
24
24
|
'with_article "the"': izmenjen(a)
|
25
25
|
created:
|
data/config/locales/sk.yml
CHANGED
@@ -16,10 +16,10 @@ sk:
|
|
16
16
|
see_home_page: Zobraziť titulnú stránku
|
17
17
|
recent_activity:
|
18
18
|
empty: V poslednej dobe nebola vykonaná žiadna akcia.
|
19
|
-
latest_activity: Najnovšie
|
19
|
+
latest_activity: Najnovšie Akcie
|
20
20
|
latest_activity_message: '%{what} %{kind} bol/a %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Najnovšie
|
22
|
+
latest_inquiries: Najnovšie Otázky Z Webu
|
23
23
|
updated:
|
24
24
|
'with_article "the"': upravený/á
|
25
25
|
created:
|
data/config/locales/sl.yml
CHANGED
@@ -16,10 +16,10 @@ sl:
|
|
16
16
|
see_home_page: Poglej domačo stran
|
17
17
|
recent_activity:
|
18
18
|
empty: V zadnjem času ni bilo nobene aktivnosti.
|
19
|
-
latest_activity: Zadnje
|
19
|
+
latest_activity: Zadnje Aktivnosti
|
20
20
|
latest_activity_message: '%{what} %{kind} je bila %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Latest
|
22
|
+
latest_inquiries: Latest Inquiries
|
23
23
|
updated:
|
24
24
|
'with_article "the"': posodobitev
|
25
25
|
created:
|
data/config/locales/sv.yml
CHANGED
@@ -16,10 +16,10 @@ sv:
|
|
16
16
|
see_home_page: Se förstasidan
|
17
17
|
recent_activity:
|
18
18
|
empty: Det har inte varit någon aktivitet på senare tid.
|
19
|
-
latest_activity: Senaste
|
19
|
+
latest_activity: Senaste Aktivitet
|
20
20
|
latest_activity_message: '%{what} %{kind} var %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Senaste
|
22
|
+
latest_inquiries: Senaste Utredningarna
|
23
23
|
updated:
|
24
24
|
'with_article "the"': uppdaterades
|
25
25
|
created:
|
data/config/locales/vi.yml
CHANGED
@@ -19,7 +19,7 @@ vi:
|
|
19
19
|
latest_activity: Các hoạt động mới nhất
|
20
20
|
latest_activity_message: '%{what} %{kind} là %{action}'
|
21
21
|
recent_inquiries:
|
22
|
-
latest_inquiries: Các
|
22
|
+
latest_inquiries: Các Truy Vấn Mới Nhất
|
23
23
|
updated:
|
24
24
|
'with_article "the"': đã được cập nhật
|
25
25
|
created:
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-dashboard}
|
5
|
-
s.version = %q{0.9.9.
|
5
|
+
s.version = %q{0.9.9.22}
|
6
6
|
s.summary = %q{Dashboard engine for Refinery CMS}
|
7
7
|
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
|
8
|
-
s.date = %q{2011-05-
|
8
|
+
s.date = %q{2011-05-22}
|
9
9
|
s.email = %q{info@refinerycms.com}
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
@@ -72,5 +72,5 @@ Gem::Specification.new do |s|
|
|
72
72
|
'refinerycms-dashboard.gemspec'
|
73
73
|
]
|
74
74
|
|
75
|
-
s.add_dependency 'refinerycms-core', '= 0.9.9.
|
75
|
+
s.add_dependency 'refinerycms-core', '= 0.9.9.22'
|
76
76
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-dashboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.9.
|
5
|
+
version: 0.9.9.22
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -13,7 +13,8 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-05-
|
16
|
+
date: 2011-05-22 00:00:00 +12:00
|
17
|
+
default_executable:
|
17
18
|
dependencies:
|
18
19
|
- !ruby/object:Gem::Dependency
|
19
20
|
name: refinerycms-core
|
@@ -23,7 +24,7 @@ dependencies:
|
|
23
24
|
requirements:
|
24
25
|
- - "="
|
25
26
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.9.9.
|
27
|
+
version: 0.9.9.22
|
27
28
|
type: :runtime
|
28
29
|
version_requirements: *id001
|
29
30
|
description: The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.
|
@@ -76,6 +77,7 @@ files:
|
|
76
77
|
- lib/refinerycms-dashboard.rb
|
77
78
|
- license.md
|
78
79
|
- refinerycms-dashboard.gemspec
|
80
|
+
has_rdoc: true
|
79
81
|
homepage: http://refinerycms.com
|
80
82
|
licenses:
|
81
83
|
- MIT
|
@@ -99,10 +101,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
101
|
requirements: []
|
100
102
|
|
101
103
|
rubyforge_project: refinerycms
|
102
|
-
rubygems_version: 1.
|
104
|
+
rubygems_version: 1.6.2
|
103
105
|
signing_key:
|
104
106
|
specification_version: 3
|
105
107
|
summary: Dashboard engine for Refinery CMS
|
106
108
|
test_files: []
|
107
109
|
|
108
|
-
has_rdoc:
|