editorial_logic 1.3.1 → 1.3.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.
- data/VERSION +1 -1
- data/config/initializers/metric_fu.rb +1 -1
- data/config/initializers/secret_token.rb +1 -7
- data/config/initializers/session_store.rb +1 -8
- data/editorial_logic.gemspec +1 -7
- data/public/javascripts/ckeditor/CHANGES.html +2 -2
- data/public/javascripts/ckeditor/LICENSE.html +5 -5
- data/public/javascripts/ckeditor/config.js +2 -0
- data/public/javascripts/controls.js +62 -965
- data/public/javascripts/dragdrop.js +65 -973
- data/public/javascripts/effects.js +38 -1123
- data/public/javascripts/prototype.js +541 -6001
- data/public/javascripts/rails.js +22 -175
- metadata +3 -9
- data/Capfile +0 -4
- data/config/initializers/ckeditor.rb +0 -54
- data/misc/images/src/black_bar.psd +0 -0
- data/misc/images/src/branding.psd +0 -0
- data/misc/images/src/legend_bg.psd +0 -0
- data/misc/images/src/menu_icons.psd +0 -0
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.2
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Your secret key for verifying the integrity of signed cookies.
|
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
|
7
|
-
Rails.application.config.secret_token = '3bd670f39cf8282377b1b030f73c1487c0fd5f1f83db032c5709a0c90d8c5c4d637e9f7ec66c6af01f72d155cca187770dc7e8208b9e0f90cc7a8faaae0f1012'
|
|
1
|
+
Rails.application.config.secret_token = '3bd670f39cf8282377b1b030f73c1487c0fd5f1f83db032c5709a0c90d8c5c4d637e9f7ec66c6af01f72d155cca187770dc7e8208b9e0f90cc7a8faaae0f1012'
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Rails.application.config.session_store :cookie_store, :key => '_editorial_logic_session'
|
|
4
|
-
|
|
5
|
-
# Use the database for sessions instead of the cookie-based default,
|
|
6
|
-
# which shouldn't be used to store highly confidential information
|
|
7
|
-
# (create the session table with "rake db:sessions:create")
|
|
8
|
-
# EditorialLogic::Application.config.session_store :active_record_store
|
|
1
|
+
Rails.application.config.session_store :cookie_store, :key => '_editorial_logic_session'
|
data/editorial_logic.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "editorial_logic"
|
|
8
|
-
s.version = "1.3.
|
|
8
|
+
s.version = "1.3.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Bantik"]
|
|
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.files = [
|
|
16
16
|
".document",
|
|
17
17
|
".rspec",
|
|
18
|
-
"Capfile",
|
|
19
18
|
"Gemfile",
|
|
20
19
|
"Rakefile",
|
|
21
20
|
"VERSION",
|
|
@@ -74,7 +73,6 @@ Gem::Specification.new do |s|
|
|
|
74
73
|
"config/environments/development.rb",
|
|
75
74
|
"config/environments/production.rb",
|
|
76
75
|
"config/environments/test.rb",
|
|
77
|
-
"config/initializers/ckeditor.rb",
|
|
78
76
|
"config/initializers/metric_fu.rb",
|
|
79
77
|
"config/initializers/secret_token.rb",
|
|
80
78
|
"config/initializers/session_store.rb",
|
|
@@ -103,10 +101,6 @@ Gem::Specification.new do |s|
|
|
|
103
101
|
"lib/editorial_logic/railtie.rb",
|
|
104
102
|
"lib/tasks/cucumber.rake",
|
|
105
103
|
"lib/tasks/rcov.rake",
|
|
106
|
-
"misc/images/src/black_bar.psd",
|
|
107
|
-
"misc/images/src/branding.psd",
|
|
108
|
-
"misc/images/src/legend_bg.psd",
|
|
109
|
-
"misc/images/src/menu_icons.psd",
|
|
110
104
|
"public/404.html",
|
|
111
105
|
"public/422.html",
|
|
112
106
|
"public/500.html",
|
|
@@ -123,7 +123,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
123
123
|
<li><a href="http://dev.ckeditor.com/ticket/5753">#5753</a> : It was impossible to have a default value for the name field in the select dialog.</li>
|
|
124
124
|
<li><a href="http://dev.ckeditor.com/ticket/6041">#6041</a> : BIDI: Direction of Increase Indent & Decrease Indent icons are not reversed after changing Lang direction to RTL.</li>
|
|
125
125
|
<li><a href="http://dev.ckeditor.com/ticket/6138">#6138</a> : List indentation is not working.</li>
|
|
126
|
-
<li><a href="http://dev.ckeditor.com/ticket/5649">#5649</a> : Image dialog too when many styles are set.</li>
|
|
126
|
+
<li><a href="http://dev.ckeditor.com/ticket/5649">#5649</a> : Image dialog too wide when many styles are set.</li>
|
|
127
127
|
<li><a href="http://dev.ckeditor.com/ticket/5715">#5715</a> : Cell color picker dialog returns focus to document.</li>
|
|
128
128
|
<li><a href="http://dev.ckeditor.com/ticket/6108">#6108</a> : Fixed div style.</li>
|
|
129
129
|
<li><a href="http://dev.ckeditor.com/ticket/5336">#5336</a> : Remove object style.</li>
|
|
@@ -922,7 +922,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
922
922
|
<li><a href="http://dev.ckeditor.com/ticket/4014">#4014</a> : Firefox2 had no dialog button backgrounds.</li>
|
|
923
923
|
<li><a href="http://dev.ckeditor.com/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li>
|
|
924
924
|
<li><a href="http://dev.ckeditor.com/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li>
|
|
925
|
-
<li><a href="http://dev.ckeditor.com/ticket/4049">#4049</a> : Kama skin was too with config.width.</li>
|
|
925
|
+
<li><a href="http://dev.ckeditor.com/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li>
|
|
926
926
|
<li>The following released files now doesn't require the _source folder<ul>
|
|
927
927
|
<li><a href="http://dev.ckeditor.com/ticket/4086">#4086</a> : _samples/ui_languages.html</li>
|
|
928
928
|
<li><a href="http://dev.ckeditor.com/ticket/4093">#4093</a> : _tests/core/dom/document.html</li>
|
|
@@ -274,7 +274,7 @@ patents or other property right claims or to contest validity of any
|
|
|
274
274
|
such claims; this section has the sole purpose of protecting the
|
|
275
275
|
integrity of the free software distribution system, which is
|
|
276
276
|
implemented by public license practices. Many people have made
|
|
277
|
-
generous contributions to the range of software distributed
|
|
277
|
+
generous contributions to the wide range of software distributed
|
|
278
278
|
through that system in reliance on consistent application of that
|
|
279
279
|
system; it is up to the author/donor to decide if he or she is willing
|
|
280
280
|
to distribute software through any other system and a licensee cannot
|
|
@@ -429,10 +429,10 @@ libraries. However, the Lesser license provides advantages in certain
|
|
|
429
429
|
special circumstances.
|
|
430
430
|
|
|
431
431
|
For example, on rare occasions, there may be a special need to
|
|
432
|
-
encourage
|
|
432
|
+
encourage the widest possible use of a certain library, so that it becomes
|
|
433
433
|
a de-facto standard. To achieve this, non-free programs must be
|
|
434
434
|
allowed to use the library. A more frequent case is that a free
|
|
435
|
-
library does the same job
|
|
435
|
+
library does the same job as widely used non-free libraries. In this
|
|
436
436
|
case, there is little to gain by limiting the free library to free
|
|
437
437
|
software only, so we use the Lesser General Public License.
|
|
438
438
|
|
|
@@ -735,7 +735,7 @@ patents or other property right claims or to contest validity of any
|
|
|
735
735
|
such claims; this section has the sole purpose of protecting the
|
|
736
736
|
integrity of the free software distribution system which is
|
|
737
737
|
implemented by public license practices. Many people have made
|
|
738
|
-
generous contributions to the range of software distributed
|
|
738
|
+
generous contributions to the wide range of software distributed
|
|
739
739
|
through that system in reliance on consistent application of that
|
|
740
740
|
system; it is up to the author/donor to decide if he or she is willing
|
|
741
741
|
to distribute software through any other system and a licensee cannot
|
|
@@ -870,7 +870,7 @@ Appendix C: The MPL License
|
|
|
870
870
|
differential comparisons against either the Original Code or another
|
|
871
871
|
well known, available Covered Code of the Contributor's choice. The
|
|
872
872
|
Source Code can be in a compressed or archival form, provided the
|
|
873
|
-
appropriate decompression or de-archiving software
|
|
873
|
+
appropriate decompression or de-archiving software is widely available
|
|
874
874
|
for no charge.
|
|
875
875
|
|
|
876
876
|
1.12. "You" (or "Your") means an individual or a legal entity
|
|
@@ -5,6 +5,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
|
5
5
|
|
|
6
6
|
CKEDITOR.editorConfig = function( config )
|
|
7
7
|
{
|
|
8
|
+
config.docType = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">';
|
|
8
9
|
config.PreserveSessionOnFileBrowser = true;
|
|
9
10
|
// Define changes to default configuration here. For example:
|
|
10
11
|
config.language = 'en';
|
|
@@ -15,6 +16,7 @@ CKEDITOR.editorConfig = function( config )
|
|
|
15
16
|
config.height = '400px';
|
|
16
17
|
config.width = '600px';
|
|
17
18
|
|
|
19
|
+
config.protectedSource.push( /<br[\s\S]*?\/>/g );
|
|
18
20
|
//config.resize_enabled = false;
|
|
19
21
|
//config.resize_maxHeight = 2000;
|
|
20
22
|
//config.resize_maxWidth = 750;
|