phcmemberspro 3.9.7 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/phcmemberspro/application.js +0 -2
  3. data/app/assets/stylesheets/phcmemberspro/application.css.scss +0 -9
  4. data/app/views/layouts/phcmemberspro/application.html.erb +14 -3
  5. data/app/views/layouts/phcmemberspro/directory/directory_all.html.erb +14 -3
  6. data/app/views/layouts/phcmemberspro/members/members_all.html.erb +14 -3
  7. data/lib/phcmemberspro/version.rb +1 -1
  8. metadata +9 -42
  9. data/app/assets/javascripts/phcmemberspro/api/catsapi.js +0 -2
  10. data/app/assets/javascripts/phcmemberspro/api/listapi.js +0 -2
  11. data/app/assets/javascripts/phcmemberspro/dashborad.js +0 -2
  12. data/app/assets/javascripts/phcmemberspro/directory/categories.js +0 -2
  13. data/app/assets/javascripts/phcmemberspro/directory/catlists.js +0 -2
  14. data/app/assets/javascripts/phcmemberspro/members/contacts.js +0 -2
  15. data/app/assets/javascripts/phcmemberspro/members/listings.js +0 -2
  16. data/app/assets/javascripts/phcmemberspro/members/mains.js +0 -2
  17. data/app/assets/stylesheets/phcmemberspro/_custom.scss +0 -9
  18. data/app/assets/stylesheets/phcmemberspro/_variables.scss +0 -0
  19. data/app/assets/stylesheets/phcmemberspro/api/catsapi.scss +0 -3
  20. data/app/assets/stylesheets/phcmemberspro/api/listapi.scss +0 -3
  21. data/app/assets/stylesheets/phcmemberspro/dashborad.scss +0 -3
  22. data/app/assets/stylesheets/phcmemberspro/directory/categories.scss +0 -3
  23. data/app/assets/stylesheets/phcmemberspro/directory/catlists.scss +0 -3
  24. data/app/assets/stylesheets/phcmemberspro/members/contacts.scss +0 -3
  25. data/app/assets/stylesheets/phcmemberspro/members/listings.scss +0 -3
  26. data/app/assets/stylesheets/phcmemberspro/members/mains.scss +0 -3
  27. data/app/assets/stylesheets/scaffolds.scss +0 -73
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a9118e0d55dfb3991133b51bfcfd7c86a475f89
4
- data.tar.gz: c6f6481228e8779f288c2f4b490f1d1ba645bbc2
3
+ metadata.gz: ad8d36f89965be912501167a960f7b584ddae29e
4
+ data.tar.gz: 5d4f937d1839fca3f4dd1e895233bb9abe81c0e1
5
5
  SHA512:
6
- metadata.gz: 1916d031e1298d7776b1215b000d49496fbece6649e6e2ff538297e3db3e1bd42841575628052bf6d781f77cd4a07450af8021d63a05a943e334121472f5bd74
7
- data.tar.gz: e2c744ede142aa37d0118cb30370242512b7115fd740a880507c427c5f857e46038842820e29ef477a08e6892b8f607cc53c4b830fac8a1350fcf2c42ac6278f
6
+ metadata.gz: 10adc8542805e0d1bcfefeecf2ee70f184737e6980c8b66dd09ab467799975863f1cffa64511b4ada4ebb7277169aee4715b318ea6981cd66be3c418087d04c2
7
+ data.tar.gz: 30cc35d9224624b2023358bd2436a24c27b59423189746e70030e1ba6eed1e760759f08a3449d8f2f7a9bc949f59678cf92f16c511bdf8db30e746bd789936b6
@@ -12,6 +12,4 @@
12
12
  //
13
13
  //= require jquery2
14
14
  //= require jquery_ujs
15
- //= require jquery-ui
16
- //= require bootstrap-sprockets
17
15
  //= require_tree .
@@ -1,12 +1,3 @@
1
1
  /*
2
2
  *= require_self
3
3
  */
4
-
5
- // Load Standard
6
- @import "bootstrap-sprockets";
7
- @import "bootstrap";
8
- @import "font-awesome";
9
-
10
- // Load Custom CSS
11
- @import "variables";
12
- @import "custom";
@@ -5,10 +5,21 @@
5
5
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Directory & Members Manager" %></title>
6
6
  <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Phcmemberscom" %>">
7
7
 
