Web Service: Remove ws_status from #config (remove missing in config.sql)
(Next steps: - Restrict Method need to be more generic maybe - Delete functions_webserv.inc.php - Activate $partner in ws.php - Include checked access in tools - ...) Issue 0000614: Display hits under thumbnails like comments counter - Add show_nb_hits to #user_infos (add in phpwebgallery_structure.sql) git-svn-id: http://piwigo.org/svn/trunk@1762 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b22da12d04
commit
7709c4189c
2 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,3 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementar
|
|||
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers');
|
||||
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered');
|
||||
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation');
|
||||
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive');
|
||||
|
|
|
|||
|
|
@ -365,6 +365,7 @@ CREATE TABLE `phpwebgallery_user_infos` (
|
|||
`maxheight` smallint(6) default NULL,
|
||||
`expand` enum('true','false') NOT NULL default 'false',
|
||||
`show_nb_comments` enum('true','false') NOT NULL default 'false',
|
||||
`show_nb_hits` enum('true','false') NOT NULL default 'false',
|
||||
`recent_period` tinyint(3) unsigned NOT NULL default '7',
|
||||
`template` varchar(255) NOT NULL default 'yoga/clear',
|
||||
`registration_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue