phcscriptcdnpro 4.6.1 → 4.6.2

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: b8d5e90d3959aa4cdf75ff6bef460e60f5d24893
4
- data.tar.gz: 08a3078b4dd669f3dfc95fd9f67c6208503a8622
3
+ metadata.gz: a6495a459187f9fd43392a0de05abd96b60d8781
4
+ data.tar.gz: ac5fe1682e99e7ed7ee0b08efbb8cd2c162f5282
5
5
  SHA512:
6
- metadata.gz: 026cb4b8fe44b8524718487326ca29d60665593471dd51b6d475c80d7789679ecf9b505c4ef3b17b66c1b71e42bb5f75198753b5b7606c4a50eb8c5446da24af
7
- data.tar.gz: a3a00aba46ba021b8839367635b3daa8958721f2ffaef1ef9f636b5f255e6b214b2282752f2d22ed0e1853b3e4d3bac752874f0a485ff0bf85aa0691221fd1cb
6
+ metadata.gz: 6da8fbd0582cf3e9f7e0e3e08b53f035c73c06e4bf202e320ebf0576bb78dfa4e26fd3a13bdf3e4d57facc1f6ebe241c0cecd0117e306c4dc647d1b320329d5a
7
+ data.tar.gz: 99864e359deeb9c4b21bf132ee325071277cbe65a71c53b35d9f2eeb50ca544d4a1595bc68b6930504674802a3857e6ab89d761832e94d060b7cfcef6a01b8ad
@@ -55,7 +55,6 @@
55
55
  <th>Author Twitter</th>
56
56
  </tr>
57
57
  </thead>
58
-
59
58
  <tbody>
60
59
  <% @script_authors.each do |script_author| %>
61
60
  <tr>
@@ -52,7 +52,6 @@
52
52
  <th>Script Extension</th>
53
53
  </tr>
54
54
  </thead>
55
-
56
55
  <tbody>
57
56
  <% @script_extensions.each do |script_extension| %>
58
57
  <tr>
@@ -1,47 +1,59 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Licence Manager" %>
2
+ <% phc_title "Script Listing Manager" %>
3
3
  <% phc_title_tagline "Update Script Licence Information" %>
4
+ <!-- Title System -->
4
5
 
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li><%= link_to "Licence Index", script_licences_path %> <i class="fa fa-circle"></i></li>
11
- <li class="active"><%= yield(:phc_title_tagline) %> <i class="fa fa-circle"></i></li>
12
- </ul>
13
-
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Licence Index
20
+ <% end %>
21
+ </div>
22
+ </div>
14
23
  </div>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
34
44
  </div>
35
45
 
36
- </div>
46
+ <div class="ibox-content">
37
47
 
38
- <div class="portlet-body">
48
+ <!-- Form Requries URL to Function Properly -->
49
+ <%= render 'form', script_licence: @script_licence %>
39
50
 
40
- <%= render 'form', script_licence: @script_licence %>
51
+ </div>
41
52
 
42
53
  </div>
43
54
 
44
55
  </div>
45
-
46
56
  </div>
57
+
47
58
  </div>
59
+ <!-- Page Content -->
@@ -1,79 +1,83 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Licence Manager" %>
3
- <% phc_title_tagline "Licence Index" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %> <i class="fa fa-circle"></i></li>
11
- </ul>
2
+ <% phc_title "Script Listing Manager" %>
3
+ <% phc_title_tagline "Script Version Index" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.new_script_licence_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Create a New Script Licence
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
31
44
  </div>
32
- <div class="actions">
33
- <%= link_to phcscriptcdnpro.new_script_licence_path, class: "btn blue-chambray" do %>
34
- <i class="fa fa-plus"></i> Add New Software Licence
35
- <% end %>
36
- </div>
37
-
38
- </div>
39
-
40
- <div class="portlet-body">
41
- <div class="table-responsive">
42
-
43
- <table class="table table-striped table-bordered table-hover table-header-fixed">
44
-
45
- <thead>
46
- <tr>
47
- <th>Licence Name</th>
48
- <th>GPLv3 Compatible</th>
49
- <th>FSF Approval</th>
50
- <th>OSI Approval</th>
51
- <th>CopyFree Approval</th>
52
- <th>Debian Approval</th>
53
- <th>Fedora Approval</th>
54
- </tr>
55
- </thead>
56
45
 
57
- <tbody>
58
- <% @script_licences.each do |script_licence| %>
46
+ <div class="ibox-content">
47
+ <div class="table-responsive">
48
+ <table class="table table-striped table-bordered table-hover dataTables-example">
49
+ <thead>
59
50
  <tr>
