diff options
author | plegall <plg@piwigo.org> | 2012-01-31 15:19:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-31 15:19:09 +0000 |
commit | d03e85cfb5c684ab865463e19eb7a4254bb9e574 (patch) | |
tree | 7af188abddeb25cb3c512283fcb74a5866aacafb /install/config.sql | |
parent | 7157b8a8f4028c207234d2b85ed22b7dc29f5afe (diff) |
feature 2559: minor redesign on configuration screens
* hide "rate_anonymous" when "rate" is deactivated
* hide "email_admin_on_new_user" when "allow_user_registration" is deactivated
* move history settings on main tab
* turn the 3 lines for history into a single line with 3 checkboxes
* for comments, turn the "notify admin" settings into a single line with 4 checkboxes
TODO: remove obsolete language keys
git-svn-id: http://piwigo.org/svn/trunk@13004 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/config.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index e121fb2cd..10be8a188 100644 --- a/install/config.sql +++ b/install/config.sql @@ -26,7 +26,7 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_complementary_mail_ INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_recent_post_dates','true','Send recent post by dates for notification by mail'); INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to theadministrators when a user registers'); INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the administrators when a valid comment is entered'); -INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the administrators when a comment requires validation'); +INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_validation','true','Send an email to the administrators when a comment requires validation'); INSERT INTO piwigo_config (param,value,comment) VALUES ('obligatory_user_mail_address','false','Mail address is obligatory for users'); INSERT INTO piwigo_config (param,value,comment) VALUES ('c13y_ignore',null,'List of ignored anomalies'); INSERT INTO piwigo_config (param,value,comment) VALUES ('extents_for_templates','a:0:{}','Actived template-extension(s)'); |