comfortable_mexican_sofa 1.12.7 → 1.12.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/app/assets/javascripts/comfy/admin/cms/application.js.coffee +1 -1
  4. data/app/assets/javascripts/comfy/admin/cms/base.js.coffee +4 -2
  5. data/app/assets/javascripts/comfy/admin/cms/lib/redactor.js +309 -218
  6. data/app/assets/javascripts/comfy/admin/cms/lib/redactor/definedlinks.js +53 -0
  7. data/app/controllers/comfy/admin/cms/pages_controller.rb +21 -0
  8. data/app/helpers/comfy/cms_helper.rb +1 -1
  9. data/app/models/comfy/cms/site.rb +1 -1
  10. data/app/views/comfy/admin/cms/pages/_form.html.haml +2 -4
  11. data/app/views/layouts/comfy/admin/cms/_head.html.haml +1 -0
  12. data/config/environments/test.rb +4 -0
  13. data/config/locales/cs.yml +28 -23
  14. data/config/locales/da.yml +36 -31
  15. data/config/locales/de.yml +32 -27
  16. data/config/locales/en.yml +10 -7
  17. data/config/locales/es.yml +21 -16
  18. data/config/locales/fr.yml +28 -23
  19. data/config/locales/it.yml +12 -7
  20. data/config/locales/ja.yml +28 -23
  21. data/config/locales/nb.yml +12 -7
  22. data/config/locales/nl.yml +21 -16
  23. data/config/locales/pl.yml +28 -23
  24. data/config/locales/pt-BR.yml +27 -22
  25. data/config/locales/ru.yml +19 -16
  26. data/config/locales/sv.yml +28 -23
  27. data/config/locales/uk.yml +10 -7
  28. data/config/locales/zh-CN.yml +22 -17
  29. data/config/locales/zh-TW.yml +22 -17
  30. data/lib/comfortable_mexican_sofa/render_methods.rb +1 -1
  31. data/lib/comfortable_mexican_sofa/version.rb +1 -1
  32. data/test/controllers/comfy/admin/cms/pages_controller_test.rb +59 -46
  33. data/test/gemfiles/Gemfile.rails.4.0 +2 -2
  34. data/test/gemfiles/Gemfile.rails.4.1 +1 -1
  35. data/test/gemfiles/Gemfile.rails.4.2 +1 -1
  36. data/test/gemfiles/Gemfile.rails.master +1 -1
  37. data/test/integration/i18n_test.rb +37 -0
  38. data/test/integration/js_variables_test.rb +1 -0
  39. data/test/lib/mirrors_test.rb +35 -35
  40. metadata +4 -2
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  sv:
3
- attributes:
4
- label: Label
5
- slug: Slug
6
- parent_id: Förälder
7
- content: Innehåll
8
- identifier: Identifierare
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: Site
@@ -14,9 +7,11 @@ sv:
14
7
  comfy/cms/page: Sida
15
8
  comfy/cms/snippet: Snippet
16
9
  comfy/cms/file: Fil
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Identifierare
14
+ label: Label
20
15
  hostname: Hostnamn
21
16
  path: Sökväg
22
17
  locale: Språk
@@ -26,39 +21,46 @@ sv:
26
21
  label: Layout Namn
27
22
  app_layout: App Layout
28
23
  parent_id: Förälderlayout
24
+ content: Innehåll
29
25
  css: Stylesheet
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: Label
33
29
  layout_id: Layout
34
30
  slug: Slug
31
+ full_path: Full path
32
+ parent_id: Förälder
35
33
  target_page_id: Vidarebefodra till sida
34
+ content: Innehåll
36
35
  is_published: Publicerad
37
36
  comfy/cms/file:
37
+ label: Label
38
38
  file: Fil
39
39
  description: Beskrivninig
40
40
  comfy/cms/snippet:
41
41
  identifier: Identifierare
42
-
42
+ label: Label
43
+ content: Innehåll
44
+
43
45
  comfy:
44
46
  cms:
45
47
  content:
46
48
  site_not_found: Kunde inte hitta site
47
49
  layout_not_found: Kunde inte hitta layout
48
50
  page_not_found: Kunde inte hitta sida
49
-
51
+
50
52
  admin:
51
53
  cms:
52
54
  base:
53
55
  site_not_found: Site kan inte hittas
54
56
  fixtures_enabled: CMS Fixtures är aktiverade. Inga ändringar kommer att sparas.
55
-
57
+
56
58
  sites: Sites
57
59
  layouts: Layouter
58
60
  pages: Sidor
59
61
  snippets: Snippets
60
62
  files: Filer
61
-
63
+
62
64
  sites:
63
65
  created: Site skapad
64
66
  creation_failure: Kunde inte skapa site
@@ -66,7 +68,7 @@ sv:
66
68
  update_failure: Uppdatering av site misslyckades
67
69
  deleted: Site borttagen
68
70
  not_found: Kunde inte hitta site
69
-
71
+
70
72
  index:
71
73
  title: Siter
72
74
  new_link: Skapa ny site
@@ -83,7 +85,7 @@ sv:
83
85
  cancel: Avbryt
84
86
  update: Uppdatera Site
85
87
  is_mirrored: Speglad
86
-
88
+
87
89
  layouts:
88
90
  created: Layout skapad
89
91
  creation_failure: Misslyckades att skapa site
@@ -91,7 +93,7 @@ sv:
91
93
  update_failure: Uppdatering av layout misslyckades
92
94
  deleted: Layout borttagen
93
95
  not_found: Layout kunde inte hittas
94
-
96
+
95
97
  index:
96
98
  title: Layouter
97
99
  new_link: Skapa ny layout
@@ -116,7 +118,7 @@ sv:
116
118
  create: Skapa Layout
117
119
  cancel: Avbryt
118
120
  update: Uppdatera Layout
119
-
121
+
120
122
  pages:
121
123
  created: Sida skapad
122
124
  creation_failure: Misslyckades att skapa sida
@@ -125,7 +127,7 @@ sv:
125
127
  deleted: Sidan borttagen
126
128
  not_found: Sida kunde inte hittas
127
129
  layout_not_found: Kunde inte hitta layout. Vänligen skapa en.
128
-
130
+
129
131
  index:
130
132
  title: Sidor
131
133
  new_link: Skapa ny sida
@@ -148,11 +150,12 @@ sv:
148
150
  cancel: Avbryt
149
151
  update: Uppdatera sida
150
152
  is_published: Publicerad
153
+ choose_link: Välj sida...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  Layout har inga innehållstaggar definierade.<br/>
154
157
  Ändra innehållet så att det innehåller en sid eller fält tagg. Exempelvis: <code>{{cms:page:content}}</code>
155
-
158
+
156
159
  snippets:
157
160
  created: Snippet skapad
158
161
  creation_failure: Misslyckades att skapa snippet
@@ -160,7 +163,7 @@ sv:
160
163
  update_failure: Uppdateringen av snippet misslyckades
161
164
  deleted: Snippet borttagen
162
165
  not_found: Snippet kunde inte hittas
163
-
166
+
164
167
  index:
165
168
  title: Snippets
166
169
  new_link: Skapa Ny Snippet
@@ -177,12 +180,12 @@ sv:
177
180
  create: Skapa Snippet
178
181
  cancel: Avbryt
179
182
  update: Uppdatera Snippet
180
-
183
+
181
184
  revisions:
182
185
  reverted: Innehåll återställt
183
186
  record_not_found: Kunde inte hitta data för återställning
184
187
  not_found: Återställningspunkt inte hittad
185
-
188
+
186
189
  show:
187
190
  title: Revisioner för
188
191
  revision: Revision
@@ -193,7 +196,7 @@ sv:
193
196
  changes: Changes
194
197
  previous: Previous
195
198
  current: Nuvarande
196
-
199
+
197
200
  files:
198
201
  created: Filer uppladdade
199
202
  creation_failure: Kunde inte skapa fil
@@ -201,7 +204,7 @@ sv:
201
204
  update_failure: Kunde inte uppdatera fil
202
205
  deleted: Fil borttagen
203
206
  not_found: Kunde inte hitta fil
204
-
207
+
205
208
  index:
206
209
  title: Filer
207
210
  new_link: Ladda upp en ny fil
@@ -218,11 +221,13 @@ sv:
218
221
  create: Ladda upp fil
219
222
  cancel: Avbryt
220
223
  update: Uppdatera fil
224
+ delete: Delete
225
+ are_you_sure: Är du säker?
221
226
  page_form:
222
227
  are_you_sure: Är du säker?
223
228
  file:
224
229
  are_you_sure: Är du säker?
225
-
230
+
226
231
  categories:
227
232
  index:
228
233
  label: Kategorier
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  uk:
3
- attributes:
4
- label: Label
5
- slug: Посилання
6
- parent_id: Parent
7
- content: Зміст
8
- identifier: Ідентифікатор
9
- full_path: Повний Шлях
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: Сайт
@@ -14,9 +7,11 @@ uk:
14
7
  comfy/cms/page: Сторінка
15
8
  comfy/cms/snippet: Сніппет
16
9
  comfy/cms/file: Файл
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Ідентифікатор
14
+ label: Назва
20
15
  hostname: Ім'я хоста
21
16
  path: Шлях
22
17
  locale: Мова
@@ -26,19 +21,26 @@ uk:
26
21
  label: Назва шаблону
27
22
  app_layout: Шаблон додатку
28
23
  parent_id: Батьківскький шаблон
