glebtv-ckeditor 4.1.1.4 → 4.1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5730dd65ada1e4f618fd50f09f597329d664f7dd
4
- data.tar.gz: 44cc01cd5da292ae0979bd3631b724bae374b925
3
+ metadata.gz: 68c15c4ff45cc3390297d88bc2c667f7bf815352
4
+ data.tar.gz: 5c1fa7809dfb78ae1f6922c93b6e1f3ede4d3a57
5
5
  SHA512:
6
- metadata.gz: a5f52cc86321454f6a006bceb48fd6de89fa6ab8dd74183d270e3957a28f5f1a23210edb4f8a6ae8190240c76b84d9668bb989c04e6bcaf2299f8dd6c6cea312
7
- data.tar.gz: 17fb9886051ec9d7f0f0b99c0ab7332fbac5c3ccbb454807ec9e31e12b3e34d0808ffa0db6068dad249236ab3c3da8fc24f2d406837fa7ba747017a24341f986
6
+ metadata.gz: 0a62dfa584cba9755a3dd6c418b5b610913c510c8e8ad128c54f0c8e00777fc6e1ec4a6a664e06aa0fe9e0aeba9353446dd9d741e02a4c052d1f91d96c312a5f
7
+ data.tar.gz: a52c8a1c05e62d2509cc62c0dc87ee5e23889f590f9e9af294cc81988d19f9a820b3b36cf91d61a4085bf1d7d8d63378c0d687cc16eb24b99f6e92adbf14ff21
@@ -20,7 +20,11 @@ module Ckeditor
20
20
  ActionView::Helpers::FormBuilder.send :include, Ckeditor::Helpers::FormBuilder
21
21
  end
22
22
  end
23
-
23
+
24
+ rake_tasks do
25
+ load "ckeditor/tasks.rake"
26
+ end
27
+
24
28
  initializer "ckeditor.hooks" do
25
29
  if Object.const_defined?("Formtastic")
26
30
  require "ckeditor/hooks/formtastic"
@@ -0,0 +1,11 @@
1
+ require 'fileutils'
2
+
3
+ desc "Create nondigest versions of all ckeditor digest assets"
4
+ task "assets:precompile" do
5
+ fingerprint = /\-[0-9a-f]{32}\./
6
+ for file in Dir["public/assets/ckeditor/**/*"]
7
+ next unless file =~ fingerprint
8
+ nondigest = file.sub fingerprint, '.'
9
+ FileUtils.cp file, nondigest, verbose: true
10
+ end
11
+ end
@@ -1,6 +1,6 @@
1
1
  module Ckeditor
2
2
  module Version
3
- GEM = "4.1.1.4".freeze
3
+ GEM = "4.1.1.5".freeze
4
4
  EDITOR = "4.1.1".freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv-ckeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1.4
4
+ version: 4.1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - GlebTv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-04 00:00:00.000000000 Z
11
+ date: 2013-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mime-types
@@ -45,347 +45,348 @@ extensions: []
45
45
  extra_rdoc_files:
46
46
  - README.rdoc
47
47
  files:
