translation_center 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. data/README.md +4 -0
  2. data/app/assets/javascripts/translation_center/application.js +19 -0
  3. data/app/assets/javascripts/translation_center/spin.min.js +1 -0
  4. data/app/assets/stylesheets/translation_center/application.css +5 -0
  5. data/app/controllers/translation_center/center_controller.rb +14 -1
  6. data/app/views/translation_center/center/dashboard.html.haml +31 -1
  7. data/app/views/translation_center/center/manage.js.haml +3 -0
  8. data/config/routes.rb +1 -0
  9. data/lib/tasks/translation_center.rake +2 -104
  10. data/lib/translation_center.rb +1 -0
  11. data/lib/translation_center/translation_helpers.rb +5 -15
  12. data/lib/translation_center/translations_transfer.rb +112 -0
  13. data/lib/translation_center/version.rb +1 -1
  14. data/test/dummy/log/development.log +42280 -0
  15. data/test/dummy/tmp/cache/assets/CD6/F30/sprockets%2F3d4924f68747fc1d600b4d7a0b181f20 +0 -0
  16. data/test/dummy/tmp/cache/assets/CDB/0B0/sprockets%2Fd44248d455dc32b5d0d0694193b9a3f3 +0 -0
  17. data/test/dummy/tmp/cache/assets/CE0/2B0/sprockets%2F9f924e591087e633cea041028cff44c0 +0 -0
  18. data/test/dummy/tmp/cache/assets/CE1/FF0/sprockets%2Fc6009788eab85b69f03f04662ac3e018 +0 -0
  19. data/test/dummy/tmp/cache/assets/D2F/FF0/sprockets%2F00d4ae0093a6d2ee8a2c5cf25283484b +0 -0
  20. data/test/dummy/tmp/cache/assets/D36/A70/sprockets%2Fe9e6c2471794226baecb461ad235b16b +0 -0
  21. data/test/dummy/tmp/cache/assets/D7C/BF0/sprockets%2F08f1d2e61be25aa4ae6fd9978976b8c1 +0 -0
  22. data/test/dummy/tmp/cache/assets/DEA/130/sprockets%2F7fdb34a9eecf9cca01e2a1014a3b8e14 +0 -0
  23. data/test/dummy/tmp/pids/server.pid +1 -1
  24. metadata +9 -2
@@ -1 +1 @@
1
- 6293
1
+ 588
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-04-02 00:00:00.000000000 Z
14
+ date: 2013-04-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails
@@ -208,6 +208,7 @@ files:
208
208
  - app/assets/javascripts/translation_center/translations.js
209
209
  - app/assets/javascripts/translation_center/jquery-ui.js
210
210
  - app/assets/javascripts/translation_center/bootstrap.js
211
+ - app/assets/javascripts/translation_center/spin.min.js
211
212
  - app/assets/javascripts/translation_center/jquery.jeditable.mini.js
212
213
  - app/assets/javascripts/translation_center/routes.js
213
214
  - app/assets/stylesheets/translation_center/application.css
@@ -234,6 +235,7 @@ files:
234
235
  - app/views/translation_center/center/dashboard.html.haml
235
236
  - app/views/translation_center/center/search_activity.js.haml
236
237
  - app/views/translation_center/center/_activity.html.haml
238
+ - app/views/translation_center/center/manage.js.haml
237
239
  - app/views/translation_center/translations/_accept_translation.html.haml
238
240
  - app/views/translation_center/translations/_index.html.haml
239
241
  - app/views/translation_center/translations/destroy.js.haml
@@ -257,6 +259,7 @@ files:
257
259
  - config/routes.rb
258
260
  - lib/translation_center.rb
259
261
  - lib/translation_center/version.rb
262
+ - lib/translation_center/translations_transfer.rb
260
263
  - lib/translation_center/translation_helpers.rb
261
264
  - lib/translation_center/engine.rb