24
+ content: Зміст
29
25
  css: CSS
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: Назва
33
29
  layout_id: Шаблон
34
30
  slug: Посилання
31
+ full_path: Повний Шлях
32
+ parent_id: Parent
35
33
  target_page_id: Редірект на сторінку
34
+ content: Зміст
36
35
  is_published: Опублікована
37
36
  comfy/cms/file:
37
+ label: Назва
38
38
  file: Файл
39
39
  description: Опис
40
40
  comfy/cms/snippet:
41
41
  identifier: Ідентифікатор
42
+ label: Назва
43
+ content: Зміст
42
44
 
43
45
  comfy:
44
46
  cms:
@@ -148,6 +150,7 @@ uk:
148
150
  cancel: Cкасувати
149
151
  update: Оновити сторінку
150
152
  is_published: Опублікована
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  Шаблон не містить жодного контент-тега. <br/>
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  zh-CN:
3
- attributes:
4
- label: 标签
5
- slug: 嵌条
6
- parent_id: 上级
7
- content: 内容
8
- identifier: 标识符
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: 站点
@@ -14,9 +7,11 @@ zh-CN:
14
7
  comfy/cms/page: 页面
15
8
  comfy/cms/snippet: 片段
16
9
  comfy/cms/file: 文件
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: 标识符
14
+ label: 标签
20
15
  hostname: 主机名
21
16
  path: 路径
22
17
  locale: 语言
@@ -26,33 +21,40 @@ zh-CN:
26
21
  label: 布局名称
27
22
  app_layout: 应用布局
28
23
  parent_id: 上级布局
24
+ content: 内容
29
25
  css: 样式
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: 页面名称
33
29
  layout_id: 布局
34
30
  slug: Slug
31
+ full_path: Full path
32
+ parent_id: 上级
35
33
  target_page_id: 跳转至
34
+ content: 内容
36
35
  is_published: 发布
37
36
  comfy/cms/file:
37
+ label: 标签
38
38
  file: 文件
39
39
  description: 描述
40
40
  comfy/cms/snippet:
41
41
  identifier: 标识符
42
-
42
+ label: 标签
43
+ content: 内容
44
+
43
45
  comfy:
44
46
  cms:
45
47
  content:
46
48
  site_not_found: 站点不存在
47
49
  layout_not_found: 布局不存在
48
50
  page_not_found: 页面不存在
49
-
51
+
50
52
  admin:
51
53
  cms:
52
54
  base:
53
55
  site_not_found: 没有该站点
54
56
  fixtures_enabled: CMS夹具已经启用,在此处的所有修改将被忽略。
55
-
57
+
56
58
  sites: 站点
57
59
  layouts: 布局
58
60
  pages: 页面
@@ -66,7 +68,7 @@ zh-CN:
66
68
  update_failure: 站点更新失败
67
69
  deleted: 站点删除成功
68
70
  not_found: 站点不存在
69
-
71
+
70
72
  index:
71
73
  title: 站点
72
74
  new_link: 创建站点
@@ -91,7 +93,7 @@ zh-CN:
91
93
  update_failure: 布局更新失败
92
94
  deleted: 布局删除成功
93
95
  not_found: 布局不存在
94
-
96
+
95
97
  index:
96
98
  title: 布局
97
99
  new_link: 创建新布局
@@ -125,7 +127,7 @@ zh-CN:
125
127
  deleted: 页面删除成功
126
128
  not_found: 页面不存在
127
129
  layout_not_found: 没有布局,请先创建一个布局。
128
-
130
+
129
131
  index:
130
132
  title: 页面
131
133
  new_link: 创建新页面
@@ -148,6 +150,7 @@ zh-CN:
148
150
  cancel: 取消
149
151
  update: 更新页面
150
152
  is_published: 发布
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  布局中没有定义内容标签。<br/>
@@ -160,7 +163,7 @@ zh-CN:
160
163
  update_failure: 片段更新失败
161
164
  deleted: 片段删除成功
162
165
  not_found: 片段不存在
163
-
166
+
164
167
  index:
165
168
  title: 片段
166
169
  new_link: 创建新片段
@@ -182,7 +185,7 @@ zh-CN:
182
185
  reverted: 内容恢复成功
183
186
  record_not_found: 记录不存在
184
187
  not_found: 修订版本不存在
185
-
188
+
186
189
  show:
187
190
  title: 修订版本属于
188
191
  revision: 修订版本
@@ -201,7 +204,7 @@ zh-CN:
201
204
  update_failure: 文件更新失败
202
205
  deleted: 文件删除成功
203
206
  not_found: 文件不存在
204
-
207
+
205
208
  index:
206
209
  title: 文件
207
210
  new_link: 上传新文件
@@ -218,11 +221,13 @@ zh-CN:
218
221
  create: 上传文件
219
222
  cancel: 取消
220
223
  update: 更新文件
