effective_rte 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +5 -0
  3. data/Gemfile +3 -0
  4. data/MIT-LICENSE +20 -0
  5. data/README.md +70 -0
  6. data/Rakefile +36 -0
  7. data/app/assets/javascripts/effective_rte.js +6 -0
  8. data/app/assets/javascripts/jquery/jquery-migrate-1.2.1.js +521 -0
  9. data/app/assets/javascripts/wymeditor/iframe/effective/edit-code-division.png +0 -0
  10. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-aside.png +0 -0
  11. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-blockquote.png +0 -0
  12. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-carousel.png +0 -0
  13. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-command.png +0 -0
  14. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-details.png +0 -0
  15. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-figcaption.png +0 -0
  16. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-figure.png +0 -0
  17. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-footer.png +0 -0
  18. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h1.png +0 -0
  19. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h2.png +0 -0
  20. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h3.png +0 -0
  21. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h4.png +0 -0
  22. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h5.png +0 -0
  23. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-h6.png +0 -0
  24. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-header.png +0 -0
  25. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-hgroup.png +0 -0
  26. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-mark.png +0 -0
  27. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-meter.png +0 -0
  28. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-nav.png +0 -0
  29. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-p.png +0 -0
  30. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-pre.png +0 -0
  31. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-progress.png +0 -0
  32. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-rp.png +0 -0
  33. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-rt.png +0 -0
  34. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-ruby.png +0 -0
  35. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-section.png +0 -0
  36. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-summary.png +0 -0
  37. data/app/assets/javascripts/wymeditor/iframe/effective/lbl-time.png +0 -0
  38. data/app/assets/javascripts/wymeditor/iframe/effective/readme.md +1 -0
  39. data/app/assets/javascripts/wymeditor/iframe/effective/wymiframe.css +114 -0
  40. data/app/assets/javascripts/wymeditor/iframe/effective/wymiframe.html +28 -0
  41. data/app/assets/javascripts/wymeditor/jquery.wymeditor.js +10858 -0
  42. data/app/assets/javascripts/wymeditor/lang/bg.js +45 -0
  43. data/app/assets/javascripts/wymeditor/lang/ca.js +45 -0
  44. data/app/assets/javascripts/wymeditor/lang/cs.js +45 -0
  45. data/app/assets/javascripts/wymeditor/lang/cy.js +45 -0
  46. data/app/assets/javascripts/wymeditor/lang/da.js +45 -0
  47. data/app/assets/javascripts/wymeditor/lang/de.js +45 -0
  48. data/app/assets/javascripts/wymeditor/lang/en.js +45 -0
  49. data/app/assets/javascripts/wymeditor/lang/es.js +45 -0
  50. data/app/assets/javascripts/wymeditor/lang/fa.js +46 -0
  51. data/app/assets/javascripts/wymeditor/lang/fi.js +44 -0
  52. data/app/assets/javascripts/wymeditor/lang/fr.js +45 -0
  53. data/app/assets/javascripts/wymeditor/lang/gl.js +45 -0
  54. data/app/assets/javascripts/wymeditor/lang/he.js +45 -0
  55. data/app/assets/javascripts/wymeditor/lang/hr.js +45 -0
  56. data/app/assets/javascripts/wymeditor/lang/hu.js +45 -0
  57. data/app/assets/javascripts/wymeditor/lang/it.js +45 -0
  58. data/app/assets/javascripts/wymeditor/lang/ja.js +44 -0
  59. data/app/assets/javascripts/wymeditor/lang/lt.js +45 -0
  60. data/app/assets/javascripts/wymeditor/lang/nb.js +45 -0
  61. data/app/assets/javascripts/wymeditor/lang/nl.js +45 -0
  62. data/app/assets/javascripts/wymeditor/lang/nn.js +45 -0
  63. data/app/assets/javascripts/wymeditor/lang/pl.js +45 -0
  64. data/app/assets/javascripts/wymeditor/lang/pt-br.js +45 -0
  65. data/app/assets/javascripts/wymeditor/lang/pt.js +45 -0
  66. data/app/assets/javascripts/wymeditor/lang/ru.js +45 -0
  67. data/app/assets/javascripts/wymeditor/lang/sk.js +45 -0
  68. data/app/assets/javascripts/wymeditor/lang/sv.js +46 -0
  69. data/app/assets/javascripts/wymeditor/lang/tr.js +45 -0
  70. data/app/assets/javascripts/wymeditor/lang/zh_cn.js +47 -0
  71. data/app/assets/javascripts/wymeditor/plugins/embed/jquery.wymeditor.embed.js +82 -0
  72. data/app/assets/javascripts/wymeditor/plugins/html_cleanup/jquery.wymeditor.html_cleanup.js +43 -0
  73. data/app/assets/javascripts/wymeditor/plugins/insert_assets/insert_assets.png +0 -0
  74. data/app/assets/javascripts/wymeditor/plugins/insert_assets/jquery.wymeditor.insert_assets.js +89 -0
  75. data/app/assets/javascripts/wymeditor/plugins/list/jquery.wymeditor.list.js +60 -0
  76. data/app/assets/javascripts/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +77 -0
  77. data/app/assets/javascripts/wymeditor/plugins/resizable/readme.txt +124 -0
  78. data/app/assets/javascripts/wymeditor/plugins/table/jquery.wymeditor.table.js +721 -0
  79. data/app/assets/javascripts/wymeditor/plugins/table/table_delete_column.png +0 -0
  80. data/app/assets/javascripts/wymeditor/plugins/table/table_delete_row.png +0 -0
  81. data/app/assets/javascripts/wymeditor/plugins/table/table_insert_column.png +0 -0
  82. data/app/assets/javascripts/wymeditor/plugins/table/table_insert_row.png +0 -0
  83. data/app/assets/javascripts/wymeditor/plugins/table/table_join_row.png +0 -0
  84. data/app/assets/javascripts/wymeditor/plugins/tidy/README +19 -0
  85. data/app/assets/javascripts/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js +78 -0
  86. data/app/assets/javascripts/wymeditor/plugins/tidy/tidy.php +58 -0
  87. data/app/assets/javascripts/wymeditor/plugins/tidy/wand.png +0 -0
  88. data/app/assets/javascripts/wymeditor/skins/effective/icons.png +0 -0
  89. data/app/assets/javascripts/wymeditor/skins/effective/icons/arrow-return-180.png +0 -0
  90. data/app/assets/javascripts/wymeditor/skins/effective/icons/arrow-return.png +0 -0
  91. data/app/assets/javascripts/wymeditor/skins/effective/icons/chain-unchain.png +0 -0
  92. data/app/assets/javascripts/wymeditor/skins/effective/icons/chain.png +0 -0
  93. data/app/assets/javascripts/wymeditor/skins/effective/icons/clipboard-paste-word.png +0 -0
  94. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-alignment-center.png +0 -0
  95. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-alignment-right.png +0 -0
  96. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-alignment.png +0 -0
  97. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-bold.png +0 -0
  98. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-code.png +0 -0
  99. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-1.png +0 -0
  100. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-2.png +0 -0
  101. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-3.png +0 -0
  102. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-4.png +0 -0
  103. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-5.png +0 -0
  104. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-heading-6.png +0 -0
  105. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-indent.png +0 -0
  106. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-italic.png +0 -0
  107. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-list-order.png +0 -0
  108. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-list.png +0 -0
  109. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-outdent.png +0 -0
  110. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-pilcrow.png +0 -0
  111. data/app/assets/javascripts/wymeditor/skins/effective/icons/edit-quotation.png +0 -0
  112. data/app/assets/javascripts/wymeditor/skins/effective/icons/eye.png +0 -0
  113. data/app/assets/javascripts/wymeditor/skins/effective/icons/image.png +0 -0
  114. data/app/assets/javascripts/wymeditor/skins/effective/icons/insert-br.png +0 -0
  115. data/app/assets/javascripts/wymeditor/skins/effective/icons/slides-stack.png +0 -0
  116. data/app/assets/javascripts/wymeditor/skins/effective/icons/table.png +0 -0
  117. data/app/assets/javascripts/wymeditor/skins/effective/skin.css +195 -0
  118. data/app/assets/javascripts/wymeditor/skins/effective/skin.js +40 -0
  119. data/app/assets/stylesheets/effective_rte.css +2 -0
  120. data/app/views/effective_rte/_editor.html.erb +13 -0
  121. data/effective_rte.gemspec +31 -0
  122. data/lib/effective_rte.rb +16 -0
  123. data/lib/effective_rte/engine.rb +24 -0
  124. data/lib/effective_rte/helpers/form_builder.rb +13 -0
  125. data/lib/effective_rte/helpers/form_helper.rb +58 -0
  126. data/lib/effective_rte/hooks/formtastic.rb +12 -0
  127. data/lib/effective_rte/utils.rb +37 -0
  128. data/lib/effective_rte/version.rb +3 -0
  129. metadata +211 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7e0d92ae5197805d8bd4135f25f5e97bc27dc2391e65257c1fe09429b08ee44f
