Software Update:Checking For Updates: Difference between revisions

Line 174: Line 174:
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''0'''</td>
       <tr><td>'''0'''</td>
           <td>automatically download and install available updates for  
           <td>automatically download updates for minor and major updates, regardless of incompatibilities that may arise with addons</td></tr>
              minor releases, offer updates to major releases</td></tr>
       <tr><td>'''1'''</td>
       <tr><td>'''1'''</td>
           <td>automatically download and install available updates for  
           <td>automatically download updates for minor and major releases, if no incompatibilities with addons are present, otherwise prompt</td></tr>
              minor releases, do '''not''' offer updates to major releases</td></tr>
       <tr><td>'''2'''</td>
       <tr><td>'''2'''</td>
           <td>automatically download and install available updates for minor  
           <td>automatically download updates for minor releases, prompt about major releases</td></tr>
              ''and'' major releases</td></tr>
       <tr><td>'''3'''</td>
       <tr><td>'''3'''</td>
           <td>automatically download available updates for minor ''and''
           <td>prompt about minor and major releases</td></tr>
              major releases and prompt when ready for installation</td></tr>
      <tr><td>'''4'''</td>
          <td>automatically download available updates for minor releases '''only'''
              prompt when ready for installation</td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
Line 193: Line 186:
   <blockquote>
   <blockquote>
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''86400000'''</td><td>milliseconds between update checks</td></tr>
       <tr><td>'''86400'''</td><td>seconds between update checks</td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
* <tt>app.update.lastUpdateDate</tt>
* <tt>app.update.timer</tt>
  <blockquote>
    <table border="1" cellspacing="0" cellpadding="3">
      <tr><td>'''5000'''</td><td>milliseconds between app.update.interval expiry checks</td></tr>
    </table>
  </blockquote>
* <tt>app.update.silent</tt>
   <blockquote>
   <blockquote>
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''1114648397'''</td><td>seconds since epoch of last update time</td></tr>
       <tr><td>'''true'''</td><td>all update prompting should be suppressed</td></tr>
      <tr><td>'''false'''</td><td>show prompts to the user when there are events they should respond to</td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
* <tt>app.update.timer</tt>
* <tt>app.update.lastUpdateDate.background-update-timer</tt>
   <blockquote>
   <blockquote>
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''3600000'''</td>
       <tr><td>'''1114648397'''</td><td>seconds since epoch of last update time</td></tr>
          <td>milliseconds between checks for update interval expiry, where expiry is defined by time since epoch (seconds) is greater than
              <tt>app.update.lastUpdateDate</tt> + <tt>app.update.interval</tt></td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
525

edits