tinymce-rails-imageupload 3.5.8.1 → 3.5.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.asc +14 -14
- data/{CHANGELOG.markdown → CHANGELOG.md} +15 -11
- data/{README.markdown → README.md} +0 -0
- data/lib/tinymce-rails-imageupload/rails.rb +2 -0
- data/lib/tinymce-rails-imageupload/version.rb +1 -1
- data/vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/fr.js +3 -0
- data/vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/fr_dlg.js +11 -0
- metadata +6 -4
- metadata.gz.asc +14 -14
data.tar.gz.asc
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
-----BEGIN PGP SIGNATURE-----
|
2
|
-
Version: GnuPG/MacGPG2 v2.0.
|
2
|
+
Version: GnuPG/MacGPG2 v2.0.19 (Darwin)
|
3
3
|
Comment: GPGTools - http://gpgtools.org
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
/
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
=
|
5
|
+
iQIcBAABAgAGBQJRPcrbAAoJEH1ncb0Txu7X100QAIdeXTJIOfwbEzoFFZaG2bYH
|
6
|
+
rYBVikOAftAFlESiuPawPmnzAjNBQjoDCxCfaO77hgEGuc8VT9Ffnfvy/rpMZNhP
|
7
|
+
78Ivj1yN86yahDmu0adzUklmWqMJriVA0JRhxHnYkvBRQWzIupQaS0x/sBNYYlUh
|
8
|
+
004257tZf/dnJZGIS6gF7L2JZHEoyCeikKDMoFZ+cR8ICWNoN0N7q0jXANwyIw1V
|
9
|
+
kakPub45fLT/9yTbZ+/aBMmZ29qB01yB0kG2q3zAOWBP81hT5dZ7sUxFfjjHXvEC
|
10
|
+
N/4/6egjz1fJ0n1rif0C6SgA45DlMB4RS5AtxQgcSlJP1+SHRI6zTCoRHbZOkeGE
|
11
|
+
QGuCaUN/2cM+GkCyjaTf/SIhprP7T6OJdgF4HNzZNQwGblnytI7hfefLIfoKLlDd
|
12
|
+
G9qopp6u+ZxJPT4MBQhSIdSlvQzlup1dKADhTtoDZ8GppoNieGrmRxdyRWpusm2+
|
13
|
+
BONwijsAW8v3J8UW4kaFc6fAakv66sLf7YyK1CNmn0KuKmeiFInWAP9Ahgxj2Q/J
|
14
|
+
i7GdMkT7A7203Q/D9kxZO1w5z6xH8gY1GejbcYhT5kVrmGgbhz8lybfqLdJY3xEo
|
15
|
+
+OLk1PDjp1/FS5AYg+B2k88VEnKl5R1R2PYpG/6Kvz0mCdteCOJUoxgHQ1fzyd6v
|
16
|
+
OGhUP/jAdovgjUijgOQx
|
17
|
+
=y3Fq
|
18
18
|
-----END PGP SIGNATURE-----
|
@@ -1,54 +1,58 @@
|
|
1
|
-
|
1
|
+
# 3.5.8.2 / 2013-03-11
|
2
|
+
|
3
|
+
* Added fr-FR translations. Thanks to pompombidou (Harold Simpson)
|
4
|
+
|
5
|
+
# 3.5.8.1 / 2013-02-08
|
2
6
|
|
3
7
|
* Added pt-BR translations. Thanks to klebervirgilio (Kleber Correia)
|
4
8
|
* Start signing the gem with rubygems-openpgp (https://github.com/grant-olson/rubygems-openpgp)
|
5
9
|
* My signing key is available at https://eastblue.org/blag/contact/
|
6
10
|
|
7
|
-
|
11
|
+
# 3.5.8.0 / 2013-02-01
|
8
12
|
|
9
13
|
* Tested with tinymce-rails 3.5.8
|
10
14
|
* Handle errors from the server, both in the JSON, and from the server (HTTP 5xx and so on)
|
11
15
|
* Don't submit the form without a file selected (fixes #1)
|
12
16
|
* Display a spinner when uploading (fixes #2)
|
13
17
|
|
14
|
-
|
18
|
+
# 3.5.6.4 / 2012-12-10
|
15
19
|
|
16
20
|
* Convert CoffeeScript to JavaScript to avoid depending on CoffeeScript (#19). Thanks to sobrinho (Gabriel Sobrinho)
|
17
21
|
|
18
|
-
|
22
|
+
# 3.5.6.3 / 2012-08-27
|
19
23
|
|
20
24
|
* Make the POST URL configurable (#3). Thanks to minaguib (Mina Naguib)
|
21
25
|
* Make it possible to send extra parameters to the controller (#10). Thanks to minaguib (Mina Naguib)
|
22
26
|
|
23
|
-
|
27
|
+
# 3.5.6.2 / 2012-08-20
|
24
28
|
|
25
29
|
* Portugese translation. Thanks to Hefesto
|
26
30
|
* Fix for asset compilation. Thanks to ffloyd (Roman Kolesnev)
|
27
31
|
|
28
|
-
|
32
|
+
# 3.5.6.1 / 2012-08-09
|
29
33
|
|
30
34
|
* Russian translation. Thanks to ffloyd (Roman Kolesnev)
|
31
35
|
* `window.opener` is not always available, so fall back to `window.parent` if needed. Thanks to ffloyd (Roman Kolesnev)
|
32
36
|
|
33
|
-
|
37
|
+
# 3.5.6 / 2012-08-02
|
34
38
|
|
35
39
|
* Relaxed dependency to work with newer tinymce-rails. Thanks to tjoneseng (Tim Jones)
|
36
40
|
* Fix accessing opener window. Thanks to dpc (Dawid Ciężarkiewicz)
|
37
41
|
|
38
|
-
|
42
|
+
# 3.4.9.1 / 2012-04-24
|
39
43
|
|
40
44
|
* Work with Rails' CSRF protection by copying the token into our form before submitting it
|
41
45
|
|
42
|
-
|
46
|
+
# 3.4.9 / 2012-04-05
|
43
47
|
|
44
48
|
* Document how to use I18n with the gem
|
45
49
|
* Explicitly require tinymce-rails so tinymce-rails-imageupload can be alone in the gemfile
|
46
50
|
* Update dependency to tinymce-rails 3.4.9
|
47
51
|
|
48
|
-
|
52
|
+
# 3.4.8.1 / 2012-03-07
|
49
53
|
|
50
54
|
* Added support for setting height and width for the inserted image
|
51
55
|
|
52
|
-
|
56
|
+
# 3.4.8 / 2012-02-29
|
53
57
|
|
54
58
|
* Initial release
|
File without changes
|
@@ -6,6 +6,8 @@ module Tinymce
|
|
6
6
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/editor_plugin.js"
|
7
7
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/en.js"
|
8
8
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/en_dlg.js"
|
9
|
+
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/fr.js"
|
10
|
+
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/fr_dlg.js"
|
9
11
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/nb.js"
|
10
12
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/nb_dlg.js"
|
11
13
|
app.config.assets.precompile << "tinymce/plugins/uploadimage/langs/pt.js"
|
@@ -0,0 +1,11 @@
|
|
1
|
+
tinyMCE.addI18n('fr.uploadimage_dlg', {
|
2
|
+
title: "Insérer une image",
|
3
|
+
header: "Insérer une image",
|
4
|
+
input: "Choisissez une image",
|
5
|
+
uploading: "Transfert en cours ...",
|
6
|
+
blank_input: "Vous devez sélectionner un fichier",
|
7
|
+
bad_response: "Le serveur a envoyé une réponse erronée",
|
8
|
+
blank_response: "Le serveur n'a pas renvoyé de réponse",
|
9
|
+
insert: "Insérer",
|
10
|
+
cancel: "Annuler"
|
11
|
+
});
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: tinymce-rails-imageupload
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 3.5.8.
|
5
|
+
version: 3.5.8.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Per Christian B. Viken
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -83,10 +83,10 @@ extensions: []
|
|
83
83
|
extra_rdoc_files: []
|
84
84
|
files:
|
85
85
|
- .gitignore
|
86
|
-
- CHANGELOG.
|
86
|
+
- CHANGELOG.md
|
87
87
|
- Gemfile
|
88
88
|
- LICENSE
|
89
|
-
- README.
|
89
|
+
- README.md
|
90
90
|
- Rakefile
|
91
91
|
- lib/tasks/tinymce-uploadimage-assets.rake
|
92
92
|
- lib/tinymce-rails-imageupload.rb
|
@@ -99,6 +99,8 @@ files:
|
|
99
99
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/img/uploadimage.png
|
100
100
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/en.js
|
101
101
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/en_dlg.js
|
102
|
+
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/fr.js
|
103
|
+
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/fr_dlg.js
|
102
104
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/nb.js
|
103
105
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/nb_dlg.js
|
104
106
|
- vendor/assets/javascripts/tinymce/plugins/uploadimage/langs/pt.js
|
metadata.gz.asc
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
-----BEGIN PGP SIGNATURE-----
|
2
|
-
Version: GnuPG/MacGPG2 v2.0.
|
2
|
+
Version: GnuPG/MacGPG2 v2.0.19 (Darwin)
|
3
3
|
Comment: GPGTools - http://gpgtools.org
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
+
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
=
|
5
|
+
iQIcBAABAgAGBQJRPcrbAAoJEH1ncb0Txu7XOL8P+wQsEHn3wWkBsrE80RIPrkmE
|
6
|
+
aImqjgWKSsTHu0SPNLLVD39BUfh45p8nBlqTGwZ3i37IFZ5DzFfVa1/VjdQZmvIs
|
7
|
+
Q01QoN/IN6ABkqV5xwGeqtwArbe3wIy36XrBTZqFHZ/IuB53t5Ncn9dS3R4RJEXe
|
8
|
+
syaKEnOZrQ0BXgTMMUA/pLe3fBM64dDGaQ5+2WN+lBakGTmzKOcjhSKVi3CykZgl
|
9
|
+
IRgWfjSl2ex5KZMyl8OtQLKfxODunF7E5lolTrnuoLzU9to8AxWx9RZqYb0Y6wXo
|
10
|
+
YykyGAYTXfjPCm+V7hUdSC2iiTGjvNgM2L3svMKVJvvVtAV5D0JCNu8/HWMK2tzk
|
11
|
+
9UFuvNy4p4jOgVOAfzCxvy4dfloHe0pLVJYdcj96bPLud+qPbo2Q7B3th7pb+XRM
|
12
|
+
EHnGlkiR6+iTqoz8yi1EBoSVRJoz9hQLEW8NP5Mlj1kdSOB4932mQPR5uaHqGmU0
|
13
|
+
s1eHrTuCnQ23adYHMDyBFYDalc+7cYBATZzwqnKnpGypgrnDZl/53OnVaCfSAj6u
|
14
|
+
f0KJLCRlfH4PLb1vupyG2hQj5WdcGRkPgPbmdxGo+XuIyZ6S4dfreQbH8ScGcVkC
|
15
|
+
tPXJRtyB/B9Jfd5HA/haXipWK4FgsGWutdBIUh8FNWEEiWoR+tckq20rFDnYhGZu
|
16
|
+
kUhq/0T2yRA2gveAFn2H
|
17
|
+
=fzvk
|
18
18
|
-----END PGP SIGNATURE-----
|