refinerycms-wymeditor 1.0.1 → 1.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 246197541d9c0398ef4dce134a04acc4b29ccb25
|
|
4
|
+
data.tar.gz: eba76b6acf5f45f60bb042fc5cc0aa59cbb822e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e674d65fb739cbf39a13d65a682a9ac8e8b508b7d07655ba5a33a189d355267b0129cc49e6e5ab0e0446b66d5ce39dc272e3f3458a82e5bce53ad26343179462
|
|
7
|
+
data.tar.gz: fc7825c3fa3a0d4a1f22a0521956aa38d13a82d905ce5da75df483b96c52ef96abf359733b8b57de2c22c2bf50bda7694655409334ea89f05291c72d94b02ae7
|
|
@@ -630,7 +630,7 @@ WYMeditor.editor.prototype.dialog = function( dialogType ) {
|
|
|
630
630
|
var wym = this;
|
|
631
631
|
|
|
632
632
|
wym.update();
|
|
633
|
-
var path = this._wym._options.dialogPath + dialogType + '?
|
|
633
|
+
var path = this._wym._options.dialogPath + dialogType + '?visual_editor=true&' + window.location.href.match(/switch_locale=[a-z]{2}(?:-[A-Z]{2})?/);
|
|
634
634
|
|
|
635
635
|
wym._current_unique_stamp = wym.uniqueStamp();
|
|
636
636
|
// change undo or redo on cancel to true to have this happen when a user closes (cancels) a dialogue
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = %q{refinerycms-wymeditor}
|
|
5
|
-
s.version = '1.0.
|
|
5
|
+
s.version = '1.0.2'
|
|
6
6
|
s.summary = %q{WYMeditor support for Refinery CMS}
|
|
7
7
|
s.description = %q{This extension adds WYMeditor support to Refinery CMS for visual editing.}
|
|
8
8
|
s.email = %q{info@refinerycms.com}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-wymeditor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Arndt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: refinerycms-core
|