262
265
  - lib/translation_center/acts_as_translator.rb
@@ -374,6 +377,7 @@ files:
374
377
  - test/dummy/tmp/cache/assets/D22/050/sprockets%2F128ef856a6384c72bfe7b7135d99d44c
375
378
  - test/dummy/tmp/cache/assets/CE5/9B0/sprockets%2F40b42f4dd8c389765d81fc831c534b34
376
379
  - test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
380
+ - test/dummy/tmp/cache/assets/DEA/130/sprockets%2F7fdb34a9eecf9cca01e2a1014a3b8e14
377
381
  - test/dummy/tmp/cache/assets/D6A/F50/sprockets%2F2cba124643bd8ed6fc23181c4a5d7f87
378
382
  - test/dummy/tmp/cache/assets/D6A/6A0/sprockets%2F4029ad1729e2b9e6d05c0d4a8dfd6a71
379
383
  - test/dummy/tmp/cache/assets/D6A/6F0/sprockets%2F1d64b6db122fed0f94e6d475800fc16c
@@ -640,6 +644,7 @@ files:
640
644
  - test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4
641
645
  - test/dummy/tmp/cache/assets/D11/B50/sprockets%2F5ca3907978f218faa0cd3e353b918b08
642
646
  - test/dummy/tmp/cache/assets/D11/160/sprockets%2F93a27b5bffca42191bcb04399498707b
647
+ - test/dummy/tmp/cache/assets/CE1/FF0/sprockets%2Fc6009788eab85b69f03f04662ac3e018
643
648
  - test/dummy/tmp/cache/assets/DCE/470/sprockets%2Fdf2b74f47cdba59f2eb50e1a821a6d96
644
649
  - test/dummy/tmp/cache/assets/CAB/3F0/sprockets%2Fb89055d34ae53163db890b5c8113725c
645
650
  - test/dummy/tmp/cache/assets/C4C/C00/sprockets%2F4849fd265508c443749c502c075a04b1
@@ -825,6 +830,7 @@ test_files:
825
830
  - test/dummy/tmp/cache/assets/D22/050/sprockets%2F128ef856a6384c72bfe7b7135d99d44c
826
831
  - test/dummy/tmp/cache/assets/CE5/9B0/sprockets%2F40b42f4dd8c389765d81fc831c534b34
827
832
  - test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
833
+ - test/dummy/tmp/cache/assets/DEA/130/sprockets%2F7fdb34a9eecf9cca01e2a1014a3b8e14
828
834
  - test/dummy/tmp/cache/assets/D6A/F50/sprockets%2F2cba124643bd8ed6fc23181c4a5d7f87
829
835
  - test/dummy/tmp/cache/assets/D6A/6A0/sprockets%2F4029ad1729e2b9e6d05c0d4a8dfd6a71
830
836
  - test/dummy/tmp/cache/assets/D6A/6F0/sprockets%2F1d64b6db122fed0f94e6d475800fc16c
@@ -1091,6 +1097,7 @@ test_files:
1091
1097
  - test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4
1092
1098
  - test/dummy/tmp/cache/assets/D11/B50/sprockets%2F5ca3907978f218faa0cd3e353b918b08
1093
1099
  - test/dummy/tmp/cache/assets/D11/160/sprockets%2F93a27b5bffca42191bcb04399498707b
1100
+ - test/dummy/tmp/cache/assets/CE1/FF0/sprockets%2Fc6009788eab85b69f03f04662ac3e018
1094
1101
  - test/dummy/tmp/cache/assets/DCE/470/sprockets%2Fdf2b74f47cdba59f2eb50e1a821a6d96
1095
1102
  - test/dummy/tmp/cache/assets/CAB/3F0/sprockets%2Fb89055d34ae53163db890b5c8113725c
1096
1103
  - test/dummy/tmp/cache/assets/C4C/C00/sprockets%2F4849fd265508c443749c502c075a04b1