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

Log of /contributions/modules/station/station.install

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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 18:01:13 2009 UTC (6 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-UNSTABLE3, DRUPAL-6--2-0-UNSTABLE4, DRUPAL-6--2-0-UNSTABLE5, HEAD
Changes since 1.14: +17 -1 lines
Diff to previous 1.14
#473452 by drewish: Remove the add another functionality in favor of the Submit Again module.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 23:01:58 2009 UTC (7 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-UNSTABLE2
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
#250533 by darrick and drewish: Update station_archive for Drupal 6.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 22:37:55 2009 UTC (7 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.12: +6 -25 lines
Diff to previous 1.12
#438578 by drewish: Follow to remove some more update functions.

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

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 17:52:11 2007 UTC (2 years ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-alpha1, DRUPAL-5--2-1-BETA1, DRUPAL-6--2-0-UNSTABLE1
Branch point for: DRUPAL-5--2
Changes since 1.10: +1 -3 lines
Diff to previous 1.10
#144430 Patch to add a third web stream, allow admin-defined labels of streams.

Revision 1.10 - (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.9: +1 -2 lines
Diff to previous 1.9
#188235 Unscheduled message should be per-schedule.

Revision 1.9 - (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.8: +2 -1 lines
Diff to previous 1.8
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.7.2.1 - (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
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 , to next main 1.15
Small fixes.

Revision 1.8
Wed Apr 25 15:18:41 2007 UTC (2 years, 7 months ago) by drewish
Branch: MAIN
Changes since 1.7: +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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 20:39:06 2007 UTC (2 years, 10 months ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-2, DRUPAL-5--0-3, DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Forgot to change the function name after copy-and-pasting it.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 18:32:01 2007 UTC (2 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5
- Added an uninstall hook.

Revision 1.5 - (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.4: +9 -2 lines
Diff to previous 1.4
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.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
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.3: +13 -65 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 29 17:18:15 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.3.2.2: +3 -1 lines
Diff to previous 1.3.2.2 , to branch point 1.3 , to next main 1.15
- Updates are supposed to return arrays... whoops.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 29 17:16:14 2006 UTC (3 years, 1 month ago) by drewish
Changes since 1.3.2.1: +20 -0 lines
Diff to previous 1.3.2.1 , to branch point 1.3
- Add installer to renamed the remote URL variables so they're more logical.

Revision 1.3.2.1
Tue Jan 31 05:48:21 2006 UTC (3 years, 9 months ago) by drewish
Changes since 1.3: +0 -74 lines
FILE REMOVED
file station.install was added on branch DRUPAL-4-7 on 2006-09-29 17:16:14 +0000

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

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 02:39:04 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.1: +10 -1 lines
Diff to previous 1.1
* Update to UTF-8

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 01:12:51 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
* Replaced the .mysql file with a .install file

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