60
- <td><%= link_to script_licence.lcncname, script_licence %></td>
61
- <td><%= link_to script_licence.lcnccomgpl, script_licence %></td>
62
- <td><%= link_to script_licence.lcncarvlfsf, script_licence %></td>
63
- <td><%= link_to script_licence.lcncarvlosi, script_licence %></td>
64
- <td><%= link_to script_licence.lcncarvlcopyfree, script_licence %></td>
65
- <td><%= link_to script_licence.lcncarvldebian, script_licence %></td>
66
- <td><%= link_to script_licence.lcncarvlfedora, script_licence %></td>
51
+ <th>Licence Name</th>
52
+ <th>GPLv3 Compatible</th>
53
+ <th>FSF Approval</th>
54
+ <th>OSI Approval</th>
55
+ <th>CopyFree Approval</th>
56
+ <th>Debian Approval</th>
57
+ <th>Fedora Approval</th>
67
58
  </tr>
68
- <% end %>
69
- </tbody>
70
-
71
- </table>
72
-
59
+ </thead>
60
+ <tbody>
61
+ <% @script_licences.each do |script_licence| %>
62
+ <tr>
63
+ <td><%= link_to script_licence.lcncname, script_licence %></td>
64
+ <td><%= link_to script_licence.lcnccomgpl, script_licence %></td>
65
+ <td><%= link_to script_licence.lcncarvlfsf, script_licence %></td>
66
+ <td><%= link_to script_licence.lcncarvlosi, script_licence %></td>
67
+ <td><%= link_to script_licence.lcncarvlcopyfree, script_licence %></td>
68
+ <td><%= link_to script_licence.lcncarvldebian, script_licence %></td>
69
+ <td><%= link_to script_licence.lcncarvlfedora, script_licence %></td>
70
+ </tr>
71
+ <% end %>
72
+ </tbody>
73
+ </table>
74
+ </div>
73
75
  </div>
76
+
74
77
  </div>
75
78
 
76
79
  </div>
77
-
78
80
  </div>
81
+
79
82
  </div>
83
+ <!-- Page Content -->
@@ -1,3 +1,65 @@
1
+ <!-- Title System -->
2
+ <% phc_title "Script Listing Manager" %>
3
+ <% phc_title_tagline "Create a New Script Licence" %>
4
+ <!-- Title System -->
5
+
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Licence Index
20
+ <% end %>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
44
+ </div>
45
+
46
+ <div class="ibox-content">
47
+
48
+ <!-- Form Requries URL to Function Properly -->
49
+ <%= render 'form', script_version: @script_version %>
50
+
51
+ </div>
52
+
53
+ </div>
54
+
55
+ </div>
56
+ </div>
57
+
58
+ </div>
59
+ <!-- Page Content -->
60
+
61
+
62
+
1
63
  <!-- Title System -->
2
64
  <% phc_title "Script Licence Manager" %>
3
65
  <% phc_title_tagline "Add Script Licence Information" %>
@@ -1,50 +1,61 @@
1
1
  <!-- Title System -->
2
- <% phc_title "Script Licence Manager" %>
3
- <% phc_title_tagline "Script Licence Information" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
10
- <li><%= link_to "Licence Index", script_licences_path %> <i class="fa fa-circle"></i></li>
11
- <li class="active"><%= yield(:phc_title_tagline) %> <i class="fa fa-circle"></i></li>
12
- </ul>
2
+ <% phc_title "Script Listing Manager" %>
3
+ <% phc_title_tagline "Script Licence Details" %>
4
+ <!-- Title System -->
13
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Script Licence Index
20
+ <% end %>
21
+ </div>
22
+ </div>
14
23
  </div>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- <!-- Main Content -->
23
- <div class="row">
24
- <div class="col-lg-12">
25
-
26
- <div class="portlet light">
27
-
28
- <div class="portlet-title">
29
-
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
32
- </div>
33
- <div class="actions">
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
34
44
  </div>
35
45
 
36
- </div>
46
+ <div class="ibox-content">
37
47
 
38
- <div class="portlet-body">
48
+ <div class="btn-group" role="group" aria-label="licence_button_group">
49
+ <%= link_to 'Edit', edit_script_licence_path, class: "btn btn-primary" %>
50
+ <%= link_to 'Destroy', script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
51
+ </div>
39
52
 
40
- <div class="btn-group" role="group" aria-label="licence_button_group">
41
- <%= link_to 'Edit', edit_script_licence_path, class: "btn btn-primary" %>
42
- <%= link_to 'Destroy', script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
43
53
  </div>
44
54
 
45
55
  </div>
46
56
 
47
57
  </div>
48
-
49
58
  </div>
59
+
50
60
  </div>
61
+ <!-- Page Content -->
@@ -53,7 +53,6 @@
53
53
  <th>CDN Update Date</th>
54
54
  </tr>
55
55
  </thead>
56
-
57
56
  <tbody>
58
57
  <% @script_urls.each do |script_url| %>
59
58
  <tr>
@@ -51,7 +51,6 @@
51
51
  <th>Script Version</th>
52
52
  </tr>
53
53
  </thead>
54
-
55
54
  <tbody>
56
55
  <% @script_versions.each do |script_version| %>
57
56
  <tr>
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdnpro
2
- VERSION = "4.6.1"
2
+ VERSION = "4.6.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdnpro
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.1
4
+ version: 4.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails