tenon 1.0.46 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 065b40bb1676de0ca297c8b7660d6944e57c49b2
4
- data.tar.gz: cde55cf7ca970a644ae55172215acfafa43a62a7
3
+ metadata.gz: 096aab10c6cb26ec9f433fa16b86a58455760962
4
+ data.tar.gz: 7cf657145b2c7d3249509a9d9103ecef1fefb1d4
5
5
  SHA512:
6
- metadata.gz: e8992c2f234a7349ce25f394cf7261be28e8cae653d61d69b0f56d84b740ac8ccb7cad657b30ac9b81aecd19be2dc98cc7b18504c6ae57d5c2f36e769eb67c1a
7
- data.tar.gz: 84fb33c02a4366c4eba6fbc6a7d2695b5e38632a8760b28dac7e1d5737060d8b34c617b192116238be1fa9b0c8baea5857ea5217a77409191e3845ea561db805
6
+ metadata.gz: 43ea1efac4409b7ac041d0e5f4b95eb4ca530b9c48b03167f67b8df37a0b24543a6bdad9f1c88facbe06fbd1005a24e391462c7ca9d6b8f921368f1b720fc95f
7
+ data.tar.gz: 45b119ed3c7657f7bf5661f9eb195189641cb75acb300e1cb75c01becfac906479dc0f0ead5d5de9efce2a34628c221082f147e93d13da4a63dddfe78d2ef1d5
@@ -35,7 +35,7 @@
35
35
 
36
36
  .form-group.inline.bordered
37
37
  = f.check_box :show_contact_form, class: 'tn-checkbox-right'
38
- = f.super_label :show_contact_form, "Show in Contact Form?"
38
+ = f.super_label :show_contact_form, "Show Contact Form?"
39
39
 
40
40
  %h4.box-label Publish Your Page
41
41
  .box
@@ -0,0 +1,8 @@
1
+ .embedded-content
2
+ = link_to 'Select Piece Type', '#', class: 'open-piece-selector-modal', 'data-modal-target' => '.select-piece-type', 'data-modal-title' => 'Select Piece Type', 'data-modal-clone' => 'true', 'data-modal-handler' => 'Tenon.features.tenonContent.PieceSelectorModalHandler'
3
+ .embed= raw f.object.try(:embed_code)
4
+
5
+
6
+ = f.hidden_field :embed_code, class: 'embed-code-field'
7
+ = f.hidden_field :position
8
+ = f.hidden_field :size
@@ -0,0 +1,6 @@
1
+ class RemoveDispatchesAndDelayedJobs < ActiveRecord::Migration
2
+ def change
3
+ drop_table :tenon_delayed_jobs
4
+ drop_table :tenon_dispatches
5
+ end
6
+ end
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '1.0.46'
2
+ VERSION = '1.0.47'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.46
4
+ version: 1.0.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative
@@ -1255,6 +1255,7 @@ files:
1255
1255
  - app/views/tenon/tenon_content/_display.html.haml
1256
1256
  - app/views/tenon/tenon_content/_embed_modal.html.haml
1257
1257
  - app/views/tenon/tenon_content/_fields.html.haml
1258
+ - app/views/tenon/tenon_content/_piece_selector.html.haml
1258
1259
  - app/views/tenon/tenon_content/_row.html.haml
1259
1260
  - app/views/tenon/tenon_content/piece_types/display/_embedded_content.html.haml
1260
1261
  - app/views/tenon/tenon_content/piece_types/display/_image.html.haml
@@ -1322,6 +1323,7 @@ files:
1322
1323
  - db/migrate/20140619135927_add_stretch_boolean_to_tenon_tenon_content_pieces.rb
1323
1324
  - db/migrate/20140623142634_create_tenon_redirects.rb
1324
1325
  - db/migrate/20141115154243_remove_unused_tenon_photo_columns.rb
1326
+ - db/migrate/20141117202434_remove_dispatches_and_delayed_jobs.rb
1325
1327
  - db/seeds.rb
1326
1328
  - lib/generators/tenon/i18n_migrations/i18n_migrations_generator.rb
1327
1329
  - lib/generators/tenon/i18n_migrations/templates/migration.rb
@@ -1552,4 +1554,3 @@ test_files:
1552
1554
  - spec/spec_helper.rb
1553
1555
  - spec/support/integration_example_group.rb
1554
1556
  - spec/support/request_helpers.rb
1555
- has_rdoc: