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

Log of /contributions/modules/acidfree/class_album.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.48.2.2
Mon Dec 15 15:12:45 2008 UTC (11 months, 1 week ago) by vhmauery
Branch: DRUPAL-6--1
Changes since 1.48.2.1: +0 -0 lines
FILE REMOVED
removed some debugging code and updated some of the text files

Revision 1.48.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 14:23:04 2008 UTC (11 months, 1 week ago) by vhmauery
Branch: DRUPAL-6--1
Changes since 1.48: +115 -298 lines
Diff to previous 1.48
Initial d6 commit
moving lots of files around
this commit is definitely broken

Revision 1.41.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 23:19:11 2008 UTC (12 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.22: +3 -1 lines
Diff to previous 1.41.2.22 , to branch point 1.41 , to next main 1.48
#328953 - random album thumbnail for album with only album children

Revision 1.41.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:36:00 2008 UTC (12 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.21: +4 -1 lines
Diff to previous 1.41.2.21 , to branch point 1.41
#327861 - drupal 5.10 caused errors in album contents

Revision 1.41.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 14:45:07 2008 UTC (12 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.20: +8 -9 lines
Diff to previous 1.41.2.20 , to branch point 1.41
#321904 - fixed video thumbs don't show up as album thumbs

Revision 1.41.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 14:35:58 2008 UTC (20 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.19: +2 -2 lines
Diff to previous 1.41.2.19 , to branch point 1.41
Empty album rendered wrong

Revision 1.41.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 05:33:20 2008 UTC (20 months, 3 weeks ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.18: +8 -2 lines
Diff to previous 1.41.2.18 , to branch point 1.41
#149484 - sort order in album contents not consistent

Revision 1.41.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 26 15:24:47 2008 UTC (21 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.17: +7 -2 lines
Diff to previous 1.41.2.17 , to branch point 1.41
#226911 - cannot update parent album

Revision 1.41.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 17:06:09 2008 UTC (21 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.16: +2 -2 lines
Diff to previous 1.41.2.16 , to branch point 1.41
#223687 - fix root album taxonomy form

Revision 1.41.2.16 - (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.41.2.15: +10 -3 lines
Diff to previous 1.41.2.15 , to branch point 1.41
#224125 - video without thumbnail renders odd thumb cell

Revision 1.41.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 00:25:08 2008 UTC (21 months, 1 week ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.14: +3 -3 lines
Diff to previous 1.41.2.14 , to branch point 1.41
#217689 - call check_markup for album description

Revision 1.41.2.14 - (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.41.2.13: +205 -35 lines
Diff to previous 1.41.2.13 , to branch point 1.41
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.41.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 18:02:38 2007 UTC (2 years, 3 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.12: +15 -13 lines
Diff to previous 1.41.2.12 , to branch point 1.41
#166594 - fix sort queries to handle case of identical sorting criteria

Revision 1.41.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 04:20:49 2007 UTC (2 years, 5 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.11: +3 -3 lines
Diff to previous 1.41.2.11 , to branch point 1.41
#154887 - dangers of using private api of image module (_image_get_dimensions -> _image_get_sizes)

Revision 1.41.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 21:28:39 2007 UTC (2 years, 5 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.10: +3 -3 lines
Diff to previous 1.41.2.10 , to branch point 1.41
#135338 - pager collision with promoted albums

Revision 1.41.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 21:13:26 2007 UTC (2 years, 5 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.9: +11 -3 lines
Diff to previous 1.41.2.9 , to branch point 1.41
#142059 - add page number to title for grid and list views

Revision 1.41.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 06:50:36 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.8: +5 -2 lines
Diff to previous 1.41.2.8 , to branch point 1.41
don't use array when calling node_load so it can be cached
put acidfree_types in cache, not variables
fix _album_from_tid to use _nid_from_tid
remove legacy function _acidfree_get_class_from_path
fix minor bug in quick links block
forgot to remove acidfree_types from variable table -- do this in acidfree.install update 6
shiny new install script that throws fits if you don't RTFM

Revision 1.41.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 22:02:26 2007 UTC (2 years, 6 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.7: +2 -2 lines
Diff to previous 1.41.2.7 , to branch point 1.41
filter destination album list in album contents view

Revision 1.41.2.7 - (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.41.2.6: +3 -3 lines
Diff to previous 1.41.2.6 , to branch point 1.41
be sure to set parent album when browsing items with multiple parents

Revision 1.48 - (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
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
be sure to set parent album when browsing items with multiple parents

Revision 1.41.2.6 - (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.41.2.5: +9 -11 lines
Diff to previous 1.41.2.5 , to branch point 1.41
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.47 - (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.46: +9 -11 lines
Diff to previous 1.46
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.41.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 27 17:10:50 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.4: +10 -7 lines
Diff to previous 1.41.2.4 , to branch point 1.41
#139621 - can upload to any album doesn't work properly

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 27 15:28:04 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.45: +10 -7 lines
Diff to previous 1.45
moving items to different albums using album contents keeps old taxonomy too

Revision 1.41.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 04:33:29 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.3: +13 -6 lines
Diff to previous 1.41.2.3 , to branch point 1.41
changed album paths from album/tid to node/nid
modified acidfree_menu to show default view in node/nid
        and alternate view in a local task tab
fixed acidfree_get_root for the per-user album case
added per-user albums list page
fixed user profile page to show per-user album
added _nid_from_tid to complement _album_from_tid

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 04:33:15 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.44: +13 -6 lines
Diff to previous 1.44
changed album paths from album/tid to node/nid
modified acidfree_menu to show default view in node/nid
        and alternate view in a local task tab
fixed acidfree_get_root for the per-user album case
added per-user albums list page
fixed user profile page to show per-user album
added _nid_from_tid to complement _album_from_tid

Revision 1.41.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 05:09:12 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41.2.2: +20 -4 lines
Diff to previous 1.41.2.2 , to branch point 1.41
removed some old 4.7 comments
added _flatten_array to get rid of the #tree effect

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 05:08:52 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.43: +20 -4 lines
Diff to previous 1.43
removed some old 4.7 comments
added _flatten_array to get rid of the #tree effect

Revision 1.43 - (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.42: +3 -1 lines
Diff to previous 1.42
minor translation issue
view_alter fixups
per-user album permissions fix
theme fixes
remove unneeded variables after upgrade

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

Revision 1.41.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 13:46:10 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: DRUPAL-5
Changes since 1.41: +10 -6 lines
Diff to previous 1.41
#135220 - errors on deleting image

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 13:44:47 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.41: +10 -6 lines
Diff to previous 1.41
#135220 - errors on deleting image

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 14:13:38 2007 UTC (2 years, 7 months ago) by vhmauery
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.40: +3 -3 lines
Diff to previous 1.40
fix repository blunder with class_album.inc

Revision 1.40 - (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
Changes since 1.39: +3 -2 lines
Diff to previous 1.39
#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.39 - (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.38: +0 -32 lines
Diff to previous 1.38
some access cleanups and quick links block cleanups

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 22:52:03 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.37: +6 -1 lines
Diff to previous 1.37
#116001 - can't delete album
 ensure that acidfree has weight 99 on upgrades
make acidfree work along side other vocabularies

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 9 16:56:51 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36
#125444 - views sort query blunder - bad settings from upgrade

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 06:19:43 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.35: +8 -1 lines
Diff to previous 1.35
fix for video thumbs as random album thumbs

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 23:53:24 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
#103177 - sorting doesn't work in image view

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 17:49:37 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
fix pager divide by zero error

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 6 17:44:48 2007 UTC (2 years, 8 months ago) by vhmauery
Branch: MAIN
Changes since 1.32: +4 -1 lines
Diff to previous 1.32
#123436 - album sorting and items per page

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 06:13:08 2007 UTC (2 years, 9 months ago) by vhmauery
Branch: MAIN
Changes since 1.31: +5 -4 lines
Diff to previous 1.31
#114056 - Albums promoted to front page no longer show preview thumbnail OR body

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 15:15:01 2007 UTC (2 years, 10 months ago) by vhmauery
Branch: MAIN
Changes since 1.30: +7 -13 lines
Diff to previous 1.30
#101882 - Unneeded settings for number of rows and columns

Revision 1.19.2.7 - (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.6: +4 -3 lines
Diff to previous 1.19.2.6 , to branch point 1.19 , to next main 1.48
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.30 - (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.29: +75 -63 lines
Diff to previous 1.29
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.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 20:43:07 2006 UTC (2 years, 11 months ago) by vhmauery
Branch: MAIN
Changes since 1.28: +18 -14 lines
Diff to previous 1.28
more fixes to album contents
fixed create new album -> no parent
fixed not correct default weight for editing album
fixed publish options, author options
added videox,videoy to upgrade script
mt_rand requires 2 parameters (bug 100662)

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 15:26:10 2006 UTC (3 years ago) by vhmauery
Branch: MAIN
Changes since 1.27: +14 -5 lines
Diff to previous 1.27
fix album contents (bug 98595)
allow for unlimited rows in grid/list view

Revision 1.27 - (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.26: +11 -6 lines
Diff to previous 1.26
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.26 - (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.25: +26 -126 lines
Diff to previous 1.25
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.25 - (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.24: +2 -1 lines
Diff to previous 1.24
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.24 - (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.23: +391 -150 lines
Diff to previous 1.23
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.23 - (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.22: +15 -15 lines
Diff to previous 1.22
more 5.0 updates
added dependencies in acidfree.info
acidfree inline filter
acidfree blocks
remove debugging and cleanup tabs

Revision 1.22 - (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.21: +55 -16 lines
Diff to previous 1.21
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.21 - (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.20: +90 -16 lines
Diff to previous 1.20
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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 29 03:35:14 2006 UTC (3 years, 3 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.5: +2 -2 lines
Diff to previous 1.19.2.5 , to branch point 1.19
use theme(item_list) instead of implode (bug 79929)

Revision 1.19.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 18:36:57 2006 UTC (3 years, 3 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.4: +1 -10 lines
Diff to previous 1.19.2.4 , to branch point 1.19
fixed mass import error messages (bad call to t()) (bug 80961)

Revision 1.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 04:58:01 2006 UTC (3 years, 3 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19.2.3: +8 -10 lines
Diff to previous 1.19.2.3 , to branch point 1.19
add acidfree items block (feature 79929)

Revision 1.19.2.3 - (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.2: +61 -3 lines
Diff to previous 1.19.2.2 , to branch point 1.19
per user albums, per album settings (feature 66390 among others)

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 22:18:25 2006 UTC (3 years, 3 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
fix fourth parameter to _acidfree_get_children (bug 80720)

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 16:52:36 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.1.2.16: +11 -3 lines
Diff to previous 1.1.2.16 , to branch point 1.1 , to next main 1.48
fixed a/an for 'add a/an {$class}' (bug 60937)

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 16:52:27 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: DRUPAL-4-7
Changes since 1.19: +11 -3 lines
Diff to previous 1.19
fixed a/an for 'add a/an {$class}' (bug 60937)

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 16:52:09 2006 UTC (3 years, 7 months ago) by vhmauery
Branch: MAIN
Changes since 1.19: +11 -3 lines
Diff to previous 1.19
fixed a/an for 'add a/an {$class}' (bug 60937)

Revision 1.1.2.16 - (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.1.2.15: +7 -5 lines
Diff to previous 1.1.2.15 , to branch point 1.1
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: +15 -3 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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 25 16:55:08 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
misc fixes and translation fix

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 25 15:22:31 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1.2.14: +2 -2 lines
Diff to previous 1.1.2.14 , to branch point 1.1
syntax error fix from translation fix

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 25 15:12:45 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16
translation fix in class_album.inc

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 25 15:10:48 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1.2.13: +4 -3 lines
Diff to previous 1.1.2.13 , to branch point 1.1
translation fix in class_album.inc

Revision 1.16 - (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.15: +4 -8 lines
Diff to previous 1.15
merged in changes from 4.6.x branch from 172:207 and a form fix for album contents

Revision 1.1.2.13 - (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.1.2.12: +3 -4 lines
Diff to previous 1.1.2.12 , to branch point 1.1
fixed thumbnail links for non-clean urls

Revision 1.1.2.12 - (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.1.2.11: +2 -5 lines
Diff to previous 1.1.2.11 , to branch point 1.1
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.15 - (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.14: +3 -3 lines
Diff to previous 1.14
translation fixes -- extractor.php works now

Revision 1.1.2.11 - (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.1.2.10: +3 -3 lines
Diff to previous 1.1.2.10 , to branch point 1.1
translation fixes -- extractor.php works now

Revision 1.14 - (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.13: +2 -2 lines
Diff to previous 1.13
taxonomy_node_form, filter_form, quicktime, and HEAD update fixes

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 2 22:44:46 2005 UTC (4 years ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1.2.9: +10 -5 lines
Diff to previous 1.1.2.9 , to branch point 1.1
security fixes for node_access (feature 35789)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 2 22:44:16 2005 UTC (4 years ago) by vhmauery
Branch: MAIN
Changes since 1.12: +10 -5 lines
Diff to previous 1.12
security fixes for node_access (feature 35789

Revision 1.1.2.9 - (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.1.2.8: +3 -3 lines
Diff to previous 1.1.2.8 , to branch point 1.1
no t() around access strings after all -- i18n does not like it

Revision 1.12 - (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.11: +3 -3 lines
Diff to previous 1.11
no t() around access strings after all -- i18n does not like it

Revision 1.1.2.8 - (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.1.2.7: +3 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
fixed some permissions problems (should we put t() around access strings?)

Revision 1.11 - (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.10: +3 -3 lines
Diff to previous 1.10
fixed some permissions problems (should we put t() around access strings?)

Revision 1.10 - (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.9: +8 -6 lines
Diff to previous 1.9
preliminary updates to comply with Form API changes

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 16:17:09 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
fix for ie javascript when clicking on empty albums

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 20 16:16:18 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
fix for ie javascript when clicking on empty albums

Revision 1.1.2.6 - (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.1.2.5: +1 -0 lines
Diff to previous 1.1.2.5 , to branch point 1.1
removed theme (it shouldn't be here) and added cvs $id tags

Revision 1.8 - (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.7: +1 -0 lines
Diff to previous 1.7
removed theme (it shouldn't be here) and added cvs $id tags

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 18:44:51 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1.2.4: +1 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
album->form misnamed

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 18:44:32 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
album->form misnamed

Revision 1.1.2.4 - (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.1.2.3: +1 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
added description upon request and fixed video css

Revision 1.6 - (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.5: +1 -0 lines
Diff to previous 1.5
added description upon request and fixed video css

Revision 1.1.2.3 - (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.1.2.2: +28 -20 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Major updates - added much better video support, including thumbnailer options; now use drupal image toolkits; modularized edit extras better

Revision 1.5 - (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.4: +28 -20 lines
Diff to previous 1.4
Major updates - added much better video support, including thumbnailer options; now use drupal image toolkits; modularized edit extras better

Revision 1.4 - (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.3: +4 -4 lines
Diff to previous 1.3
fixes for non-clean urls

Revision 1.1.2.2 - (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.1.2.1: +4 -4 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixes for non-clean urls

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 1 19:53:47 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
unlink multilinked children, not delete

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 1 19:51:16 2005 UTC (4 years, 1 month ago) by vhmauery
Branch: DRUPAL-4-6
Changes since 1.1: +8 -1 lines
Diff to previous 1.1
unlink multilinked children, not delete

Revision 1.2 - (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.1: +4 -1 lines
Diff to previous 1.1
fixed attribute arg for theme_image

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
Branch point for: DRUPAL-4-6
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