]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove splashscreen
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 26 Nov 2005 12:34:08 +0000 (13:34 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 26 Nov 2005 12:34:08 +0000 (13:34 +0100)
NEWS
schema/ttrss_schema_mysql.sql
schema/ttrss_schema_pgsql.sql
tt-rss.css
tt-rss.js
tt-rss.php

diff --git a/NEWS b/NEWS
index d3edd100d4ae59d3e26069fb35f16068c77b8133..56f28d3a6e23783734b48fc020305d16a457161a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,6 @@ v1.1            (Dec xy, 2005)
 
        * 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
index edd91e1342a7e7c199687b7e69c8d5e46a89b9ce..7abbc1f49a6bd65c7ca251dec1e47339cff96972 100644 (file)
@@ -189,8 +189,6 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
 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.');
index 30ad8cb549d6da7178261cae07c4c9e53da75dde..cef4b96c8a4475f14a90fa08ce13cb0e3b57abc6 100644 (file)
@@ -171,8 +171,6 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
 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.');
index 681bf95beefe61473a57271890fdb270182dcf32..b3a7df42c249067130aabec0ad355c306c1411d5 100644 (file)
@@ -595,22 +595,6 @@ div.bigErrorMsg {
        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;
index 94aad44d0677e5ba19a55e1b9a741e9823e11fc4..41e52c8fe3e0bc4d9ac98d3406b29a71adcaa2cb 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -383,11 +383,6 @@ function init_second_stage() {
        //      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);
        }
index 9d1dadbb6920a415ecb7ce5b98fbc8eb8ef847b5..91df6b00903c911c3e52fbe3b7fa3cab723e497c 100644 (file)
 
 <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>