Changeset 4034:900f72ff005f
- Timestamp:
- 08/29/19 13:39:31 (6 years ago)
- 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. - Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4020 r4034 1 Dotclear 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 1 6 Dotclear 2.15 - 2019-08-13 2 7 =========================================================== -
CHANGELOG
r4030 r4034 21 21 * Template system: Allow ?sub for category/categories attributes of tpl:EntryIf, and for url/urls attributes of tpl:CategoryIf 22 22 * Responsive tables/lists (posts, pages, users, …) 23 * Spams preview (administrative board) now shows HTML code rather than interpreted content 23 24 * Fix: port used behind reverse proxy (Clearbricks) 24 25 * Lib: Update Codemirror to 5.48.0 -
inc/prepend.php
r4031 r4034 145 145 # Constants 146 146 define('DC_ROOT', path::real(dirname(__FILE__) . '/..')); 147 define('DC_VERSION', '2.1 5.1');147 define('DC_VERSION', '2.16-dev'); 148 148 define('DC_DIGESTS', dirname(__FILE__) . '/digests'); 149 149 define('DC_L10N_ROOT', dirname(__FILE__) . '/../locales'); -
plugins/dcCKEditor/_post_config.php
r4025 r4034 282 282 let config = e.editor.config; 283 283 config.contentsLanguage = ta.lang; 284 e.editor.destroy();284 // e.editor.destroy(); 285 285 CKEDITOR.replace(e.editor.name, config); 286 286 }
Note: See TracChangeset
for help on using the changeset viewer.