Dotclear

Changeset 2739:856bff6ae053


Ignore:
Timestamp:
08/25/14 22:08:50 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix issue when testing editor
Translation for dcLegacyEditor and dcCKEditor are now managed

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r2736 r2739  
    375375 
    376376$admin_post_behavior = ''; 
    377 if (!empty($core->auth->getOption('editor')) && !empty($core->auth->getOption('editor')[$post_format])) { 
     377if ($core->auth->getOption('editor') && !empty($core->auth->getOption('editor')[$post_format])) { 
    378378     $admin_post_behavior = $core->callBehavior('adminPostEditor', $core->auth->getOption('editor')[$post_format]); 
    379379} 
  • build-tools/po_update.sh

    r2566 r2739  
    3737userPref 
    3838widgets 
     39dcLegacyEditor 
     40dcCKEditor 
    3941_fake_plugin 
    4042" 
  • inc/prepend.php

    r2711 r2739  
    144144define('DC_L10N_ROOT',dirname(__FILE__).'/../locales'); 
    145145define('DC_L10N_UPDATE_URL','http://services.dotclear.net/dc2.l10n/?version=%s'); 
    146 define('DC_DISTRIB_PLUGINS','aboutConfig,akismet,antispam,attachments,blogroll,blowupConfig,dclegacy,fairTrackbacks,importExport,maintenance,pages,pings,simpleMenu,tags,themeEditor,userPref,widgets,dcLegacyEditor'); 
     146define('DC_DISTRIB_PLUGINS','aboutConfig,akismet,antispam,attachments,blogroll,blowupConfig,dclegacy,fairTrackbacks,importExport,maintenance,pages,pings,simpleMenu,tags,themeEditor,userPref,widgets,dcLegacyEditor,dcCKEditor'); 
    147147define('DC_DISTRIB_THEMES','berlin,blueSilence,blowupConfig,customCSS,default,ductile'); 
    148148define('DC_DEFAULT_TPLSET','mustek'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map