Log of /contributions/modules/station/station.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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 -
(
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.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.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.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.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.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.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.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.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.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.
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.