/[drupal]/contributions/modules/media/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/media/CHANGELOG.txt

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


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

Revision 1.4.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Nov 26 01:26:49 2009 UTC (12 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.18: +2 -1 lines
Diff to previous 1.4.2.18 , to branch point 1.4
by aaron: Add hacks so that Media: YouTube can work.

Revision 1.4.2.18 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 19:25:30 2009 UTC (2 days, 18 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.17: +2 -1 lines
Diff to previous 1.4.2.17 , to branch point 1.4
by aaron: Attach subtab behaviors.

Revision 1.4.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Nov 21 20:35:01 2009 UTC (4 days, 16 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.16: +2 -1 lines
Diff to previous 1.4.2.16 , to branch point 1.4
by aaron: Temporarily hardcode load media youtube js in browser.

Revision 1.4.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 03:17:15 2009 UTC (6 days, 10 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.15: +2 -1 lines
Diff to previous 1.4.2.15 , to branch point 1.4
by aaron: Integrate browser w/ optional Styles module.

Revision 1.4.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Nov 18 22:48:36 2009 UTC (7 days, 14 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.14: +2 -1 lines
Diff to previous 1.4.2.14 , to branch point 1.4
by aaron: Add get_parameters to remote stream wrapper.

Revision 1.4.2.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 13 01:17:46 2009 UTC (13 days, 12 hours ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.13: +2 -1 lines
Diff to previous 1.4.2.13 , to branch point 1.4
by aaron: Allow saving existing streams.

Revision 1.4.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Nov 10 22:06:15 2009 UTC (2 weeks, 1 day ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.12: +2 -1 lines
Diff to previous 1.4.2.12 , to branch point 1.4
by aaron: Implement ->url_stat() for filesize().

Revision 1.4.2.12 - (view) (download) (annotate) - [select for diffs]
Tue Nov 10 21:09:02 2009 UTC (2 weeks, 1 day ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.11: +2 -1 lines
Diff to previous 1.4.2.11 , to branch point 1.4
by aaron: Save remote streams.

Revision 1.4.2.11 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 21:30:48 2009 UTC (2 weeks, 2 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.10: +2 -1 lines
Diff to previous 1.4.2.10 , to branch point 1.4
by aaron: Get MediaReadOnlyStreamWrapper in line with Drupal stream wrappers.

Revision 1.4.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Nov 2 14:45:14 2009 UTC (3 weeks, 2 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.9: +2 -1 lines
Diff to previous 1.4.2.9 , to branch point 1.4
by aaron: Add MediaReadOnlyStreamWrapper.

Revision 1.4.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 20:33:30 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.8: +2 -1 lines
Diff to previous 1.4.2.8 , to branch point 1.4
by aaron: Add media_browser_thumbnails form element.

Revision 1.4.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 19:09:35 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.7: +2 -1 lines
Diff to previous 1.4.2.7 , to branch point 1.4
by aaron: theme_media_browser_thumbnail_radios.

Revision 1.4.2.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 16:21:52 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.6: +2 -1 lines
Diff to previous 1.4.2.6 , to branch point 1.4
by aaron: Coder review of concatenated spaces.

Revision 1.4.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Oct 24 16:16:23 2009 UTC (4 weeks, 4 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.5: +2 -1 lines
Diff to previous 1.4.2.5 , to branch point 1.4
by aaron: Parameters to hook_form_alter have changed.

Revision 1.4.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 19:07:02 2009 UTC (4 weeks, 5 days ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.4: +22 -12 lines
Diff to previous 1.4.2.4 , to branch point 1.4
by aaron: Wrap js with (function($) {})(jQuery); for library compatibility.
by aaron: Add settings to each js behavior.
by aaron: Convert js behavior selection to once().
by aaron: Add attach methods to js behaviors.
by aaron: Attach css & js to form using #attached element.
by aaron: Convert class #attributes to arrays.
by aaron: Fix php notices for $registration['callbacks']['resource'].
by aaron: Update parameters to theme('image') call for d7.
by aaron: Update parameters to theme('item_list') calls for d7.
by aaron: Set static cache in media_get_fields() and fix notices for isset.
by aaron: In media_get_registered_modules() fix notices for isset.
by aaron: In media_active_fields_for_node_type() grab field info for d7.
by aaron: Use file_get_field_list() to get a listing of node type's filefields.

Revision 1.4.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 11 03:03:12 2009 UTC (2 months, 2 weeks ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.3: +2 -1 lines
Diff to previous 1.4.2.3 , to branch point 1.4
* Use file_get_field_list() to get a listing of node type's filefields (aaron).

Revision 1.4.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Sep 11 02:15:52 2009 UTC (2 months, 2 weeks ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.2: +2 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
* $type is an object (aaron).

Revision 1.4.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 14:32:14 2009 UTC (2 months, 2 weeks ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4.2.1: +2 -1 lines
Diff to previous 1.4.2.1 , to branch point 1.4
* Begin to fix content type settings page (aaron).

Revision 1.4.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 14:14:39 2009 UTC (2 months, 2 weeks ago) by aaron
Branch: DRUPAL-7--1
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
* Move menu settings to media config (aaron).

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 04:34:45 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
Some blind styling cleanup in preparation for work.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 04:05:06 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
Some Drupal 7 compatability stuff
- Added necessary files to module registry.
- Removed 'file' keys from hook_menu().
- Global media settings page fixed.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:58:02 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Some untested rough sync up with the D6 branch

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:37:44 2009 UTC (4 months ago) by jmstacey
Branch: MAIN
Added changelog file for media core.

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