~blueyed/b2evolution/dev

« back to all changes in this revision

Viewing changes to blogs/inc/_core/model/__core.install.php

  • Committer: Daniel Hahler
  • Date: 2010-10-18 17:39:43 UTC
  • mfrom: (0.1.8919)
  • Revision ID: ubuntu-launchpad@thequod.de-20101018173943-j4mnutpz73ln8dx9
Merge trunk.

Revert r8917: the "utf8-decoding" looks suspicous/irrelevant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * {@internal Below is a list of authors who have contributed to design/coding of this file: }}
25
25
 * @author fplanque: Francois PLANQUE.
26
26
 *
27
 
 * @version $Id: __core.install.php,v 1.50 2010/05/02 19:50:51 fplanque Exp $
 
27
 * @version $Id: __core.install.php,v 1.51 2010/10/15 13:10:09 efy-asimo Exp $
28
28
 */
29
29
if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
30
30
 
58
58
                        grp_perm_xhtml_javascript        TINYINT(1) NOT NULL DEFAULT 0,
59
59
                        grp_perm_xhtml_objects           TINYINT(1) NOT NULL DEFAULT 0,
60
60
                        grp_perm_stats enum('none','user','view','edit') NOT NULL default 'none',
61
 
                        grp_perm_spamblacklist enum('none','view','edit') NOT NULL default 'none',
62
 
                        grp_perm_slugs enum('none','view','edit') NOT NULL default 'none',
63
 
                        grp_perm_options enum('none','view','edit') NOT NULL default 'none',
64
61
                        grp_perm_users enum('none','view','edit') NOT NULL default 'none',
65
 
                        grp_perm_templates TINYINT NOT NULL DEFAULT 0,
66
 
                        grp_perm_files enum('none','view','add','edit','all') NOT NULL default 'none',
67
62
                        PRIMARY KEY grp_ID (grp_ID)
68
63
                ) ENGINE = innodb DEFAULT CHARSET = $db_storage_charset" ),
69
64
 
287
282
 
288
283
/*
289
284
 * $Log: __core.install.php,v $
 
285
 * Revision 1.51  2010/10/15 13:10:09  efy-asimo
 
286
 * Convert group permissions to pluggable permissions - part1
 
287
 *
290
288
 * Revision 1.50  2010/05/02 19:50:51  fplanque
291
289
 * no message
292
290
 *