Dotclear

Changeset 4034:900f72ff005f


Ignore:
Timestamp:
08/29/19 13:39:31 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
4029:5121f80344cc (diff), 4033:3ba44b39956e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 2.15.1 into default

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r4020 r4034  
     1Dotclear 2.15.1 - 2019-08-29 
     2=========================================================== 
     3* Fix: SQL request for CSP unsafe-inline setting 
     4* Fix: CKEditor configuration for foreign language (unabled to save post modifications) 
     5 
    16Dotclear 2.15 - 2019-08-13 
    27=========================================================== 
  • CHANGELOG

    r4030 r4034  
    2121* Template system: Allow ?sub for category/categories attributes of tpl:EntryIf, and for url/urls attributes of tpl:CategoryIf 
    2222* Responsive tables/lists (posts, pages, users, …) 
     23* Spams preview (administrative board) now shows HTML code rather than interpreted content 
    2324* Fix: port used behind reverse proxy (Clearbricks) 
    2425* Lib: Update Codemirror to 5.48.0 
  • inc/prepend.php

    r4031 r4034  
    145145# Constants 
    146146define('DC_ROOT', path::real(dirname(__FILE__) . '/..')); 
    147 define('DC_VERSION', '2.15.1'); 
     147define('DC_VERSION', '2.16-dev'); 
    148148define('DC_DIGESTS', dirname(__FILE__) . '/digests'); 
    149149define('DC_L10N_ROOT', dirname(__FILE__) . '/../locales'); 
  • plugins/dcCKEditor/_post_config.php

    r4025 r4034  
    282282                let config = e.editor.config; 
    283283                config.contentsLanguage = ta.lang; 
    284                 e.editor.destroy(); 
     284//                e.editor.destroy(); 
    285285                CKEDITOR.replace(e.editor.name, config); 
    286286            } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map