Projet

Général

Profil

Révision ed353324

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ckeditor/CHANGELOG.txt
1
7.x-1.x dev
1
2013-07-15
2
New stable release 7.x-1.15
3

  
4
Updated the default URL to CKEditor CDN to use the 4.4.3 version.
5
[#2175565] removed ckeditor.make added in 7.x-1.14.
6

  
7
2013-05-08
8
New stable release 7.x-1.14
2 9

  
3 10
[#2255129] by wwalc: Introduced support for the codesnippet and mathjax plugins.
4 11
[#1762328] by wwalc: IMPORTANT: <code> tags are no longer protected by default.
5 12
[#1327898] by grasmash: Adding new ckeditor_security_filter_alter() hook.
6
[#2175565] by hswong3i: Download Library with ckeditor.make for Simple Profile Integration.
13
[#2175565] by hswong3i: Download Library with ckeditor.make for Simple Profile Integration. (removed in 7.x-1.15)
7 14
[#2249139] by wwalc: Use CKEditor 4.4.0 from CKEditor CDN (http://cdn.ckeditor.com) by default.
8 15
[#1370894] by uberhacker, mgifford, Devin Carlson: Conditionally load ckeditor.css only when necessary.
9 16
[#1960808] by valkum, wwalc: Avoid using arg() in code.
drupal7/sites/all/modules/ckeditor/ckeditor.info
4 4
package     = User interface
5 5
configure   = admin/config/content/ckeditor
6 6

  
7
; Information added by Drupal.org packaging script on 2014-05-08
8
version = "7.x-1.14"
7
; Information added by Drupal.org packaging script on 2014-07-15
8
version = "7.x-1.15"
9 9
core = "7.x"
10 10
project = "ckeditor"
11
datestamp = "1399546428"
11
datestamp = "1405436656"
12 12

  
drupal7/sites/all/modules/ckeditor/ckeditor.install
146 146
    $arr['ckeditor_path'] = $ckeditor_path;
147 147
  }
148 148
  else {
149
    $arr['ckeditor_path'] = '//cdn.ckeditor.com/4.4.0/full-all';
149
    $arr['ckeditor_path'] = '//cdn.ckeditor.com/4.4.3/full-all';
150 150
  }
151 151

  
152 152
  db_insert('ckeditor_settings')->fields(array("name" => "CKEditor Global Profile", "settings" => serialize($arr)))->execute();
drupal7/sites/all/modules/ckeditor/ckeditor.make
1
api = 2
2
core = 7.x
3

  
4
; Libraries
5
libraries[ckeditor][directory_name] = ckeditor
6
libraries[ckeditor][download][type] = file
7
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor%20for%20Drupal/edit/ckeditor_4.4.0_edit.zip
8
libraries[ckeditor][type] = library
drupal7/sites/all/modules/ckeditor/includes/ckeditor.admin.inc
266 266
    '#description' => t(
267 267
        'The path to CKEditor (the WYSIWYG rich text editor downloaded from !ckeditorcom). Provide a path relative to the document root, unless CKEditor is located on an external URL. In such case enter the full URL to a folder with CKEditor.<br />The simplest way to have the editor running is to use CDN, to use it set: !cdn', array(
268 268
      '!ckeditorcom' => l(t('ckeditor.com'), 'http://ckeditor.com/download'),
269
      '!cdn' => '<strong>//cdn.ckeditor.com/4.4.0/full-all</strong>'
269
      '!cdn' => '<strong>//cdn.ckeditor.com/4.4.3/full-all</strong>'
270 270
        )
271 271
    ) .
272 272
    '<br /><br /> ' .
drupal7/sites/all/modules/ckeditor/includes/ckeditor.page.inc
185 185
          t('With codesnippet plugin, CKEditor produces code snippets surrounded by !code. <strong>Note:</strong> You might need to add !highlight on your website so that the displayed code was rendered nicely as in CKEditor. The simplest way to do this is to add this to your theme: !script', array(
186 186
            '!highlight' => l('highlight.js', 'http://highlightjs.org/'),
187 187
            '!code' => '<code>'.htmlspecialchars('<pre><code></code></pre>').'</code>',
188
            '!script' => '<br /><code>'.htmlspecialchars('<link rel="stylesheet" href="http://cdn.ckeditor.com/4.4.0/full-all/plugins/codesnippet/lib/highlight/styles/default.css">').'<br />'.
189
htmlspecialchars('<script src="http://cdn.ckeditor.com/4.4.0/full-all/plugins/codesnippet/lib/highlight/highlight.pack.js" type="text/javascript"></script>').'<br />'.
188
            '!script' => '<br /><code>'.htmlspecialchars('<link rel="stylesheet" href="http://cdn.ckeditor.com/4.4.3/full-all/plugins/codesnippet/lib/highlight/styles/default.css">').'<br />'.
189
htmlspecialchars('<script src="http://cdn.ckeditor.com/4.4.3/full-all/plugins/codesnippet/lib/highlight/highlight.pack.js" type="text/javascript"></script>').'<br />'.
190 190
htmlspecialchars('<script>hljs.initHighlightingOnLoad();</script>').'</code>'
191 191
          )) .
192 192
          '</p>' .

Formats disponibles : Unified diff