Log of /contributions/modules/flashnode/flashnode.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.14.2.18.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 12 21:51:11 2008 UTC
(12 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-5--6
CVS Tags:
DRUPAL-5--6-0
Changes since
1.14.2.18.2.3: +10 -8 lines
Diff to
previous 1.14.2.18.2.3
, to
branch point 1.14.2.18
, to
next main 1.14.2.21
#333076 by Grugnog2: Permissions for flash node are inconsistent with the general way
that Drupal permissions are assigned because selecting them *prevents* something from happening, rather than granting it.
Basic and display options not working as expected meaning it was not possible to see just the display settings. Fixed so you can see just basic settings or just the display settings.
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 12 21:36:17 2008 UTC
(12 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-6--3-0,
HEAD
Branch point for:
DRUPAL-6--3
Changes since
1.47: +4 -2 lines
Diff to
previous 1.47
Basic and display options not working as expected meaning it was not possible to see just the display settings. Fixed so you can see just basic settings or just the display settings.
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 12 21:23:49 2008 UTC
(12 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.46: +8 -8 lines
Diff to
previous 1.46
#333076 by Grugnog2: Permissions for flash node are inconsistent with the general way
that Drupal permissions are assigned because selecting them *prevents* something from happening, rather than granting it.
Revision
1.39.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 12 21:20:19 2008 UTC
(12 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.39.2.4: +8 -8 lines
Diff to
previous 1.39.2.4
, to
branch point 1.39
#333076 by Grugnog2: Permissions for flash node are inconsistent with the general way
that Drupal permissions are assigned because selecting them *prevents* something from happening, rather than granting it.
Revision
1.14.2.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 11 23:17:45 2008 UTC
(12 months, 2 weeks ago)
by
stuartgreenfield
Branch:
DRUPAL-5--3
Changes since
1.14.2.20: +4 -1 lines
Diff to
previous 1.14.2.20
, to
branch point 1.14
, to
next main 1.48
#243343 - Spaces in filenames continue to cause problems, so fix suggested by
Hakulicious (user/324696) has been added, which replaces spaces with under
scores. For flash node 6 this needs a bit more work as it's not quite right
for handling previews that haven't yet been saved.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 28 23:52:29 2008 UTC
(12 months, 4 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.45: +5 -2 lines
Diff to
previous 1.45
#243343 by Hakulicious: Replace spaces with underscores in filenames, to try and prevent errors that prevent the content playing back.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 27 20:03:01 2008 UTC
(12 months, 4 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.43: +3 -3 lines
Diff to
previous 1.43
Fix check for SWFTOOLS_INSTALLED to suppress constant not defined error, and also 'othervars' => $othervars.
Revision
1.39.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 19 18:46:34 2008 UTC
(13 months ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.39: +25 -11 lines
Diff to
previous 1.39
Branched flash node HEAD in to DRUPAL-6--2 so that there is a stable branch for bug fixing, leaving HEAD for development work (Views and CCK).
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 21:23:44 2008 UTC
(13 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.41: +10 -2 lines
Diff to
previous 1.41
Encode spaces in filenames to enable SWF Tools to play back media correctly only if using public downloads.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 3 23:54:13 2008 UTC
(13 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.40: +2 -2 lines
Diff to
previous 1.40
Changed detection of presence of SWF Tools to be a bit "neater" by checking if the "SWFTOOLS_INSTALLED" constant is defined, rather than testing it for a value when it may not actually exist.
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 3 22:15:59 2008 UTC
(13 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.39: +4 -3 lines
Diff to
previous 1.39
#316100 - Mark up produced when using a flash node macro was not W3C compliant due to the <div> appearing inside a <p> tag. Using similar code to SWF Tools this is fixed, for macros that appear on a line by themself. As with SWF Tools "inline" macros will not validate since the <p> tags are not stripped in this case.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 2 20:40:15 2008 UTC
(13 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.37: +2 -2 lines
Diff to
previous 1.37
Change to flash node as a result of a change to SWF Tools that requires flash node to pass a fully qualified url.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 10 23:05:32 2008 UTC
(15 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.33: +34 -3 lines
Diff to
previous 1.33
Add capability to assign an arbitrary set of parameters to a flash node. At the moment parameters are only processed if flash node is used with SWF Tools.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 5 15:33:50 2008 UTC
(15 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.31: +20 -35 lines
Diff to
previous 1.31
Commit of work in progress of flash node 6 to work with SWF Tools 6. Not yet production ready.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 19 23:17:49 2008 UTC
(16 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.29: +17 -7 lines
Diff to
previous 1.29
#142219 - Second draft of code to allow flash node to support a private file system - respects whether node is allowed to be viewed, and denies direct access to the flash if not permitted.
Revision
1.14.2.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 6 21:26:00 2008 UTC
(20 months, 2 weeks ago)
by
stuartgreenfield
Branch:
DRUPAL-5--3
CVS Tags:
DRUPAL-5--5-4
Changes since
1.14.2.13: +4 -4 lines
Diff to
previous 1.14.2.13
, to
branch point 1.14
#228731 - under some versions of PHP5 the import function failed as a trailing slash was appended to the file path when calling realpath(). This formed bad paths which broke the import routine. This is now fixed. Thanks to wildwildwaist (drupal.org/user/251357) for reporting and helping with the debugging of this one.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 26 00:39:56 2008 UTC
(21 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.26: +6 -8 lines
Diff to
previous 1.26
Flashnode version 6 is nearly ready. Upgrade path from v5 tested under MySQL and Postgres. Feature set seems stable. Just need to update documentation and it's good to go!
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 2 23:44:46 2008 UTC
(21 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.25: +25 -11 lines
Diff to
previous 1.25
Ability to scale / limit the size of teasers introduced. This is configured as a global setting on flash node settings. When in teaser view content is first scaled, and then constrained according an optional max height / width setting.
Settings page re-organised in to sections as it was getting unwieldy, in particular with the addition of teaser scaling and sizing options!
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 30 22:32:06 2008 UTC
(21 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.24: +9 -9 lines
Diff to
previous 1.24
- Publish status of imported nodes is now user selectable from settings page
- Default node settings now assigned (sticky, promote) when running an import
- Default flash path is now a constant to improve legibility of code
- Default extensions constant renamed to be consistent with other constants (was FLASHNODE_EXTENSIONS_DEFAULT, now FLASHNODE_DEFAULT_EXTENSIONS)
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 29 22:16:36 2008 UTC
(21 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.23: +54 -38 lines
Diff to
previous 1.23
Theme functions rewritten slightly to separate code that modifies a flash node, and can react to teaser views, from code that prepares the actual HTML mark up from SWF Tools or with the built in code generator. Previously these two functions were muddled together. There is now a clear separation of duties.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 26 22:19:57 2008 UTC
(21 months, 4 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.22: +66 -50 lines
Diff to
previous 1.22
- Implemented file upload limits. For now this shares the same settings as upload.module since the file system check is run against all files. Request posted to drupal.org to try and get some advice on most appropriate way of runnin this check.
- Allowable file extensions made configurable on a per role basis (again like upload.module, but in this case not shared)
- Default extension types added as a constant to tidy up code
- flashnode_validate_extensions function deleted as no longer needed
- Import function uses configured default view setting for new nodes
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 23 20:50:23 2008 UTC
(22 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.21: +18 -45 lines
Diff to
previous 1.21
- Form generation simplified - after build function no longer required
- Node access permissions refined to control deletion of nodes
Revision
1.14.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 22 23:22:48 2008 UTC
(22 months ago)
by
stuartgreenfield
Branch:
DRUPAL-5--3
Changes since
1.14.2.5: +39 -4 lines
Diff to
previous 1.14.2.5
, to
branch point 1.14
Backports from D6 development... In response to feature request the default display mode and list of allowed file extensions have been made user configurable.
In response to feature request new permissions have been added so that the basic, advanced or display mode settings can be hidden from users. If the basic settings are hidden then uploading a new file forces the height and width to be reset. If the height/width setting is accessible then this action does not occur (which is actually unchanged behaviour).
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 22 23:19:50 2008 UTC
(22 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.20: +28 -24 lines
Diff to
previous 1.20
In response to feature request the default display mode and list of allowed file extensions have been made user configurable.
In response to feature request new permissions have been added so that the basic, advanced or display mode settings can be hidden from users. If the basic settings are hidden then uploading a new file forces the height and width to be reset. If the height/width setting is accessible then this action does not occur (which is actually unchanged behaviour).
Fixed watchdog entry that was in Drupal 5 format.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 2 01:09:06 2007 UTC
(2 years ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.16: +388 -398 lines
Diff to
previous 1.16
First commit of work in progress toward a Drupal 6 release of Flash node. Refer to README.txt for key changes.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 20 23:30:12 2007 UTC
(2 years, 1 month ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.15: +26 -30 lines
Diff to
previous 1.15
Minor changes to formatting of code. Added use of constants for body/teaser/body & teaser display options.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 7 18:40:30 2007 UTC
(2 years, 1 month ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.14: +11 -1 lines
Diff to
previous 1.14
#169707 - GoofyX has reported the files table is not being updated with the proper path. This commit to HEAD is a debug version that reports progress as the _flashnode_insert function executes in order to assist debugging.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 25 21:23:07 2007 UTC
(2 years, 2 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.12: +9 -2 lines
Diff to
previous 1.12
Second debug version of Flash node, as part of ongoing investigation of #169707. Additional debug messages generated during _prepare step.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 20 21:37:10 2007 UTC
(2 years, 2 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.11: +21 -3 lines
Diff to
previous 1.11
Debug version of flashnode to try and resolve issues being reported under #169707. The file upload check has been modified, and messages are displayed during node creation to try and help work out what is going on!
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 14 22:58:08 2007 UTC
(2 years, 2 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.10: +10 -2 lines
Diff to
previous 1.10
Debug version of flashnode to try and resolve issue #169707. Has two lines of debug code and a slightly modified validation routine.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 16 06:27:07 2007 UTC
(2 years, 3 months ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
DRUPAL-5--3-0
Changes since
1.9: +2 -2 lines
Diff to
previous 1.9
#157722 by BradM - added requested functionality to allow flashnode to accept mp3 and flv files. If these file types are uploaded they are passed to SWFTools for rendering using the user selected players.
Note - player types are set via SWFTools, not flashnode!
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 16 06:19:24 2007 UTC
(2 years, 3 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.8: +2 -2 lines
Diff to
previous 1.8
#162091 by junkdna - Fixes error in flashnode_delete which meant that flash files were not deleted when the node was removed.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 18 21:50:34 2007 UTC
(2 years, 4 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.7: +16 -5 lines
Diff to
previous 1.7
Updated to accept mp3 files - these are then automatically rendered by the SWFTools preferred player.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 17 22:04:29 2007 UTC
(2 years, 4 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.6: +16 -5 lines
Diff to
previous 1.6
Fix "files/files/flash" bug reported by BradM
Beta version of making flash node accept flv files to simplify display of flash video via swf_tools integrated players.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 27 19:37:29 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.4: +66 -15 lines
Diff to
previous 1.4
Latest development update. Revised to work with SWFTools (as at today), and also introduces max height / max width feature as requested by jurgen.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 19 23:50:14 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.3: +210 -131 lines
Diff to
previous 1.3
Ongoing development commit. Flashvars can now be dynamic via PHP input format, allowing flash content to easily interact with Drupal using flashvars as the means to pass data.
This needs more testing though to ensure it is secure.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 19 00:08:36 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.2: +143 -75 lines
Diff to
previous 1.2
Input form modified as the options area was getting too big - hides "advanced" options in a separate section that a basic user would never need to look at.
Introduces base as an option to handle loadMovie better.
Some wording improvements to descriptions.
Fieldsets removed from admin form as they aren't needed.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 8 22:28:10 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.1: +194 -128 lines
Diff to
previous 1.1
Updated macro filter so that it passes substitution content through the node's filters. Applies the filters of the node where the macro is running.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 1 23:01:35 2007 UTC
(2 years, 6 months ago)
by
stuartgreenfield
Branch:
MAIN
Latest update of flashnode with ongoing integration to SWFTools. This commit includes .install that renames tables and drops various fields that are no longer needed. It will also (hopefully) handle an upgrade from flash.module to flashnode.
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.