Log of /contributions/modules/station/dayhour.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.14 -
(
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.13: +64 -37 lines
Diff to
previous 1.13
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.13
Wed Apr 25 15:18:41 2007 UTC
(2 years, 7 months ago)
by
drewish
Branch:
MAIN
Changes since
1.12: +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.11.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 26 16:30:59 2007 UTC
(2 years, 8 months ago)
by
drewish
Branch:
DRUPAL-5
Changes since
1.11: +9 -6 lines
Diff to
previous 1.11
Backporting some fixes from HEAD
- Use the DJ label on default views
- Quote archive table names with {}
- Add MINUTES_IN_DAY in a constant
Revision
1.8 -
(
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.7: +12 -12 lines
Diff to
previous 1.7
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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 13 01:00:58 2006 UTC
(3 years ago)
by
drewish
Branch:
MAIN
Changes since
1.6: +16 -26 lines
Diff to
previous 1.6
- Fixed a bug where Sunday day hour ranges didn't include the day.
- Removed station_hour_from_minute(), it's not being used anywhere.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 27 22:59:16 2006 UTC
(3 years ago)
by
drewish
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.5: +47 -60 lines
Diff to
previous 1.5
- Added a setting to configure the schedule time increment.
- Added station_time_from_minute() to do most of the time formatting and handle
the fraction of an hour times.
- Deleted _station_make_hour_compatible().
- Changed station_schedule_schedule_load_day() to return only the portion of
the schedule that occures that day. Multi-day shows will be returned on each day
with the start and end times adjusted to stay with-in the day.
- Changed station_schedule_schedule_admin_form() to allow scheduling of
fractional hours.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 26 19:37:07 2006 UTC
(3 years ago)
by
drewish
Branch:
MAIN
Changes since
1.4: +34 -12 lines
Diff to
previous 1.4
- Trying to improve (and shorten) the CSS ids and classes on the code.
- Added station_day_from_minute() station_hour_from_minute() to centralize the conversions.
Revision
1.4 -
(
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
Changes since
1.3: +103 -1 lines
Diff to
previous 1.3
- 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.3.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 11 22:21:26 2006 UTC
(3 years, 2 months ago)
by
drewish
Changes since
1.3: +28 -1 lines
Diff to
previous 1.3
- Collapsing multiple hours together on the schedule and on the program page. Hours are displayed in ranges now.
- Archive links are now always use the hours URL format.
- Lots of clean up to follow Drupal coding standards.
Revision
1.3 -
(
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.2: +6 -5 lines
Diff to
previous 1.2
* 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.
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.