Changeset 3861

Show
Ignore:
Timestamp:
03/12/07 18:11:17 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 3860 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/modules/branches/2.2

........

r3860 | p_lindheimer | 2007-03-12 15:10:00 -0700 (Mon, 12 Mar 2007) | 1 line


changed reponsetimeout in annoucement module from 10 to 3 (if set at all)

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3

    • Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860
  • modules/branches/2.3/announcement/functions.inc.php

    r3802 r3861  
    2222          // allow skip 
    2323          if ($row[7]) { 
    24             $ext->add('app-announcement-'.$row[0], 's', '', new ext_responsetimeout(10)); 
     24            $ext->add('app-announcement-'.$row[0], 's', '', new ext_responsetimeout(3)); 
    2525          } 
    2626          $ext->add('app-announcement-'.$row[0], 's', 'play', new ext_background($row[2].'|nm')); 
  • modules/branches/2.3/announcement/module.xml

    r3804 r3861  
    22  <rawname>announcement</rawname> 
    33  <name>Announcements</name> 
    4   <version>0.8.0</version> 
     4  <version>0.8.1</version> 
    55  <changelog> 
     6    *0.8.1* changed response timeout from 10 to 3 seconds (when used at all) 
    67    *0.8.0* need to add an i extension, even with m option in bacground, it fails if skip is not enabled 
    78    *0.7.0* more fixes to deal with sqlite and fix mysql5 (includes renaming of repeat to repeat_msg)