/[drupal]/contributions/modules/swftools/swftools.admin.status.inc
ViewVC logotype

Log of /contributions/modules/swftools/swftools.admin.status.inc

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.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 22:45:19 2009 UTC (7 months, 4 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4, DRUPAL-6--2-5
Branch point for: DRUPAL-6--3
Changes since 1.5.2.3: +2 -1 lines
Diff to previous 1.5.2.3 , to branch point 1.5 , to next main 1.9
Uploading final few changes ready for next release.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 23:13:22 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.5.2.2: +2 -2 lines
Diff to previous 1.5.2.2 , to branch point 1.5
In response to #348437 reported by stormsweeper two changes are implemented. Added status report to main Drupal status page, and SWF Tools status, to give a warning if the zlib library isn't present. This library is needed to read height and width data from compressed swf files. Secondly, player modules now report a default height and width, so if all else fails we can fall back on those so that media content will display correctly. As part of this the sizing function has been separated in to a new swftools_set_size() function to try and clarify the code.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 21:58:33 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
Fix status page and bug that occurred as result of changing name of embedding action.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 21:35:59 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.7: +31 -3 lines
Diff to previous 1.7
Add zlib status messages to Drupal status report and to SWF Tools status report.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 13:27:05 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.5.2.1: +2 -2 lines
Diff to previous 1.5.2.1 , to branch point 1.5
zlib is required for compressed swf - status messages changed to reflect this.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 12:54:05 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.5: +29 -1 lines
Diff to previous 1.5
Added requirements check for zlib to both Drupal status page, and SWF Tools status page.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 19:48:00 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 6 16:45:46 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
More code tidy up, renamed one of the hooks to try and get the code reading consistently, and FlowPlayer3 now supports streamed playlists.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 23 21:15:15 2009 UTC (9 months ago) by stuartgreenfield
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1, DRUPAL-6--2-2, DRUPAL-6--2-3
Branch point for: DRUPAL-6--2
Changes since 1.4: +15 -14 lines
Diff to previous 1.4
Fix status report to suppress notice errors that were being generated during report generation.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 21:38:09 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.1.2.3: +3 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.9
#316438 - Fixed and now produces correct status data

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 21:37:50 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
#316438 - Fixed and now produces correct status data

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 19:29:56 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.2.2: +47 -22 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Updating DRUPAL-6--1 with latest bug fixes.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 19:25:09 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.2: +46 -21 lines
Diff to previous 1.2
Updating HEAD with latest development work.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 19:42:14 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.1: +226 -0 lines
Diff to previous 1.1
Commit of branch DRUPAL-6--1 back to HEAD as part of plans to tidy up the tree!

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 07:36:22 2008 UTC (14 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.1.2.1: +166 -28 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Adds a status report page to assist with diagnostics, and fixes line endings across all modules and components to be Unix format.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 24 14:46:09 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1: +88 -0 lines
Diff to previous 1.1
Early work on an SWF Tools status page to aid in debugging.

Revision 1.1
Sun Aug 24 14:46:09 2008 UTC (15 months ago) by stuartgreenfield
Branch: MAIN
Branch point for: DRUPAL-6--1
FILE REMOVED
file swftools.admin.status.inc was initially added on branch DRUPAL-6--1.

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