4
+ data.tar.gz: 8751426f9905f21f65d74ae8860b72b9e61ceb942319eb3cf6414b4a31b5b5a1
5
+ SHA512:
6
+ metadata.gz: a6f5efb2c6e7ddf7a43d2851a4dee4c40435aecb6c83e21767a32b5f6924faaf215642e8eb9f7ede70e6555049e0a1001bf20685b6ae039f204ac4facbf5dd33
7
+ data.tar.gz: aacb145a922fcf26059ab947d4b1b069d4656809a3f51d6fd375da688beaf66f36efbd103be4fc788b8732b37d55a8c9ffd14018b81ed7ec32506e7e2449a61b
@@ -0,0 +1,5 @@
1
+ *.gem
2
+ .DS_Store
3
+ .bundle
4
+ Gemfile.lock
5
+ pkg/*
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source "http://rubygems.org"
2
+
3
+ gemspec
@@ -0,0 +1,20 @@
1
+ Copyright 2019 Code and Effect Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,70 @@
1
+ # Deprecation
2
+
3
+ This gem has been deprecated and is no longer maintained.
4
+
5
+ It is based on WYMEditor (http://www.wymeditor.org) real text area.
6
+
7
+ The WYMEditor isn't compatible with later versions of jQuery.
8
+
9
+ # Effective RTE
10
+
11
+ Provides a formtastic textarea replacement input based on the WYMEditor (http://www.wymeditor.org) 1.0.0b5
12
+
13
+ Rails >= 3.2.x, Ruby >= 1.9.x. Has not been tested/developed for Rails4.
14
+
15
+ The WymEditor isn't compatible with later versions of jQuery
16
+
17
+ ## Getting Started
18
+
19
+ Add to Gemfile:
20
+
21
+ ```ruby
22
+ gem 'effective_rte'
23
+ ```
24
+
25
+ Run the bundle command to install it:
26
+
27
+ ```console
28
+ bundle install
29
+ ```
30
+
31
+ Require the javascript in your application.js
32
+
33
+ ```ruby
34
+ //= require effective_rte
35
+ ```
36
+
37
+ And the stylesheet in your application.css
38
+
39
+ ````ruby
40
+ *= require effective_rte
41
+ ````
42
+
43
+ (optional) For integration with ActiveAdmin, add the following to 'config/initializers/active_admin.rb'
44
+
45
+ ````ruby
46
+ config.register_stylesheet 'effective_rte.css'
47
+ config.register_javascript 'effective_rte.js'
48
+ ````
49
+
50
+ ## Usage
51
+
52
+ To use in place of a text_area, in formtastic:
53
+
54
+ ````ruby
55
+ = form.input :body_text, :as => :effective_rte
56
+ ````
57
+
58
+ ## License
59
+
60
+ MIT License. Copyright Code and Effect Inc. http://www.codeandeffect.com
61
+
62
+ You are not granted rights or licenses to the trademarks of Code and Effect
63
+
64
+ ## Credits
65
+
66
+ The authors of this gem have nothing to do with the following awesome project:
67
+
68
+ WYMEditor (http://www.wymeditor.org)
69
+
70
+
@@ -0,0 +1,36 @@
1
+ # encoding: UTF-8
2
+ begin
3
+ require 'bundler/setup'
4
+ rescue LoadError
5
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
6
+ end
7
+
8
+ begin
9
+ require 'rdoc/task'
10
+ rescue LoadError
11
+ require 'rdoc/rdoc'
12
+ require 'rake/rdoctask'
13
+ RDoc::Task = Rake::RDocTask
14
+ end
15
+
16
+ require 'rspec/core/rake_task'
17
+
18
+ RDoc::Task.new(:rdoc) do |rdoc|
19
+ rdoc.rdoc_dir = 'rdoc'
20
+ rdoc.title = 'EffectiveRte'
21
+ rdoc.options << '--line-numbers'
22
+ rdoc.rdoc_files.include('README.rdoc')
23
+ rdoc.rdoc_files.include('lib/**/*.rb')
24
+ end
25
+
26
+ APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
27
+ load 'rails/tasks/engine.rake'
28
+
29
+ Bundler::GemHelper.install_tasks
30
+
31
+ desc "Run all examples"
32
+ RSpec::Core::RakeTask.new(:test) do |t|
33
+ t.rspec_opts = %w[--color]
34
+ end
35
+
36
+ task :default => [:test]
@@ -0,0 +1,6 @@
1
+ //= require jquery/jquery-migrate-1.2.1
2
+ //= require wymeditor/jquery.wymeditor.js
3
+ //= require wymeditor/plugins/insert_assets/jquery.wymeditor.insert_assets
4
+ //= require wymeditor/plugins/html_cleanup/jquery.wymeditor.html_cleanup
5
+ //= require wymeditor/plugins/embed/jquery.wymeditor.embed
6
+
@@ -0,0 +1,521 @@
1
+ /*!
2
+ * jQuery Migrate - v1.2.1 - 2013-05-08
3
+ * https://github.com/jquery/jquery-migrate
4
+ * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; Licensed MIT
5
+ */
6
+ (function( jQuery, window, undefined ) {
7
+ // See http://bugs.jquery.com/ticket/13335
8
+ // "use strict";
9
+
10
+
11
+ var warnedAbout = {};
12
+
13
+ // List of warnings already given; public read only
14
+ jQuery.migrateWarnings = [];
15
+
16
+ // Set to true to prevent console output; migrateWarnings still maintained
17
+ // jQuery.migrateMute = false;
18
+
19
+ // Show a message on the console so devs know we're active
20
+ if ( !jQuery.migrateMute && window.console && window.console.log ) {
21
+ window.console.log("JQMIGRATE: Logging is active");
22
+ }
23
+
24
+ // Set to false to disable traces that appear with warnings
25
+ if ( jQuery.migrateTrace === undefined ) {
26
+ jQuery.migrateTrace = true;
27
+ }
28
+
29
+ // Forget any warnings we've already given; public
30
+ jQuery.migrateReset = function() {
31
+ warnedAbout = {};
32
+ jQuery.migrateWarnings.length = 0;
33
+ };
34
+
35
+ function migrateWarn( msg) {
36
+ var console = window.console;
37
+ if ( !warnedAbout[ msg ] ) {
38
+ warnedAbout[ msg ] = true;
39
+ jQuery.migrateWarnings.push( msg );
40
+ if ( console && console.warn && !jQuery.migrateMute ) {
41
+ console.warn( "JQMIGRATE: " + msg );
42
+ if ( jQuery.migrateTrace && console.trace ) {
43
+ console.trace();
44
+ }
45
+ }
46
+ }
47
+ }
48
+
49
+ function migrateWarnProp( obj, prop, value, msg ) {
50
+ if ( Object.defineProperty ) {
51
+ // On ES5 browsers (non-oldIE), warn if the code tries to get prop;
52
+ // allow property to be overwritten in case some other plugin wants it
53
+ try {
54
+ Object.defineProperty( obj, prop, {
55
+ configurable: true,
56
+ enumerable: true,
57
+ get: function() {
58
+ migrateWarn( msg );
59
+ return value;
60
+ },
61
+ set: function( newValue ) {
62
+ migrateWarn( msg );
63
+ value = newValue;
64
+ }
65
+ });
66
+ return;
67
+ } catch( err ) {
68
+ // IE8 is a dope about Object.defineProperty, can't warn there
69
+ }
70
+ }
71
+
72
+ // Non-ES5 (or broken) browser; just set the property
73
+ jQuery._definePropertyBroken = true;
74
+ obj[ prop ] = value;
75
+ }
76
+
77
+ if ( document.compatMode === "BackCompat" ) {
78
+ // jQuery has never supported or tested Quirks Mode
79
+ migrateWarn( "jQuery is not compatible with Quirks Mode" );
80
+ }
81
+
82
+
83
+ var attrFn = jQuery( "<input/>", { size: 1 } ).attr("size") && jQuery.attrFn,
84
+ oldAttr = jQuery.attr,
85
+ valueAttrGet = jQuery.attrHooks.value && jQuery.attrHooks.value.get ||
86
+ function() { return null; },
87
+ valueAttrSet = jQuery.attrHooks.value && jQuery.attrHooks.value.set ||
88
+ function() { return undefined; },
89
+ rnoType = /^(?:input|button)$/i,
90
+ rnoAttrNodeType = /^[238]$/,
91
+ rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
92
+ ruseDefault = /^(?:checked|selected)$/i;
93
+
94
+ // jQuery.attrFn
95
+ migrateWarnProp( jQuery, "attrFn", attrFn || {}, "jQuery.attrFn is deprecated" );
96
+
97
+ jQuery.attr = function( elem, name, value, pass ) {
98
+ var lowerName = name.toLowerCase(),
99
+ nType = elem && elem.nodeType;
100
+
101
+ if ( pass ) {
102
+ // Since pass is used internally, we only warn for new jQuery
103
+ // versions where there isn't a pass arg in the formal params
104
+ if ( oldAttr.length < 4 ) {
105
+ migrateWarn("jQuery.fn.attr( props, pass ) is deprecated");
106
+ }
107
+ if ( elem && !rnoAttrNodeType.test( nType ) &&
108
+ (attrFn ? name in attrFn : jQuery.isFunction(jQuery.fn[name])) ) {
109
+ return jQuery( elem )[ name ]( value );
110
+ }
111
+ }
112
+
113
+ // Warn if user tries to set `type`, since it breaks on IE 6/7/8; by checking
114
+ // for disconnected elements we don't warn on $( "<button>", { type: "button" } ).
115
+ if ( name === "type" && value !== undefined && rnoType.test( elem.nodeName ) && elem.parentNode ) {
116
+ migrateWarn("Can't change the 'type' of an input or button in IE 6/7/8");
117
+ }
118
+
119
+ // Restore boolHook for boolean property/attribute synchronization
120
+ if ( !jQuery.attrHooks[ lowerName ] && rboolean.test( lowerName ) ) {
121
+ jQuery.attrHooks[ lowerName ] = {
122
+ get: function( elem, name ) {
123
+ // Align boolean attributes with corresponding properties
124
+ // Fall back to attribute presence where some booleans are not supported
125
+ var attrNode,
126
+ property = jQuery.prop( elem, name );
127
+ return property === true || typeof property !== "boolean" &&
128
+ ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ?
129
+
130
+ name.toLowerCase() :
131
+ undefined;
132
+ },
133
+ set: function( elem, value, name ) {
134
+ var propName;
135
+ if ( value === false ) {
136
+ // Remove boolean attributes when set to false
137
+ jQuery.removeAttr( elem, name );
138
+ } else {
139
+ // value is true since we know at this point it's type boolean and not false
140
+ // Set boolean attributes to the same name and set the DOM property
141
+ propName = jQuery.propFix[ name ] || name;
142
+ if ( propName in elem ) {
143
+ // Only set the IDL specifically if it already exists on the element
144
+ elem[ propName ] = true;
145
+ }
146
+
147
+ elem.setAttribute( name, name.toLowerCase() );
148
+ }
149
+ return name;
150
+ }
151
+ };
152
+
153
+ // Warn only for attributes that can remain distinct from their properties post-1.9
154
+ if ( ruseDefault.test( lowerName ) ) {
155
+ migrateWarn( "jQuery.fn.attr('" + lowerName + "') may use property instead of attribute" );
156
+ }
157
+ }
158
+
159
+ return oldAttr.call( jQuery, elem, name, value );
160
+ };
161
+
162
+ // attrHooks: value
163
+ jQuery.attrHooks.value = {
164
+ get: function( elem, name ) {
165
+ var nodeName = ( elem.nodeName || "" ).toLowerCase();
166
+ if ( nodeName === "button" ) {
167
+ return valueAttrGet.apply( this, arguments );
168
+ }
169
+ if ( nodeName !== "input" && nodeName !== "option" ) {
170
+ migrateWarn("jQuery.fn.attr('value') no longer gets properties");
171
+ }
172
+ return name in elem ?
173
+ elem.value :
174
+ null;
175
+ },
176
+ set: function( elem, value ) {
177
+ var nodeName = ( elem.nodeName || "" ).toLowerCase();
178
+ if ( nodeName === "button" ) {
179
+ return valueAttrSet.apply( this, arguments );
180
+ }
181
+ if ( nodeName !== "input" && nodeName !== "option" ) {
182
+ migrateWarn("jQuery.fn.attr('value', val) no longer sets properties");
183
+ }
184
+ // Does not return so that setAttribute is also used
185
+ elem.value = value;
186
+ }
187
+ };
188
+
189
+
190
+ var matched, browser,
191
+ oldInit = jQuery.fn.init,
192
+ oldParseJSON = jQuery.parseJSON,
193
+ // Note: XSS check is done below after string is trimmed
194
+ rquickExpr = /^([^<]*)(<[\w\W]+>)([^>]*)$/;
195
+
196
+ // $(html) "looks like html" rule change
197
+ jQuery.fn.init = function( selector, context, rootjQuery ) {
198
+ var match;
199
+
200
+ if ( selector && typeof selector === "string" && !jQuery.isPlainObject( context ) &&
201
+ (match = rquickExpr.exec( jQuery.trim( selector ) )) && match[ 0 ] ) {
202
+ // This is an HTML string according to the "old" rules; is it still?
203
+ if ( selector.charAt( 0 ) !== "<" ) {
204
+ migrateWarn("$(html) HTML strings must start with '<' character");
205
+ }
206
+ if ( match[ 3 ] ) {
207
+ migrateWarn("$(html) HTML text after last tag is ignored");
208
+ }
209
+ // Consistently reject any HTML-like string starting with a hash (#9521)
210
+ // Note that this may break jQuery 1.6.x code that otherwise would work.
211
+ if ( match[ 0 ].charAt( 0 ) === "#" ) {
212
+ migrateWarn("HTML string cannot start with a '#' character");
213
+ jQuery.error("JQMIGRATE: Invalid selector string (XSS)");
214
+ }
215
+ // Now process using loose rules; let pre-1.8 play too
216
+ if ( context && context.context ) {
217
+ // jQuery object as context; parseHTML expects a DOM object
218
+ context = context.context;
219
+ }
220
+ if ( jQuery.parseHTML ) {
221
+ return oldInit.call( this, jQuery.parseHTML( match[ 2 ], context, true ),
222
+ context, rootjQuery );
223
+ }
224
+ }
225
+ return oldInit.apply( this, arguments );
226
+ };
227
+ jQuery.fn.init.prototype = jQuery.fn;
228
+
229
+ // Let $.parseJSON(falsy_value) return null
230
+ jQuery.parseJSON = function( json ) {
231
+ if ( !json && json !== null ) {
232
+ migrateWarn("jQuery.parseJSON requires a valid JSON string");
233
+ return null;
234
+ }
235
+ return oldParseJSON.apply( this, arguments );
236
+ };
237
+
238
+ jQuery.uaMatch = function( ua ) {
239
+ ua = ua.toLowerCase();
240
+
241
+ var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
242
+ /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
243
+ /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
244
+ /(msie) ([\w.]+)/.exec( ua ) ||
245
+ ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) ||
246
+ [];
247
+
248
+ return {
249
+ browser: match[ 1 ] || "",
250
+ version: match[ 2 ] || "0"
251
+ };
252
+ };
253
+
254
+ // Don't clobber any existing jQuery.browser in case it's different
255
+ if ( !jQuery.browser ) {
256
+ matched = jQuery.uaMatch( navigator.userAgent );
257
+ browser = {};
258
+
259
+ if ( matched.browser ) {
260
+ browser[ matched.browser ] = true;
261
+ browser.version = matched.version;
262
+ }
263
+
264
+ // Chrome is Webkit, but Webkit is also Safari.
265
+ if ( browser.chrome ) {
266
+ browser.webkit = true;
267
+ } else if ( browser.webkit ) {
268
+ browser.safari = true;
269
+ }
270
+
271
+ jQuery.browser = browser;
272
+ }
273
+
274
+ // Warn if the code tries to get jQuery.browser
275
+ migrateWarnProp( jQuery, "browser", jQuery.browser, "jQuery.browser is deprecated" );
276
+
277
+ jQuery.sub = function() {
278
+ function jQuerySub( selector, context ) {
279
+ return new jQuerySub.fn.init( selector, context );
280
+ }
281
+ jQuery.extend( true, jQuerySub, this );
282
+ jQuerySub.superclass = this;
283
+ jQuerySub.fn = jQuerySub.prototype = this();
284
+ jQuerySub.fn.constructor = jQuerySub;
285
+ jQuerySub.sub = this.sub;
286
+ jQuerySub.fn.init = function init( selector, context ) {
287
+ if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
288
+ context = jQuerySub( context );
289
+ }
290
+
291
+ return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
292
+ };
293
+ jQuerySub.fn.init.prototype = jQuerySub.fn;
294
+ var rootjQuerySub = jQuerySub(document);
295
+ migrateWarn( "jQuery.sub() is deprecated" );
296
+ return jQuerySub;
297
+ };
298
+
299
+
300
+ // Ensure that $.ajax gets the new parseJSON defined in core.js
301
+ jQuery.ajaxSetup({
302
+ converters: {
303
+ "text json": jQuery.parseJSON
304
+ }
305
+ });
306
+
307
+
308
+ var oldFnData = jQuery.fn.data;
309
+
310
+ jQuery.fn.data = function( name ) {
311
+ var ret, evt,
312
+ elem = this[0];
313
+
314
+ // Handles 1.7 which has this behavior and 1.8 which doesn't
315
+ if ( elem && name === "events" && arguments.length === 1 ) {
316
+ ret = jQuery.data( elem, name );
317
+ evt = jQuery._data( elem, name );
318
+ if ( ( ret === undefined || ret === evt ) && evt !== undefined ) {
319
+ migrateWarn("Use of jQuery.fn.data('events') is deprecated");
320
+ return evt;
321
+ }
322
+ }
323
+ return oldFnData.apply( this, arguments );
324
+ };
325
+
326
+
327
+ var rscriptType = /\/(java|ecma)script/i,
328
+ oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack;
329
+
330
+ jQuery.fn.andSelf = function() {
331
+ migrateWarn("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()");
332
+ return oldSelf.apply( this, arguments );
333
+ };
334
+
335
+ // Since jQuery.clean is used internally on older versions, we only shim if it's missing
336
+ if ( !jQuery.clean ) {
337
+ jQuery.clean = function( elems, context, fragment, scripts ) {
338
+ // Set context per 1.8 logic
339
+ context = context || document;
340
+ context = !context.nodeType && context[0] || context;
341
+ context = context.ownerDocument || context;
342
+
343
+ migrateWarn("jQuery.clean() is deprecated");
344
+
345
+ var i, elem, handleScript, jsTags,
346
+ ret = [];
347
+
348
+ jQuery.merge( ret, jQuery.buildFragment( elems, context ).childNodes );
349
+
350
+ // Complex logic lifted directly from jQuery 1.8
351
+ if ( fragment ) {
352
+ // Special handling of each script element
353
+ handleScript = function( elem ) {
354
+ // Check if we consider it executable
355
+ if ( !elem.type || rscriptType.test( elem.type ) ) {
356
+ // Detach the script and store it in the scripts array (if provided) or the fragment
357
+ // Return truthy to indicate that it has been handled
358
+ return scripts ?
359
+ scripts.push( elem.parentNode ? elem.parentNode.removeChild( elem ) : elem ) :
360
+ fragment.appendChild( elem );
361
+ }
362
+ };
363
+
364
+ for ( i = 0; (elem = ret[i]) != null; i++ ) {
365
+ // Check if we're done after handling an executable script
366
+ if ( !( jQuery.nodeName( elem, "script" ) && handleScript( elem ) ) ) {
367
+ // Append to fragment and handle embedded scripts
368
+ fragment.appendChild( elem );
369
+ if ( typeof elem.getElementsByTagName !== "undefined" ) {
370
+ // handleScript alters the DOM, so use jQuery.merge to ensure snapshot iteration
371
+ jsTags = jQuery.grep( jQuery.merge( [], elem.getElementsByTagName("script") ), handleScript );
372
+
373
+ // Splice the scripts into ret after their former ancestor and advance our index beyond them
374
+ ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
375
+ i += jsTags.length;
376
+ }
377
+ }
378
+ }
379
+ }
380
+
381
+ return ret;
382
+ };
383
+ }
384
+
385
+ var eventAdd = jQuery.event.add,
386
+ eventRemove = jQuery.event.remove,
387
+ eventTrigger = jQuery.event.trigger,
388
+ oldToggle = jQuery.fn.toggle,
389
+ oldLive = jQuery.fn.live,
390
+ oldDie = jQuery.fn.die,
391
+ ajaxEvents = "ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",
392
+ rajaxEvent = new RegExp( "\\b(?:" + ajaxEvents + ")\\b" ),
393
+ rhoverHack = /(?:^|\s)hover(\.\S+|)\b/,
394
+ hoverHack = function( events ) {
395
+ if ( typeof( events ) !== "string" || jQuery.event.special.hover ) {
396
+ return events;
397
+ }
398
+ if ( rhoverHack.test( events ) ) {
399
+ migrateWarn("'hover' pseudo-event is deprecated, use 'mouseenter mouseleave'");
400
+ }
401
+ return events && events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
402
+ };
403
+
404
+ // Event props removed in 1.9, put them back if needed; no practical way to warn them
405
+ if ( jQuery.event.props && jQuery.event.props[ 0 ] !== "attrChange" ) {
406
+ jQuery.event.props.unshift( "attrChange", "attrName", "relatedNode", "srcElement" );
407
+ }
408
+
409
+ // Undocumented jQuery.event.handle was "deprecated" in jQuery 1.7
410
+ if ( jQuery.event.dispatch ) {
411
+ migrateWarnProp( jQuery.event, "handle", jQuery.event.dispatch, "jQuery.event.handle is undocumented and deprecated" );
412
+ }
413
+
414
+ // Support for 'hover' pseudo-event and ajax event warnings
415
+ jQuery.event.add = function( elem, types, handler, data, selector ){
416
+ if ( elem !== document && rajaxEvent.test( types ) ) {
417
+ migrateWarn( "AJAX events should be attached to document: " + types );
418
+ }
419
+ eventAdd.call( this, elem, hoverHack( types || "" ), handler, data, selector );
420
+ };
421
+ jQuery.event.remove = function( elem, types, handler, selector, mappedTypes ){
422
+ eventRemove.call( this, elem, hoverHack( types ) || "", handler, selector, mappedTypes );
423
+ };
424
+
425
+ jQuery.fn.error = function() {
426
+ var args = Array.prototype.slice.call( arguments, 0);
427
+ migrateWarn("jQuery.fn.error() is deprecated");
428
+ args.splice( 0, 0, "error" );
429
+ if ( arguments.length ) {
430
+ return this.bind.apply( this, args );
431
+ }
432
+ // error event should not bubble to window, although it does pre-1.7
433
+ this.triggerHandler.apply( this, args );
434
+ return this;
435
+ };
436
+
437
+ jQuery.fn.toggle = function( fn, fn2 ) {
438
+
439
+ // Don't mess with animation or css toggles
440
+ if ( !jQuery.isFunction( fn ) || !jQuery.isFunction( fn2 ) ) {
441
+ return oldToggle.apply( this, arguments );
442
+ }
443
+ migrateWarn("jQuery.fn.toggle(handler, handler...) is deprecated");
444
+
445
+ // Save reference to arguments for access in closure
446
+ var args = arguments,
447
+ guid = fn.guid || jQuery.guid++,
448
+ i = 0,
449
+ toggler = function( event ) {
450
+ // Figure out which function to execute
451
+ var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i;
452
+ jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 );
453
+
454
+ // Make sure that clicks stop
455
+ event.preventDefault();
456
+
457
+ // and execute the function
458
+ return args[ lastToggle ].apply( this, arguments ) || false;
459
+ };
460
+
461
+ // link all the functions, so any of them can unbind this click handler
462
+ toggler.guid = guid;
463
+ while ( i < args.length ) {
464
+ args[ i++ ].guid = guid;
465
+ }
466
+
467
+ return this.click( toggler );
468
+ };
469
+
470
+ jQuery.fn.live = function( types, data, fn ) {
471
+ migrateWarn("jQuery.fn.live() is deprecated");
472
+ if ( oldLive ) {
473
+ return oldLive.apply( this, arguments );
474
+ }
475
+ jQuery( this.context ).on( types, this.selector, data, fn );
476
+ return this;
477
+ };
478
+
479
+ jQuery.fn.die = function( types, fn ) {
480
+ migrateWarn("jQuery.fn.die() is deprecated");
481
+ if ( oldDie ) {
482
+ return oldDie.apply( this, arguments );
483
+ }
484
+ jQuery( this.context ).off( types, this.selector || "**", fn );
485
+ return this;
486
+ };
487
+
488
+ // Turn global events into document-triggered events
489
+ jQuery.event.trigger = function( event, data, elem, onlyHandlers ){
490
+ if ( !elem && !rajaxEvent.test( event ) ) {
491
+ migrateWarn( "Global events are undocumented and deprecated" );
492
+ }
493
+ return eventTrigger.call( this, event, data, elem || document, onlyHandlers );
494
+ };
495
+ jQuery.each( ajaxEvents.split("|"),
496
+ function( _, name ) {
497
+ jQuery.event.special[ name ] = {
498
+ setup: function() {
499
+ var elem = this;
500
+
501
+ // The document needs no shimming; must be !== for oldIE
502
+ if ( elem !== document ) {
503
+ jQuery.event.add( document, name + "." + jQuery.guid, function() {
504
+ jQuery.event.trigger( name, null, elem, true );
505
+ });
506
+ jQuery._data( this, name, jQuery.guid++ );
507
+ }
508
+ return false;
509
+ },
510
+ teardown: function() {
511
+ if ( this !== document ) {
512
+ jQuery.event.remove( document, name + "." + jQuery._data( this, name ) );
513
+ }
514
+ return false;
515
+ }
516
+ };
517
+ }
518
+ );
519
+
520
+
521
+ })( jQuery, window );