Dotclear

Changeset 2496:e33dcbc18e36 for inc


Ignore:
Timestamp:
10/27/13 09:52:46 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
2495:dc8c7974ff0b (diff), 2494:b168f47c7f9c (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.6 commits to the current 2.7-dev

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/prepend.php

    r2492 r2496  
    135135# Constants 
    136136define('DC_ROOT',path::real(dirname(__FILE__).'/..')); 
    137 define('DC_VERSION','2.6-RC'); 
     137define('DC_VERSION','2.7-dev'); 
    138138define('DC_DIGESTS',dirname(__FILE__).'/digests'); 
    139139define('DC_L10N_ROOT',dirname(__FILE__).'/../locales'); 
  • inc/prepend.php

    r2341 r2496  
    3535$__autoload['dcPostMedia']                   = dirname(__FILE__).'/core/class.dc.postmedia.php'; 
    3636$__autoload['dcModules']                = dirname(__FILE__).'/core/class.dc.modules.php'; 
     37$__autoload['dcPlugins']                = dirname(__FILE__).'/core/class.dc.plugins.php'; 
    3738$__autoload['dcThemes']                 = dirname(__FILE__).'/core/class.dc.themes.php'; 
    3839$__autoload['dcRestServer']             = dirname(__FILE__).'/core/class.dc.rest.php'; 
     
    280281     # 60 : template processing error 
    281282     # 70 : blog is offline 
    282       
     283 
    283284     if (CLI_MODE) 
    284285     { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map