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/nl.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
nl:
|
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: Overzicht
|
6
|
+
description: Gives an overview of activity in Refinery
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Algemene taken
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Voeg een nieuwe pagina toe
|
13
|
+
update_a_page: Bewerk een pagina
|
14
|
+
upload_a_image: Upload een afbeelding
|
15
|
+
upload_a_file: Upload een bestand
|
16
|
+
change_language: Verander de taal
|
17
|
+
see_home_page: Bezoek de homepage
|
18
|
+
recent_activity:
|
19
|
+
empty: Er hebben zich recentelijk geen activiteiten voorgedaan.
|
20
|
+
latest_activity: Laatste Wijzigingen
|
21
|
+
latest_activity_message: '%{what} %{kind} is %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Latest Inquiries
|
24
|
+
updated:
|
25
|
+
'with_article "the"': bewerkt
|
26
|
+
created:
|
27
|
+
'with_article "the"': aangemaakt
|
data/config/locales/pl.yml
CHANGED
@@ -1,30 +1,31 @@
|
|
1
1
|
pl:
|
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
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinery_dashboard:
|
5
|
+
title: Pulpit
|
6
|
+
description: Przegląd aktywności w Refinery
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Szybkie zadania
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Dodaj nową stronę
|
13
|
+
update_a_page: Aktualizuj stronę
|
14
|
+
upload_a_image: Wgraj obrazek
|
15
|
+
upload_a_file: Wgraj plik
|
16
|
+
change_language: Zmień język
|
17
|
+
see_home_page: Zobacz stronę główną
|
18
|
+
recent_activity:
|
19
|
+
empty: Nie było ostatnio żadnej aktywności.
|
20
|
+
latest_activity: Najnowsza Aktywność
|
21
|
+
latest_activity_message: '%{kind} %{what} %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Najnowsze Zapytania
|
24
|
+
updated:
|
25
|
+
'with_article "masculine"': został uaktualniony
|
26
|
+
'with_article "feminine"': została uaktualniona
|
27
|
+
'with_article "neutral"': zostało uaktualnione
|
28
|
+
created:
|
29
|
+
'with_article "masculine"': został dodany
|
30
|
+
'with_article "feminine"': została dodana
|
31
|
+
'with_article "neutral"': zostało dodane
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,30 +1,31 @@
|
|
1
1
|
pt-BR:
|
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
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
2
|
+
refinery:
|
3
|
+
plugins:
|
4
|
+
refinery_dashboard:
|
5
|
+
title: Painel
|
6
|
+
description: Mostra um sumário das atividades no sistema
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Tarefas comuns
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Adicionar uma nova página
|
13
|
+
update_a_page: Atualizar uma página
|
14
|
+
upload_a_image: Enviar uma imagem
|
15
|
+
upload_a_file: Enviar um arquivo
|
16
|
+
change_language: Mudar Língua
|
17
|
+
see_home_page: Ver página inicial
|
18
|
+
recent_activity:
|
19
|
+
empty: Não houve atividades recentemente.
|
20
|
+
latest_activity: Atividades Recentes
|
21
|
+
latest_activity_message: '%{kind} %{what} foi %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Últimas Mensagens
|
24
|
+
updated:
|
25
|
+
'with_article "a"': atualizada
|
26
|
+
'with_article "o"': atualizado
|
27
|
+
'with_article "the"': atualizado
|
28
|
+
created:
|
29
|
+
'with_article "a"': criada
|
30
|
+
'with_article "o"': criado
|
31
|
+
'with_article "the"': criado
|
data/config/locales/rs.yml
CHANGED
@@ -1,27 +1,28 @@
|
|
1
1
|
rs:
|
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: Kontrolna tabla
|
6
|
+
description: Omogućava pregled aktivnosti Refinery-ja
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Brzi zadaci
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Dodaj novu stranu
|
13
|
+
update_a_page: Izmeni stranu
|
14
|
+
upload_a_image: Upload-uj sliku
|
15
|
+
upload_a_file: Upload-uj fajl
|
16
|
+
change_language: Promeni jezik
|
17
|
+
see_home_page: Otvori home stranu
|
18
|
+
recent_activity:
|
19
|
+
empty: Nije bilo aktivnosti u skorije vreme.
|
20
|
+
latest_activity: Poslednja Aktivnost
|
21
|
+
latest_activity_message: '%{what} %{kind} je %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Poslednja Pitanja
|
24
|
+
updated:
|
25
|
+
'with_article "the"': izmenjen(a)
|
26
|
+
created:
|
27
|
+
'with_article "the"': dodat(a)
|
27
28
|
|
data/config/locales/ru.yml
CHANGED
@@ -1,30 +1,32 @@
|
|
1
1
|
ru:
|
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
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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 "masculine"': Обновлен
|
26
|
+
'with_article "feminine"': Обновлена
|
27
|
+
'with_article "neuter"': Обновлено
|
28
|
+
created:
|
29
|
+
'with_article "masculine"': Добавлен
|
30
|
+
'with_article "feminine"': Добавлена
|
31
|
+
'with_article "neuter"': Добавлено
|
30
32
|
|
data/config/locales/sk.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
sk:
|
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: Nástenka
|
6
|
+
description: Prehľad akcií uskutočnených v administrácii
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Rýchle príkazy
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Pridať novú stránku
|
13
|
+
update_a_page: Upraviť stránku
|
14
|
+
upload_a_image: Nahrať obrázok
|
15
|
+
upload_a_file: Nahrať súbor
|
16
|
+
change_language: Zmeniť jazyk
|
17
|
+
see_home_page: Zobraziť titulnú stránku
|
18
|
+
recent_activity:
|
19
|
+
empty: V poslednej dobe nebola vykonaná žiadna akcia.
|
20
|
+
latest_activity: Najnovšie Akcie
|
21
|
+
latest_activity_message: '%{what} %{kind} bol/a %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Najnovšie Otázky Z Webu
|
24
|
+
updated:
|
25
|
+
'with_article "the"': upravený/á
|
26
|
+
created:
|
27
|
+
'with_article "the"': pridaný/á
|
data/config/locales/sl.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
sl:
|
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: Nadzorna plošča
|
6
|
+
description: Podaja pregled aktivnosti v Refinery
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Pogosta opravila
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Dodaj novo stran
|
13
|
+
update_a_page: Uredi stran
|
14
|
+
upload_a_image: Naloži sliko
|
15
|
+
upload_a_file: Naloži datoteko
|
16
|
+
change_language: Spremeni Jezik
|
17
|
+
see_home_page: Poglej domačo stran
|
18
|
+
recent_activity:
|
19
|
+
empty: V zadnjem času ni bilo nobene aktivnosti.
|
20
|
+
latest_activity: Zadnje Aktivnosti
|
21
|
+
latest_activity_message: '%{what} %{kind} je bila %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Latest Inquiries
|
24
|
+
updated:
|
25
|
+
'with_article "the"': posodobitev
|
26
|
+
created:
|
27
|
+
'with_article "the"': ustvarjena
|
data/config/locales/sv.yml
CHANGED
@@ -1,26 +1,27 @@
|
|
1
1
|
sv:
|
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: Ger en översikt över aktivitet i Refinery
|
7
|
+
admin:
|
8
|
+
dashboard:
|
9
|
+
index:
|
10
|
+
quick_tasks: Genvägar
|
11
|
+
actions:
|
12
|
+
add_a_new_page: Lägg till en ny sida
|
13
|
+
update_a_page: Redigera en sida
|
14
|
+
upload_a_image: Ladda upp en bild
|
15
|
+
upload_a_file: Ladda upp en fil
|
16
|
+
change_language: Välj språk
|
17
|
+
see_home_page: Se förstasidan
|
18
|
+
recent_activity:
|
19
|
+
empty: Det har inte varit någon aktivitet på senare tid.
|
20
|
+
latest_activity: Senaste Aktivitet
|
21
|
+
latest_activity_message: '%{what} %{kind} var %{action}'
|
22
|
+
recent_inquiries:
|
23
|
+
latest_inquiries: Senaste Utredningarna
|
24
|
+
updated:
|
25
|
+
'with_article "the"': uppdaterades
|
26
|
+
created:
|
27
|
+
'with_article "the"': lades till
|