Commit Graph

3923 Commits

Author SHA1 Message Date
martin 36ca9fe755 CC-2152: Week view schedule widget not displaying items chronologically
-Fixed
2011-04-04 12:30:29 -04:00
martin 655aa43532 CC-2031: Put extra 'Add this show' button at bottom of Add show box
-Done
2011-04-02 13:51:19 -04:00
martin e573d95fcb CC-2139: Make submit and cancel button for "edit metadata" view the same size
-Done
2011-04-02 13:48:20 -04:00
martin c67ab97dbc Merge branch 'master' of dev.sourcefabric.org:airtime 2011-04-02 13:30:15 -04:00
martin 8cc161ce71 CC-2123: Rebroadcast: Show status of upload in the calendar and show content
-Changes for full calendar implemented
2011-04-02 13:30:04 -04:00
lukabazuka 94333db733 fixed issues CC-2139 and CC-2031 2011-04-02 17:11:54 +02:00
naomiaro a6927442ec Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-04-01 19:44:13 -04:00
naomiaro b59e7aef32 CC-2116 : Add Extra Form Validation For Rebroadcasts
adding check for time fields since zend passes 09:0f
setting min date on rebroadcast date picker to be start date of show.
2011-04-01 19:43:57 -04:00
Paul Baranowski 2e74ba7c06 Fixed the calendar load test script. Changed the code to use the DateTime
object and also fixed a bug when creating the ShowInstance object --
it was using the wrong ID in the constructor.

Added some documentation to the Shows::getShows() method.
2011-04-01 18:25:00 -04:00
naomiaro 8f8bd68849 Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-04-01 18:18:59 -04:00
naomiaro 132c78453a CC-2116 : Add Extra Form Validation For Rebroadcasts
can only schedule rebroadcast shows an hour after original broadcast or later.

zend date validator passes '09:0f' which it shouldn't...
2011-04-01 18:18:32 -04:00
martin d664108a47 -modified pypo-push to show more detailed logging information 2011-04-01 17:55:46 -04:00
martin 1af2407984 -change Airtime version string to 1.7.0-beta 2011-04-01 16:39:14 -04:00
martin 14ee43a218 -small typo fix 2011-04-01 15:53:03 -04:00
martin d3ec3ef1e8 CC-2138: update_db_info.py to read from /etc/airtime/airtime.conf
-done
2011-04-01 15:22:49 -04:00
martin 86f2129f8d CC-1990: Widget to display schedule and "Now Playing" on any website
-Current day is now automatically displayed by default
2011-04-01 13:03:19 -04:00
naomiaro 7a49137edd Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-03-31 21:03:06 -04:00
naomiaro fedad86eb8 CC-1949 : Showing the active page/section in the main navigation 2011-03-31 21:02:34 -04:00
martin dcad4383cc Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-31 19:10:27 -04:00
martin 76cfe7714b -Fix timestamp calculation problem for the UI 2011-03-31 19:10:18 -04:00
Naomi 1503d01b00 fix variable issue, possible null date. 2011-03-31 18:54:26 -04:00
martin 1c8a9a88ae Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-31 17:31:06 -04:00
martin b4d3786e41 CC-2105: SoundCloud password should be protected in Configure->Preferences UI
-A blank password field won't overwrite the saved database value anymore
2011-03-31 17:30:50 -04:00
Naomi 3615bfbf59 Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-03-31 17:22:04 -04:00
Naomi 19e75a3756 CC-2141 : Upgrade support for Airtime 1.7 2011-03-31 17:21:06 -04:00
martin f74b0a562e -removed "Cancel current show" option for Guest user. 2011-03-31 17:10:25 -04:00
martin d0035e8e4c CC-2119: "Show Content" should display what it is going to rebroadcast
-done
2011-03-31 16:39:32 -04:00
Naomi 953456e709 CC-2135 : Doctrine Migration scripts missing
should have all added tables/columns for airtime 1.7
2011-03-31 16:35:25 -04:00
Naomi b779e96391 CC-2135 : Doctrine Migration scripts missing
creating script for all 1.7 database modifications.
2011-03-31 15:00:20 -04:00
martin fdc8a13987 -buttons are now back to their original size 2011-03-31 14:51:34 -04:00
Paul Baranowski 0b4bab2162 Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-31 14:41:14 -04:00
Paul Baranowski c34b25883f CC-2137: Playlist builder doesnt work. Shows blank page
Fixed bug with new return type from Playlist::create() in the PlaylistController.
2011-03-31 14:40:55 -04:00
martin 4241e8341e CC-2087: Pressing twice on "add this show" creates two instances of the show
-Fixed on the client side only. Possibly create a ticket for next release to implement table locking on server side.
2011-03-31 14:33:47 -04:00
martin 403b08351c Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-31 12:39:22 -04:00
martin 7dcd6c78e5 CC-2031: Put extra 'Add this show' button at bottom of Add show box
-Done. Just need Vladimir to fix up the css.
2011-03-31 12:39:12 -04:00
Naomi 7cedbabb39 CC-2129 : Retry automatic upload to Soundcloud if Internet connection problem
fixing http code check
2011-03-31 10:37:06 -04:00
martin bc33154f4b CC-2040: playlist builder: when you "edit metadata" on a playlist, you can not "cancel"
-done, might need to ask vladimir to properly align the submit and and cancel button.
2011-03-30 22:18:05 -04:00
Naomi e902d3b3d4 Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-03-30 18:15:48 -04:00
Naomi 85a984e669 CC-2129 : Retry automatic upload to Soundcloud if Internet connection problem
configs for retry, id of soundcloud file is added to database.
2011-03-30 18:15:33 -04:00
Paul Baranowski cdfe0ce197 Tweaks to the calendar load test. 2011-03-30 17:32:23 -04:00
Paul Baranowski 94dc54638a Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-30 17:27:24 -04:00
Paul Baranowski e5cbfa6ecd Added Ofir's Calendar load test.
In order to make it work, I made the following changes:

Merged Playlist::Insert() into the create() function, now there
is only one way to create a playlist.

Renamed Show::addShow() to Show::create() to make the API like
the other classes.  It returns the created show ID now.

Renamed Show::populateShowUntilLastGeneratedDate() to Show::populateShowUntil(),
allowed it to accept a second parameter for an end date.

Renamed Show::populateShowsUntil() to Show::populateAllShowsInRange().

Added documentation to a number of functions.
2011-03-30 17:27:14 -04:00
martin 569827abf9 Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-30 17:06:15 -04:00
martin 2924da4bd4 CC-1990:Widget to display schedule and "Now Playing" on any website
-added internationalization support for all WADR widgets
2011-03-30 17:06:04 -04:00
Naomi d2fb99eff9 Merge branch 'master' of dev.sourcefabric.org:campcaster 2011-03-30 15:42:36 -04:00
Naomi f184cc596a CC-2110 : Soundcloud file metadata 2011-03-30 15:42:01 -04:00
martin 32c28046ef CC-1990: Widget to display schedule and "Now Playing" on any website
-admin can now enable/disable access to scheduling information to remote widgets via the preferences page.
2011-03-30 15:34:35 -04:00
martin db3134cea8 -Preference page now shows a green confirmation success message similar to Manage Users page. 2011-03-30 14:54:31 -04:00
martin e5d4968d1a Merge branch 'master' of dev.sourcefabric.org:airtime 2011-03-30 13:53:57 -04:00
martin b91adfb3aa -Airtime.ini should follow PHP coding guidelines more closely. 2011-03-30 13:53:48 -04:00