Dotclear


Ignore:
Timestamp:
06/23/11 13:00:59 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Message:
  • Re-enabled blank post_type required by media.php in class dcBlog
  • Attachments are now handled by a plugins/attachments/_admin.php
  • Added core dcPostMedia multi-purpose class, and 'link_type' in post_media table
  • Added new behavior : tplIfConditions, to enable to add new attributes to tpl:XXXIf tags
  • Moved tpl:SysIf has_tag attribute to Tags plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.core.php

    r331 r407  
    2727{ 
    2828     public $con;        ///< <b>connection</b>        Database connection object 
    29      public $prefix;     ///< <b>string</b>            Database tables prefix 
     29     public $prefix;          ///< <b>string</b>            Database tables prefix 
    3030     public $blog;       ///< <b>dcBlog</b>            dcBlog object 
    3131     public $error;      ///< <b>dcError</b>           dcError object 
     
    3636     public $plugins;    ///< <b>dcModules</b>         dcModules object 
    3737     public $media;      ///< <b>dcMedia</b>           dcMedia object 
    38      public $rest;       ///< <b>dcRestServer</b>      dcRestServer object 
     38     public $postmedia;  ///< <b>dcPostMedia</b>       dcPostMedia object 
     39     public $rest;       ///< <b>dcRestServer</b> dcRestServer object 
    3940     public $log;        ///< <b>dcLog</b>             dcLog object 
    4041      
Note: See TracChangeset for help on using the changeset viewer.

Sites map