224
+ delete: 删除
225
+ are_you_sure: 确定删除该文件吗?
221
226
  page_form:
222
227
  are_you_sure: 确定删除该文件吗?
223
228
  file:
224
229
  are_you_sure: 确定删除该文件吗?
225
-
230
+
226
231
  categories:
227
232
  index:
228
233
  label: 分类
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  zh-TW:
3
- attributes:
4
- label: 標籤
5
- slug: 嵌條
6
- parent_id: 上級
7
- content: 內容
8
- identifier: 標識符
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: 站點
@@ -14,9 +7,11 @@ zh-TW:
14
7
  comfy/cms/page: 頁面
15
8
  comfy/cms/snippet: 片段
16
9
  comfy/cms/file: 文件
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: 標識符
14
+ label: 標籤
20
15
  hostname: 主機名
21
16
  path: 路徑
22
17
  locale: 語言
@@ -26,33 +21,40 @@ zh-TW:
26
21
  label: 佈局名稱
27
22
  app_layout: 應用佈局
28
23
  parent_id: 上級佈局
24
+ content: 內容
29
25
  css: 樣式
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: 頁面名稱
33
29
  layout_id: 佈局
34
30
  slug: Slug
31
+ full_path: Full path
32
+ parent_id: 上級
35
33
  target_page_id: 跳轉至
34
+ content: 內容
36
35
  is_published: 發佈
37
36
  comfy/cms/file:
37
+ label: 標籤
38
38
  file: 文件
39
39
  description: 描述
40
40
  comfy/cms/snippet:
41
41
  identifier: 標識符
42
-
42
+ label: 標籤
43
+ content: 內容
44
+
43
45
  comfy:
44
46
  cms:
45
47
  content:
46
48
  site_not_found: 站點不存在
47
49
  layout_not_found: 佈局不存在
48
50
  page_not_found: 頁面不存在
49
-
51
+
50
52
  admin:
51
53
  cms:
52
54
  base:
53
55
  site_not_found: 沒有該站點
54
56
  fixtures_enabled: CMS夾具已經啟用,在此處的所有修改將被忽略。
55
-
57
+
56
58
  sites: 站點
57
59
  layouts: 佈局
58
60
  pages: 頁面
@@ -66,7 +68,7 @@ zh-TW:
66
68
  update_failure: 站點更新失敗
67
69
  deleted: 站點刪除成功
68
70
  not_found: 站點不存在
69
-
71
+
70
72
  index:
71
73
  title: 站點
72
74
  new_link: 創建站點
@@ -91,7 +93,7 @@ zh-TW:
91
93
  update_failure: 佈局更新失敗
92
94
  deleted: 佈局刪除成功
93
95
  not_found: 佈局不存在
94
-
96
+
95
97
  index:
96
98
  title: 佈局
97
99
  new_link: 創建新佈局
@@ -125,7 +127,7 @@ zh-TW:
125
127
  deleted: 頁面刪除成功
126
128
  not_found: 頁面不存在
127
129
  layout_not_found: 沒有佈局,請先創建一個佈局。
128
-
130
+
129
131
  index:
130
132
  title: 頁面
131
133
  new_link: 創建新頁面
@@ -148,6 +150,7 @@ zh-TW:
148
150
  cancel: Cancel
149
151
  update: 更新頁面
150
152
  is_published: 發佈
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  佈局中沒有定義內容標籤。<br/>
@@ -160,7 +163,7 @@ zh-TW:
160
163
  update_failure: 片段更新失敗
161
164
  deleted: 片段刪除成功
162
165
  not_found: 片段不存在
163
-
166
+
164
167
  index:
165
168
  title: 片段
166
169
  new_link: 創建新片段
@@ -182,7 +185,7 @@ zh-TW:
182
185
  reverted: 內容恢復成功
183
186
  record_not_found: 記錄不存在
184
187
  not_found: 修訂版本不存在
185
-
188
+
186
189
  show:
187
190
  title: 修訂版本屬於
188
191
  revision: 修訂版本
@@ -201,7 +204,7 @@ zh-TW:
201
204
  update_failure: 文件更新失敗
202
205
  deleted: 文件刪除成功
203
206
  not_found: 文件不存在
204
-
207
+
205
208
  index:
206
209
  title: 文件
207
210
  new_link: 上傳新文件
@@ -218,11 +221,13 @@ zh-TW:
218
221
  create: 上傳文件
219
222
  cancel: Cancel
220
223
  update: 更新文件
224
+ delete: 刪除
225
+ are_you_sure: 確定刪除該文件嗎?
221
226
  page_form:
222
227
  are_you_sure: 確定刪除該文件嗎?
223
228
  file:
224
229
  are_you_sure: 確定刪除該文件嗎?
225
-
230
+
226
231
  categories:
227
232
  index:
228
233
  label: 分類