pageflow-support 13.0.0.beta7 → 13.0.0.rc1
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc12198e7ff9ef114f6bdfcd4f0e6128397db5043de3591e471bd122b0198068
|
4
|
+
data.tar.gz: 0fa85f1b279cfc0d2d7969ef77a59fb91bab75dc5759903e9d956728e05d0148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dae03db243bee257160552bf4b1455ebd94c75a5fcc3529282ea9dd914414062bbe5081e3e9b45a6491133bf3c7a3b2db526ded0d29bd1effb92fa3bef4a36fe
|
7
|
+
data.tar.gz: c492ac75b74908cc62c45b7d8f823e225b827dea71673be561dc7904ac44bdd98ee3ab3af1ade804e5ef072ac314d3599f82a3a259d83fd45f9490b3e8038d19
|
data/pageflow/dom/admin.rb
CHANGED
@@ -3,7 +3,7 @@ module Pageflow
|
|
3
3
|
module Admin
|
4
4
|
# Base class for attribute table dominos.
|
5
5
|
#
|
6
|
-
# @since
|
6
|
+
# @since 12.2
|
7
7
|
class AttributesTable < Domino
|
8
8
|
# Visit the admin page of the given resource and find the
|
9
9
|
# attributes table.
|
@@ -26,7 +26,7 @@ module Pageflow
|
|
26
26
|
|
27
27
|
# The attributes table on the account page.
|
28
28
|
#
|
29
|
-
# @since
|
29
|
+
# @since 12.2
|
30
30
|
class AccountAttributesTable < AttributesTable
|
31
31
|
selector '.attributes_table.pageflow_account'
|
32
32
|
|
@@ -38,7 +38,7 @@ module Pageflow
|
|
38
38
|
|
39
39
|
# The attributes table on the entry page
|
40
40
|
#
|
41
|
-
# @since
|
41
|
+
# @since 12.2
|
42
42
|
class EntryAttributesTable < AttributesTable
|
43
43
|
selector '.attributes_table.pageflow_entry'
|
44
44
|
|
@@ -50,7 +50,7 @@ module Pageflow
|
|
50
50
|
|
51
51
|
# The theming attributes table on the account page
|
52
52
|
#
|
53
|
-
# @since
|
53
|
+
# @since 12.2
|
54
54
|
class ThemingAttributesTable < AttributesTable
|
55
55
|
selector '.attributes_table.pageflow_theming'
|
56
56
|
|
@@ -3,7 +3,7 @@ module Pageflow
|
|
3
3
|
module Admin
|
4
4
|
# Base class for admin form dominos
|
5
5
|
#
|
6
|
-
# @since
|
6
|
+
# @since 12.2
|
7
7
|
class EditForm < Domino
|
8
8
|
# Visit the edit page and find the form.
|
9
9
|
def self.for(resource)
|
@@ -30,7 +30,7 @@ module Pageflow
|
|
30
30
|
|
31
31
|
# Edit form of entry admin.
|
32
32
|
#
|
33
|
-
# @since
|
33
|
+
# @since 12.2
|
34
34
|
class EntryEditForm < EditForm
|
35
35
|
selector '.edit.admin_entries'
|
36
36
|
|
@@ -48,7 +48,7 @@ module Pageflow
|
|
48
48
|
|
49
49
|
# Edit form of account admin.
|
50
50
|
#
|
51
|
-
# @since
|
51
|
+
# @since 12.2
|
52
52
|
class AccountEditForm < EditForm
|
53
53
|
selector '.edit.admin_accounts'
|
54
54
|
|
@@ -66,7 +66,7 @@ module Pageflow
|
|
66
66
|
|
67
67
|
# Edit form for theming in account admin.
|
68
68
|
#
|
69
|
-
# @since
|
69
|
+
# @since 12.2
|
70
70
|
class ThemingEditForm < EditForm
|
71
71
|
selector '.edit.admin_accounts'
|
72
72
|
|
data/pageflow/lint.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pageflow-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.0.0.
|
4
|
+
version: 13.0.0.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Codevise Solutions Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pageflow
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 13.0.0.
|
19
|
+
version: 13.0.0.rc1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 13.0.0.
|
26
|
+
version: 13.0.0.rc1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: mysql2
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|