/[drupal]/contributions/modules/station/station.module
ViewVC logotype

Log of /contributions/modules/station/station.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.40.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 18:37:23 2009 UTC (2 months ago) by drewish
Branch: DRUPAL-5--2
Changes since 1.40: +4 -1 lines
Diff to previous 1.40 , to next main 1.57
Removing the annyoing "Adding 23 to" messages.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 18:46:14 2009 UTC (2 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-UNSTABLE5, HEAD
Changes since 1.56: +6 -2 lines
Diff to previous 1.56
Display child menu items on /station.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 17:13:39 2009 UTC (2 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-UNSTABLE4
Changes since 1.55: +6 -5 lines
Diff to previous 1.55
Fixing a PHP warning about $block being undefined.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 08:01:42 2009 UTC (2 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.54: +4 -4 lines
Diff to previous 1.54
#562942 by tim.plunkett: Follow Drupal Coding Standards (and make coder.module happy).

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 05:07:12 2009 UTC (5 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.53: +8 -4 lines
Diff to previous 1.53
#487156 by drewish: Add a day/hour formatting option to the schedule item start time.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 16:34:22 2009 UTC (5 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.52: +4 -2 lines
Diff to previous 1.52
Commenting out some debugging code.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 16:25:10 2009 UTC (5 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
#481238 by drewish: On air block, not compatible with block caching. (Actually this is just a dummy commit, that went in as part of another commit.)

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 16:19:44 2009 UTC (5 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.50: +7 -6 lines
Diff to previous 1.50
Previous to fix the stupid bug introduced a new stupid bug... backing part of it out.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 16:05:03 2009 UTC (5 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.49: +1 -2 lines
Diff to previous 1.49
Remove all the CVS_ID constants I'm not sure why I'd thought those were a good idea.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 04:30:46 2009 UTC (5 months, 4 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-UNSTABLE3
Changes since 1.48: +9 -3 lines
Diff to previous 1.48
station_default_schedule() should gracefully handle the case where there are no schedules.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 04:22:16 2009 UTC (5 months, 4 weeks ago) by drewish
Branch: MAIN
Changes since 1.47: +5 -3 lines
Diff to previous 1.47
#347665 tim.plunkett and drewish: The now playing block is not showing anything.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 17:25:45 2009 UTC (6 months ago) by drewish
Branch: MAIN
Changes since 1.46: +6 -2 lines
Diff to previous 1.46
Enable the "Now playing" block by default.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 00:00:29 2009 UTC (7 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-UNSTABLE2
Changes since 1.45: +2 -3 lines
Diff to previous 1.45
Followups to get the archive working a bit more.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 21:34:12 2009 UTC (7 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#363998 by drewish: More granular permissions with better names.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 18:21:51 2009 UTC (10 months ago) by drewish
Branch: MAIN
Changes since 1.43: +4 -2 lines
Diff to previous 1.43
If a default schedule isn't selected just use the first one.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 17:14:06 2008 UTC (11 months, 3 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-UNSTABLE1
Changes since 1.42: +8 -1 lines
Diff to previous 1.42
Missed some theme functions in hook_theme(). Adding a theme function for time durations.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 19:21:04 2008 UTC (11 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.41: +10 -1 lines
Diff to previous 1.41
Missed some theme functions in hook_theme implementation.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 06:51:11 2008 UTC (11 months, 4 weeks ago) by drewish
Branch: MAIN
Changes since 1.40: +47 -135 lines
Diff to previous 1.40
First pass at updating the core Station module to D6.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 00:46:48 2008 UTC (20 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-alpha1, DRUPAL-5--2-1-BETA1
Branch point for: DRUPAL-5--2
Changes since 1.39: +2 -3 lines
Diff to previous 1.39
Realized that the streams weren't being displayed correctly by the views handler. Refactored this into its own station_schedule_unserialize_streams() function.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 06:51:10 2008 UTC (20 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.38: +4 -8 lines
Diff to previous 1.38
#233062 Listen M3U links only worked with clean URLs enabled.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 06:28:09 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.37: +1 -16 lines
Diff to previous 1.37
Removed station_get_station_url().

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 06:23:21 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.36: +8 -3 lines
Diff to previous 1.36
#194377 station_schedule_get_list() should return schedule's base_url().

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 07:40:48 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.35: +9 -1 lines
Diff to previous 1.35
#185817 Option for 12 or 24-hour time format.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 07:15:12 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.34: +1 -19 lines
Diff to previous 1.34
Follow up to #144430: remove the streams from the module settings page.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 17:52:11 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.33: +63 -27 lines
Diff to previous 1.33
#144430 Patch to add a third web stream, allow admin-defined labels of streams.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 05:50:32 2007 UTC (2 years ago) by drewish
Branch: MAIN
Changes since 1.32: +65 -39 lines
Diff to previous 1.32
#188235 Unscheduled message should be per-schedule.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 22:53:05 2007 UTC (2 years, 2 months ago) by drewish
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
Small fixes suggested by the coder.module.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 00:05:59 2007 UTC (2 years, 3 months ago) by drewish
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
Fixing an incorrect XMLRPC error message.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 17:37:25 2007 UTC (2 years, 3 months ago) by drewish
Branch: MAIN
Changes since 1.29: +4 -5 lines
Diff to previous 1.29
Removing trailing whitespace.

Revision 1.27.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 17:22:34 2007 UTC (2 years, 3 months ago) by drewish
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.27.2.4: +17 -55 lines
Diff to previous 1.27.2.4 , to branch point 1.27 , to next main 1.57
I didn't realize all those schedule as a node patches were going into DRUPAL-5. Backing them out and committing them to HEAD.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 17:13:15 2007 UTC (2 years, 3 months ago) by drewish
Branch: MAIN
Changes since 1.28: +81 -40 lines
Diff to previous 1.28
Re-opening HEAD for a DRUPAL-5--2 branch.

Schedules are now nodes. You can create multiple schedules by creating a new
node for each. Schedule viewing is now under node/*/view. There's an option
to redirect old URLs to a "default" schedule.

Revision 1.27.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 23:19:55 2007 UTC (2 years, 3 months ago) by drewish
Branch: DRUPAL-5
Changes since 1.27.2.3: +9 -7 lines
Diff to previous 1.27.2.3 , to branch point 1.27
Small fixes.

Revision 1.27.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 22:39:56 2007 UTC (2 years, 3 months ago) by drewish
Branch: DRUPAL-5
Changes since 1.27.2.2: +54 -16 lines
Diff to previous 1.27.2.2 , to branch point 1.27
Schedules are now nodes. You can create multiple schedules by creating a new node for each. One schedule is selected as the default to preserve backwards compatibility with old links.

There are probably lots of bugs still but I want to get this into CVS and running on some machines so I can do more testing.

Revision 1.28
Wed Apr 25 15:18:41 2007 UTC (2 years, 7 months ago) by drewish
Branch: MAIN
Changes since 1.27: +1 -1 lines
FILE REMOVED
Removing files from HEAD, doing all my development on the DRUPAL-5 branch. I'll re-open HEAD when it's time to branch for DRUPAL-6.

Revision 1.27.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 15:14:37 2007 UTC (2 years, 7 months ago) by drewish
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.27.2.1: +3 -2 lines
Diff to previous 1.27.2.1 , to branch point 1.27
Merging changes back from HEAD before I delete the contents from it. Maintaining two versions is a pain in the ass.

Revision 1.27.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 15:19:14 2007 UTC (2 years, 7 months ago) by drewish
Branch: DRUPAL-5
Changes since 1.27: +23 -23 lines
Diff to previous 1.27
Cleaning up whitespace.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 07:03:37 2007 UTC (2 years, 9 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--0-3, DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.26: +48 -6 lines
Diff to previous 1.26
- Add hook to provide notice of changes to DJs or scheduled times #117777
- station_page() now displays the menu items of it's sub pages.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 02:42:01 2007 UTC (2 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.25: +17 -35 lines
Diff to previous 1.25
First half of a fix for #115538.
- Reorganizes the way the listen links are built. Moves the to the station_schedule module.
- Adds a may_archive settings to schedule items to selectively enable or disable archiving.
- Removes the scheduled_sids array from program nodes.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 16:32:48 2007 UTC (2 years, 9 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--0-2
Changes since 1.24: +16 -13 lines
Diff to previous 1.24
- Only validate remote schedule settings if the schedule isn't enabled.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 23:14:44 2007 UTC (2 years, 9 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--0-1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
- Updating feed views so that we can use the new views RSS features. Providing a backwards compatibility feed.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 26 19:09:51 2007 UTC (2 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.22: +16 -2 lines
Diff to previous 1.22
- Added an offset to the remote schedule code to fix #85634 "Audio Import time offset"

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 21:25:13 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- Removing some extra place holder calls.
- 5.0 Capitalization.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 19:44:43 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
- Using the new caching format.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 22:09:22 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.19: +18 -47 lines
Diff to previous 1.19
- Simplified settings forms.
- Got the images working in the listen links.
- Updated the station_catalog module. It's still a work in progress.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 18:10:35 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.18: +68 -24 lines
Diff to previous 1.18
Major overhaul for Drupal 5.0:
- Schedule has been broken up into two sub-modules: station_playlist and station_program.
- program_playlist node type is now station_playlist.
- Bumped all the DB schema numbers to 100 to all room for updates in the 4.7 branch.

Revision 1.17.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 17:51:29 2006 UTC (3 years ago) by drewish
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.17: +13 -3 lines
Diff to previous 1.17 , to next main 1.57
- Backporting some fixes from HEAD now that I can't just move the tag (which was bad but easy).

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 21:39:46 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.17: +13 -3 lines
Diff to previous 1.17
- Round the program times to the nearest 15 minute increment now.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 24 23:30:04 2006 UTC (3 years, 1 month ago) by drewish
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.16: +277 -2 lines
Diff to previous 1.16
- Merging all the changes up from the 4.7 branch. I'm going to try to start
doing all the dev work up here and then moving the branch up.

Revision 1.16.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 16 01:06:28 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.12: +12 -23 lines
Diff to previous 1.16.2.12 , to branch point 1.16 , to next main 1.57
- Now that the views are working correctly, link to the archive by program links.

Revision 1.16.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 13 01:20:58 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.11: +36 -13 lines
Diff to previous 1.16.2.11 , to branch point 1.16
- Moved the schedule to /station/schedule, added a function to redirect old URLs.

Revision 1.16.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 11 03:35:56 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.10: +8 -5 lines
Diff to previous 1.16.2.10 , to branch point 1.16
- Use the new RSS feeds, but leave the listen links alone.

Revision 1.16.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 10 01:07:01 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.9: +3 -2 lines
Diff to previous 1.16.2.9 , to branch point 1.16
- Changing the parameter of station_listen_links() to be a node instead of an array of hours so when the archive links change it won't make a difference to the rest of the system.

Revision 1.16.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 2 01:06:28 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.8: +2 -2 lines
Diff to previous 1.16.2.8 , to branch point 1.16
- Patch for #86917  "typo in station block" by mfb

Revision 1.16.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 29 17:15:30 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.16.2.7: +81 -8 lines
Diff to previous 1.16.2.7 , to branch point 1.16
- Moved the archive URL setting up to station.module.
- Reworked the station.module settings to explain what sub-modules were enabled and allow links to off-site modules to be entered in a logical manner.
- Renamed the remote URL variables to be more logical.
- Added station_has_archive().
- Completely hide the listen links from the schedule if there's no archive.
- Fix for #83960 making archive listen links work better when the archive and schedule are both on the same machine.
- Display the modules CVS Ids on the settings pages.

Revision 1.16.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 26 16:20:00 2006 UTC (3 years, 2 months ago) by drewish
Changes since 1.16.2.6: +67 -9 lines
Diff to previous 1.16.2.6 , to branch point 1.16
- Moved XMLRPC code from station_archive.module to station.module.
- Trying to fix the screwy archive import timestamps in #85634

Revision 1.16.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 11 22:23:40 2006 UTC (3 years, 2 months ago) by drewish
Changes since 1.16.2.5: +1 -2 lines
Diff to previous 1.16.2.5 , to branch point 1.16
- Playlist descriptions are now optional.
- Views now formats user consistently with the rest of the module.
- Program node URL was being added twice in station_get_program_at().

Revision 1.16.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 10 23:13:41 2006 UTC (3 years, 2 months ago) by drewish
Changes since 1.16.2.4: +7 -6 lines
Diff to previous 1.16.2.4 , to branch point 1.16
- Lots of small clean ups and refactorings.
- Fixed broken program autocomplete.

Revision 1.16.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 9 22:08:35 2006 UTC (3 years, 2 months ago) by drewish
Changes since 1.16.2.3: +34 -15 lines
Diff to previous 1.16.2.3 , to branch point 1.16
- Added a theme function to the now playing block to fix #83289.

Revision 1.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 10:03:17 2006 UTC (3 years, 3 months ago) by drewish
Changes since 1.16.2.2: +5 -2 lines
Diff to previous 1.16.2.2 , to branch point 1.16
- Now playing block displays the unschedule message now when accessing remotely.

Revision 1.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 09:03:09 2006 UTC (3 years, 3 months ago) by drewish
Changes since 1.16.2.1: +6 -8 lines
Diff to previous 1.16.2.1 , to branch point 1.16
- Fixed some stuff with the get current program functions and the block.

Revision 1.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 23:46:57 2006 UTC (3 years, 3 months ago) by drewish
Changes since 1.16: +110 -2 lines
Diff to previous 1.16
- Dropped the onam field from {station_schedule} and removed the controls  from the admin/schedule form.
- Added some hella basic views support.
- Putting more playlist entries on the form by default.
- Consolidated the now playing blocks into the station module.
- Added an option to select the message displayed in the now playing program block if no program was scheduled.
- Put the station settings forms onto tabs in admin/settings/station
- Added a validation for the station_archive's XMLRPC URL setting.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 6 04:48:42 2006 UTC (3 years, 8 months ago) by drewish
Branch: MAIN
Changes since 1.15: +1 -25 lines
Diff to previous 1.15
* Removed some un-used crap.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 10:29:13 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
* Shortened the overlap between recordings.
* Moved the user hack up so additions and deletions act as the same user.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 31 05:50:02 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.13: +7 -198 lines
Diff to previous 1.13
* Refactoring schedule funcitonality down and adding in an archive sub-module.

Revision 1.13
Tue Jan 31 05:49:43 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.12: +1 -1 lines
FILE REMOVED
* Refactoring schedule funcitonality down and adding in an archive sub-module.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 30 08:59:29 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.11: +5 -3 lines
Diff to previous 1.11
* No more relative paths...

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 03:17:41 2006 UTC (3 years, 9 months ago) by drewish
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
* Small change to make the schedule tabs 3 character so they take up less space.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 17 03:42:48 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
* IMPORTANT: I changed day offset from sunday=1 to sunday=0, you'll need to upgrade your databsae by running "UPDATE station_schedule s SET s.day = s.day-1;"
* Made sure every file has a CVS id.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 10 16:50:04 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.8: +8 -0 lines
Diff to previous 1.8
* Fixed broken time links on the program node.
* Moved the archive URL to a variable and added a setting form element to set it.
* Reweighted/reorganized some node form elements.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 26 23:21:14 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.7: +30 -10 lines
Diff to previous 1.7
* fixed http://drupal.org/node/41727  - today's schedule is now shown on /schedule/
* added _station_local_ts() to return timezone adjusted timestamp.
* added _station_today()
* fixed more external links that had been broken

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 24 22:13:02 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
* Fixed some unchecked output and HTML validation problems.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 23 23:11:56 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- http://drupal.org/node/41744 broke my URLs. this should fix them.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 21 12:50:57 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.4: +10 -4 lines
Diff to previous 1.4
* Added station_program_get_at(), another XML-RPC call to get a program at a given time.
* station_program_current() is now implemented using station_program_get_at().
* Added a formatted value to the program's times array.
* Fixed a bug in _station_anded_list() where a list with a single item wasn't returning anything.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 13 22:13:21 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.3: +10 -19 lines
Diff to previous 1.3
- bug #41037 to use tabs on the weekly schedule.
- removed some old test code.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 12 02:52:59 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.2: +19 -1 lines
Diff to previous 1.2
* Trying to use the node_load(int) form rather than node_load(array()) when loading by nid.
* Reusing the program's node view on the single schedule page rather than having a custom one.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 03:11:41 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
Changes since 1.1: +19 -3 lines
Diff to previous 1.1
* Added _station_anded_list() to take an array of a few terms and give you back a comma separated list with the last two terms anded.
* Program DJs field list should not have been collapsable.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 7 21:28:49 2005 UTC (3 years, 11 months ago) by drewish
Branch: MAIN
* Importing the first public version

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2