station 8.x-2.1-beta1

First 2.x release. To provide a suitable target for upgrade from 7.x-2.x. New installs should use the forthcoming 3.x release. Currently only station_schedule and station_program is functional.

station 7.x-2.0-beta1

Release of Development version: 7.x-2.x-dev as last updated 6 Sep 2012 at 01:04 UTC. To replace installs using the 7.x-2.x-dev release.

This will soon be replaced by a release fixing minor bugs and Drupal coding standards.

station 7.x-2.x-dev

Drupal 7 port of the station module. Station archive module won't be ported. No upgrade path from drupal 6.

station 7.x-1.x-dev

New features

Drupal 7 port of the station module. Station archive module won't be ported. No upgrade path from drupal 6.

station 5.x-2.1

Bug fixes

Changes since DRUPAL-5--2-0:

  • #319125 by drewish: access problem with program nodes.
  • #350070 by drewish: Allow more granular, 1 minute, scheduling increments.
  • Removing the annyoing "Adding 23 to" messages.
  • Removing title option from autocomplete since it's not ever called.
  • #486034 by drewish: Stop rounding all times to hours so 30 minute programs show up in current program block.

station 6.x-2.0-beta2

Bug fixes

Changes since DRUPAL-6--2-0-BETA1:

  • #589116 by tim.plunkett: station_playlist_load() should call SELECT * so we load fields other modules schema alter into our table.
  • #565246 by drewish: Fixing archive breadcrumbs, default views, and 'Reload Program' functionality.
  • #390120 by bigkevmcd, bigkevmcd, tim.plunkett and drewish: Playlist autocomplete should also query the catalog.

station 6.x-2.0-beta1

Bug fixes

I finally think this module is ready for a stable release. The major change is that much more of the project is now dependent on CCK and Views but the upside is that you should find it much easier to customize the output to your liking.

A big thanks goes out to tim.plunkett for his help finding and fixing bugs. I can truly say that this release wouldn't have happened without him.

station 6.x-2.0-unstable5

New features
Bug fixes

This release adds a ton of improvements to the views support. The downside is that if you've customized the default views you might need to make some changes to your views. If you notice any problems export your views and make a backup before making any changes. Feel free to open a support request and paste in the original views and I can help you get them sorted out.

Changes since DRUPAL-6--2-0-UNSTABLE4:

  • #580794 by tim.plunkett: Redirection broken after removing item from schedule.
  • #571190 by drewish: Add a hook_file_download() implementation so that M3U files can be downloaded with private file transfers.
  • Adding views support for the schedule's streams.
  • #582778 by tim.plunkett: station_playlist_tracks only displays 10 tracks by default.
  • Added station_minute_from_local_ts() to make it easy to query for the current time.
  • #580806 by drewish: Add views filter for schedule item start and finish times.
  • Cleaning up the names in the views labels. Getting the right day argument handler for the per day table view.
  • Display child menu items on /station.
  • Removing old SQL definitions, the hook_schema stuff seems solid enough.
  • #477712 by drewish: Require Views relationship to go from {node} to {station_schedule_item}. Add is scheduled filter. Restore the scheduled/unscheduled defautl program views.
  • #410434 by drewish: Add default view for listing programs by DJ. Note: it's disabled by default.
  • #505538 by drewish: Add 'today' to the list of time filtering options.

station 6.x-2.0-unstable4

Changes since DRUPAL-6--2-0-UNSTABLE3:

  • Re-exporting the schedule's default views.
  • #357519 by drewish: Ensure fields are created when modules are installed at the same time as CCK.
  • Fixed a stupid bug that prevented the schedule's default schedule setting from being saved.
  • Remove all the CVS_ID constants I'm not sure why I'd thought those were a good idea.
  • #481238 by drewish: On air block, not compatible with block caching.
  • The link to edit a scheduled time on a program node was incorrect.
  • #483666 by drewish: The default view for station/programs/schedule should have the program title link to the node.
  • #485648 by drewish: Schedule item sorting not working.
  • #487156 by drewish: Add a day/hour formatting option to the schedule item start time.
  • #260798 by drewish: Improve Views support for playlists and use a view to list tracks on the playlist node.
  • #490286 by drewish: Fix PHP warning when enabling modules.
  • #494616 by tim.plunkett: Playlist edit form mixing up year and label values.
  • #260798 by tim.plunkett: rolling back part of my last patch.
  • #534540 by tim.plunkett: Comment of hook_views_tables should be hook_views_data.
  • #562942 by tim.plunkett: Follow Drupal Coding Standards (and make coder.module happy).
  • Fixing a PHP warning about $block being undefined.
  • #529998 by swampopus and tim.plunkett: Day view of schedule will not display for non-admin users

Another big thank you to tim.plunkett his help locating and fixing the bugs in this release.

station 6.x-2.0-unstable3

Changes since DRUPAL-6--2-0-UNSTABLE2:

  • Fixed a bug updating the local copy of programs during cron.
  • Enable the "Now playing" block by default.
  • Remove old update functions.
  • #473452 by drewish: Remove the add another functionality in favor of the Submit Again module.
  • #471866 by drewish: DJ upgrade was failing. That and other updates weren't properly prefixing tables.
  • #347665 tim.plunkett and drewish: The now playing block is not showing anything.
  • station_default_schedule() should gracefully handle the case where there are no schedules.
  • #357519 by drewish: Don't allow the schedule to be installed before userreference.module is fully installed.
  • #477724 by drewish: Get the listen links working again/create m3u files so that streams work without clean URLs.

Special thanks to cookiesunshinex, tim.plunkett, and thumb for their help locating and fixing the bugs in this release.

station 5.x-2.1-beta1

New features
Bug fixes

Changes since DRUPAL-5--2-0:

  • #319125 by drewish: access problem with program nodes.
  • #350070 by drewish: Allow more granular, 1 minute, scheduling increments.

station 6.x-2.0-unstable1

This will probably crash your server, delete your database and kill your cat. It's not fit for production and if you use it your probably as green as I was when I started back in the day trying to build sites with 4.7 betas... very shortly you'll either be contributing back some bug reports or scared off of unstable software forever. In either case the community will benefit.

Make sure you've got the CCK, Link, and Date modules installed

Changes since DRUPAL-5--2-0:

station 5.x-2.0

New features

No changes since DRUPAL-5--2-0-alpha1, just creating an official stable release since I'm not going to be adding any more features to the 5.x-2.x branch at this point it's just bug fixes.

Some of the bigger changes since the 5.x-1.x branch:

station 5.x-1.5

Bug fixes

Changes since DRUPAL-5--1-4:

  • #196234 (rleigh) Station Program has incomplete support for versions.
  • #210966 Views support causing MySQL Error on /station/programs - Unknown table.

station 5.x-1.4

Bug fixes

Changes since DRUPAL-5--1-3:

  • #192064 PHP error when non-admin user edits program with no DJs.
  • Revisiting #167632 to fix the the "Unknown column 'station_schedule_item.program_nid'" error.

station 5.x-1.2

Bug fixes

Changes since DRUPAL-5--1-1:

  • Improved PHPDoc comments.
  • #166937 hook_taxonomy not correctly implemented.
  • Updating the default views for the current version of the module.
  • Changing the view page title to match the menu paths.

station 5.x-0.1

Everything works as far as I know... some stuff (like the catalog) isn't that useful.

station 4.7.x-1.0

This is the final version of the station module for Drupal 4.7. There may be limitations but no bugs ;)

station 5.x-2.x-dev

Working on a 5.x-2.x branch. Schedules are now nodes and multiple schedules are allowed.

Subscribe with RSS Subscribe to Releases for Station