Log of /contributions/modules/video_upload/video_upload.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 31 16:43:19 2009 UTC
(2 months, 3 weeks ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.18: +2 -2 lines
Diff to
previous 1.18
- #562516 by skhot: Fixed I was getting a 'Call-time pass-by-reference has been deprecated' error in line 236 of the video_upload().module file.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 22:07:30 2008 UTC
(12 months, 4 weeks ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.12: +13 -7 lines
Diff to
previous 1.12
- General bug fixing
- Added comprehensive SimpleTests for authentication, upload and deletion of videos from 3rd-party providers
- Added sample video for testing
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 21 21:44:22 2008 UTC
(13 months ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.11: +30 -12 lines
Diff to
previous 1.11
Fixing YT syncing issue
The video status now correctly loads (before filefield was overwriting with the status of the file)
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 13 23:56:09 2008 UTC
(13 months, 2 weeks ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.8: +75 -362 lines
Diff to
previous 1.8
- Restructuring to start the move towards multiple providers by moving YouTube specific content into the providers directory.
- Direct upload functionality work
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 26 17:05:36 2008 UTC
(18 months ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.3: +829 -171 lines
Diff to
previous 1.3
merging DRUPAL-5 back to HEAD:
DRUPAL-5, 2008-05-23
--------------------
- Created custom handlers for onsubmit and oncomplete to override the
upload.js handlers to account for the bug described in #260792
- Modified the admin listing to display local video that has been
removed from YouTube, and thus orphaned, as described in #261182
DRUPAL-5, 2008-05-09
--------------------
- Fixed improperly formatted calls to the t() function in
zend_gdata.inc
DRUPAL-5, 2008-05-07
--------------------
- Added new display formatter, thumbnail as link
- Fixed bug in which taxonomy terms longer than 25 characters in
length would cause YouTube to reject the video
- Slight css changes to the video_upload admin page
DRUPAL-5, 2008-05-05
--------------------
- Added autoplay and related video display options
- Added initial thumbnail display configuration and output
- Added Zend_Gdata_App_HttpException handling for failed connections
- fixed authentication bug
DRUPAL-5, 2008-05-02
--------------------
- Added a js progress bar to preview/submit button functionality
- Added node token support for the default description field
- Fixed a bug in which the jquery was failing on pages where a search
form was present
- Re-ordering of logic in _video_upload_widget_form() for better error
handling
- Added widget configuration options for YouTube synchronization of
title, keywords and description
DRUPAL-5, 2008-05-01
--------------------
- Fixed a YouTube category bug, only to find an actual bug in the API.
- Fixed widget_info hook bug
- Added a video admin page/form for tracking all videos, and deleting
orphaned videos
- Abstracted video status numbers into constants for easier
readability
DRUPAL-5, 2008-04-30
--------------------
- Field name is now automatically sent to YouTube as a "developer tag"
DRUPAL-5, 2008-04-29
--------------------
- Video status checking, updating and deleting now enabled for node
deletes, and on cron
Revision
1.1.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 23 17:27:30 2008 UTC
(18 months ago)
by
jhedstrom
Branch:
DRUPAL-5
Changes since
1.1.2.7: +55 -8 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
- Created custom handlers for onsubmit and oncomplete to override the
upload.js handlers to account for the bug described in #260792
- Modified the admin listing to display local video that has been
removed from YouTube, and thus orphaned, as described in #261182
Revision
1.1.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 7 21:03:47 2008 UTC
(18 months, 3 weeks ago)
by
jhedstrom
Branch:
DRUPAL-5
Changes since
1.1.2.6: +21 -7 lines
Diff to
previous 1.1.2.6
, to
branch point 1.1
- Added new display formatter, thumbnail as link
- Fixed bug in which taxonomy terms longer than 25 characters in
length would cause YouTube to reject the video
- Slight css changes to the video_upload admin page
Revision
1.1.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 2 22:16:28 2008 UTC
(18 months, 3 weeks ago)
by
jhedstrom
Branch:
DRUPAL-5
Changes since
1.1.2.4: +200 -65 lines
Diff to
previous 1.1.2.4
, to
branch point 1.1
- Added a js progress bar to preview/submit button functionality
- Added node token support for the default description field
- Fixed a bug in which the jquery was failing on pages where a search
form was present
- Re-ordering of logic in _video_upload_widget_form() for better error
handling
- Added widget configuration options for YouTube synchronization of
title, keywords and description
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 29 21:21:44 2008 UTC
(18 months, 4 weeks ago)
by
jhedstrom
Branch:
MAIN
Changes since
1.2: +301 -99 lines
Diff to
previous 1.2
The remote checking of video status, updating and deleting of videos is now enabled, both on view of videos, and via cron
Adding CHANGELOG
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.