Log of /contributions/modules/acidfree/class_album.inc
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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
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.