Changeset 4014:e090908c8e13
- Timestamp:
- 08/04/19 08:40:14 (6 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r4013 r4014 15 15 * Add <sub>…</sub> support in Dotclear wiki, syntax : _indice_ 16 16 * Template system: Allow ?sub for category/categories attributes of tpl:EntryIf, and for url/urls attributes of fpl:CategoryIf 17 * Responsive tables (posts, pages, users, …)18 * Fix: port use behind reverse proxy (Clearbricks)17 * Responsive tables/lists (posts, pages, users, …) 18 * Fix: port used behind reverse proxy (Clearbricks) 19 19 * Lib: Update Codemirror to 5.48.0 20 20 * Lib: Update CKEditor to 4.12.0 -
inc/core/class.dc.core.php
r3958 r4014 1211 1211 'active_aside' => 1, 1212 1212 'active_sup' => 1, 1213 'active_sub' => 1, 1213 1214 'parse_pre' => 1, 1214 1215 'active_fr_syntax' => 0, … … 1263 1264 'active_aside' => 0, 1264 1265 'active_sup' => 0, 1266 'active_sub' => 0, 1265 1267 'parse_pre' => 0, 1266 1268 'active_fr_syntax' => 0 … … 1309 1311 'active_aside' => 0, 1310 1312 'active_sup' => 1, 1313 'active_sub' => 1, 1311 1314 'parse_pre' => 0, 1312 1315 'active_fr_syntax' => 0
Note: See TracChangeset
for help on using the changeset viewer.