refinerycms-copywriting 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. data/app/assets/stylesheets/{refinerycms-copywriting-tab.css.scss → refinery/copywriting/backend.css.scss} +4 -0
  2. data/app/models/refinery/copywriting/phrase.rb +3 -3
  3. data/app/views/refinery/copywriting/admin/phrases/_form.html.erb +8 -13
  4. data/app/views/refinery/copywriting/admin/phrases/_locale_filters.html.erb +0 -2
  5. data/app/views/refinery/copywriting/admin/phrases/_phrases.html.erb +1 -1
  6. data/app/views/refinery/copywriting/admin/phrases/edit.html.erb +1 -1
  7. data/app/views/refinery/copywriting/admin/phrases/index.html.erb +4 -4
  8. data/app/views/refinery/pages/admin/tabs/_copywriting.html.erb +2 -2
  9. data/config/locales/pl.yml +24 -0
  10. data/config/locales/ru.yml +24 -0
  11. data/config/routes.rb +1 -5
  12. data/db/migrate/2_create_copywriting_translation_table.rb +14 -1
  13. data/lib/refinery/copywriting/engine.rb +2 -2
  14. data/spec/models/copywriting_phrase_spec.rb +7 -2
  15. metadata +5 -67
  16. data/app/assets/stylesheets/refinerycms-copywriting.css.scss +0 -3
  17. data/spec/dummy/README.rdoc +0 -261
  18. data/spec/dummy/Rakefile +0 -7
  19. data/spec/dummy/app/assets/javascripts/application.js +0 -15
  20. data/spec/dummy/app/assets/stylesheets/application.css +0 -13
  21. data/spec/dummy/app/controllers/application_controller.rb +0 -3
  22. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  23. data/spec/dummy/app/views/sitemap/index.xml.builder +0 -25
  24. data/spec/dummy/config.ru +0 -4
  25. data/spec/dummy/config/application.rb +0 -62
  26. data/spec/dummy/config/boot.rb +0 -6
  27. data/spec/dummy/config/database.yml +0 -18
  28. data/spec/dummy/config/database.yml.mysql +0 -20
  29. data/spec/dummy/config/database.yml.postgresql +0 -58
  30. data/spec/dummy/config/database.yml.sqlite3 +0 -18
  31. data/spec/dummy/config/environment.rb +0 -5
  32. data/spec/dummy/config/environments/development.rb +0 -37
  33. data/spec/dummy/config/environments/production.rb +0 -71
  34. data/spec/dummy/config/environments/test.rb +0 -37
  35. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  36. data/spec/dummy/config/initializers/devise.rb +0 -229
  37. data/spec/dummy/config/initializers/inflections.rb +0 -15
  38. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  39. data/spec/dummy/config/initializers/refinery/core.rb +0 -48
  40. data/spec/dummy/config/initializers/refinery/images.rb +0 -41
  41. data/spec/dummy/config/initializers/refinery/pages.rb +0 -44
  42. data/spec/dummy/config/initializers/refinery/resources.rb +0 -26
  43. data/spec/dummy/config/initializers/secret_token.rb +0 -7
  44. data/spec/dummy/config/initializers/session_store.rb +0 -8
  45. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  46. data/spec/dummy/config/locales/en.yml +0 -5
  47. data/spec/dummy/config/routes.rb +0 -3
  48. data/spec/dummy/db/migrate/20120416115049_create_copywritings.refinery_copywriting.rb +0 -24
  49. data/spec/dummy/db/migrate/20120416115050_create_copywriting_translation_table.refinery_copywriting.rb +0 -42
  50. data/spec/dummy/db/migrate/20120416115051_add_phrase_type.refinery_copywriting.rb +0 -12
  51. data/spec/dummy/db/migrate/20120416115052_add_refinery_prefix_to_tables.refinery_copywriting.rb +0 -14
  52. data/spec/dummy/db/migrate/20120416115053_add_phrase_last_access_at.refinery_copywriting.rb +0 -12
  53. data/spec/dummy/db/migrate/20120416115054_create_refinerycms_authentication_schema.refinery_authentication.rb +0 -44
  54. data/spec/dummy/db/migrate/20120416115055_create_refinerycms_images_schema.refinery_images.rb +0 -16
  55. data/spec/dummy/db/migrate/20120416115056_create_refinerycms_resources_schema.refinery_resources.rb +0 -14
  56. data/spec/dummy/db/migrate/20120416115057_create_refinerycms_pages_schema.refinery_pages.rb +0 -59
  57. data/spec/dummy/db/migrate/20120416115058_create_seo_meta.seo_meta_engine.rb +0 -24
  58. data/spec/dummy/db/schema.rb +0 -177
  59. data/spec/dummy/db/seeds.rb +0 -10
  60. data/spec/dummy/dummy_dev +0 -0
  61. data/spec/dummy/dummy_test +0 -0
  62. data/spec/dummy/log/development.log +0 -389
  63. data/spec/dummy/log/test.log +0 -1894
  64. data/spec/dummy/public/404.html +0 -26
  65. data/spec/dummy/public/422.html +0 -26
  66. data/spec/dummy/public/500.html +0 -25
  67. data/spec/dummy/public/favicon.ico +0 -0
  68. data/spec/dummy/script/rails +0 -6
  69. data/spec/dummy/tmp/index/development/refinery/page/102_111_117.ind +0 -2
  70. data/spec/dummy/tmp/index/development/refinery/page/104_111_109.ind +0 -0
  71. data/spec/dummy/tmp/index/development/refinery/page/110_111_116.ind +0 -1
  72. data/spec/dummy/tmp/index/development/refinery/page/112_97_103.ind +0 -0
  73. data/spec/dummy/tmp/index/development/refinery/page/97_98_111.ind +0 -0
  74. data/spec/dummy/tmp/index/development/refinery/page/size +0 -1
  75. data/spec/dummy/tmp/index/development/refinery/page/version +0 -1
  76. data/spec/dummy/tmp/index/test/refinery/page/112_97_103.ind +0 -1
  77. data/spec/dummy/tmp/index/test/refinery/page/116_101_115.ind +0 -0
  78. data/spec/dummy/tmp/index/test/refinery/page/size +0 -1
  79. data/spec/dummy/tmp/index/test/refinery/page/version +0 -1
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- </div>
24
- </body>
25
- </html>
File without changes
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
-
4
- APP_PATH = File.expand_path('../../config/application', __FILE__)
5
- require File.expand_path('../../config/boot', __FILE__)
6
- require 'rails/commands'
@@ -1,2 +0,0 @@
1
- {I"
2
- found:ETo:ActsAsIndexed::SearchAtom:
@@ -1 +0,0 @@
1
- {I"not:ETo:ActsAsIndexed::SearchAtom:
@@ -1 +0,0 @@
1
- {I" page:ETo:ActsAsIndexed::SearchAtom: