tinymce-rails-syntaxhighliter 1.0.4.beta → 1.0.5.beta

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: f7ea5f36991a7b546925b86d288e569fc9a49eb6
4
- data.tar.gz: fb9caf6db12718e50482d92ac438c4982452d5cd
3
+ metadata.gz: ebcfe3ebaa425066b9990339d3acf6ac34bdb748
4
+ data.tar.gz: a745462ff76e4839cb0e09ccad430c41d69188f8
5
5
  SHA512:
6
- metadata.gz: 54ce9d63a9448cdbf86766a9235217e1cb6d42da753b368ae22b2eeafd09f637112f1f60fd7f3da4f1714f7c263294cda68307dbba2248756c56884b2f082852
7
- data.tar.gz: 60a04db15513f34451ffc51dc36af1e85e03a0a5add83d7a89bf6788518ff841f8c0bc0ec38f6ad8b5ba1361312293c4b3e3d1de67f22ca7f09ea11cc6e2d66f
6
+ metadata.gz: 61b635d947c522391332b84afe9c1686bbc25dc547a47db6c46abc7863b3705b5cf4ee06d7845aca06230346b7b74e81f86afa971f0ac36a1510f8656902bce3
7
+ data.tar.gz: 97eb4720117246b6f189a27a35992b8dc47e1f1a7445543ef1fc2a6e38601c51bef0f896fa83524ce262046cd42300a9490767fde64af0cda236ceb5d15ce3f4
@@ -1,3 +1,7 @@
1
+ # 1.0.5.beta / 2014-11-11
2
+
3
+ Fix some bugs with files depend
4
+
1
5
  # 1.0.0.beta / 2014-11-08
2
6
 
3
7
  * Initial release
@@ -1,11 +1,3 @@
1
1
  tinyMCE.addI18n('en', {
2
- 'Insert an image from your computer': 'Insert an image from your computer',
3
- 'Insert image': 'Insert image',
4
- 'Choose an image': "Choose an image",
5
- 'You must choose a file': "You must choose a file",
6
- 'Got a bad response from the server': "Got a bad response from the server",
7
- "Didn't get a response from the server": "Didn't get a response from the server",
8
- 'Insert': "Insert",
9
- 'Cancel': "Cancel",
10
- 'Image description': "Image description",
2
+ 'Insert source code in post': 'Insert source code in post',
11
3
  });
@@ -1,11 +1,3 @@
1
1
  tinyMCE.addI18n('ru', {
2
- 'Insert an image from your computer': 'Вставить изображение с вашего компьютера',
3
- 'Insert image': "Вставить изображение",
4
- 'Choose an image': "Изображение",
5
- 'You must choose a file': "Необходимо выбрать файл",
6
- 'Got a bad response from the server': "Получен некорректный ответ с сервера",
7
- "Didn't get a response from the server": "Не получен ответ с сервера",
8
- 'Insert': "Вставить",
9
- 'Cancel': "Отмена",
10
- 'Image description': "Информация",
2
+ 'Insert source code in post': 'Вставьте исходный код',
11
3
  });
@@ -130,14 +130,14 @@
130
130
 
131
131
  // Add a button that opens a window
132
132
  editor.addButton('syntaxhighliter', {
133
- tooltip: ed.translate('Insert an image from your computer'),
133
+ tooltip: ed.translate('Insert source code in post'),
134
134
  image : url+'/img/script_code.png',
135
135
  onclick: showDialog
136
136
  });
137
137
 
138
138
  // Adds a menu item to the tools menu
