View | Details | Raw Unified | Return to bug 14168
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_14168-add_html5mediayoutube_syspref.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
2
('HTML5MediaYouTube',0,'Embed|Don\'t embed','YouTube links as videos','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 163-169 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
163
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
163
('HomeOrHoldingBranch','holdingbranch','holdingbranch|homebranch','Used by Circulation to determine which branch of an item to check with independent branches on, and by search to determine which branch to choose for availability ','Choice'),
164
('HTML5MediaEnabled','not','not|opac|staff|both','Show a tab with a HTML5 media player for files catalogued in field 856','Choice'),
164
('HTML5MediaEnabled','not','not|opac|staff|both','Show a tab with a HTML5 media player for files catalogued in field 856','Choice'),
165
('HTML5MediaExtensions','webm|ogg|ogv|oga|vtt','','Media file extensions','free'),
165
('HTML5MediaExtensions','webm|ogg|ogv|oga|vtt','','Media file extensions','free'),
166
('HTML5MediaYouTube',0','Embed|Don\'t embed','YouTube links as videos','YesNo'),
166
('HTML5MediaYouTube',0,'Embed|Don\'t embed','YouTube links as videos','YesNo'),
167
('IDreamBooksReadometer','0','','Display Readometer from IDreamBooks.com','YesNo'),
167
('IDreamBooksReadometer','0','','Display Readometer from IDreamBooks.com','YesNo'),
168
('IDreamBooksResults','0','','Display IDreamBooks.com rating in search results','YesNo'),
168
('IDreamBooksResults','0','','Display IDreamBooks.com rating in search results','YesNo'),
169
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
169
('IDreamBooksReviews','0','','Display book review snippets from IDreamBooks.com','YesNo'),
170
- 

Return to bug 14168