From 3d156a0516b41a4bc9f76b03e84529b530c45719 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 12 Apr 2012 10:01:22 -0400 Subject: [PATCH 1/7] CC-3612: Stream->Preferences-> inappropriate error message is popped up -fixed --- airtime_mvc/application/forms/GeneralPreferences.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index e79a1d526..5ee581c9d 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -33,8 +33,8 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm 'required' => false, 'filters' => array('StringTrim'), 'validators' => array(array('regex', false, - array('/^[0-5][0-9](\.\d{1,6})?$/', - 'messages' => 'enter a time in seconds 00{.000000}'))), + array('/^[0-9]{1,2}(\.\d{1,6})?$/', + 'messages' => 'enter a time in seconds 0{.000000}'))), 'value' => $defaultFade, 'decorators' => array( 'ViewHelper' From 0b1b7d0e9f792d2fa2319e9bd3c833d6e6c31981 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 12 Apr 2012 12:25:35 -0400 Subject: [PATCH 2/7] CC-3511: Pausing and then playing the live stream player should restart the stream at current time instead of playing from the buffer -play/pause removed --- .../application/views/scripts/dashboard/stream-player.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index b31757141..042531b68 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -73,8 +73,6 @@ $(document).ready(function(){