Dotclear

Changeset 4014:e090908c8e13


Ignore:
Timestamp:
08/04/19 08:40:14 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

misc

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r4013 r4014  
    1515* Add <sub>…</sub> support in Dotclear wiki, syntax : _indice_ 
    1616* 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) 
    1919* Lib: Update Codemirror to 5.48.0 
    2020* Lib: Update CKEditor to 4.12.0 
  • inc/core/class.dc.core.php

    r3958 r4014  
    12111211            'active_aside'        => 1, 
    12121212            'active_sup'          => 1, 
     1213            'active_sub'          => 1, 
    12131214            'parse_pre'           => 1, 
    12141215            'active_fr_syntax'    => 0, 
     
    12631264            'active_aside'        => 0, 
    12641265            'active_sup'          => 0, 
     1266            'active_sub'          => 0, 
    12651267            'parse_pre'           => 0, 
    12661268            'active_fr_syntax'    => 0 
     
    13091311            'active_aside'        => 0, 
    13101312            'active_sup'          => 1, 
     1313            'active_sub'          => 1, 
    13111314            'parse_pre'           => 0, 
    13121315            'active_fr_syntax'    => 0 
Note: See TracChangeset for help on using the changeset viewer.

Sites map