phcscriptcdn 54.2.0 → 55.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/Rakefile +4 -18
  4. data/app/assets/config/phcscriptcdn_manifest.js +2 -2
  5. data/app/controllers/phcscriptcdn/application_controller.rb +6 -6
  6. data/app/controllers/phcscriptcdn/script/authors_controller.rb +1 -1
  7. data/app/controllers/phcscriptcdn/script/extensions_controller.rb +1 -1
  8. data/app/controllers/phcscriptcdn/script/licences_controller.rb +1 -1
  9. data/app/controllers/phcscriptcdn/script/listings_controller.rb +1 -1
  10. data/app/controllers/phcscriptcdn/script/urls_controller.rb +1 -1
  11. data/app/controllers/phcscriptcdn/script/versions_controller.rb +1 -1
  12. data/app/views/layouts/phcscriptcdn/application.html.erb +58 -64
  13. data/app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb +14 -6
  14. data/app/views/layouts/phcscriptcdn/components/backend/navigation/_top_menu.html.erb +41 -37
  15. data/app/views/layouts/phcscriptcdn/components/backend/sidebars/_side_menu.html.erb +921 -189
  16. data/app/views/phcscriptcdn/script/authors/_form.html.erb +15 -15
  17. data/app/views/phcscriptcdn/script/authors/edit.html.erb +21 -17
  18. data/app/views/phcscriptcdn/script/authors/index.html.erb +26 -25
  19. data/app/views/phcscriptcdn/script/authors/new.html.erb +21 -17
  20. data/app/views/phcscriptcdn/script/authors/show.html.erb +15 -15
  21. data/app/views/phcscriptcdn/script/extensions/_form.html.erb +13 -13
  22. data/app/views/phcscriptcdn/script/extensions/edit.html.erb +21 -17
  23. data/app/views/phcscriptcdn/script/extensions/index.html.erb +26 -25
  24. data/app/views/phcscriptcdn/script/extensions/new.html.erb +21 -17
  25. data/app/views/phcscriptcdn/script/extensions/show.html.erb +15 -15
  26. data/app/views/phcscriptcdn/script/licences/_form.html.erb +29 -29
  27. data/app/views/phcscriptcdn/script/licences/edit.html.erb +21 -17
  28. data/app/views/phcscriptcdn/script/licences/index.html.erb +26 -25
  29. data/app/views/phcscriptcdn/script/licences/new.html.erb +21 -17
  30. data/app/views/phcscriptcdn/script/licences/show.html.erb +15 -15
  31. data/app/views/phcscriptcdn/script/listings/_form.html.erb +34 -34
  32. data/app/views/phcscriptcdn/script/listings/edit.html.erb +21 -17
  33. data/app/views/phcscriptcdn/script/listings/index.html.erb +26 -25
  34. data/app/views/phcscriptcdn/script/listings/new.html.erb +21 -17
  35. data/app/views/phcscriptcdn/script/listings/show.html.erb +15 -15
  36. data/app/views/phcscriptcdn/script/urls/_form.html.erb +19 -19
  37. data/app/views/phcscriptcdn/script/urls/edit.html.erb +21 -17
  38. data/app/views/phcscriptcdn/script/urls/index.html.erb +26 -25
  39. data/app/views/phcscriptcdn/script/urls/new.html.erb +21 -17
  40. data/app/views/phcscriptcdn/script/urls/show.html.erb +15 -15
  41. data/app/views/phcscriptcdn/script/versions/_form.html.erb +9 -9
  42. data/app/views/phcscriptcdn/script/versions/edit.html.erb +21 -17
  43. data/app/views/phcscriptcdn/script/versions/index.html.erb +26 -25
  44. data/app/views/phcscriptcdn/script/versions/new.html.erb +21 -17
  45. data/app/views/phcscriptcdn/script/versions/show.html.erb +15 -15
  46. data/config/routes.rb +18 -21
  47. data/db/migrate/20160821183652_create_phcscriptcdn_script_listings.rb +31 -0
  48. data/db/migrate/20160821183714_create_phcscriptcdn_script_authors.rb +21 -0
  49. data/db/migrate/20160821183735_create_phcscriptcdn_script_extensions.rb +19 -0
  50. data/db/migrate/20160821183805_create_phcscriptcdn_script_licences.rb +25 -0
  51. data/db/migrate/20160821183830_create_phcscriptcdn_script_urls.rb +23 -0
  52. data/db/migrate/20160821183946_create_phcscriptcdn_script_versions.rb +17 -0
  53. data/db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb +18 -0
  54. data/db/migrate/20170517064030_create_phcscriptcdn_extension_versions.rb +17 -0
  55. data/db/migrate/20170517064049_create_phcscriptcdn_listing_versions.rb +17 -0
  56. data/db/migrate/20170517064114_create_phcscriptcdn_scriptversion_versions.rb +17 -0
  57. data/db/migrate/20170517064150_create_phcscriptcdn_url_versions.rb +17 -0
  58. data/db/migrate/20170517064208_create_phcscriptcdn_author_versions.rb +17 -0
  59. data/db/migrate/20170517064427_create_phcscriptcdn_licence_versions.rb +17 -0
  60. data/lib/phcscriptcdn/engine.rb +30 -56
  61. data/lib/phcscriptcdn/version.rb +1 -1
  62. data/lib/phcscriptcdn.rb +1 -0
  63. metadata +77 -390
  64. data/app/assets/javascripts/phcscriptcdn/application.js +0 -2
  65. data/app/assets/stylesheets/phcscriptcdn/application.scss +0 -2
@@ -1,2 +0,0 @@
1
- // Load Admin Theme
2
- //= require phc_admin_theme_scripts_four
@@ -1,2 +0,0 @@
1
- // Load Admin Theme
2
- @import "phc_admin_theme_styles_four";