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

Log of /contributions/modules/playlist/playlist.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.28.2.3.2.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 07:07:53 2006 UTC (3 years ago) by zirafa
Branch point for: DRUPAL-4-7
Changes since 1.28.2.3.2.1: +1 -1 lines
Diff to previous 1.28.2.3.2.1
removing multiple instances

Revision 1.28.2.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 8 06:57:48 2006 UTC (3 years ago) by zirafa
Changes since 1.28.2.3: +2 -1 lines
Diff to previous 1.28.2.3
allowing multiple instances of files to be added to a playlist.

Revision 1.28.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 8 20:54:55 2006 UTC (3 years, 4 months ago) by zirafa
Changes since 1.28.2.2: +22 -8 lines
Diff to previous 1.28.2.2 , to branch point 1.28 , to next main 1.31
Added stack_order option to audio_playlist to specify if new audio should be added to the top or bottom of a playlist and fixed db_rewrite barf #72133

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 8 20:54:15 2006 UTC (3 years, 4 months ago) by zirafa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +22 -8 lines
Diff to previous 1.30
Added stack_order option to audio_playlist to specify if new audio should be added to the top or bottom of a playlist and fixed db_rewrite barf #72133

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 02:09:33 2006 UTC (3 years, 4 months ago) by zirafa
Branch: MAIN
Changes since 1.29: +3 -4 lines
Diff to previous 1.29
moved menu_cache item to be non-caching.

Revision 1.28.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 02:09:17 2006 UTC (3 years, 4 months ago) by zirafa
Changes since 1.28.2.1: +3 -4 lines
Diff to previous 1.28.2.1 , to branch point 1.28
moved menu_cache item to be non-caching.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 01:56:23 2006 UTC (3 years, 4 months ago) by zirafa
Branch: MAIN
Changes since 1.28: +17 -16 lines
Diff to previous 1.28
fixed permission problem on playlist/add page and fixed some UI on the same page

Revision 1.28.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 30 01:56:03 2006 UTC (3 years, 4 months ago) by zirafa
Changes since 1.28: +17 -16 lines
Diff to previous 1.28
fixed permission problem on playlist/add page and fixed some UI on the same page

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 26 09:26:04 2006 UTC (3 years, 5 months ago) by zirafa
Branch: MAIN
Changes since 1.27: +253 -523 lines
Diff to previous 1.27
Initial commit to main playlist CVS (moving from zirafa's sandbox)

Revision 1.27
Mon Jun 26 08:13:21 2006 UTC (3 years, 5 months ago) by zirafa
Branch: MAIN
Changes since 1.26: +1 -1 lines
FILE REMOVED
*** empty log message ***

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 19:45:51 2006 UTC (3 years, 7 months ago) by zirafa
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
modified for 4.6 audio module theme_mp3_player call

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 19:25:56 2006 UTC (3 years, 7 months ago) by zirafa
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
fixes #58439

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 2 13:32:06 2006 UTC (3 years, 8 months ago) by zirafa
Branch: MAIN
Changes since 1.23: +10 -2 lines
Diff to previous 1.23
added standard UP and DOWN links for those that don't have javascript.  although ideally one or the other should show up, not both.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 22 02:37:58 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.22: +7 -3 lines
Diff to previous 1.22
fixed bug #50609, formatting

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 14:19:03 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.21: +6 -2 lines
Diff to previous 1.21
fixed bug where deleted audio wasn't being removed from playlists. (using $op='delete' in nodeapi)

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 08:53:31 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.20: +14 -10 lines
Diff to previous 1.20
Whew! Now all three methods of adding files to a playlist work.  Fixed the dropbox that is supposed to appear when adding or editing audio nodes.

#1: 'add to playlist' link on a node  displayed
#2: dropdown box edit/create the node method of adding a file to a playlist(s)
#3: on playlist manage files view, search for files and add them from that interface.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 9 23:18:24 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
This update uses the audio_search hook to search for audio files to add to a playlist (http://drupal.org/node/48718).  Much cleaner than the previous hard coded search/filter feature.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 9 12:38:49 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Lots of interface changes. More icons!  Got rid of Colin's filter code (temporarily) and replaced it with a "view recently uploaded" files thing.  In 4.7, autocomplete seems like a much easier method to search and add files since then you can just use one search box for everything.  Also Colin perhaps a robust audio search function could be included in the audio.module, which would probably be a more useful place than here.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 8 11:41:42 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.17: +46 -1 lines
Diff to previous 1.17
Moved the theme function to playlist.module.  Each playlist type should handle it's own theme output.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 8 11:33:21 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.16: +27 -315 lines
Diff to previous 1.16
General cleanup of code.  Put playlist management functions in playlist.inc

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 8 05:34:58 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.15: +19 -35 lines
Diff to previous 1.15
modified the tracklisting theme output and separating some functions out to playlist.inc

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 8 00:11:34 2006 UTC (3 years, 9 months ago) by zirafa
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
Patch #45234 by Oadae

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 13 11:33:56 2006 UTC (3 years, 10 months ago) by zirafa
Branch: MAIN
Changes since 1.13: +387 -374 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 3 06:24:56 2005 UTC (4 years ago) by zirafa
Branch: MAIN
Changes since 1.12: +16 -1 lines
Diff to previous 1.12
applied admin help patch  #34539

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 24 09:14:17 2005 UTC (4 years, 1 month ago) by zirafa
Branch: MAIN
Changes since 1.11: +13 -7 lines
Diff to previous 1.11
patch #33826 - added more permissions

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 14 06:14:04 2005 UTC (4 years, 1 month ago) by zirafa
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
fixed line 182 (text---> $text) typo

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 08:57:33 2005 UTC (4 years, 1 month ago) by zirafa
Branch: MAIN
Changes since 1.9: +17 -13 lines
Diff to previous 1.9
applied Colin's changes for feed urls. added annotation tags for xspf feed.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 6 07:36:29 2005 UTC (4 years, 1 month ago) by zirafa
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
Fixed paths to files for m3u, pls, xspf streams

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 6 03:38:06 2005 UTC (4 years, 1 month ago) by zirafa
Branch: MAIN
Changes since 1.7: +7 -4 lines
Diff to previous 1.7
fixed permissions for "add to playlist" link, and added a create new playlist on playlist_choose()

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 5 21:58:44 2005 UTC (4 years, 1 month ago) by cbrumelle
Branch: MAIN
Changes since 1.6: +144 -106 lines
Diff to previous 1.6
fixed playlist feed bug, not streaming issue, and more

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 25 04:22:32 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
fixed more errors associated with user_access permission calls.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 25 04:11:07 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
fixed user permission error on playlist node listing

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 25 02:34:54 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
Changes since 1.3: +657 -466 lines
Diff to previous 1.3
Committing Colin's complete rewrite of this module.  Features AJAX sorting, and treats playlists as nodes.  Closely tied with audio.module.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 14 09:54:36 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
fixed arrow img path for multi-site config (richard eriksson)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 10 23:09:57 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
Added drupal_set_message for when adding a new playlist item when a user only has one playlist

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 10 12:24:27 2005 UTC (4 years, 2 months ago) by zirafa
Branch: MAIN
*** empty log message ***

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