Changeset 18330 for trunk/install


Ignore:
Timestamp:
Sep 28, 2012, 1:46:51 PM (12 years ago)
Author:
mistic100
Message:

feature:2754 and feature:2614, fatal error when installing Piwigo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r18165 r18330  
    77INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
    88INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_order','ASC','comments order on picture page and cie');
    9 INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_author_mandatory','false');
    10 INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_email_mandatory','false');
     9INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_author_mandatory','false','Comment author is mandatory');
     10INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_email_mandatory','false','Comment email is mandatory');
    1111INSERT INTO piwigo_config (param,value,comment) VALUES ('user_can_delete_comment','false','administrators can allow user delete their own comments');
    1212INSERT INTO piwigo_config (param,value,comment) VALUES ('user_can_edit_comment','false','administrators can allow user edit their own comments');
     
    2222INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
    2323INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_customization','true','allow users to customize their gallery?');
    24 INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_categories_page','12');
     24INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_categories_page','12','Param for categories pagination');
    2525INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
    2626INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
Note: See TracChangeset for help on using the changeset viewer.