ecm_links2 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa66765da7e9f36ce94edefcb213ec3b567d9a71
4
- data.tar.gz: 41b0ba722fd23ca92d783f2ee28cb7316fa40acc
3
+ metadata.gz: e11dd21a8d5e1ff21cf7466b69408745d8371d32
4
+ data.tar.gz: ac1f9e8e9b40e5ae57a7a374798633b8de6f1cba
5
5
  SHA512:
6
- metadata.gz: 9de447e8db123215bdff7e6bcb33222d4e583d3218a6574a411d9599d783abc5182f673af7cca552189f20b73afcf631f6712c532af74b9d44e8fb171639a7e7
7
- data.tar.gz: 45d8d1923ab19133e28f370750d9a89edd0315d169765698465f6724bae97043d6a8e33bd34a47c2ecdf2eefd82094a691be681e2632ea58797c124a82ed68d5
6
+ metadata.gz: fda44a4af935b7bca007f29358a48aeb2cc9511af9182e306722c0168281283aeea8e8a1ef5f0866c3e4451a2b06cd0278f6cefef3c0f1d0d014f8066d88ba17
7
+ data.tar.gz: c432a0a915cacc76af3b47442fd75f03e87ee6ab889cf223e51c0f8f703f5cb78dad78f0317c241e546902e18f3d1ab675c35b97d06627c8c0b2b1c6cac40bdb
@@ -10,7 +10,7 @@ module Ecm::Links
10
10
 
11
11
  # awesome nested set
12
12
  acts_as_nested_set
13
- default_scope { order('lft ASC') }
13
+ default_scope { order(lft: :asc) }
14
14
 
15
15
  # callbacks
16
16
  after_initialize :set_defaults
@@ -1,27 +1,46 @@
1
- ---
2
1
  de:
3
2
  activerecord:
4
- models:
3
+ models:
5
4
  ecm/links/category:
6
5
  one: Link Kategorie
7
6
  other: Link Kategorien
7
+ ecm/links/link:
8
+ one: Link
9
+ other: Links
8
10
  attributes:
9
11
  ecm/links/category:
10
- name: Name
11
- links: Links
12
- links_count: Links
13
- slug: Freundliche ID
12
+ id: ID
13
+ children: Unterkategorien
14
14
  created_at: Erstellt am
15
- short_description: Kurzbeschreibung
16
- updated_at: Aktualisiert am
17
15
  depth: Tiefe
18
16
  lft: Links
17
+ link_footer_column: Link Footer Spalte
18
+ links: Links
19
+ links_count: Links
20
+ locale: Sprache
19
21
  long_description: Langbeschreibung
20
22
  markup_language: Markup Sprache
23
+ name: Name
21
24
  parent: Übergeordnete Kategorie
22
25
  parent_id: Übergeordnete Kategorie
23
- locale: Sprache
24
26
  rgt: Rechts
25
- link_footer_column: Link Footer Spalte
26
- children: Unterkategorien
27
+ short_description: Kurzbeschreibung
28
+ slug: Freundliche ID
29
+ updated_at: Aktualisiert am
30
+ ecm/links/link:
31
+ id: ID
32
+ category: Link Kategorie
33
+ category_id: Link Kategorie
34
+ created_at: Erstellt am
35
+ description: Beschreibung
36
+ link_actions: ''
37
+ markup_language: Markup Sprache
38
+ name: Name
39
+ position: Position
40
+ updated_at: Aktualisiert am
41
+ url: URL
42
+ routes:
43
+ ecm_links_engine: links
44
+ categories: kategorien
45
+ links: links
27
46
 
@@ -1,27 +1,45 @@
1
- ---
2
1
  en:
3
2
  activerecord:
4
3
  models:
5
4
  ecm/links/category:
6
5
  one: link category
7
6
  other: link categories
7
+ ecm/links/link:
8
+ one: link
9
+ other: links
8
10
  attributes:
9
11
  ecm/links/category:
10
- name: name
11
- links: links
12
- links_count: links
13
- slug: friendly id
12
+ id: ID
13
+ children: Subcategories
14
14
  created_at: created at
15
- short_description: short description
16
- updated_at: updated at
17
15
  depth: depth
18
16
  lft: left
17
+ link_footer_column: link footer column
18
+ links: links
19
+ links_count: links
20
+ locale: language
19
21
  long_description: long description
20
22
  markup_language: markup language
21
- parent_id: parent category
23
+ name: name
22
24
  parent: parent category
23
- locale: language
25
+ parent_id: parent category
24
26
  rgt: right
25
- link_footer_column: link footer column
26
- children: Subcategories
27
-
27
+ short_description: short description
28
+ slug: friendly id
29
+ updated_at: updated at
30
+ ecm/links/link:
31
+ id: ID
32
+ category: link category
33
+ category_id: link category
34
+ created_at: created at
35
+ description: description
36
+ link_action: ''
37
+ markup_language: markup language
38
+ name: name
39
+ position: position
40
+ updated_at: updated at
41
+ url: url
42
+ routes:
43
+ ecm_links_engine: links
44
+ categories: categories
45
+ links: links
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Links
3
- VERSION = '3.1.0'.freeze
3
+ VERSION = '3.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_links2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-15 00:00:00.000000000 Z
11
+ date: 2018-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -329,12 +329,8 @@ files:
329
329
  - app/views/ecm/links/links/_link.html.erb
330
330
  - app/views/ecm/links/links/_link_in_table.html.erb
331
331
  - app/views/ecm/links/links/_table.html.erb
332
- - config/locales/ecm.links.category.de.yml
333
- - config/locales/ecm.links.category.en.yml
334
- - config/locales/ecm.links.de.yml
335
- - config/locales/ecm.links.en.yml
336
- - config/locales/ecm.links.link.de.yml
337
- - config/locales/ecm.links.link.en.yml
332
+ - config/locales/de.yml
333
+ - config/locales/en.yml
338
334
  - config/routes.rb
339
335
  - db/migrate/001_create_ecm_links_categories.rb
340
336
  - db/migrate/002_create_ecm_links_links.rb
@@ -1,6 +0,0 @@
1
- de:
2
- routes:
3
- ecm_links_engine: links
4
- categories: kategorien
5
- links: links
6
-
@@ -1,6 +0,0 @@
1
- en:
2
- routes:
3
- ecm_links_engine: links
4
- categories: categories
5
- links: links
6
-
@@ -1,18 +0,0 @@
1
- ---
2
- de:
3
- activerecord:
4
- models:
5
- ecm/links/link:
6
- one: Link
7
- other: Links
8
- attributes:
9
- ecm/links/link:
10
- position: Position
11
- name: Name
12
- created_at: Erstellt am
13
- updated_at: Aktualisiert am
14
- url: URL
15
- category: Link Kategorie
16
- category_id: Link Kategorie
17
- markup_language: Markup Sprache
18
- description: Beschreibung
@@ -1,18 +0,0 @@
1
- ---
2
- en:
3
- activerecord:
4
- models:
5
- ecm/links/link:
6
- one: link
7
- other: links
8
- attributes:
9
- ecm/links/link:
10
- position: position
11
- name: name
12
- created_at: created at
13
- updated_at: updated at
14
- url: url
15
- category: link category
16
- category_id: link category
17
- markup_language: markup language
18
- description: description