Changeset 1762

Show
Ignore:
Timestamp:
01/28/07 20:00:09 (6 years ago)
Author:
vdigital
Message:

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)

Location:
trunk/install
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r1744 r1762  
    3131INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered'); 
    3232INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation'); 
    33 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive'); 
  • trunk/install/phpwebgallery_structure.sql

    r1742 r1762  
    366366  `expand` enum('true','false') NOT NULL default 'false', 
    367367  `show_nb_comments` enum('true','false') NOT NULL default 'false', 
     368  `show_nb_hits` enum('true','false') NOT NULL default 'false', 
    368369  `recent_period` tinyint(3) unsigned NOT NULL default '7', 
    369370  `template` varchar(255) NOT NULL default 'yoga/clear',