48
- - app/views/rails_admin/main/_form_ckeditor.html.haml
49
- - app/views/layouts/ckeditor/application.html.erb
50
- - app/views/ckeditor/pictures/index.html.erb
51
- - app/views/ckeditor/shared/_asset.html.erb
52
- - app/views/ckeditor/shared/_asset_tmpl.html.erb
53
- - app/views/ckeditor/attachment_files/index.html.erb
54
- - app/assets/javascripts/ckeditor/LICENSE.md
55
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js
56
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/application.js
57
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.min.js
58
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/rails.js
59
- - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.min.js
60
- - app/assets/javascripts/ckeditor/filebrowser/images/preloader.gif
61
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_more.gif
62
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.png
63
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.jpg
64
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/zip.gif
65
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/exe.gif
66
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/swf.gif
67
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/pdf.gif
68
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/rar.gif
69
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/gz.gif
70
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xls.gif
71
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/avi.gif
72
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/unknown.gif
73
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mpg.gif
74
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/doc.gif
75
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mp3.gif
76
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xlsx.gif
77
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/jpg.gif
78
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/txt.gif
79
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/tar.gif
80
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif
81
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/psd.gif
82
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/htm.gif
83
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/wmv.gif
84
- - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/docx.gif
85
- - app/assets/javascripts/ckeditor/filebrowser/images/gal_del.png
86
- - app/assets/javascripts/ckeditor/filebrowser/stylesheets/uploader.css
87
- - app/assets/javascripts/ckeditor/contents.css
88
- - app/assets/javascripts/ckeditor/CHANGES.md
89
- - app/assets/javascripts/ckeditor/application.js
90
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoFormat.png
91
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/SearchCode.png
92
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png
93
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoComplete.png
94
- - app/assets/javascripts/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png
95
- - app/assets/javascripts/ckeditor/plugins/codemirror/lang/en.js
96
- - app/assets/javascripts/ckeditor/plugins/codemirror/lang/ru.js
97
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/xml.js
98
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/javascript.js
99
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/css.js
100
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/htmlmixed.js
48
+ - app/controllers/ckeditor/attachment_files_controller.rb
49
+ - app/controllers/ckeditor/application_controller.rb
50
+ - app/controllers/ckeditor/pictures_controller.rb
51
+ - app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
52
+ - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js
53
+ - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
54
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
55
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
56
+ - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
57
+ - app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js
58
+ - app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js
59
+ - app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png
60
+ - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.js
61
+ - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.min.js
62
+ - app/assets/javascripts/ckeditor/plugins/oembed/images/icon.png
63
+ - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js
64
+ - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
65
+ - app/assets/javascripts/ckeditor/plugins/scayt/LICENSE.md
66
+ - app/assets/javascripts/ckeditor/plugins/scayt/README.md
67
+ - app/assets/javascripts/ckeditor/plugins/CKCss/dialogs/ckcss.js
68
+ - app/assets/javascripts/ckeditor/plugins/CKCss/plugin.js
69
+ - app/assets/javascripts/ckeditor/plugins/CKCss/css/styles.css
70
+ - app/assets/javascripts/ckeditor/plugins/CKCss/ckcss.png
71
+ - app/assets/javascripts/ckeditor/plugins/CKCss/lang/ru.js
72
+ - app/assets/javascripts/ckeditor/plugins/CKCss/lang/en.js
73
+ - app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js
74
+ - app/assets/javascripts/ckeditor/plugins/colordialog/plugin.js
75
+ - app/assets/javascripts/ckeditor/plugins/colordialog/lang/ru.js
76
+ - app/assets/javascripts/ckeditor/plugins/colordialog/lang/en.js
77
+ - app/assets/javascripts/ckeditor/plugins/codemirror/plugin.js
78
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
79
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/elegant.css
80
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/eclipse.css
81
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css
82
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css
83
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css
84
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/neat.css
85
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/rubyblue.css
86
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css
87
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css
88
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css
89
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-light.css
90
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css
91
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css
92
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/cobalt.css
93
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css
94
+ - app/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css
95
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css
96
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css
97
+ - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.css
101
98
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.js
102
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js
103
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/xml-fold.js
104
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/foldcode.js
105
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/brace-fold.js
106
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js
107
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js
108
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js
109
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuelist.js
110
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closetag.js
111
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js
112
99
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js
113
100
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/format/formatting.js
114
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js
101
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/brace-fold.js
102
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/foldcode.js
103
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/fold/xml-fold.js
115
104
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/search.js
105
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js
116
106
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/search/match-highlighter.js
117
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js
118
- - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
107
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js
108
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js
109
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuelist.js
110
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/closetag.js
111
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js
112
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js
119
113
  - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.modes.min.js
120
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css
121
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.min.css
122
- - app/assets/javascripts/ckeditor/plugins/codemirror/css/codemirror.css
123
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/blackboard.css
124
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/rubyblue.css
125
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/monokai.css
126
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/lesser-dark.css
127
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/erlang-dark.css
128
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/vibrant-ink.css
129
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/night.css
130
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-light.css
131
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/solarized.css
132
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/cobalt.css
133
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/eclipse.css
134
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/xq-dark.css
135
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/elegant.css
136
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance.css
137
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/twilight.css
138
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/neat.css
139
- - app/assets/javascripts/ckeditor/plugins/codemirror/theme/ambiance-mobile.css
140
- - app/assets/javascripts/ckeditor/plugins/codemirror/plugin.js
141
- - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon1.png
142
- - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon.png
143
- - app/assets/javascripts/ckeditor/plugins/LoremIpsum/plugin.js
144
- - app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js
145
- - app/assets/javascripts/ckeditor/plugins/icons.png
146
- - app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js
147
- - app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js
148
- - app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png
149
- - app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js
150
- - app/assets/javascripts/ckeditor/plugins/colordialog/lang/en.js
151
- - app/assets/javascripts/ckeditor/plugins/colordialog/lang/ru.js
152
- - app/assets/javascripts/ckeditor/plugins/colordialog/plugin.js
114
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.min.js
115
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.addons.min.js
116
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js
117
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/javascript.js
118
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/css.js
119
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/htmlmixed.js
120
+ - app/assets/javascripts/ckeditor/plugins/codemirror/js/mode/xml.js
121
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/CommentSelectedRange.png
122
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/SearchCode.png
123
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/UncommentSelectedRange.png
124
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoComplete.png
125
+ - app/assets/javascripts/ckeditor/plugins/codemirror/icons/AutoFormat.png
126
+ - app/assets/javascripts/ckeditor/plugins/codemirror/lang/ru.js
127
+ - app/assets/javascripts/ckeditor/plugins/codemirror/lang/en.js
153
128
  - app/assets/javascripts/ckeditor/plugins/mediaembed/images/icon.png
154
- - app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js
155
- - app/assets/javascripts/ckeditor/plugins/image/images/noimage.png
156
- - app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
157
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
158
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
159
- - app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
160
- - app/assets/javascripts/ckeditor/plugins/scayt/LICENSE.md
161
- - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
162
- - app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js
163
- - app/assets/javascripts/ckeditor/plugins/scayt/README.md
164
- - app/assets/javascripts/ckeditor/plugins/wsc/LICENSE.md
165
- - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
166
- - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
167
- - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
168
- - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
169
- - app/assets/javascripts/ckeditor/plugins/wsc/README.md
170
- - app/assets/javascripts/ckeditor/plugins/font/lang/en.js
171
- - app/assets/javascripts/ckeditor/plugins/font/lang/ru.js
172
- - app/assets/javascripts/ckeditor/plugins/font/plugin.js
173
- - app/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif
174
- - app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
175
- - app/assets/javascripts/ckeditor/plugins/panelbutton/plugin.js
176
129
  - app/assets/javascripts/ckeditor/plugins/magicline/images/icon.png
130
+ - app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js
131
+ - app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
132
+ - app/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif
177
133
  - app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js
178
134
  - app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js
179
135
  - app/assets/javascripts/ckeditor/plugins/link/images/anchor.png
180
- - app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
181
- - app/assets/javascripts/ckeditor/plugins/CKCss/ckcss.png
182
- - app/assets/javascripts/ckeditor/plugins/CKCss/dialogs/ckcss.js
183
- - app/assets/javascripts/ckeditor/plugins/CKCss/lang/en.js
184
- - app/assets/javascripts/ckeditor/plugins/CKCss/lang/ru.js
185
- - app/assets/javascripts/ckeditor/plugins/CKCss/css/styles.css
186
- - app/assets/javascripts/ckeditor/plugins/CKCss/plugin.js
136
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/plugin.js
137
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/bgcolor.png
138
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/textcolor.png
139
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/ru.js
140
+ - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/en.js
141
+ - app/assets/javascripts/ckeditor/plugins/panelbutton/plugin.js
142
+ - app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js
143
+ - app/assets/javascripts/ckeditor/plugins/image/images/noimage.png
144
+ - app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
145
+ - app/assets/javascripts/ckeditor/plugins/font/plugin.js
146
+ - app/assets/javascripts/ckeditor/plugins/font/lang/ru.js
147
+ - app/assets/javascripts/ckeditor/plugins/font/lang/en.js
187
148
  - app/assets/javascripts/ckeditor/plugins/highslide/dialogs/hs.js
188
- - app/assets/javascripts/ckeditor/plugins/highslide/lang/en.js
149
+ - app/assets/javascripts/ckeditor/plugins/highslide/plugin.js
189
150
  - app/assets/javascripts/ckeditor/plugins/highslide/lang/ru.js
151
+ - app/assets/javascripts/ckeditor/plugins/highslide/lang/en.js
190
152
  - app/assets/javascripts/ckeditor/plugins/highslide/icon.png
191
153
  - app/assets/javascripts/ckeditor/plugins/highslide/readme.txt
192
- - app/assets/javascripts/ckeditor/plugins/highslide/plugin.js
193
- - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
194
- - app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js
195
- - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.js
196
- - app/assets/javascripts/ckeditor/plugins/oembed/libs/jquery.oembed.min.js
197
- - app/assets/javascripts/ckeditor/plugins/oembed/images/icon.png
198
- - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/textcolor.png
199
- - app/assets/javascripts/ckeditor/plugins/colorbutton/icons/bgcolor.png
200
- - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/en.js
201
- - app/assets/javascripts/ckeditor/plugins/colorbutton/lang/ru.js
202
- - app/assets/javascripts/ckeditor/plugins/colorbutton/plugin.js
154
+ - app/assets/javascripts/ckeditor/plugins/LoremIpsum/plugin.js
155
+ - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon1.png
156
+ - app/assets/javascripts/ckeditor/plugins/LoremIpsum/images/icon.png
157
+ - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
158
+ - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
159
+ - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
160
+ - app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
161
+ - app/assets/javascripts/ckeditor/plugins/wsc/LICENSE.md
162
+ - app/assets/javascripts/ckeditor/plugins/wsc/README.md
203
163
  - app/assets/javascripts/ckeditor/plugins/iframedialog/plugin.js
204
- - app/assets/javascripts/ckeditor/lang/en.js
205
- - app/assets/javascripts/ckeditor/lang/ru.js
206
- - app/assets/javascripts/ckeditor/ckeditor.js
207
- - app/assets/javascripts/ckeditor/skins/moono/editor.css
208
- - app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css
209
- - app/assets/javascripts/ckeditor/skins/moono/icons.png
164
+ - app/assets/javascripts/ckeditor/plugins/icons.png
165
+ - app/assets/javascripts/ckeditor/styles.js
166
+ - app/assets/javascripts/ckeditor/application.js
167
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_more.gif
168
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.png
169
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_del.png
170
+ - app/assets/javascripts/ckeditor/filebrowser/images/preloader.gif
171
+ - app/assets/javascripts/ckeditor/filebrowser/images/gal_add.jpg
172
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/jpg.gif
173
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/psd.gif
174
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/docx.gif
175
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mp3.gif
176
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/unknown.gif
177
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mpg.gif
178
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/gz.gif
179
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/rar.gif
180
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/wmv.gif
181
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xls.gif
182
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xlsx.gif
183
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/doc.gif
184
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/zip.gif
185
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/avi.gif
186
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/swf.gif
187
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/htm.gif
188
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif
189
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/pdf.gif
190
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/exe.gif
191
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/tar.gif
192
+ - app/assets/javascripts/ckeditor/filebrowser/images/thumbs/txt.gif
193
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/rails.js
194
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js
195
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/application.js
196
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.min.js
197
+ - app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.min.js
198
+ - app/assets/javascripts/ckeditor/filebrowser/stylesheets/uploader.css
199
+ - app/assets/javascripts/ckeditor/CHANGES.md
200
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css
210
201
  - app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css
211
- - app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css
212
- - app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css
213
- - app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css
214
- - app/assets/javascripts/ckeditor/skins/moono/readme.md
202
+ - app/assets/javascripts/ckeditor/skins/moono/dialog.css
203
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_opera.css
215
204
  - app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css
205
+ - app/assets/javascripts/ckeditor/skins/moono/readme.md
206
+ - app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css
216
207
  - app/assets/javascripts/ckeditor/skins/moono/images/arrow.png
217
- - app/assets/javascripts/ckeditor/skins/moono/images/mini.png
218
208
  - app/assets/javascripts/ckeditor/skins/moono/images/close.png
219
- - app/assets/javascripts/ckeditor/skins/moono/dialog_iequirks.css
220
- - app/assets/javascripts/ckeditor/skins/moono/editor_ie.css
221
- - app/assets/javascripts/ckeditor/skins/moono/dialog_opera.css
222
- - app/assets/javascripts/ckeditor/skins/moono/dialog.css
209
+ - app/assets/javascripts/ckeditor/skins/moono/images/mini.png
223
210
  - app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css
224
- - app/assets/javascripts/ckeditor/styles.js
225
- - app/assets/javascripts/ckeditor/README.md
211
+ - app/assets/javascripts/ckeditor/skins/moono/editor_ie.css
212
+ - app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css
213
+ - app/assets/javascripts/ckeditor/skins/moono/editor_iequirks.css
214
+ - app/assets/javascripts/ckeditor/skins/moono/editor.css
215
+ - app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css
216
+ - app/assets/javascripts/ckeditor/skins/moono/icons.png
217
+ - app/assets/javascripts/ckeditor/contents.css
218
+ - app/assets/javascripts/ckeditor/lang/ru.js
219
+ - app/assets/javascripts/ckeditor/lang/en.js
220
+ - app/assets/javascripts/ckeditor/LICENSE.md
226
221
  - app/assets/javascripts/ckeditor/init.js.erb
227
222
  - app/assets/javascripts/ckeditor/config.js.erb
223
+ - app/assets/javascripts/ckeditor/README.md
228
224
  - app/assets/javascripts/ckeditor/build-config.js
229
- - app/assets/javascripts/ckeditor/samples/api.html
230
- - app/assets/javascripts/ckeditor/samples/index.html
231
- - app/assets/javascripts/ckeditor/samples/assets/posteddata.php
232
- - app/assets/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css
233
- - app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png
234
- - app/assets/javascripts/ckeditor/samples/assets/sample.jpg
235
- - app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js
236
- - app/assets/javascripts/ckeditor/samples/assets/sample.css
237
- - app/assets/javascripts/ckeditor/samples/uilanguages.html
238
- - app/assets/javascripts/ckeditor/samples/sample_posteddata.php
239
- - app/assets/javascripts/ckeditor/samples/sample.css
240
- - app/assets/javascripts/ckeditor/samples/inlineall.html
241
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html
242
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
243
- - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
225
+ - app/assets/javascripts/ckeditor/samples/plugins/enterkey/enterkey.html
244
226
  - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
227
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
228
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
229
+ - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputforflash.html
245
230
  - app/assets/javascripts/ckeditor/samples/plugins/htmlwriter/outputhtml.html
246
- - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/assets/sample.css
231
+ - app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html
247
232
  - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/stylesheetparser.html
233
+ - app/assets/javascripts/ckeditor/samples/plugins/stylesheetparser/assets/sample.css
234
+ - app/assets/javascripts/ckeditor/samples/plugins/magicline/magicline.html
248
235
  - app/assets/javascripts/ckeditor/samples/plugins/toolbar/toolbar.html
249
- - app/assets/javascripts/ckeditor/samples/plugins/dialog/dialog.html
250
236
  - app/assets/javascripts/ckeditor/samples/plugins/dialog/assets/my_dialog.js
251
- - app/assets/javascripts/ckeditor/samples/plugins/wysiwygarea/fullpage.html
252
- - app/assets/javascripts/ckeditor/samples/plugins/magicline/magicline.html
253
- - app/assets/javascripts/ckeditor/samples/plugins/enterkey/enterkey.html
254
- - app/assets/javascripts/ckeditor/samples/uicolor.html
237
+ - app/assets/javascripts/ckeditor/samples/plugins/dialog/dialog.html
238
+ - app/assets/javascripts/ckeditor/samples/replacebycode.html
239
+ - app/assets/javascripts/ckeditor/samples/tabindex.html
240
+ - app/assets/javascripts/ckeditor/samples/divreplace.html
241
+ - app/assets/javascripts/ckeditor/samples/sample.js
242
+ - app/assets/javascripts/ckeditor/samples/sample.css
243
+ - app/assets/javascripts/ckeditor/samples/assets/sample.css
244
+ - app/assets/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css
245
+ - app/assets/javascripts/ckeditor/samples/assets/sample.jpg
246
+ - app/assets/javascripts/ckeditor/samples/assets/posteddata.php
247
+ - app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png
248
+ - app/assets/javascripts/ckeditor/samples/assets/uilanguages/languages.js
255
249
  - app/assets/javascripts/ckeditor/samples/datafiltering.html
250
+ - app/assets/javascripts/ckeditor/samples/api.html
251
+ - app/assets/javascripts/ckeditor/samples/ajax.html
252
+ - app/assets/javascripts/ckeditor/samples/sample_posteddata.php
256
253
  - app/assets/javascripts/ckeditor/samples/replacebyclass.html
257
- - app/assets/javascripts/ckeditor/samples/divreplace.html
258
- - app/assets/javascripts/ckeditor/samples/replacebycode.html
259
- - app/assets/javascripts/ckeditor/samples/sample.js
260
- - app/assets/javascripts/ckeditor/samples/tabindex.html
261
- - app/assets/javascripts/ckeditor/samples/xhtmlstyle.html
262
- - app/assets/javascripts/ckeditor/samples/readonly.html
254
+ - app/assets/javascripts/ckeditor/samples/inlineall.html
263
255
  - app/assets/javascripts/ckeditor/samples/inlinebycode.html
256
+ - app/assets/javascripts/ckeditor/samples/xhtmlstyle.html
257
+ - app/assets/javascripts/ckeditor/samples/uilanguages.html
258
+ - app/assets/javascripts/ckeditor/samples/index.html
259
+ - app/assets/javascripts/ckeditor/samples/uicolor.html
264
260
  - app/assets/javascripts/ckeditor/samples/appendto.html
265
- - app/assets/javascripts/ckeditor/samples/ajax.html
261
+ - app/assets/javascripts/ckeditor/samples/readonly.html
262
+ - app/assets/javascripts/ckeditor/ckeditor.js
266
263
  - app/assets/stylesheets/ckcontent.css
267
264
  - app/assets/stylesheets/ckeditor/application.css
268
- - app/controllers/ckeditor/pictures_controller.rb
269
- - app/controllers/ckeditor/application_controller.rb
270
- - app/controllers/ckeditor/attachment_files_controller.rb
271
- - config/locales/es.ckeditor.yml
265
+ - app/views/layouts/ckeditor/application.html.erb
266
+ - app/views/rails_admin/main/_form_ckeditor.html.haml
267
+ - app/views/ckeditor/pictures/index.html.erb
268
+ - app/views/ckeditor/attachment_files/index.html.erb
269
+ - app/views/ckeditor/shared/_asset.html.erb
270
+ - app/views/ckeditor/shared/_asset_tmpl.html.erb
272
271
  - config/locales/uk.ckeditor.yml
273
- - config/locales/en.ckeditor.yml
274
272
  - config/locales/pl.ckeditor.yml
275
- - config/locales/sv-SE.ckeditor.yml
276
- - config/locales/ru.ckeditor.yml
277
273
  - config/locales/fr.ckeditor.yml
278
- - config/locales/nl.ckeditor.yml
274
+ - config/locales/sv-SE.ckeditor.yml
275
+ - config/locales/es.ckeditor.yml
276
+ - config/locales/en.ckeditor.yml
279
277
  - config/locales/cs.ckeditor.yml
278
+ - config/locales/nl.ckeditor.yml
280
279
  - config/locales/it.ckeditor.yml
281
280
  - config/locales/zh-CN.ckeditor.yml
282
281
  - config/locales/pt-BR.ckeditor.yml
282
+ - config/locales/ru.ckeditor.yml
283
283
  - config/routes.rb
284
284
  - lib/ckeditor.rb
285
- - lib/glebtv-ckeditor.rb
286
285
  - lib/generators/ckeditor/install_generator.rb
287
- - lib/generators/ckeditor/templates/ckeditor.rb
286
+ - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/asset.rb
287
+ - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb
288
+ - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/picture.rb
289
+ - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/asset.rb
290
+ - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/attachment_file.rb
291
+ - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/picture.rb
292
+ - lib/generators/ckeditor/templates/active_record/paperclip/migration.rb
293
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/asset.rb
294
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb
295
+ - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/picture.rb
288
296
  - lib/generators/ckeditor/templates/active_record/carrierwave/migration.rb
289
- - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/picture.rb
290
297
  - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/asset.rb
291
298
  - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/attachment_file.rb
299
+ - lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/picture.rb
292
300
  - lib/generators/ckeditor/templates/active_record/dragonfly/migration.rb
293
- - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/picture.rb
294
301
  - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/asset.rb
295
302
  - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/attachment_file.rb
296
- - lib/generators/ckeditor/templates/active_record/paperclip/migration.rb
297
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/picture.rb
298
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/asset.rb
299
- - lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb
300
- - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/picture.rb
301
- - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/asset.rb
302
- - lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/attachment_file.rb
303
- - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/picture.rb
304
- - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/asset.rb
305
- - lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb
306
- - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_picture_uploader.rb
303
+ - lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/picture.rb
307
304
  - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_attachment_file_uploader.rb
305
+ - lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_picture_uploader.rb
308
306
  - lib/generators/ckeditor/templates/base/dragonfly/initializer.rb
309
- - lib/ckeditor/utils.rb
310
- - lib/ckeditor/rails_admin/field.rb
311
- - lib/ckeditor/engine.rb
307
+ - lib/generators/ckeditor/templates/ckeditor.rb
308
+ - lib/glebtv-ckeditor.rb
309
+ - lib/ckeditor/helpers/form_builder.rb
312
310
  - lib/ckeditor/helpers/controllers.rb
313
311
  - lib/ckeditor/helpers/form_helper.rb
314
312
  - lib/ckeditor/helpers/view_helper.rb
315
- - lib/ckeditor/helpers/form_builder.rb
313
+ - lib/ckeditor/http.rb
316
314
  - lib/ckeditor/version.rb
317
- - lib/ckeditor/hooks/formtastic.rb
318
- - lib/ckeditor/hooks/simple_form.rb
319
- - lib/ckeditor/hooks/cancan.rb
320
315
  - lib/ckeditor/orm/active_record.rb
321
316
  - lib/ckeditor/orm/base.rb
322
317
  - lib/ckeditor/orm/mongoid.rb
323
- - lib/ckeditor/backend/paperclip.rb
318
+ - lib/ckeditor/engine.rb
319
+ - lib/ckeditor/tasks.rake
324
320
  - lib/ckeditor/backend/carrierwave.rb
325
321
  - lib/ckeditor/backend/dragonfly.rb
326
- - lib/ckeditor/http.rb
322
+ - lib/ckeditor/backend/paperclip.rb
323
+ - lib/ckeditor/utils.rb
324
+ - lib/ckeditor/rails_admin/field.rb
325
+ - lib/ckeditor/hooks/simple_form.rb
326
+ - lib/ckeditor/hooks/cancan.rb
327
+ - lib/ckeditor/hooks/formtastic.rb
327
328
  - MIT-LICENSE
328
329
  - Rakefile
329
330
  - Gemfile
330
331
  - README.rdoc
331
- - test/ckeditor_test.rb
332
- - test/support/controller_hooks.rb
333
- - test/support/raw_post.rb
334
- - test/support/routes.txt
335
- - test/support/integration_case.rb
336
- - test/support/helpers.rb
337
- - test/controllers/pictures_controller_test.rb
338
- - test/controllers/attachment_files_controller_test.rb
339
- - test/functional/posts_controller_test.rb
340
- - test/integration/navigation_test.rb
341
- - test/generators/install_generator_test.rb
342
- - test/test_helper.rb
343
- - test/orm/active_record.rb
344
- - test/orm/mongoid.rb
345
- - test/models/picture_test.rb
346
- - test/models/utils_test.rb
347
- - test/models/attachment_file_test.rb
348
332
  - test/dummy/Rakefile
349
- - test/dummy/script/rails
350
- - test/dummy/public/500.html
351
- - test/dummy/public/favicon.ico
352
- - test/dummy/public/404.html
333
+ - test/dummy/db/migrate/20110623120047_create_posts.rb
353
334
  - test/dummy/public/422.html
354
- - test/dummy/test/fixtures/files/rails.png
355
- - test/dummy/test/fixtures/files/rails.tar.gz
356
- - test/dummy/config.ru
335
+ - test/dummy/public/404.html
336
+ - test/dummy/public/favicon.ico
337
+ - test/dummy/public/500.html
338
+ - test/dummy/config/database.yml
339
+ - test/dummy/config/boot.rb
357
340
  - test/dummy/config/environment.rb
358
- - test/dummy/config/mongoid.yml
359
341
  - test/dummy/config/locales/en.yml
342
+ - test/dummy/config/application.rb
343
+ - test/dummy/config/initializers/wrap_parameters.rb
344
+ - test/dummy/config/initializers/session_store.rb
360
345
  - test/dummy/config/initializers/inflections.rb
361
346
  - test/dummy/config/initializers/ckeditor.rb
362
347
  - test/dummy/config/initializers/secret_token.rb
363
- - test/dummy/config/initializers/mime_types.rb
364
- - test/dummy/config/initializers/wrap_parameters.rb
365
348
  - test/dummy/config/initializers/backtrace_silencers.rb
366
- - test/dummy/config/initializers/session_store.rb
367
- - test/dummy/config/boot.rb
368
- - test/dummy/config/database.yml
349
+ - test/dummy/config/initializers/mime_types.rb
369
350
  - test/dummy/config/environments/development.rb
370
- - test/dummy/config/environments/test.rb
371
351
  - test/dummy/config/environments/production.rb
352
+ - test/dummy/config/environments/test.rb
353
+ - test/dummy/config/mongoid.yml
372
354
  - test/dummy/config/routes.rb
373
- - test/dummy/config/application.rb
374
- - test/dummy/app/views/posts/index.html.erb
375
- - test/dummy/app/views/posts/new.html.erb
376
- - test/dummy/app/views/posts/edit.html.erb
377
- - test/dummy/app/views/posts/_form.html.erb
378
- - test/dummy/app/views/posts/show.html.erb
379
- - test/dummy/app/views/layouts/application.html.erb
355
+ - test/dummy/test/fixtures/files/rails.png
356
+ - test/dummy/test/fixtures/files/rails.tar.gz
357
+ - test/dummy/script/rails
358
+ - test/dummy/app/helpers/posts_helper.rb
359
+ - test/dummy/app/helpers/application_helper.rb
360
+ - test/dummy/app/controllers/application_controller.rb
361
+ - test/dummy/app/controllers/posts_controller.rb
380
362
  - test/dummy/app/assets/javascripts/application.js
381
363
  - test/dummy/app/assets/stylesheets/scaffold.css
382
364
  - test/dummy/app/assets/stylesheets/application.css
383
- - test/dummy/app/controllers/posts_controller.rb
384
- - test/dummy/app/controllers/application_controller.rb
385
- - test/dummy/app/helpers/application_helper.rb
386
- - test/dummy/app/helpers/posts_helper.rb
387
365
  - test/dummy/app/models/post.rb
388
- - test/dummy/db/migrate/20110623120047_create_posts.rb
366
+ - test/dummy/app/views/posts/new.html.erb
367
+ - test/dummy/app/views/posts/index.html.erb
368
+ - test/dummy/app/views/posts/_form.html.erb
369
+ - test/dummy/app/views/posts/show.html.erb
370
+ - test/dummy/app/views/posts/edit.html.erb
371
+ - test/dummy/app/views/layouts/application.html.erb
372
+ - test/dummy/config.ru
373
+ - test/controllers/attachment_files_controller_test.rb
374
+ - test/controllers/pictures_controller_test.rb
375
+ - test/orm/active_record.rb
376
+ - test/orm/mongoid.rb
377
+ - test/ckeditor_test.rb
378
+ - test/models/picture_test.rb
379
+ - test/models/utils_test.rb
380
+ - test/models/attachment_file_test.rb
381
+ - test/functional/posts_controller_test.rb
382
+ - test/generators/install_generator_test.rb
383
+ - test/support/helpers.rb
384
+ - test/support/routes.txt
385
+ - test/support/integration_case.rb
386
+ - test/support/controller_hooks.rb
387
+ - test/support/raw_post.rb
388
+ - test/integration/navigation_test.rb
389
+ - test/test_helper.rb
389
390
  homepage: https://github.com/glebtv/ckeditor
390
391
  licenses: []
391
392
  metadata: {}
@@ -405,67 +406,66 @@ required_rubygems_version: !ruby/object:Gem::Requirement
405
406
  version: '0'
406
407
  requirements: []
407
408
  rubyforge_project:
408
- rubygems_version: 2.0.3
409
+ rubygems_version: 2.0.6
409
410
  signing_key:
410
411
  specification_version: 4
411
412
  summary: Rails gem for easy integration ckeditor in your application
412
413
  test_files:
413
- - test/ckeditor_test.rb
414
- - test/support/controller_hooks.rb
415
- - test/support/raw_post.rb
416
- - test/support/routes.txt
417
- - test/support/integration_case.rb
418
- - test/support/helpers.rb
419
- - test/controllers/pictures_controller_test.rb
420
- - test/controllers/attachment_files_controller_test.rb
421
- - test/functional/posts_controller_test.rb
422
- - test/integration/navigation_test.rb
423
- - test/generators/install_generator_test.rb
424
- - test/test_helper.rb
425
- - test/orm/active_record.rb
426
- - test/orm/mongoid.rb
427
- - test/models/picture_test.rb
428
- - test/models/utils_test.rb
429
- - test/models/attachment_file_test.rb
430
414
  - test/dummy/Rakefile
431
- - test/dummy/script/rails
432
- - test/dummy/public/500.html
433
- - test/dummy/public/favicon.ico
434
- - test/dummy/public/404.html
415
+ - test/dummy/db/migrate/20110623120047_create_posts.rb
435
416
  - test/dummy/public/422.html
436
- - test/dummy/test/fixtures/files/rails.png
437
- - test/dummy/test/fixtures/files/rails.tar.gz
438
- - test/dummy/config.ru
417
+ - test/dummy/public/404.html
418
+ - test/dummy/public/favicon.ico
419
+ - test/dummy/public/500.html
420
+ - test/dummy/config/database.yml
421
+ - test/dummy/config/boot.rb
439
422
  - test/dummy/config/environment.rb
440
- - test/dummy/config/mongoid.yml
441
423
  - test/dummy/config/locales/en.yml
424
+ - test/dummy/config/application.rb
425
+ - test/dummy/config/initializers/wrap_parameters.rb
426
+ - test/dummy/config/initializers/session_store.rb
442
427
  - test/dummy/config/initializers/inflections.rb
443
428
  - test/dummy/config/initializers/ckeditor.rb
444
429
  - test/dummy/config/initializers/secret_token.rb
445
- - test/dummy/config/initializers/mime_types.rb
446
- - test/dummy/config/initializers/wrap_parameters.rb
447
430
  - test/dummy/config/initializers/backtrace_silencers.rb
448
- - test/dummy/config/initializers/session_store.rb
449
- - test/dummy/config/boot.rb
450
- - test/dummy/config/database.yml
431
+ - test/dummy/config/initializers/mime_types.rb
451
432
  - test/dummy/config/environments/development.rb
452
- - test/dummy/config/environments/test.rb
453
433
  - test/dummy/config/environments/production.rb
434
+ - test/dummy/config/environments/test.rb
435
+ - test/dummy/config/mongoid.yml
454
436
  - test/dummy/config/routes.rb
455
- - test/dummy/config/application.rb
456
- - test/dummy/app/views/posts/index.html.erb
457
- - test/dummy/app/views/posts/new.html.erb
458
- - test/dummy/app/views/posts/edit.html.erb
459
- - test/dummy/app/views/posts/_form.html.erb
460
- - test/dummy/app/views/posts/show.html.erb
461
- - test/dummy/app/views/layouts/application.html.erb
437
+ - test/dummy/test/fixtures/files/rails.png
438
+ - test/dummy/test/fixtures/files/rails.tar.gz
439
+ - test/dummy/script/rails
440
+ - test/dummy/app/helpers/posts_helper.rb
441
+ - test/dummy/app/helpers/application_helper.rb
442
+ - test/dummy/app/controllers/application_controller.rb
443
+ - test/dummy/app/controllers/posts_controller.rb
462
444
  - test/dummy/app/assets/javascripts/application.js
463
445
  - test/dummy/app/assets/stylesheets/scaffold.css
464
446
  - test/dummy/app/assets/stylesheets/application.css
465
- - test/dummy/app/controllers/posts_controller.rb
466
- - test/dummy/app/controllers/application_controller.rb
467
- - test/dummy/app/helpers/application_helper.rb
468
- - test/dummy/app/helpers/posts_helper.rb
469
447
  - test/dummy/app/models/post.rb
470
- - test/dummy/db/migrate/20110623120047_create_posts.rb
471
- has_rdoc:
448
+ - test/dummy/app/views/posts/new.html.erb
449
+ - test/dummy/app/views/posts/index.html.erb
450
+ - test/dummy/app/views/posts/_form.html.erb
451
+ - test/dummy/app/views/posts/show.html.erb
452
+ - test/dummy/app/views/posts/edit.html.erb
453
+ - test/dummy/app/views/layouts/application.html.erb
454
+ - test/dummy/config.ru
455
+ - test/controllers/attachment_files_controller_test.rb
456
+ - test/controllers/pictures_controller_test.rb
457
+ - test/orm/active_record.rb
458
+ - test/orm/mongoid.rb
459
+ - test/ckeditor_test.rb
460
+ - test/models/picture_test.rb
461
+ - test/models/utils_test.rb
462
+ - test/models/attachment_file_test.rb
463
+ - test/functional/posts_controller_test.rb
464
+ - test/generators/install_generator_test.rb
465
+ - test/support/helpers.rb
466
+ - test/support/routes.txt
467
+ - test/support/integration_case.rb
468
+ - test/support/controller_hooks.rb
469
+ - test/support/raw_post.rb
470
+ - test/integration/navigation_test.rb
471
+ - test/test_helper.rb