/[drupal]/contributions/modules/acidfree/class_video.inc
ViewVC logotype

Log of /contributions/modules/acidfree/class_video.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.37.2.1
Mon Dec 15 14:23:04 2008 UTC (11 months, 1 week ago) by vhmauery
Branch: DRUPAL-6--1
Changes since 1.37: +1 -1 lines
FILE REMOVED
Initial d6 commit
moving lots of files around
this commit is definitely broken

Revision 1.33.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 14:28:55 2008 UTC (12 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.8: +4 -1 lines
Diff to previous 1.33.2.8 , to branch point 1.33 , to next main 1.37
#328451 - call finfo_open before testing the result of the call
#328452 - add some more flv mime types

Revision 1.33.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 18:09:57 2008 UTC (21 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.7: +33 -2 lines
Diff to previous 1.33.2.7 , to branch point 1.33
#224125 - Use a better looking alternative thumbnail for videos without thumbnails

Revision 1.33.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 16:43:52 2008 UTC (21 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.6: +26 -2 lines
Diff to previous 1.33.2.6 , to branch point 1.33
#224125 - video without thumbnail renders odd thumb cell

Revision 1.33.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 06:03:51 2008 UTC (21 months, 1 week ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.5: +1 -3 lines
Diff to previous 1.33.2.5 , to branch point 1.33
#195844 - add option to have inline filter link point to album

Revision 1.33.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 06:11:29 2008 UTC (21 months, 2 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.4: +28 -4 lines
Diff to previous 1.33.2.4 , to branch point 1.33
added imagick2 image toolkit
rewrite of album contents page
 - cleaner look
 - shouldn't delete your files :)
 - you can choose what items show up
updated to work with new video module APIs
updates to installer
new acidfree_create_album function
quick links fixes
mass import fixes to use video/image import api

Revision 1.33.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 05:07:38 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.3: +3 -2 lines
Diff to previous 1.33.2.3 , to branch point 1.33
only count acidfree terms to decide if item has multiple parents

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 05:07:29 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.36: +3 -2 lines
Diff to previous 1.36
only count acidfree terms to decide if item has multiple parents

Revision 1.33.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 21:32:58 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.2: +3 -3 lines
Diff to previous 1.33.2.2 , to branch point 1.33
be sure to set parent album when browsing items with multiple parents

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 21:32:48 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
be sure to set parent album when browsing items with multiple parents

Revision 1.33.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 14:24:11 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33.2.1: +3 -2 lines
Diff to previous 1.33.2.1 , to branch point 1.33
fixed node/add/type/%d paths to auto-select correct album
cleaned up 'get a per-user album' on user access page
fixed create_quick_links to link into proper album
fixed random block to properly limit the query if not all albums are selected
#140100 - fixed acidfree_get_root album creation logic
#139749 - fixed local import of files
#140101 - added t() where needed
removed debugging statements

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 14:23:56 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34
fixed node/add/type/%d paths to auto-select correct album
cleaned up 'get a per-user album' on user access page
fixed create_quick_links to link into proper album
fixed random block to properly limit the query if not all albums are selected
#140100 - fixed acidfree_get_root album creation logic
#139749 - fixed local import of files
#140101 - added t() where needed
removed debugging statements

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 22:03:51 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.33: +50 -46 lines
Diff to previous 1.33
minor translation issue
view_alter fixups
per-user album permissions fix
theme fixes
remove unneeded variables after upgrade

Revision 1.33.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 22:03:25 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.33: +50 -46 lines
Diff to previous 1.33
minor translation issue
view_alter fixups
per-user album permissions fix
theme fixes
remove unneeded variables after upgrade

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 6 05:12:10 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.32: +5 -5 lines
Diff to previous 1.32
#115435 - per-user albums are not working
First whack at making things work
#122934 - Allow others to post to album not working
This should work as well now

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 23:33:21 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
some access cleanups and quick links block cleanups

Revision 1.19.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 05:21:26 2006 UTC (2 years, 11 months ago) by vhmauery
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.19.2.7: +22 -7 lines
Diff to previous 1.19.2.7 , to branch point 1.19 , to next main 1.37
set Default parent node (bug 100711)
video control has zero width and height (bug 100718)
mime type needs to be added to list (bug 100714)
Video thumbnail files do not have .jpg extension (bug 100704)

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 23:32:48 2006 UTC (2 years, 11 months ago) by vhmauery
Branch: MAIN
Changes since 1.30: +17 -26 lines
Diff to previous 1.30
Changed to use new default Acidfree theme
Many thanks to jaredwiltshire for making this happen
* new look for thumbnails
* album icon for album thumbs and play button icon for videos
* more themeable CSS
* re-added support to show exif data
* cleaned up some of the unused functions

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 18:14:39 2006 UTC (3 years ago) by vhmauery
Branch: MAIN
Changes since 1.29: +6 -5 lines
Diff to previous 1.29
fixed default theme so it looks okay (still need a new theme)
album thumbnails - fixed and random - via user selection
protect acidfree root from changing parent
fixed pager issues with element pager - had pid=ppp problems
fixed titles/breadcrumbs to match page
fixed get_thumb_path/get_thumb_url to work properly
changed call from theme_image to image_display so images get resized if needed
fixed acidfree javascript to work on album contents view
fixed list view to display albums properly

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 00:15:29 2006 UTC (3 years ago) by vhmauery
Branch: MAIN
Changes since 1.28: +28 -133 lines
Diff to previous 1.28
module_exists checks in class register hooks
completed(?) change for albums to be nodes with a tid attached
	fixed update, delete, insert hooks
	created form hook
	removed old term form alter stuff
moved uninstall hook to acidfree.install (I guess that is where it goes)
automatically source views_acidfree.inc (so user doesn't have to copy it)
removed extra settings from acidfree settings page
minor fixes to quick links block (still needs some fixes)
better automatic creation of vocab/root album
fixed up mass import (should work now)
better programmable views
fixed album contents (should work now)
removed old video theme code

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 1 06:04:45 2006 UTC (3 years ago) by vhmauery
Branch: MAIN
Changes since 1.27: +1 -9 lines
Diff to previous 1.27
nightly snapshot
working on transforming albums to nodes with a term rather than just a term
created views_acidfree.inc -- to be added to views/modules dir
minor bug fixes (92156, and other undocumented bugs)

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 15:13:36 2006 UTC (3 years ago) by vhmauery
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
tab cleanups (once and for all -- added vi modelines)
created acidfree node type for albums (to contain per-album settings)
moved away from exported page views in albums to self-generated pages
set up per album views by going around part of views mechanism
some fixes to album contents
random album thumbnails (no fixed thumbnails yet)
albums show up in views now (because of acidfree type)
moved album contents from acidfree.module to class_album.inc
more fixes to acidfree root -- not final yet
fixed various calls to _path_match
removed old code from class_album.inc
smarter links for quick links block
removed local tasks tabs for node/add/acidfree/*
album sorting implemented via views
framework for enforcing 'protected' albums
forward from node/aaa to album/bbb
going around taxonomy form submit so we can save album nodes as well

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 15 18:47:54 2006 UTC (3 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.25: +8 -7 lines
Diff to previous 1.25
more 5.0 updates
added dependencies in acidfree.info
acidfree inline filter
acidfree blocks
remove debugging and cleanup tabs

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 14 22:10:46 2006 UTC (3 years, 2 months ago) by vhmauery
Branch: MAIN
Changes since 1.24: +17 -4 lines
Diff to previous 1.24
add rotation support for images
create more unified ui using hook_form_alter
improvements to class_debug.inc
add support to use views module (still need to create views...)
better support for taxonomy as albums
fixed pager for paging among album items
added breadcrumbs for item view
fixed quick links block
basic album contents works
improvements to root albums (far from working correctly)
fixed hook_user to use account and correct links
added .info files
worked on album views (grid, list, etc.)
fixed vernon theme
simplified video form
(all this for real this time)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 14 22:09:01 2006 UTC (3 years, 2 months ago) by vhmauery
Branch: MAIN
Changes since 1.23: +36 -196 lines
Diff to previous 1.23
add rotation support for images
create more unified ui using hook_form_alter
improvements to class_debug.inc
add support to use views module (still need to create views...)
better support for taxonomy as albums
fixed pager for paging among album items
added breadcrumbs for item view
fixed quick links block
basic album contents works
improvements to root albums (far from working correctly)
fixed hook_user to use account and correct links
added .info files
worked on album views (grid, list, etc.)
fixed vernon theme
simplified video form

Revision 1.19.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 04:17:32 2006 UTC (3 years, 3 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.6: +16 -2 lines
Diff to previous 1.19.2.6 , to branch point 1.19
per user albums, per album settings (feature 66390 among others)

Revision 1.19.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 14 13:33:41 2006 UTC (3 years, 4 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.5: +10 -10 lines
Diff to previous 1.19.2.5 , to branch point 1.19
xhtml fixes for video player (bug 73462)

Revision 1.19.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 12 19:17:20 2006 UTC (3 years, 4 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.4: +21 -4 lines
Diff to previous 1.19.2.4 , to branch point 1.19
default video sizes fix (bug 73349)
yet another fix for array_keys on creating content

Revision 1.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 11 18:39:26 2006 UTC (3 years, 4 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.3: +2 -2 lines
Diff to previous 1.19.2.3 , to branch point 1.19
mplayer path setting fix (bug 53032)

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 11 18:38:56 2006 UTC (3 years, 4 months ago) by vhmauery
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
mplayer path setting fix (bug 53032)

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 25 18:16:57 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.2: +2 -1 lines
Diff to previous 1.19.2.2 , to branch point 1.19
added support for 3gp videos

Revision 1.2.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 25 18:16:42 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.2.2.21: +2 -1 lines
Diff to previous 1.2.2.21 , to branch point 1.2 , to next main 1.37
added support for 3gp videos

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 25 18:16:29 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
added support for 3gp videos

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 16 04:46:11 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.1: +2 -2 lines
Diff to previous 1.19.2.1 , to branch point 1.19
no video thumb bug -- height and width not showing on form (bug 47235)

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 16 04:44:52 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
no video thumb bug -- height and width not showing on form (bug 47235)

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 15:45:13 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19: +10 -3 lines
Diff to previous 1.19
forms validation issue (bug 53032)

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 15:45:00 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.19: +10 -3 lines
Diff to previous 1.19
forms validation issue (bug 53032)

Revision 1.2.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 14 18:00:41 2005 UTC (3 years, 11 months ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.20: +9 -5 lines
Diff to previous 1.2.2.20 , to branch point 1.2
added search hooks

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 12 22:26:28 2005 UTC (3 years, 11 months ago) by vhmauery
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.18: +98 -41 lines
Diff to previous 1.18
4.7 beta 1 fixes for HEAD in preparation for 4.7 branch
Includes some fixes from the last bulk backport form 4.6 branch

Revision 1.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 30 16:30:44 2005 UTC (3 years, 11 months ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.19: +29 -4 lines
Diff to previous 1.2.2.19 , to branch point 1.2
bigbman video fixes (mostly for windoze servers)
use $node->class to determine which create instead of mimetype

Revision 1.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 18:52:55 2005 UTC (3 years, 11 months ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.18: +33 -30 lines
Diff to previous 1.2.2.18 , to branch point 1.2
some preview fixes -- it might be working for you now

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 24 01:42:49 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.17: +22 -27 lines
Diff to previous 1.17
merged in changes from 4.6.x branch from 172:207 and a form fix for album contents

Revision 1.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 19 05:57:40 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.17: +2 -2 lines
Diff to previous 1.2.2.17 , to branch point 1.2
fixed thumbnail links for non-clean urls

Revision 1.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 18 00:01:26 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.16: +5 -9 lines
Diff to previous 1.2.2.16 , to branch point 1.2
merged in remaining security changes
added filemanager-private.patch
cleaned up some comments and code

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 18 00:00:41 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.15: +5 -14 lines
Diff to previous 1.2.2.15 , to branch point 1.2
removed from= arg and pid= when applicable for better path aliasing
minor fixes to get rid of ['q'] in favor of using menu_get_menu and menu_get_active_item

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 17 23:59:34 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.14: +11 -13 lines
Diff to previous 1.2.2.14 , to branch point 1.2
merged in path aliasing code from security tree

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 15 22:08:55 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.13: +12 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2
add asf video support

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 23:59:37 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16
translation fixes -- extractor.php works now

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 23:54:52 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.12: +4 -3 lines
Diff to previous 1.2.2.12 , to branch point 1.2
translation fixes -- extractor.php works now

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 06:21:49 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
misc changes from bug 36891

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 06:20:44 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.11: +1 -3 lines
Diff to previous 1.2.2.11 , to branch point 1.2
misc changes from bug 36891

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 5 21:22:45 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.10: +2 -1 lines
Diff to previous 1.2.2.10 , to branch point 1.2
taxonomy_node_form, filter_form and quicktime fixes

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 5 21:22:09 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
taxonomy_node_form, filter_form, quicktime, and HEAD update fixes

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 29 01:20:02 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.9: +2 -8 lines
Diff to previous 1.2.2.9 , to branch point 1.2
no t() around access strings after all -- i18n does not like it

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 29 01:19:22 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.13: +2 -8 lines
Diff to previous 1.13
no t() around access strings after all -- i18n does not like it

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 27 16:32:06 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.8: +2 -2 lines
Diff to previous 1.2.2.8 , to branch point 1.2
fixed some permissions problems (should we put t() around access strings?)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 27 16:29:14 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
fixed some permissions problems (should we put t() around access strings?)

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 26 17:39:55 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.11: +22 -18 lines
Diff to previous 1.11
preliminary updates to comply with Form API changes

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 15:39:53 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.7: +2 -2 lines
Diff to previous 1.2.2.7 , to branch point 1.2
finer access control over acidfree node creation

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 15:39:03 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
finer access control over acidfree node creation

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 13:40:52 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.6: +2 -0 lines
Diff to previous 1.2.2.6 , to branch point 1.2
removed theme (it shouldn't be here) and added cvs $id tags

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 13:31:29 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
removed theme (it shouldn't be here) and added cvs $id tags

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 15:50:44 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.5: +1 -0 lines
Diff to previous 1.2.2.5 , to branch point 1.2
added description upon request and fixed video css

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 15:50:24 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
added description upon request and fixed video css

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 15:22:53 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.4: +233 -56 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Major updates - added much better video support, including thumbnailer options; now use drupal image toolkits; modularized edit extras better

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 15:04:07 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.7: +234 -57 lines
Diff to previous 1.7
Major updates - added much better video support, including thumbnailer options; now use drupal image toolkits; modularized edit extras better

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 17:18:37 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
full-sized non-clean url fixes

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 17:17:00 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.3: +1 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
full-sized non-clean url fixes

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 16:54:54 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5
fixes for non-clean urls

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 16:52:27 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.2: +3 -4 lines
Diff to previous 1.2.2.2 , to branch point 1.2
fixes for non-clean urls

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 5 04:43:40 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
broken thumbnail links

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 5 04:42:19 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2.2.1: +1 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
broken thumbnail links

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 29 23:03:08 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
use drupal_get_path -- bug 32541

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 29 23:02:55 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
use drupal_get_path -- bug 32541

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 25 13:51:49 2005 UTC (4 years, 2 months ago) by vhmauery
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
fixed attribute arg for theme_image

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 23 16:30:12 2005 UTC (4 years, 2 months ago) by vhmauery
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
revision 8: some pager fixes

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 23 14:52:20 2005 UTC (4 years, 2 months ago) by vhmauery
Branch: MAIN
original import of 4.6.x module

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