pageflow 13.4.0 → 13.5.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pageflow might be problematic. Click here for more details.

@@ -5,7 +5,8 @@ pageflow.mediaPlayer.volumeFading = function(player) {
5
5
  if (!pageflow.browser.has('volume control support')) {
6
6
  return pageflow.mediaPlayer.volumeFading.noop(player);
7
7
  }
8
- else if (pageflow.audioContext.get() && player.getMediaElement) {
8
+ else if (pageflow.browser.has('audio context volume fading support') &&
9
+ pageflow.audioContext.get() && player.getMediaElement) {
9
10
  return pageflow.mediaPlayer.volumeFading.webAudio(
10
11
  player,
11
12
  pageflow.audioContext.get()
@@ -10,6 +10,7 @@
10
10
  display: inline-block;
11
11
  width: 25px;
12
12
  height: 25px;
13
+ vertical-align: top;
13
14
 
14
15
  border: solid 1px #eee;
15
16
 
@@ -38,11 +39,19 @@
38
39
 
39
40
  [data-wysihtml5-command="createLink"] {
40
41
  @include link-icon;
42
+
43
+ &.wysihtml5-command-active + .dialog [data-wysihtml5-dialog-action="cancel"] {
44
+ display: none;
45
+ }
46
+ }
47
+
48
+ .wysihtml5-command-dialog-opened {
49
+ margin-bottom: 83px;
41
50
  }
42
51
 
43
52
  .dialog {
44
53
  position: absolute;
45
- bottom: 30px;
54
+ top: 30px;
46
55
  left: -2px;
47
56
  right: -6px;
48
57
  padding: 5px 10px;
@@ -60,24 +69,24 @@
60
69
  .dialog:before {
61
70
  content: " ";
62
71
  position: absolute;
63
- bottom: -20px;
72
+ top: -20px;
64
73
  left: 97px;
65
74
  pointer-events: none;
66
- border-top: solid 10px #222;
75
+ border-top: solid 10px transparent;
67
76
  border-right: solid 10px transparent;
68
- border-bottom: solid 10px transparent;
77
+ border-bottom: solid 10px #222;
69
78
  border-left: solid 10px transparent;
70
79
  }
71
80
 
72
81
  .dialog:after {
73
82
  content: " ";
74
83
  position: absolute;
75
- bottom: -18px;
84
+ top: -18px;
76
85
  left: 98px;
77
86
  pointer-events: none;
78
- border-top: solid 9px #fff;
87
+ border-top: solid 9px transparent;
79
88
  border-right: solid 9px transparent;
80
- border-bottom: solid 9px transparent;
89
+ border-bottom: solid 9px #fff;
81
90
  border-left: solid 9px transparent;
82
91
  }
83
- }
92
+ }
@@ -161,7 +161,7 @@ en:
161
161
  created_at: Created at
162
162
  default_file_rights: Default file credits
163
163
  default_theming: Default theming
164
- entries_count: "# Entries"
164
+ entries_count: "# Stories"
165
165
  landing_page_name: Landing page
166
166
  name: Name
167
167
  own_role: Own Role
@@ -347,7 +347,7 @@ en:
347
347
  pageflow/entry:
348
348
  attributes:
349
349
  folder:
350
- must_be_same_account: Folder must belong to same account as entry
350
+ must_be_same_account: Folder must belong to same account as story
351
351
  models:
352
352
  account:
353
353
  one: Account
@@ -761,7 +761,7 @@ en:
761
761
  accounts:
762
762
  no_entries: No Stories
763
763
  no_members: No members
764
- theming_defaults_inline_help: The following settings will be used as defaults for new entries in this account. Changes do not affect existing entries.
764
+ theming_defaults_inline_help: The following settings will be used as defaults for new stories in this account. Changes do not affect existing stories.
765
765
  entries:
766
766
  add_folder: Add folder
767
767
  confirm_depublish: Depublish this story?
@@ -774,7 +774,7 @@ en:
774
774
  edit_revision: Edit
775
775
  editor: Editor
776
776
  editor_hint: Open editor
777
- embed_code_hint: Embed the published entry on a website.
777
+ embed_code_hint: Embed the published story on a website.
778
778
  entries: Stories
779
779
  forever: "(unlimited)"
780
780
  members: Members
@@ -806,8 +806,8 @@ en:
806
806
  snapshot: Save current version
807
807
  title_hint: This field determines the URL for this story.
808
808
  entry:
809
- add: Add Entry
810
- none_addable_tooltip: No entry available
809
+ add: Add Story
810
+ none_addable_tooltip: No story available
811
811
  features:
812
812
  states:
813
813
  default: Default (%{inherited})
@@ -822,10 +822,10 @@ en:
822
822
  memberships:
823
823
  on_account:
824
824
  role:
825
- hint_html: You can assign roles on individual entries of this account to a <strong>Member</strong>.<br>A <strong>Previewer</strong> can additionally preview all entries of this account.<br>An <strong>Editor</strong> can additionally edit all entries of this account.<br>A <strong>Publisher</strong> can additionally publish all entries of this account.<br>A <strong>Manager</strong> can additionally set user roles on all entries of this account and edit them.
825
+ hint_html: You can assign roles on individual stories of this account to a <strong>Member</strong>.<br>A <strong>Previewer</strong> can additionally preview all stories of this account.<br>An <strong>Editor</strong> can additionally edit all stories of this account.<br>A <strong>Publisher</strong> can additionally publish all stories of this account.<br>A <strong>Manager</strong> can additionally set user roles on all stories of this account and edit them.
826
826
  on_entry:
827
827
  role:
828
- hint_html: A <strong>Previewer</strong> can preview this entry.<br>An <strong>Editor</strong> can additionally edit this entry.<br>A <strong>Publisher</strong> can additionally publish this entry.<br>A <strong>Manager</strong> can additionally set user roles on this entry and edit them.
828
+ hint_html: A <strong>Previewer</strong> can preview this story.<br>An <strong>Editor</strong> can additionally edit this story.<br>A <strong>Publisher</strong> can additionally publish this story.<br>A <strong>Manager</strong> can additionally set user roles on this story and edit them.
829
829
  resource_tabs:
830
830
  account_editor_hint: Users who are assigned on an account level are not listed here
831
831
  accounts: Accounts
@@ -840,10 +840,10 @@ en:
840
840
  themings:
841
841
  additional_cnames_hint: Comma separated list of additional CNAMES. Used only to select the correct redirect URL.
842
842
  cname_hint: Used in public sharing URLs.
843
- default_author_hint: Default 'author' meta field for entries
844
- default_keywords_hint: Default 'keywords' meta field for entries
845
- default_locale_hint: Default language for entries
846
- default_publisher_hint: Default 'publisher' meta field for entries
843
+ default_author_hint: Default 'author' meta field for stories
844
+ default_keywords_hint: Default 'keywords' meta field for stories
845
+ default_locale_hint: Default language for stories
846
+ default_publisher_hint: Default 'publisher' meta field for stories
847
847
  home_url_hint: Used for requests to the root path with one of the above CNAMES. Default target location for the home button.
848
848
  name: "%{account_name}"
849
849
  remove_logo: Remove logo
@@ -860,8 +860,8 @@ en:
860
860
  delete_account_membership_confirmation: |-
861
861
  Really delete the account membership of this user?
862
862
 
863
- CAUTION: All of the user's entry memberships in this account are also deleted.
864
- delete_entry_membership_confirmation: Really delete the entry membership of this user?
863
+ CAUTION: All of the user's story memberships in this account are also deleted.
864
+ delete_entry_membership_confirmation: Really delete the story membership of this user?
865
865
  delete_me:
866
866
  cancel_label: No, do not delete my account!
867
867
  delete_label: Delete account
@@ -889,34 +889,34 @@ en:
889
889
  account_manager: Konto-Administrator
890
890
  accounts:
891
891
  tooltip:
892
- editor: Can edit entries of this account
892
+ editor: Can edit stories of this account
893
893
  manager: Can set roles on this account
894
- member: Can be assigned roles on entries of this account
895
- previewer: Can preview entries of this account
896
- publisher: Can publish entries of this account
894
+ member: Can be assigned roles on stories of this account
895
+ previewer: Can preview stories of this account
896
+ publisher: Can publish stories of this account
897
897
  admin: System-Administrator
898
898
  editor: Editor
899
899
  entries:
900
900
  tooltip:
901
- editor: Can edit this entry
902
- manager: Can set roles on this entry
903
- previewer: Can preview this entry
904
- publisher: Can publish this entry
901
+ editor: Can edit this story
902
+ manager: Can set roles on this story
903
+ previewer: Can preview this story
904
+ publisher: Can publish this story
905
905
  manager: Manager
906
906
  member: Member
907
907
  own_account_role:
908
908
  tooltip:
909
- editor: You can edit entries in this account
910
- manager: You can manage user and entries in this account
911
- member: You can be assigned roles on entries in this account
912
- previewer: You can preview entries in this account
913
- publisher: You can publish entries in this account
909
+ editor: You can edit stories in this account
910
+ manager: You can manage user and stories in this account
911
+ member: You can be assigned roles on stories in this account
912
+ previewer: You can preview stories in this account
913
+ publisher: You can publish stories in this account
914
914
  own_entry_role:
915
915
  tooltip:
916
- editor: You can edit this entry
917
- manager: You can set roles on this entry
918
- previewer: You can preview this entry
919
- publisher: You can publish this entry
916
+ editor: You can edit this story
917
+ manager: You can set roles on this story
918
+ previewer: You can preview this story
919
+ publisher: You can publish this story
920
920
  previewer: Previewer
921
921
  publisher: Publisher
922
922
  suspend: Suspend
@@ -1041,7 +1041,7 @@ en:
1041
1041
  classic_loading_spinner:
1042
1042
  widget_type_info_box_text: This is a preview of the classic loading spinner. It is displayed while the page is loading.
1043
1043
  cookie_notice_bar:
1044
- widget_type_info_box_text: The notice is displayed when visiting an entry that uses Cookies. Cookies are set, if an analytics integration is active or the 'Emphasize new pages' feature has been enabled.
1044
+ widget_type_info_box_text: The notice is displayed when visiting a story that uses Cookies. Cookies are set, if an analytics integration is active or the 'Emphasize new pages' feature has been enabled.
1045
1045
  entries:
1046
1046
  unsupported_browser_hint:
1047
1047
  message: The Pageflow editor does not support the browser version you are using. We recommend upgrading your browser to the most recent version.
@@ -1059,7 +1059,7 @@ en:
1059
1059
  files:
1060
1060
  common_attributes:
1061
1061
  alt:
1062
- inline_help: A hint describing the contents of the displayed element. Not displayed in the entry, but can be used by screen reader software. Improves accessibility of the content.
1062
+ inline_help: A hint describing the contents of the displayed element. Not displayed in the story, but can be used by screen reader software. Improves accessibility of the content.
1063
1063
  label: Alt-Text
1064
1064
  file_name:
1065
1065
  column_header: File name
@@ -1071,7 +1071,7 @@ en:
1071
1071
  blank: Still blank
1072
1072
  present: 'Present: %v{value}'
1073
1073
  column_header: Rights
1074
- inline_help: Displayed in copyright area of entry.
1074
+ inline_help: Displayed in copyright area of story.
1075
1075
  label: Rights
1076
1076
  text_tracks:
1077
1077
  label: Subtitles
@@ -1285,15 +1285,15 @@ en:
1285
1285
  ok: OK
1286
1286
  title: Select target page
1287
1287
  publish_entry:
1288
- already_published_with_password_help: This entry is already published with a password. Leave password field blank to keep the previous password.
1289
- already_published_without_password_help: This entry is published without a password at the moment. Setting a password will prevent public access from now on.
1288
+ already_published_with_password_help: This story is already published with a password. Leave password field blank to keep the previous password.
1289
+ already_published_without_password_help: This story is published without a password at the moment. Setting a password will prevent public access from now on.
1290
1290
  date: Date
1291
1291
  files_pending_notice: Please wait until all files have been processed and check the results. You may then publish your story.
1292
1292
  not_published_notice: This story is currently not published.
1293
1293
  password: Password
1294
- password_help: Restrict access to the published version of this entry. Visiters will have to enter a password.
1294
+ password_help: Restrict access to the published version of this story. Visitors will have to enter a password.
1295
1295
  password_protected: Protect with Password
1296
- previously_published_with_password_help: This entry was published with a password before. Leave password field blank to keep the previous password.
1296
+ previously_published_with_password_help: This story was published with a password before. Leave password field blank to keep the previous password.
1297
1297
  publish: Publish
1298
1298
  publish_current: Publish current version
1299
1299
  publish_success: Your story has been sucessfully published.
@@ -1337,7 +1337,7 @@ en:
1337
1337
 
1338
1338
  This operation cannot be undone.
1339
1339
  edit_entry_view:
1340
- cannot_publish: You do not have sufficient rights to publish this entry.
1340
+ cannot_publish: You do not have sufficient rights to publish this story.
1341
1341
  edit_page_view:
1342
1342
  confirm_destroy: Really delete this page?
1343
1343
  edit_storyline_view:
@@ -1386,10 +1386,10 @@ en:
1386
1386
  inline_help: By default the background image of the first page is used.
1387
1387
  label: Background image
1388
1388
  subtitle:
1389
- inline_help: Subtitle to display in loadiner view.
1389
+ inline_help: Subtitle to display in loading view.
1390
1390
  label: Subtitle
1391
1391
  title:
1392
- inline_help: Title to display in loadiner view. Defaults to entry title.
1392
+ inline_help: Title to display in loading view. Defaults to story title.
1393
1393
  label: Title
1394
1394
  editor_emulation_mode:
1395
1395
  feature_name: Editor phone emulation mode
@@ -1409,7 +1409,7 @@ en:
1409
1409
 
1410
1410
  You find the atmo settings on the „Options“ tab of each page.
1411
1411
 
1412
- Should you ever feel distracted by the atmo audio while working on your entry, you can use the hot key „Alt + a“ to temporarily mute it. Simply press „Alt + a“ again to reactivate atmo audio.
1412
+ Should you ever feel distracted by the atmo audio while working on your story, you can use the hot key „Alt + a“ to temporarily mute it. Simply press „Alt + a“ again to reactivate atmo audio.
1413
1413
 
1414
1414
  CAUTION: Atmo audio does not play on mobile devices.
1415
1415
  files:
@@ -1640,9 +1640,9 @@ en:
1640
1640
 
1641
1641
 
1642
1642
  * If a file has a text track of kind "translation" in the
1643
- language of the entry, it is displayed as subtitle
1643
+ language of the story, it is displayed as subtitle
1644
1644
  automatically. This is meant for people who are able to
1645
- understand the language of the entry, but not the language
1645
+ understand the language of the story, but not the language
1646
1646
  spoken in the video or audio.
1647
1647
 
1648
1648
  * If instead the file has a text track of kind "audio
@@ -1713,8 +1713,8 @@ en:
1713
1713
  feature_name: Editor theme selection
1714
1714
  storyline_attributes:
1715
1715
  main:
1716
- inline_help: Turns the first page of this storyline into the start page of the entry.
1717
- inline_help_disabled: The first page of this storyline is the start page of the entry.
1716
+ inline_help: Turns the first page of this storyline into the start page of the story.
1717
+ inline_help_disabled: The first page of this storyline is the start page of the story.
1718
1718
  label: Main storyline
1719
1719
  navigation_bar_mode:
1720
1720
  label: Navigation bar mode
@@ -1769,7 +1769,7 @@ en:
1769
1769
  overview_button_enabled: The overview displays chapters and pages of the main storyline.
1770
1770
  overview_button_enabled_disabled: This option is not available for your theme.
1771
1771
  publisher: The publisher's name or company name.
1772
- share_url: URL to share via social media buttons. Leave blank to use URL of published entry.
1772
+ share_url: URL to share via social media buttons. Leave blank to use URL of published story.
1773
1773
  summary: Here you can write a description, which is shown, when your Pageflow is shared in social networks.
1774
1774
  title: Here you can choose a title for your Pageflow. It will be shown on the title bar of the browser window. It also acts as an indicator for search engines once the report is published.
1775
1775
  pageflow/page:
@@ -1,3 +1,3 @@
1
1
  module Pageflow
2
- VERSION = '13.4.0'.freeze
2
+ VERSION = '13.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.4.0
4
+ version: 13.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-26 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -989,6 +989,7 @@ files:
989
989
  - app/assets/javascripts/pageflow/delayed_start.js
990
990
  - app/assets/javascripts/pageflow/dist/react-client.js
991
991
  - app/assets/javascripts/pageflow/dist/react-server.js
992
+ - app/assets/javascripts/pageflow/dist/react.js
992
993
  - app/assets/javascripts/pageflow/editor/api.js
993
994
  - app/assets/javascripts/pageflow/editor/api/errors.js
994
995
  - app/assets/javascripts/pageflow/editor/api/failure.js
@@ -2070,7 +2071,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2070
2071
  version: '0'
2071
2072
  requirements: []
2072
2073
  rubyforge_project:
2073
- rubygems_version: 2.7.8
2074
+ rubygems_version: 2.7.5
2074
2075
  signing_key:
2075
2076
  specification_version: 4
2076
2077
  summary: Multimedia story telling for the web.