8
+ <!-- Font -->
8
9
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
9
- <%= stylesheet_link_tag "backend", media: "all" %>
10
- <%= javascript_include_tag "backend" %>
11
- <%= csrf_meta_tags %>
10
+
11
+ <!-- Styles -->
12
+ <%= stylesheet_link_tag "application", media: "all" %>
13
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/backend.css"/>
14
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/bckend_essentials.css"/>
15
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout.css"/>
16
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout-datatables.css"/>
17
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/colours/green.css"/>
18
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/custom.css"/>
19
+
20
+ <!-- Scripts -->
21
+ <%= javascript_include_tag "application" %>
22
+ <script type="text/javascript" src="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/js/backend_application.js"></script>
12
23
 
13
24
  </head>
14
25
  <body>
@@ -5,10 +5,21 @@
5
5
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Directory Manager" %></title>
6
6
  <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Phcmemberscom" %>">
7
7
 
8
+ <!-- Font -->
8
9
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
9
- <%= stylesheet_link_tag "backend", media: "all" %>
10
- <%= javascript_include_tag "backend" %>
11
- <%= csrf_meta_tags %>
10
+
11
+ <!-- Styles -->
12
+ <%= stylesheet_link_tag "application", media: "all" %>
13
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/backend.css"/>
14
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/bckend_essentials.css"/>
15
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout.css"/>
16
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout-datatables.css"/>
17
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/colours/green.css"/>
18
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/custom.css"/>
19
+
20
+ <!-- Scripts -->
21
+ <%= javascript_include_tag "application" %>
22
+ <script type="text/javascript" src="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/js/backend_application.js"></script>
12
23
 
13
24
  </head>
14
25
  <body>
@@ -5,10 +5,21 @@
5
5
  <title><%= content_for?(:title) ? yield(:title) : "PHCMembers - Members Manager" %></title>
6
6
  <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "Phcmemberscom" %>">
7
7
 
8
+ <!-- Font -->
8
9
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
9
- <%= stylesheet_link_tag "backend", media: "all" %>
10
- <%= javascript_include_tag "backend" %>
11
- <%= csrf_meta_tags %>
10
+
11
+ <!-- Styles -->
12
+ <%= stylesheet_link_tag "application", media: "all" %>
13
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/backend.css"/>
14
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/bckend_essentials.css"/>
15
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout.css"/>
16
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/layouts/bckend_layout-datatables.css"/>
17
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/colours/green.css"/>
18
+ <link rel="stylesheet" media="all" href="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/css/essentials/custom.css"/>
19
+
20
+ <!-- Scripts -->
21
+ <%= javascript_include_tag "application" %>
22
+ <script type="text/javascript" src="https://frmwrks.phcnetworks.net/smarty/version-1.1.3/backend/js/backend_application.js"></script>
12
23
 
13
24
  </head>
14
25
  <body>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "3.9.7"
2
+ VERSION = "4.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.7
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-04 00:00:00.000000000 Z
11
+ date: 2016-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -37,6 +37,9 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '3.0'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 3.0.4
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -44,6 +47,9 @@ dependencies:
44
47
  - - "~>"
45
48
  - !ruby/object:Gem::Version
46
49
  version: '3.0'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 3.0.4
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: phcnotifi
49
55
  requirement: !ruby/object:Gem::Requirement
@@ -84,26 +90,6 @@ dependencies:
84
90
  - - ">="
85
91
  - !ruby/object:Gem::Version
86
92
  version: 1.8.5
87
- - !ruby/object:Gem::Dependency
88
- name: phcadmins
89
- requirement: !ruby/object:Gem::Requirement
90
- requirements:
91
- - - "~>"
92
- - !ruby/object:Gem::Version
93
- version: '1.8'
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: 1.8.1
97
- type: :runtime
98
- prerelease: false
99
- version_requirements: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '1.8'
104
- - - ">="
105
- - !ruby/object:Gem::Version
106
- version: 1.8.1
107
93
  - !ruby/object:Gem::Dependency
108
94
  name: oj
109
95
  requirement: !ruby/object:Gem::Requirement
@@ -428,7 +414,7 @@ dependencies:
428
414
  - - "~>"
429
415
  - !ruby/object:Gem::Version
430
416
  version: '2.53'
431
- description: PHCMembers Pro is an open source rails engine custom built for enterprise
417
+ description: PHCMembers Pro(4) is an open source rails engine custom built for enterprise
432
418
  app use.
433
419
  email:
434
420
  - info@phcnetworks.net
@@ -439,27 +425,8 @@ files:
439
425
  - LICENSE
440
426
  - README.md
441
427
  - Rakefile
442
- - app/assets/javascripts/phcmemberspro/api/catsapi.js
443
- - app/assets/javascripts/phcmemberspro/api/listapi.js
444
428
  - app/assets/javascripts/phcmemberspro/application.js
445
- - app/assets/javascripts/phcmemberspro/dashborad.js
446
- - app/assets/javascripts/phcmemberspro/directory/categories.js
447
- - app/assets/javascripts/phcmemberspro/directory/catlists.js
448
- - app/assets/javascripts/phcmemberspro/members/contacts.js
449
- - app/assets/javascripts/phcmemberspro/members/listings.js
450
- - app/assets/javascripts/phcmemberspro/members/mains.js
451
- - app/assets/stylesheets/phcmemberspro/_custom.scss
452
- - app/assets/stylesheets/phcmemberspro/_variables.scss
453
- - app/assets/stylesheets/phcmemberspro/api/catsapi.scss
454
- - app/assets/stylesheets/phcmemberspro/api/listapi.scss
455
429
  - app/assets/stylesheets/phcmemberspro/application.css.scss
456
- - app/assets/stylesheets/phcmemberspro/dashborad.scss
457
- - app/assets/stylesheets/phcmemberspro/directory/categories.scss
458
- - app/assets/stylesheets/phcmemberspro/directory/catlists.scss
459
- - app/assets/stylesheets/phcmemberspro/members/contacts.scss
460
- - app/assets/stylesheets/phcmemberspro/members/listings.scss
461
- - app/assets/stylesheets/phcmemberspro/members/mains.scss
462
- - app/assets/stylesheets/scaffolds.scss
463
430
  - app/controllers/phcmemberspro/api/catsapi_controller.rb
464
431
  - app/controllers/phcmemberspro/api/listapi_controller.rb
465
432
  - app/controllers/phcmemberspro/application_controller.rb
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
@@ -1,9 +0,0 @@
1
- // Main Container Margin
2
- .container {
3
- padding-top: 40px;
4
- }
5
-
6
- // Text Alginment in Table Cells
7
- .table > tbody > tr > td {
8
- vertical-align: middle;
9
- }
File without changes
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the api/catsapi controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the api/listapi controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the dashborad controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the directory::categories controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the directory::catlists controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::contacts controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::listings controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,3 +0,0 @@
1
- // Place all the styles related to the members::mains controller here.
2
- // They will automatically be included in application.css.
3
- // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -1,73 +0,0 @@
1
- body {
2
- background-color: #fff;
3
- color: #333;
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px;
7
- }
8
-
9
- p, ol, ul, td {
10
- font-family: verdana, arial, helvetica, sans-serif;
11
- font-size: 13px;
12
- line-height: 18px;
13
- }
14
-
15
- pre {
16
- background-color: #eee;
17
- padding: 10px;
18
- font-size: 11px;
19
- }
20
-
21
- a {
22
- color: #000;
23
-
24
- &:visited {
25
- color: #666;
26
- }
27
-
28
- &:hover {
29
- color: #fff;
30
- background-color: #000;
31
- }
32
- }
33
-
34
- div {
35
- &.field, &.actions {
36
- margin-bottom: 10px;
37
- }
38
- }
39
-
40
- #notice {
41
- color: green;
42
- }
43
-
44
- .field_with_errors {
45
- padding: 2px;
46
- background-color: red;
47
- display: table;
48
- }
49
-
50
- #error_explanation {
51
- width: 450px;
52
- border: 2px solid red;
53
- padding: 7px;
54
- padding-bottom: 0;
55
- margin-bottom: 20px;
56
- background-color: #f0f0f0;
57
-
58
- h2 {
59
- text-align: left;
60
- font-weight: bold;
61
- padding: 5px 5px 5px 15px;
62
- font-size: 12px;
63
- margin: -7px;
64
- margin-bottom: 0px;
65
- background-color: #c00;
66
- color: #fff;
67
- }
68
-
69
- ul li {
70
- font-size: 12px;
71
- list-style: square;
72
- }
73
- }