139
139
  editor.addMenuItem('syntaxhighliter', {
140
- text: ed.translate('Insert an image from your computer'),
140
+ text: ed.translate('Insert source code in post'),
141
141
  image : url+'/img/script_code.png',
142
142
  context: 'insert',
143
143
  onclick: showDialog
@@ -1,7 +1,7 @@
1
1
  module Tinymce
2
2
  module Rails
3
3
  module Syntaxhighliter
4
- VERSION = "1.0.4.beta"
4
+ VERSION = "1.0.5.beta"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tinymce-rails-syntaxhighliter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4.beta
4
+ version: 1.0.5.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Per Sergey Davidov
@@ -85,16 +85,8 @@ files:
85
85
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/css/hljs.css
86
86
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/img/script_code.png
87
87
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/js/highlightjs.js
88
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/de.js
89
88
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/en.js
90
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/es.js
91
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/fr.js
92
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/fr_FR.js
93
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/nb.js
94
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/pt.js
95
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/pt_BR.js
96
89
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/ru.js
97
- - app/assets/javascripts/tinymce/plugins/syntaxhighliter/langs/zh-cn.js
98
90
  - app/assets/javascripts/tinymce/plugins/syntaxhighliter/plugin.js
99
91
  - lib/tasks/tinymce-syntaxhighliter-assets.rake
100
92
  - lib/tinymce-rails-syntaxhighliter.rb
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('de', {
2
- 'Insert an image from your computer': 'Bild vom Computer einfügen',
3
- 'Insert image': 'Bild einfügen',
4
- 'Choose an image': "Bild auswählen",
5
- 'You must choose a file': "Datei auswählen",
6
- 'Got a bad response from the server': "Ungültige Antwort vom Server",
7
- "Didn't get a response from the server": "Server antwortet nicht",
8
- 'Insert': "Einfügen",
9
- 'Cancel': "Abbrechen",
10
- 'Image description': "Bildbeschreibung"
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('es', {
2
- 'Insert an image from your computer': 'Insertar una imagen desde su computadora',
3
- 'Insert image': 'Insertar una imagen',
4
- 'Choose an image': "Elija una imagen",
5
- 'You must choose a file': "Debe elegir un archivo",
6
- 'Got a bad response from the server': "Mala respuesta del servidor",
7
- "Didn't get a response from the server": "No se recibió respuesta del servidor",
8
- 'Insert': "Insertar",
9
- 'Cancel': "Cancelar",
10
- 'Image description': "Descripción de la imagen",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('fr', {
2
- 'Insert an image from your computer': "Envoyer une image de votre ordinateur",
3
- 'Insert image': "Insérer une image",
4
- 'Choose an image': "Choisissez une image",
5
- 'You must choose a file': "Vous devez sélectionner un fichier",
6
- 'Got a bad response from the server': "Le serveur a envoyé une réponse erronée",
7
- "Didn't get a response from the server": "Le serveur n'a pas renvoyé de réponse",
8
- 'Insert': "Insérer",
9
- 'Cancel': "Annuler",
10
- 'Image description': "Description de l'image",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('fr_FR', {
2
- 'Insert an image from your computer': "Envoyer une image de votre ordinateur",
3
- 'Insert image': "Insérer une image",
4
- 'Choose an image': "Choisissez une image",
5
- 'You must choose a file': "Vous devez sélectionner un fichier",
6
- 'Got a bad response from the server': "Le serveur a envoyé une réponse erronée",
7
- "Didn't get a response from the server": "Le serveur n'a pas renvoyé de réponse",
8
- 'Insert': "Insérer",
9
- 'Cancel': "Annuler",
10
- 'Image description': "Description de l'image",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('nb', {
2
- 'Insert an image from your computer': 'Sett inn et bilde fra datamaskinen',
3
- 'Insert image': "Sett inn bilde",
4
- 'Choose an image': "Velg et bilde",
5
- 'You must choose a file': "Du m\u00e5 velge en fil",
6
- 'Got a bad response from the server': "Fikk et ugyldig svar fra serveren",
7
- "Didn't get a response from the server": "Fikk ikke svar fra serveren",
8
- 'Insert': "Sett inn",
9
- 'Cancel': "Avbryt",
10
- 'Image description': "Alternativ tekst for bilde",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('pt', {
2
- 'Insert an image from your computer': 'Inserir uma imagem do seu computador',
3
- 'Insert image': 'Inserir imagem',
4
- 'Choose an image': "Escolher uma imagem",
5
- 'You must choose a file': "É necessário seleccionar um ficheiro",
6
- 'Got a bad response from the server': "Resposta inesperada do servidor",
7
- "Didn't get a response from the server": "Não foi obtida uma resposta do servidor",
8
- 'Insert': "Inserir",
9
- 'Cancel': "Cancelar",
10
- 'Image description': "Image description",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('pt_BR', {
2
- 'Insert an image from your computer': 'Inserir uma imagem do computador',
3
- 'Insert image': 'Inserir imagem',
4
- 'Choose an image': "Escolher uma imagem",
5
- 'You must choose a file': "É necessário selecionar um diretório",
6
- 'Got a bad response from the server': "Resposta inesperada do servidor",
7
- "Didn't get a response from the server": "Servidor não está respondendo",
8
- 'Insert': "Inserir",
9
- 'Cancel': "Cancelar",
10
- 'Image description': "Image description",
11
- });
@@ -1,11 +0,0 @@
1
- tinyMCE.addI18n('zh-cn', {
2
- 'Insert an image from your computer': "\u4e0a\u4f20\u56fe\u7247",
3
- 'Insert image': "\u63d2\u5165\u56fe\u7247",
4
- 'Choose an image': "\u9009\u62e9\u56fe\u7247",
5
- 'You must choose a file': "\u5fc5\u987b\u9009\u62e9\u6587\u4ef6",
6
- 'Got a bad response from the server': "\u670d\u52a1\u5668\u8fd4\u56de\u9519\u8bef",
7
- "Didn't get a response from the server": "\u670d\u52a1\u5668\u6ca1\u6709\u54cd\u5e94",
8
- 'Insert': "\u63d2\u5165",
9
- 'Cancel': "\u53d6\u6d88",
10
- 'Image description': "\u56fe\u7247\u63cf\u8ff0",
11
- });