Merge branch '1.9.1' into devel

This commit is contained in:
martin 2011-09-19 16:19:56 -04:00
commit 787e0375ed
2 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,9 @@
-Fixed issue where upgrading from any previous Airtime would set "Toronto/America" as the default timezone
-Fixed playout engine (Pypo) using a large amount of CPU when there was a long history of played shows
-Fixed playout engine (Pypo) using 100% CPU when it could not connect to RabbitMQ
-Fixed issue where incorrect Start Date and Time entered for a new show was not handled gracefully
-Fixed issue where using Cyrillic characters in a show name would sometimes cause it to not play
-Fixed pypo hanging if web server is unavailable
1.9.3 - August 26th, 2011
*Improvements

View File

@ -19,7 +19,8 @@
</div>
<div class="wrapper">
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow alpha-block padded"><?php echo $this->layout()->library ?></div>
<!--Set to z-index 254 to make it lower than the top-panel and the ZFDebug info bar, but higher than the side-playlist-->
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow omega-block padded" style="z-index:254"><?php echo $this->layout()->library ?></div>
<div id="side_playlist" class="ui-widget ui-widget-content block-shadow omega-block"><?php echo $this->layout()->spl ?></div>
</div>
</body>