* Multi-user support (yay!)
* Per-feed purge preferences (0 means default, negative numbers disable purging)
- * Optional loading splashscreen
* Reworked compact stylesheet support
* Interactive user preferences editor
* Per-feed content filters
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DISPLAY_FEEDLIST_ACTIONS', 1, 'false', 'Display feedlist actions',2,
'Display separate dropbox for feedlist actions, if disabled these actions are available in global actions menu.');
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_SPLASH', 1, 'false', 'Enable loading splashscreen',2);
-
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ALLOW_DUPLICATE_POSTS', 1, 'true', 'Allow duplicate posts',1,
'This option is useful when you are reading several planet-type aggregators with partially colliding userbase.
When disabled, it forces same posts from different feeds to appear only once.');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DISPLAY_FEEDLIST_ACTIONS', 1, 'false', 'Display feedlist actions',2,
'Display separate dropbox for feedlist actions, if disabled these actions are available in global actions menu.');
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_SPLASH', 1, 'false', 'Enable loading splashscreen',2);
-
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ALLOW_DUPLICATE_POSTS', 1, 'true', 'Allow duplicate posts',1,
'This option is useful when you are reading several planet-type aggregators with partially colliding userbase.
When disabled, it forces same posts from different feeds to appear only once.');
margin : 20px;
}
-#splash {
- z-index : 3;
- width : 100%;
- height : 100%;
- position : absolute;
- text-align : center;
- background-image : url("images/vgrad_light_rev.png");
- background-color : white;
- background-position : top left;
- background-repeat : repeat-x;
-}
-
-td.innerSplash {
- margin : 35px;
-}
-
div.prefHelp, td.prefHelp {
font-size : x-small;
color : gray;
// setTimeout("timeout()", 2*1000);
// scheduleFeedUpdate(true);
- var splash = document.getElementById("splash");
-
- if (splash) {
- splash.style.display = "none";
- }
} catch (e) {
exception_error("init_second_stage", e);
}
<body onload="init()">
-<? if (get_pref($link, 'ENABLE_SPLASH')) { ?>
-<div id="splash">
- <table width='100%' height='100%'><tr>
- <td class="innerSplash" valign="middle" align="center">
- <img src="images/ttrss_logo.png" alt="logo">
- <p>Loading, please wait...</p>
- </td></tr></table>
-</div>
-<? } ?>
-
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
<tr>