2007-05-05 11:00:55 +00:00
insert into ttrss_prefs ( pref_name , type_id , def_value , short_desc , section_id ) values ( ' _PREFS_ACTIVE_TAB ' , 2 , ' ' , ' ' , 1 ) ;
2007-05-14 08:31:54 +00:00
insert into ttrss_prefs ( pref_name , type_id , def_value , short_desc , section_id ) values ( ' _INFOBOX_DISABLE_OVERLAY ' , 1 , ' false ' , ' ' , 1 ) ;
2007-05-16 06:50:00 +00:00
insert into ttrss_prefs ( pref_name , type_id , def_value , short_desc , section_id , help_text ) values ( ' STRIP_UNSAFE_TAGS ' , 1 , ' true ' , ' Strip unsafe tags from articles ' , 3 ,
2007-05-16 08:35:56 +00:00
' Strip all but most common HTML tags when reading articles. ' ) ;
2007-05-16 06:50:00 +00:00
2007-05-17 07:42:28 +00:00
insert into ttrss_prefs ( pref_name , type_id , def_value , short_desc , section_id , help_text ) values ( ' BLACKLISTED_TAGS ' , 2 , ' main, generic, misc ' , ' Blacklisted tags ' , 3 ,
' When auto-detecting tags in articles these tags will not be applied (comma-separated list). ' ) ;
2007-05-19 11:57:23 +00:00
insert into ttrss_prefs ( pref_name , type_id , def_value , short_desc , section_id ) values ( ' ENABLE_SEARCH_TOOLBAR ' , 1 , ' false ' , ' Enable search toolbar ' , 2 ) ;
2007-05-05 11:00:55 +00:00
update ttrss_version set schema_version = 17 ;