/[drupal]/contributions/modules/imagefield/imagefield.module
ViewVC logotype

Log of /contributions/modules/imagefield/imagefield.module

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.103 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 03:53:15 2009 UTC (2 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-2, HEAD
Changes since 1.102: +2 -2 lines
Diff to previous 1.102
Switching hook_elements() to use module_invoke() to retrieve filefield elements to prevent D5->D6 upgrade errors.

Revision 1.30.2.6.2.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 00:22:12 2009 UTC (4 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.75: +17 -17 lines
Diff to previous 1.30.2.6.2.75 , to branch point 1.30.2.6 , to next main 1.30.2.21
#528568 by abhaga: Uploading to files/{path} leads to file uploading to files/ if path has nonexistent directories.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 23:35:49 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-1
Changes since 1.101: +2 -2 lines
Diff to previous 1.101
Adding title to image preview.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 23:11:10 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.100: +12 -4 lines
Diff to previous 1.100
#259351: Add width and height attributes to data stored by imagefield for an image to save getimagesize calls.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:27:37 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.99: +4 -4 lines
Diff to previous 1.99
#505860: Make required includes available during install profiles.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 23:57:17 2009 UTC (7 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0
Changes since 1.98: +1 -8 lines
Diff to previous 1.98
Removing unnecessary hook_perm() and "view imagefield uploads" permission, which wasn't doing anything. Permissions are now determined by content_access module.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 23:56:03 2009 UTC (7 months ago) by quicksketch
Branch: MAIN
Changes since 1.97: +3 -3 lines
Diff to previous 1.97
Small PHPdoc updates.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 20:15:58 2009 UTC (7 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.96: +10 -3 lines
Diff to previous 1.96
Fixing notices when displaying default images on field edit.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 01:30:49 2009 UTC (7 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.95: +8 -2 lines
Diff to previous 1.95
#430866: Disable ImageField if FileField is not available to prevent unexpected errors.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 02:04:26 2009 UTC (7 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.94: +8 -1 lines
Diff to previous 1.94
#386288: Reduce standard 2 upload sections to 1 when "Unlimited" number of values.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 05:20:07 2009 UTC (7 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC1
Changes since 1.93: +11 -12 lines
Diff to previous 1.93
Tidying up hook_elements() to directly use the FileField implementation.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 01:04:32 2009 UTC (7 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.92: +4 -2 lines
Diff to previous 1.92
#416684: Images not displayed with ImageField formatters if clean URLs are disabled and file system is private.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 03:10:11 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.91: +1 -2 lines
Diff to previous 1.91
Only add the imagefield.css file when displaying an imagefield widget.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 03:31:37 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90
#408456: Required image fields were not being validated on their #required property.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 19:30:32 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.89: +24 -6 lines
Diff to previous 1.89
#402876: Restore image_widget_upload_validators() function.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 03:26:41 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.88: +3 -4 lines
Diff to previous 1.88
#193887: Alt text should be an empty string if empty.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 03:06:07 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.87: +12 -1 lines
Diff to previous 1.87
#338087: Default image support.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 06:37:36 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA3
Changes since 1.86: +1 -24 lines
Diff to previous 1.86
#404764: Remove spans from path_plain and url_plain formatters. Move to FileField.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 06:05:54 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.85: +4 -1 lines
Diff to previous 1.85
Adding image validator as an extra check.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 04:03:40 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.84: +7 -5 lines
Diff to previous 1.84
#407916: Only set "Image" as the default formatter for ImageFields.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 03:56:26 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.83: +5 -5 lines
Diff to previous 1.83
#301888: Image download path needed to be updated for private downloads to match #307503.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 03:36:52 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA2
Changes since 1.82: +15 -15 lines
Diff to previous 1.82
#406824: Coder compliance; Fixing code styling.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 03:25:56 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.81: +26 -1 lines
Diff to previous 1.81
#320382: Make "Image" the default formatter.

Revision 1.30.2.6.2.75 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 08:47:50 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-5, DRUPAL-5--2-6
Changes since 1.30.2.6.2.74: +21 -3 lines
Diff to previous 1.30.2.6.2.74 , to branch point 1.30.2.6
#310047 by hanoii. Deleting images leaves a bogus row of data in the field table.

Revision 1.30.2.6.2.74 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:59:47 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.73: +9 -3 lines
Diff to previous 1.30.2.6.2.73 , to branch point 1.30.2.6
#354503: Fix array_merge() error if not using a default image and a file is not passed into the formatter.

Revision 1.30.2.6.2.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:51:11 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.72: +3 -4 lines
Diff to previous 1.30.2.6.2.72 , to branch point 1.30.2.6
#402200: Restore the "default" formatter to the Drupal 5 ImageField.

Revision 1.30.2.6.2.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 05:12:02 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.71: +2 -2 lines
Diff to previous 1.30.2.6.2.71 , to branch point 1.30.2.6
#366078: Improve ALT text description.

Revision 1.30.2.6.2.71 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 01:11:13 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.70: +11 -20 lines
Diff to previous 1.30.2.6.2.70 , to branch point 1.30.2.6
#230848 by Darren Oh: Node preview of images doesn't work on servers without Clean URLs.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 06:43:22 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA1
Changes since 1.80: +1 -4 lines
Diff to previous 1.80
theme_imagefield_image() was failing if $getsize = FALSE.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 03:45:53 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
Better CSS styling with a line rule to separate the preview and the edit fields. More consistent with existing markup.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 02:31:54 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.78: +16 -8 lines
Diff to previous 1.78
#301888 with help from Mark Theunissen: Image previews fail to display with private files directory outside of web root.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 01:41:57 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.77: +33 -122 lines
Diff to previous 1.77
#397578: Uncouple ImageField from custom FileField hooks. Implement ImageField as a dependent widget for FileField.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 00:09:51 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76
#358075 by PineRay: Custom alt and title not displayed when other widget throw form validation error.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 02:47:20 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.75: +21 -12 lines
Diff to previous 1.75
Cleaning up notices in the default theme functions.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 05:28:23 2009 UTC (8 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.74: +27 -32 lines
Diff to previous 1.74
Comment style fixes. Updating README.txt.

Revision 1.30.2.6.2.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 21:01:38 2009 UTC (9 months, 1 week ago) by drewish
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3, DRUPAL-5--2-4
Changes since 1.30.2.6.2.69: +3 -3 lines
Diff to previous 1.30.2.6.2.69 , to branch point 1.30.2.6
#326928 by sirkitree: Ajax upload returns persistent drupal_set_messages().

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 02:07:43 2009 UTC (9 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.73: +5 -4 lines
Diff to previous 1.73
fix errors in imagefield_file_download

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 10:13:23 2009 UTC (9 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.72: +14 -1 lines
Diff to previous 1.72
#301888 by webchick and jonbob, allow access to admin thumbnail previews with private files and imagefield.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 22:27:42 2009 UTC (9 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
#353405 by yhager, add timestamp to imagefield urls to make sure clients load most recent file,
instead of cache file when changes occur.

Revision 1.30.2.6.2.69 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 17:40:26 2009 UTC (10 months, 2 weeks ago) by drewish
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.68: +2 -2 lines
Diff to previous 1.30.2.6.2.68 , to branch point 1.30.2.6
#318058 by smk-ka: Incorrect default image formatter.

Revision 1.30.2.6.2.68 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 19:29:22 2008 UTC (14 months, 2 weeks ago) by drewish
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.30.2.6.2.67: +4 -6 lines
Diff to previous 1.30.2.6.2.67 , to branch point 1.30.2.6
#252343 by JohnAlbin, imagefield_default_images directory is hardcoded and seems fto be required but never created.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 15:03:06 2008 UTC (14 months, 3 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-2, DRUPAL-6--3-0-ALPHA3, DRUPAL-6--3-0-ALPHA4
Changes since 1.70: +1 -0 lines
Diff to previous 1.70
#299314 by grandcat, Validate that uploaded files are actually images.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 14:53:56 2008 UTC (14 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.69: +15 -15 lines
Diff to previous 1.69
Removing trailing whitespace.

Revision 1.30.2.6.2.67 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 02:30:11 2008 UTC (15 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.66: +6 -5 lines
Diff to previous 1.30.2.6.2.66 , to branch point 1.30.2.6
#279956 by smk-ka, fix minor delete files issue... if someone deletes files outside of
imagefield... If file deletion breaks with imagefield chase down sun(http://drupal.org/user/54136)
since he just +1'd it and marked it RTBC without comment.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 19:56:04 2008 UTC (15 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
#294664 by Moonshine, Image resolution limits call undefined help function 'file_validate_image_resolution_help'

Revision 1.30.2.6.2.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 18:02:16 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.65: +2 -2 lines
Diff to previous 1.30.2.6.2.65 , to branch point 1.30.2.6
switch accept to use a , instead of |

Revision 1.30.2.6.2.65 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 06:48:01 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.64: +2 -1 lines
Diff to previous 1.30.2.6.2.64 , to branch point 1.30.2.6
add devel shutownd... grumble grumble...

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 03:18:31 2008 UTC (15 months, 3 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-1
Changes since 1.67: +17 -4 lines
Diff to previous 1.67
#289332 by drewish, build the upload validators array in a function so it
can be easily reused.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 18:16:04 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.66: +11 -2 lines
Diff to previous 1.66
#288426 by drewish, Imagefield doesn't validate image resolution

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 14:48:25 2008 UTC (16 months ago) by dopry
Branch: MAIN
Changes since 1.65: +7 -3 lines
Diff to previous 1.65
#286144 by Moonshine, fix hook_default_value, issues remain for default value not being for items
added with the 'Add New Item' button.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 16:37:45 2008 UTC (16 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64
Fix PHP Call-time pass-by-reference warnings.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 19:29:34 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.63: +4 -3 lines
Diff to previous 1.63
hey mah, look no after_build... and I'm chaining my process and validate callbacks with
fapi now...

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 16:38:06 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.62: +1 -2 lines
Diff to previous 1.62
finish moving title and alt to [data] array. Yea it works...

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 00:38:14 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
bad bad asignment... you don't belong in a function call... silly copy and paste from definitions.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 00:13:08 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.60: +47 -1 lines
Diff to previous 1.60
moving hook_formatter_info back to imagefield.module...

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 22:08:07 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.59: +2 -3 lines
Diff to previous 1.59
The joyous return of #after_build and fixing of the default value callback.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 16:32:21 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.58: +86 -22 lines
Diff to previous 1.58
being moving imagefield alt and title to ['data'] to become serialized gunk for filefield.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 05:03:27 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.57: +14 -122 lines
Diff to previous 1.57
cleaning up unused cruftiness.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 04:30:00 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.56: +64 -4 lines
Diff to previous 1.56
imagefield is now a reliant extension of filefield... It's widgets use filefield_widget_*
and other field type's can leverage this...

even more exciting... filefield will be able to freely use imagefield's widgets with a few
more tweaks, or any other similarly designed fields widgets...

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:06:16 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.55: +2 -4 lines
Diff to previous 1.55
getting rid of the imagefield_filefield include since the same callbacks from filefield_image will not
be used in the first official D6 releases. rename imagefield_field_file to imagefield_file,

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 00:57:27 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.54: +50 -1 lines
Diff to previous 1.54
#282643 by drewish,
-- clean up notices on validation.
-- add image min resolution setting.
-- add validation to default image uploads.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 20:11:07 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.53: +5 -3 lines
Diff to previous 1.53
theme function cleanup...

use filefield_widget_settings  in widget settings callback to merge filefield
settings information.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 07:23:35 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.52: +19 -4 lines
Diff to previous 1.52
make the form just a little prettier.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 16:26:22 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51
stop using form_state['storage'] to make proper form redirection work.
start using form_state[rebuild] in button callbacks...
click buttons always seems to hit the last item... I'm confused. :)

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 02:36:36 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.50: +12 -12 lines
Diff to previous 1.50
beginning major imagefield ui overhaul and rebuilding imagefield_widget.
-- add reuse field which allows files to be added by fid or path....
-- still need to work on uploads. If you want to test reuse field use upload.module to upload some files.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 00:54:06 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.49: +24 -4 lines
Diff to previous 1.49
beginning merge of filefield_image.module.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 00:41:01 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.48: +1 -63 lines
Diff to previous 1.48
remove imagefield_file_download since we added the filefield dependency and we
can not start relying on filefield_file_download.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 00:38:50 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.47: +35 -636 lines
Diff to previous 1.47
splitting imagefield up into lots of includes for later conditional loading,
and the individual parts are starting to get bulky.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 22:30:23 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.46: +164 -63 lines
Diff to previous 1.46
beginnign revamp of widgets... increase reliance on filefield...
add cache clearing to update functions.
use module_load_include in update functions.

btw... it's all broken again... I'm working on porting the active
delete and upload buttons from filefield.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 10:40:21 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.45: +13 -13 lines
Diff to previous 1.45
rename image_path to file_path to assist in filefield convergence.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 09:00:30 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.44: +24 -89 lines
Diff to previous 1.44
add data column to database columns.
add update function for formatter and widget name changes..
add update function for schema change.
add dependency on filefield.module to being module convergence in D6 and
to share a common field_file.inc provided by filefield.module

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 11:09:19 2008 UTC (17 months ago) by dopry
Branch: MAIN
Changes since 1.43: +27 -19 lines
Diff to previous 1.43
fix the process callback up a bit. check if the file exists better.
set #default_value for fid properly in hook_widget.
add form_item for 'data'.
I seem to be hitting and infinite loop/timeout somewhere...

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 13 05:17:59 2008 UTC (17 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.42: +5 -3 lines
Diff to previous 1.42
add strip_path to field_file.inc.
#268127 reported by alippai, Imagefield check directory break with .. in path, like ../files...
stripped directory path.
adding field_upload as an experimental fapi upload element.

Revision 1.30.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 23:33:14 2008 UTC (17 months, 1 week ago) by dopry
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.30.2.20: +2 -2 lines
Diff to previous 1.30.2.20 , to branch point 1.30 , to next main 1.103
#130701 by DarrenOh, Cannot see the image in Preview.
I'm not really maintaining this branch per se, but I'll
take Darren Oh's word that the patch is a good one.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 21:36:09 2008 UTC (17 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.41: +42 -26 lines
Diff to previous 1.41
clean up some debugging, display images in forms, re-added delete checkbox and alt + title inputs.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 20:33:15 2008 UTC (17 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.40: +24 -9 lines
Diff to previous 1.40
sweet... individual delta uploads are working now.... file_save_upload is being called properly...
now just to get those puppies saved to the db and get the alt & title in place.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 16:42:48 2008 UTC (17 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.39: +51 -35 lines
Diff to previous 1.39
well we're uploading and saving files now... now to modify the new upload version of the widget to
just store fid, alt, and title values...

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 05:44:38 2008 UTC (17 months, 4 weeks ago) by dopry
Branch: MAIN
Changes since 1.38: +98 -267 lines
Diff to previous 1.38
beginning ground up rebuild of widget form to utilize new #value_callback and content.module's
multivalue handling.

Revision 1.30.2.6.2.64 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 00:02:02 2008 UTC (18 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.30.2.6.2.63: +1 -2 lines
Diff to previous 1.30.2.6.2.63 , to branch point 1.30.2.6
blah.. ajax uploads completely broken... /me shakes fist @devel.module

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 17:18:07 2008 UTC (18 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
switched to using field_file_check_directory for D6 to hide created
directory messages, hopefully D7 gets this in.

can get to node/add/image, but input[@type=file] isn't present. grr.. thats all the time
I have for D6 today unfortunately. We'll see what happens tomorrow.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 16:09:32 2008 UTC (18 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.36: +4 -324 lines
Diff to previous 1.36
well the module doesn't have any more compile time errors and you
can add a field to a content type without throwing a runtime error.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 07:04:42 2008 UTC (18 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.35: +522 -458 lines
Diff to previous 1.35
initial and completely untested update to D6...

@todo: upgrade path.
@todo: finish implementing field_file_api with hook_file.
@todo: testing.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 00:22:12 2008 UTC (18 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.34: +447 -251 lines
Diff to previous 1.34
syncing HEAD to DRUPAL-5--2

Revision 1.30.2.6.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 23:28:46 2008 UTC (18 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0
Changes since 1.30.2.6.2.62: +2 -1 lines
Diff to previous 1.30.2.6.2.62 , to branch point 1.30.2.6
send proper headers with JS output.

Revision 1.30.2.6.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 3 17:45:42 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.61: +3 -3 lines
Diff to previous 1.30.2.6.2.61 , to branch point 1.30.2.6
single value images getting deleted on update always...

Revision 1.30.2.6.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 3 17:35:12 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.60: +5 -2 lines
Diff to previous 1.30.2.6.2.60 , to branch point 1.30.2.6
hmm it would seem that I broke the default formatter....

Revision 1.30.2.6.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 21:22:21 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.59: +1 -2 lines
Diff to previous 1.30.2.6.2.59 , to branch point 1.30.2.6
remove stray debugging line.

Revision 1.30.2.6.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 17:36:41 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.58: +7 -4 lines
Diff to previous 1.30.2.6.2.58 , to branch point 1.30.2.6
#252343 by dopry, fix create default image directory.

Revision 1.30.2.6.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 17:28:42 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.57: +2 -2 lines
Diff to previous 1.30.2.6.2.57 , to branch point 1.30.2.6
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.
#251416 by threexk, improve help text... revisit for D6.

Revision 1.30.2.6.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 17:12:51 2008 UTC (18 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.56: +55 -3 lines
Diff to previous 1.30.2.6.2.56 , to branch point 1.30.2.6
porting formatter style changes from imagecache;

Revision 1.30.2.6.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 13:01:34 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.55: +48 -48 lines
Diff to previous 1.30.2.6.2.55 , to branch point 1.30.2.6
code style clean ups.

Revision 1.30.2.6.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 12:09:11 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.54: +2 -2 lines
Diff to previous 1.30.2.6.2.54 , to branch point 1.30.2.6
minor code style fix.

Revision 1.30.2.6.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 06:51:48 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC8
Changes since 1.30.2.6.2.53: +21 -4 lines
Diff to previous 1.30.2.6.2.53 , to branch point 1.30.2.6
#246593 by ekes, Views 'has image' filter passes to many arguments to add_where clause if $filter['value']

dopry: added client side js validation to uploads and annotated an approach to allow multiple uploads. needs js work.

Revision 1.30.2.6.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 03:10:15 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.52: +12 -8 lines
Diff to previous 1.30.2.6.2.52 , to branch point 1.30.2.6
#218388 Delete doesn't work on node submit.

There were also dangle empty db entries on update.. I added some agressive clean up code in
hook_field...

Revision 1.30.2.6.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 02:33:03 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.51: +17 -2 lines
Diff to previous 1.30.2.6.2.51 , to branch point 1.30.2.6
#210953, Add revision support to imagefield

Revision 1.30.2.6.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 01:10:33 2008 UTC (19 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.50: +50 -17 lines
Diff to previous 1.30.2.6.2.50 , to branch point 1.30.2.6
#227504 reported by jpetso, Default image doesn't work with private downloads
I cleaned up the default image load handling... I decided on fixed names and
locations for the default images which hook file download cab utilize...

@hackery: The node access check is bypassed
for default images... who cares it's a default..

Revision 1.30.2.6.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 10:31:40 2008 UTC (19 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC7
Changes since 1.30.2.6.2.49: +122 -124 lines
Diff to previous 1.30.2.6.2.49 , to branch point 1.30.2.6
#246339 by quicksketch, code style clean ups.

Revision 1.30.2.6.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 16:06:00 2008 UTC (19 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.48: +2 -2 lines
Diff to previous 1.30.2.6.2.48 , to branch point 1.30.2.6
#214199 by Rob Loach, Documentation: Images larger than max size will be resized

updated the description text for widget max_resolution to indicate that images will be resized and not
rejected.

Revision 1.30.2.6.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 15:47:03 2008 UTC (19 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.47: +32 -23 lines
Diff to previous 1.30.2.6.2.47 , to branch point 1.30.2.6
#227454 by jpetso, Flat hook_file_download() code like in filefield... yeah nesting begone.

Revision 1.30.2.6.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 15:32:17 2008 UTC (19 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.46: +2 -2 lines
Diff to previous 1.30.2.6.2.46 , to branch point 1.30.2.6
#152366, displaying resized message multiple times
I added filename to the resized image message so there will not be 3 identical messages.

Revision 1.30.2.6.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 15:04:02 2008 UTC (19 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.45: +31 -21 lines
Diff to previous 1.30.2.6.2.45 , to branch point 1.30.2.6
clean up nesting in imagefield_menu.
unroll variable get from innerloops in imagefield_menu !may_cache

Revision 1.30.2.6.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 14:25:58 2008 UTC (19 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.44: +1 -17 lines
Diff to previous 1.30.2.6.2.44 , to branch point 1.30.2.6
remove #after_build callback and FAPI wrapper to imagefield_check_directoryi
on the widget settings form since we now call imagefield_check_directory
each time an image is uploaded.

Revision 1.30.2.6.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 22:17:17 2008 UTC (20 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.43: +9 -8 lines
Diff to previous 1.30.2.6.2.43 , to branch point 1.30.2.6
#226270 by JBrauer and Jpetso, fix busted div.

Revision 1.30.2.6.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 11:44:54 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC6
Changes since 1.30.2.6.2.42: +2 -1 lines
Diff to previous 1.30.2.6.2.42 , to branch point 1.30.2.6
whoops, broke formatter context.

Revision 1.30.2.6.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 08:34:24 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC5
Changes since 1.30.2.6.2.41: +2 -2 lines
Diff to previous 1.30.2.6.2.41 , to branch point 1.30.2.6
#163528 by Morris Singer, add $node param to imagefield_field_formatter.

Revision 1.30.2.6.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 08:16:36 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.40: +59 -20 lines
Diff to previous 1.30.2.6.2.40 , to branch point 1.30.2.6
#137518 by jaydub with modification, add max number of images option to imagefield.

Revision 1.30.2.6.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 07:46:16 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.39: +3 -2 lines
Diff to previous 1.30.2.6.2.39 , to branch point 1.30.2.6
#219230 reported by webchick, make token table bigger so you can actually read it.

Revision 1.30.2.6.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 07:40:18 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.38: +14 -3 lines
Diff to previous 1.30.2.6.2.38 , to branch point 1.30.2.6
fix default images and and Default Value fieldset.

Revision 1.30.2.6.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 05:46:49 2008 UTC (21 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.37: +1 -3 lines
Diff to previous 1.30.2.6.2.37 , to branch point 1.30.2.6
#205122 by ashtronaut, broken collapsible fieldset, it seems nested collapsible fielsets are broken.

Revision 1.30.2.6.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 21:49:39 2008 UTC (22 months, 1 week ago) by quicksketch
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC4
Changes since 1.30.2.6.2.36: +17 -4 lines
Diff to previous 1.30.2.6.2.36 , to branch point 1.30.2.6
Adding cache headers to image previews. This significantly reduces load time during previews and after new image uploads and prevents multiple drupal bootstraps.

Revision 1.30.2.6.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 09:47:19 2008 UTC (22 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC3
Changes since 1.30.2.6.2.35: +13 -11 lines
Diff to previous 1.30.2.6.2.35 , to branch point 1.30.2.6
add preview path to form, rename preview form element to admin_preview.
fix hook_field_formatter

Revision 1.30.2.6.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 08:02:10 2008 UTC (22 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.34: +3 -1 lines
Diff to previous 1.30.2.6.2.34 , to branch point 1.30.2.6
add hook_imagefield_file(op, file) ops = save, delete

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 07:11:23 2008 UTC (22 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
#204682 by dopry, files not displaying on edit forms. I busted imagefield_field op =load.

Revision 1.30.2.6.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 07:02:13 2008 UTC (22 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.33: +3 -2 lines
Diff to previous 1.30.2.6.2.33 , to branch point 1.30.2.6
#204682, files not displaying in forms on edit.

Revision 1.30.2.6.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 06:46:04 2008 UTC (22 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.32: +4 -1 lines
Diff to previous 1.30.2.6.2.32 , to branch point 1.30.2.6
Syncing from DRUPAL-5--2-RC2... accidentally released it from HEAD... oops.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 17:39:17 2007 UTC (22 months, 3 weeks ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-RC2
Changes since 1.32: +4 -1 lines
Diff to previous 1.32
#202070 by jaydub, fixing foreach issues on imagefield load

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 17:11:42 2007 UTC (22 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.31: +486 -183 lines
Diff to previous 1.31
Syncing head to DRUPAL-5--2

Revision 1.30.2.6.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:24:29 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.31: +1 -3 lines
Diff to previous 1.30.2.6.2.31 , to branch point 1.30.2.6
remove some stray debugging line.

Revision 1.30.2.6.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 04:22:46 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.30: +30 -1 lines
Diff to previous 1.30.2.6.2.30 , to branch point 1.30.2.6
View Has Image filter.

Revision 1.30.2.6.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 03:30:56 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.29: +14 -52 lines
Diff to previous 1.30.2.6.2.29 , to branch point 1.30.2.6
fix the default image support.
lose the custom view callback and let CCK's formatter system do the work.
fix up some cruft in hook_field op == load.

Revision 1.30.2.6.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 02:34:57 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.28: +51 -56 lines
Diff to previous 1.30.2.6.2.28 , to branch point 1.30.2.6
move default image from widget settings to field settings.

Revision 1.30.2.6.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 04:47:05 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.27: +10 -2 lines
Diff to previous 1.30.2.6.2.27 , to branch point 1.30.2.6
*** empty log message ***

Revision 1.30.2.6.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 02:57:02 2007 UTC (23 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.26: +10 -5 lines
Diff to previous 1.30.2.6.2.26 , to branch point 1.30.2.6
#200413 by quicksketch, Maintain 'delete' checkbox between uploads.

Revision 1.30.2.6.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 08:43:27 2007 UTC (23 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-0-RC1
Changes since 1.30.2.6.2.25: +24 -2 lines
Diff to previous 1.30.2.6.2.25 , to branch point 1.30.2.6
#180592 by mikesmullin, fix default image support...

Revision 1.30.2.6.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 07:55:55 2007 UTC (23 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.24: +11 -6 lines
Diff to previous 1.30.2.6.2.24 , to branch point 1.30.2.6
#164450 by moonshine, First round of previews fail when using tokenized paths.
added strip leading and trailing slashed from imagepath... I chose to just sanitize in validate instead
of throwing an error.

Revision 1.30.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 19 08:03:02 2007 UTC (2 years, 1 month ago) by quicksketch
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2-RC1
Changes since 1.30.2.19: +2 -2 lines
Diff to previous 1.30.2.19 , to branch point 1.30
#110860 by jpesto. Properly setting foreach() keys and values. Thanks!

Revision 1.30.2.6.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 19 08:02:07 2007 UTC (2 years, 1 month ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.23: +2 -2 lines
Diff to previous 1.30.2.6.2.23 , to branch point 1.30.2.6
#110860 by jpesto. Properly setting foreach() keys and values. Thanks!

Revision 1.30.2.6.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 19 07:56:58 2007 UTC (2 years, 1 month ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.22: +10 -1 lines
Diff to previous 1.30.2.6.2.22 , to branch point 1.30.2.6
#182763 by colan and Rob Loach. Old file not deleted when replaced inn single value imagefields. Thanks!

Revision 1.30.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 19 07:55:48 2007 UTC (2 years, 1 month ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.18: +10 -1 lines
Diff to previous 1.30.2.18 , to branch point 1.30
#182763 by colan. Old file not deleted when replaced inn single value imagefields. Thanks!

Revision 1.30.2.6.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 22:36:41 2007 UTC (2 years, 4 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.21: +3 -3 lines
Diff to previous 1.30.2.6.2.21 , to branch point 1.30.2.6
added case insensitive extension checking.

Revision 1.30.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 22:41:30 2007 UTC (2 years, 4 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.17: +47 -9 lines
Diff to previous 1.30.2.17 , to branch point 1.30
Applying backport of #88136 by pcdonohue and jpesto. Remove dangling database entries when deleting images. Thanks!

Revision 1.30.2.6.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 06:07:31 2007 UTC (2 years, 5 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.20: +15 -11 lines
Diff to previous 1.30.2.6.2.20 , to branch point 1.30.2.6
#138831, jpetso, Fix Previews with private files. Damn nice patch... this should also be slated for upload.module.

Revision 1.30.2.6.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 05:57:26 2007 UTC (2 years, 5 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.19: +55 -15 lines
Diff to previous 1.30.2.6.2.19 , to branch point 1.30.2.6
#88316 by jpetso, remove dangling db entries after images are deleted from single value imagefields.

Revision 1.30.2.6.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 05:31:42 2007 UTC (2 years, 5 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.18: +9 -1 lines
Diff to previous 1.30.2.6.2.18 , to branch point 1.30.2.6
#149320 by bojanz, fix alt and title being lost on ajax uploads.

Revision 1.30.2.6.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 05:05:48 2007 UTC (2 years, 5 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.17: +6 -2 lines
Diff to previous 1.30.2.6.2.17 , to branch point 1.30.2.6
#149026 by bojanz, Remove imagefield dependencies on upload.module by implement view imagefield uploads
permission for private files configurations.

Revision 1.30.2.6.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 04:53:02 2007 UTC (2 years, 5 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.16: +59 -8 lines
Diff to previous 1.30.2.6.2.16 , to branch point 1.30.2.6
#128417 by recidive, add default image support to field widgets.

Revision 1.30.2.6.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 09:45:30 2007 UTC (2 years, 7 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.15: +21 -3 lines
Diff to previous 1.30.2.6.2.15 , to branch point 1.30.2.6
fixing delete all images from required imagefield bug.

Revision 1.30.2.6.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 08:43:18 2007 UTC (2 years, 7 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.14: +42 -42 lines
Diff to previous 1.30.2.6.2.14 , to branch point 1.30.2.6
renaming all node_field to items
s/node_field/items/g

should probably also be applied to other branches for consistency.... we've decided to deprecate
the term node_field in favor if items in the cck world.

Revision 1.30.2.6.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 08:20:17 2007 UTC (2 years, 7 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.13: +4 -3 lines
Diff to previous 1.30.2.6.2.13 , to branch point 1.30.2.6
updating theme_imagefield_image to return an empty string if file does not exist.

Revision 1.30.2.6.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 08:07:11 2007 UTC (2 years, 7 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.12: +64 -10 lines
Diff to previous 1.30.2.6.2.12 , to branch point 1.30.2.6
added file extension validation.

Revision 1.30.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 21:41:15 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.16: +2 -2 lines
Diff to previous 1.30.2.16 , to branch point 1.30
#138138. Return empty string when image formatter is not passed an FID.

Revision 1.30.2.6.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 21:41:15 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.11: +2 -2 lines
Diff to previous 1.30.2.6.2.11 , to branch point 1.30.2.6
#138138. Return empty string when image formatter is not passed an FID.

Revision 1.9.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 21:41:14 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.32: +2 -2 lines
Diff to previous 1.9.2.32 , to branch point 1.9 , to next main 1.103
#138138. Return empty string when image formatter is not passed an FID.

Revision 1.9.2.25.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 21:41:13 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.6: +2 -2 lines
Diff to previous 1.9.2.25.2.6 , to branch point 1.9.2.25 , to next main 1.9.2.33
#138138. Return empty string when image formatter is not passed an FID.

Revision 1.9.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:59:35 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.31: +14 -12 lines
Diff to previous 1.9.2.31 , to branch point 1.9
#130296. Original image is not deleted when using a single imagefield and a new image is uploaded without using the 'upload' button.

Revision 1.9.2.25.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:59:35 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.5: +14 -12 lines
Diff to previous 1.9.2.25.2.5 , to branch point 1.9.2.25
#130296. Original image is not deleted when using a single imagefield and a new image is uploaded without using the 'upload' button.

Revision 1.30.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:59:33 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.15: +12 -11 lines
Diff to previous 1.30.2.15 , to branch point 1.30
#130296. Original image is not deleted when using a single imagefield and a new image is uploaded without using the 'upload' button.

Revision 1.30.2.6.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:59:33 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.10: +11 -11 lines
Diff to previous 1.30.2.6.2.10 , to branch point 1.30.2.6
#130296. Original image is not deleted when using a single imagefield and a new image is uploaded without using the 'upload' button.

Revision 1.9.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:53:23 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.30: +6 -31 lines
Diff to previous 1.9.2.30 , to branch point 1.9
Removing token support from 4.7 1.x branch. How'd that get in there? ;)

Revision 1.9.2.25.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 03:39:38 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.4: +3 -1 lines
Diff to previous 1.9.2.25.2.4 , to branch point 1.9.2.25
#137313 by jpetso. Make work with private downloads. Thanks!

Revision 1.30.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:53:11 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.14: +0 -0 lines
Diff to previous 1.30.2.14 , to branch point 1.30
Reroll of last commit without extra code.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:50:05 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30
#137313 by jpetso. Make work with private downloads. Thanks!

Revision 1.30.2.6.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:50:00 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.9: +3 -1 lines
Diff to previous 1.30.2.6.2.9 , to branch point 1.30.2.6
#137313 by jpetso. Make work with private downloads. Thanks!

Revision 1.9.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:45:11 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.29: +3 -1 lines
Diff to previous 1.9.2.29 , to branch point 1.9
#137313 by jpetso. Make work with private downloads. Thanks!

Revision 1.30.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:45:09 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.13: +3 -1 lines
Diff to previous 1.30.2.13 , to branch point 1.30
#137313 by jpetso. Make work with private downloads. Thanks!

Revision 1.30.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:09:46 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.12: +22 -68 lines
Diff to previous 1.30.2.12 , to branch point 1.30
Rolling back last commit meant for imagecache...

Revision 1.30.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 23:08:20 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.11: +69 -23 lines
Diff to previous 1.30.2.11 , to branch point 1.30
#127390 by add1son. Theme function documentation update. Thanks!

Revision 1.30.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 04:24:35 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.10: +5 -5 lines
Diff to previous 1.30.2.10 , to branch point 1.30
Creating consistent widget form functions across 4.7 and 5.

Revision 1.30.2.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 04:23:53 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.8: +4 -4 lines
Diff to previous 1.30.2.6.2.8 , to branch point 1.30.2.6
Creating consistent widget form functions across 4.7 and 5.

Revision 1.9.2.25.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 04:21:49 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.3: +10 -7 lines
Diff to previous 1.9.2.25.2.3 , to branch point 1.9.2.25
Creating consistent widget form functions across 4.7 and 5.

Revision 1.9.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 04:20:08 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.28: +10 -7 lines
Diff to previous 1.9.2.28 , to branch point 1.9
Creating consistent widget form functions across 4.7 and 5.

Revision 1.30.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 04:17:55 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.9: +61 -51 lines
Diff to previous 1.30.2.9 , to branch point 1.30
Splitting widget form into seperate functions to match 4.7 version.

Revision 1.30.2.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 02:47:23 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.7: +5 -10 lines
Diff to previous 1.30.2.6.2.7 , to branch point 1.30.2.6
#134645 by moshe weitzman, modified. Prevent duplicate queries attempting to load fid = 0.

Revision 1.30.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 02:46:34 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.8: +5 -10 lines
Diff to previous 1.30.2.8 , to branch point 1.30
#134645 by moshe weitzman, modified. Prevent duplicate queries attempting to load fid = 0.

Revision 1.9.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 02:46:16 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.27: +5 -10 lines
Diff to previous 1.9.2.27 , to branch point 1.9
#134645 by moshe weitzman, modified. Prevent duplicate queries attempting to load fid = 0.

Revision 1.9.2.25.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 02:45:08 2007 UTC (2 years, 7 months ago) by quicksketch
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.2: +5 -10 lines
Diff to previous 1.9.2.25.2.2 , to branch point 1.9.2.25
#134645 by moshe weitzman, modified. Prevent duplicate queries attempting to load fid = 0.

Revision 1.30.2.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 07:01:40 2007 UTC (2 years, 8 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.6: +1 -30 lines
Diff to previous 1.30.2.6.2.6 , to branch point 1.30.2.6
Issue #123340. Moving formatters to imagecache. Past this version, views users MUST upgrade their imagecache version!

Revision 1.9.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 06:57:59 2007 UTC (2 years, 8 months ago) by quicksketch
Branch: DRUPAL-4-7
Changes since 1.9.2.26: +1 -61 lines
Diff to previous 1.9.2.26 , to branch point 1.9
Issue #123340. Moving formatters to imagecache. Past this version, views users MUST upgrade their imagecache version!

Revision 1.30.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 06:56:48 2007 UTC (2 years, 8 months ago) by quicksketch
Branch: DRUPAL-5
Changes since 1.30.2.7: +1 -63 lines
Diff to previous 1.30.2.7 , to branch point 1.30
Issue #123340. Moving formatters to imagecache. Past this version, views users MUST upgrade their imagecache version!

Revision 1.30.2.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 10:02:26 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.5: +14 -5 lines
Diff to previous 1.30.2.6.2.5 , to branch point 1.30.2.6
rearrange the divs a bit so the progress bar only occupies the same area as the
file upload widget, instead of the entire fieldset.

Revision 1.9.2.25.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 09:55:40 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25.2.1: +98 -8 lines
Diff to previous 1.9.2.25.2.1 , to branch point 1.9.2.25
ajax support backport for 4.7

Revision 1.9.2.25.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 08:45:14 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7--2
Changes since 1.9.2.25: +31 -6 lines
Diff to previous 1.9.2.25
I guess I should commit to the right branch. :)

Revision 1.9.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 08:41:26 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.25: +31 -6 lines
Diff to previous 1.9.2.25 , to branch point 1.9
adding token support to 4.7.x-2.x branch.

Revision 1.9.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 08:00:34 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Branch point for: DRUPAL-4-7--2
Changes since 1.9.2.24: +38 -30 lines
Diff to previous 1.9.2.24 , to branch point 1.9
splitting hook_widget ops into functions.

Revision 1.9.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 07:54:23 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.23: +5 -3 lines
Diff to previous 1.9.2.23 , to branch point 1.9
fix pass by ref in imagefield_check_directory.
fix type in imagefield_clear_field_session

Revision 1.30.2.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 07:32:58 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.4: +22 -24 lines
Diff to previous 1.30.2.6.2.4 , to branch point 1.30.2.6
Woot Ajax uploads are working.. JEEE_HAAAAAWWWWWD!

Revision 1.30.2.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 06:56:28 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.3: +100 -16 lines
Diff to previous 1.30.2.6.2.3 , to branch point 1.30.2.6
#72778, First round of integrating jquery/ajax uploads... thanks heaps nedjo.
got the imagefield_js filled in...  she sorta works.. the buttons don't seem to be submitting quite right
with multiple imagefields on the same node.

Revision 1.30.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 05:01:29 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.30.2.6: +10 -5 lines
Diff to previous 1.30.2.6 , to branch point 1.30
#121385, missing imagefields on display fields tab.
        default values were completely broken and making the form go berzerk.
#119048, fix pass by reference, for some reason file_check_directory &$directory's
        even though directory isn't modified. added a variable.

Revision 1.30.2.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 22 19:57:34 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.2: +1 -33 lines
Diff to previous 1.30.2.6.2.2 , to branch point 1.30.2.6
moving formatters to imagecache.

Revision 1.30.2.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 20:03:00 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6.2.1: +74 -60 lines
Diff to previous 1.30.2.6.2.1 , to branch point 1.30.2.6
Initial split of hook_widget ops into their own functions.

Revision 1.30.2.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 19:40:18 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.30.2.6: +34 -8 lines
Diff to previous 1.30.2.6
Initial addition of token support in imagefield. --dopry

Revision 1.9.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 03:54:47 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.22: +6 -2 lines
Diff to previous 1.9.2.22 , to branch point 1.9
#118971 by energie, fixing hanging values after final image deletion.

Revision 1.30.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 03:53:00 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5--2
Changes since 1.30.2.5: +8 -1 lines
Diff to previous 1.30.2.5 , to branch point 1.30
#118971 by energie, fix hanging values after image deletion.
awesome. I didn't even realize the unset stuff had made it into CCK.

Revision 1.9.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 07:20:39 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.21: +26 -12 lines
Diff to previous 1.9.2.21 , to branch point 1.9
#103025 by quicksketch, add file_check_directory before every upload via imagefield_form_check_directory.

Revision 1.30.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 07:20:25 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5
Changes since 1.30.2.4: +26 -12 lines
Diff to previous 1.30.2.4 , to branch point 1.30
#103025 by quicksketch, add file_check_directory before every upload via imagefield_form_check_directory.

Revision 1.9.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 07:09:56 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.20: +5 -8 lines
Diff to previous 1.9.2.20 , to branch point 1.9
#101132 by dodazzi. Add easy clearing css to imagefield.css
#100734 by dopry, fixes missing array key for _SESSION in _imagefield_store_temp_file.

Revision 1.30.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 06:12:53 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5
Changes since 1.30.2.3: +3 -5 lines
Diff to previous 1.30.2.3 , to branch point 1.30
#110860 by yojoe, removed unnecessary inner loop in imagecache_clear_field_session

Revision 1.9.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 06:11:24 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.19: +3 -5 lines
Diff to previous 1.9.2.19 , to branch point 1.9
#110860 by yojoe, fixed for loop in _imagecache_clear_field_session

Revision 1.9.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 04:56:39 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.18: +13 -11 lines
Diff to previous 1.9.2.18 , to branch point 1.9
Updating image field to hide formatter options in newver version of CCK where content.module has taken this
over.

Revision 1.30.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 04:45:14 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-5
Changes since 1.30.2.2: +13 -19 lines
Diff to previous 1.30.2.2 , to branch point 1.30
Updating to hide old formatter options is a recent CCK is installed instead of just offering a warning.

Revision 1.30.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 01:55:12 2007 UTC (2 years, 10 months ago) by dopry
Branch: DRUPAL-5
Changes since 1.30.2.1: +13 -1 lines
Diff to previous 1.30.2.1 , to branch point 1.30
-added warning to imagecache settings preset that the settings will not
work if you are running CCK after the display fields patch went in.

Revision 1.9.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 05:17:08 2007 UTC (2 years, 10 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.17: +34 -26 lines
Diff to previous 1.9.2.17 , to branch point 1.9
#112221, fixing type in widget form.

Revision 1.30.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 05:16:09 2007 UTC (2 years, 10 months ago) by dopry
Branch: DRUPAL-5
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
#112221, fixing typo in widget form

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 08:25:51 2006 UTC (2 years, 10 months ago) by dopry
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
#106027 by webchick, fix t() - % implies theme_placeholder.

Revision 1.9.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:17:21 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.16: +1 -2 lines
Diff to previous 1.9.2.16 , to branch point 1.9
#86717 by dopry, removed duplicate id on delete checkbox.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:16:02 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28
#86717 by dopry, duplicate id on delete checkbox removed

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:06:45 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.27: +39 -1 lines
Diff to previous 1.27
#83377 by dopry, support private file downloads without enabling upload.module.

Revision 1.9.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 06:05:32 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.15: +39 -1 lines
Diff to previous 1.9.2.15 , to branch point 1.9
#83377 by dopry, support private file downloads without enabling upload.module

Revision 1.9.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 05:49:55 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.14: +19 -18 lines
Diff to previous 1.9.2.14 , to branch point 1.9
#78892 by dodazzi, shiny new imagefield ui. backport by moi.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 05:15:57 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.26: +13 -15 lines
Diff to previous 1.26
#78892 by dodazzi, make that image field ui look good, yeah. I went ahead and removed the
theme_imagefield_image_preview function... it wasn't doin too much anymore.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 05:38:34 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.25: +2 -8 lines
Diff to previous 1.25
#73980 by dopry, use theme_field for imagefield output

Revision 1.9.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 05:34:17 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.13: +2 -6 lines
Diff to previous 1.9.2.13 , to branch point 1.9
#73980 by dopry, use theme_field for imagefield output

Revision 1.9.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 04:56:03 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.12: +43 -14 lines
Diff to previous 1.9.2.12 , to branch point 1.9
added custom alt and title support to DRUPAL-4-7 branch of imagefield

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 04:48:04 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.24: +41 -16 lines
Diff to previous 1.24
Added support for option title and alt tags.

Revision 1.9.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 03:49:56 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.11: +40 -7 lines
Diff to previous 1.9.2.11 , to branch point 1.9
imagecache integration per field. If you have image cache installed you have the option to
select a preset for the teaser and the body on a per field basis.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 02:52:09 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.23: +41 -4 lines
Diff to previous 1.23
Integrate imagecache support into imagefield on a per field basis..
You can specify a body preset and a teaser preset.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 01:45:35 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.22: +101 -92 lines
Diff to previous 1.22
#73174 by quicksketch, add per imagefield distinct folder support

Revision 1.9.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 01:16:40 2006 UTC (2 years, 11 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.10: +110 -113 lines
Diff to previous 1.9.2.10 , to branch point 1.9
#73174 by quicksketch, add per field directory support to imagefield

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 07:02:42 2006 UTC (2 years, 11 months ago) by dopry
Branch: MAIN
Changes since 1.21: +4 -13 lines
Diff to previous 1.21
hrm... stuff I forgot to commit. .info update and removing some cruft for passing node_data around...
seems like cck is maintaining the state of node_data from prepare to form again.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 23:30:54 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
#84903, drewish, module update extraorinaire,  pointed out there were
still a couple module_exist() hanging out.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:17:53 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.19: +7 -7 lines
Diff to previous 1.19
#84903 -final, replace form_render with drupal_render, tnx drewish.

The module itself should be DRUPAL-5 compatible. I'm not sure if it is
DRUPAL-5 cck compatible. I will branch as DRUPAL-5 once I've tested cck
compatability.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:13:16 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#84903 -partial, updated t() calls. tnx, drewish.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:10:10 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
#84903 -partial, theme_add_style -> drupal_add_css, tnx drewish.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:08:19 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.16: +1 -10 lines
Diff to previous 1.16
#84903 -partial,  removing hook_help since it only provides a
description, and that
moved to the .info. Fixing description text in .info(emphasize cck and remove
image.module required.), tnx drewish

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 17:56:55 2006 UTC (3 years ago) by dopry
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.9.2.9: +2 -4 lines
Diff to previous 1.9.2.9 , to branch point 1.9
removing some whitespace.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 17:47:04 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.15: +18 -20 lines
Diff to previous 1.15
Bringing all updates from DRUPAL-4-7 branch into head to begin working
on 5.0.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 05:10:48 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
emphasize membership in CCK, tnx greggles.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 05:09:56 2006 UTC (3 years ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.8: +2 -2 lines
Diff to previous 1.9.2.8 , to branch point 1.9
emphasize module membership in CCK. thanks greggles.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 02:05:15 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
#84102 fixed scalar array on delete issue. tnx, webchick

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 02:01:21 2006 UTC (3 years ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.7: +4 -2 lines
Diff to previous 1.9.2.7 , to branch point 1.9
issue #84102 fixed scalar error on delete issue, tnx webchick

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 07:17:34 2006 UTC (3 years ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.6: +3 -2 lines
Diff to previous 1.9.2.6 , to branch point 1.9
hopefully I got the not an array bug on _imagefield_file_load once and
for all.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 12 21:14:00 2006 UTC (3 years, 1 month ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.5: +3 -3 lines
Diff to previous 1.9.2.5 , to branch point 1.9
#87822
fixed reversed alt and title arguments in several locations.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 12 20:48:18 2006 UTC (3 years, 1 month ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.4: +14 -15 lines
Diff to previous 1.9.2.4 , to branch point 1.9
#75131
modified version of drewish's patch with a cast to array on
node_field[delta] in the array_merge. tnx.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 05:14:12 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#73210
tnx drumm.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 05:12:47 2006 UTC (3 years, 1 month ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.3: +2 -2 lines
Diff to previous 1.9.2.3 , to branch point 1.9
#73210 fixed help text, tnx drumm.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 03:44:35 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
pgsql fix
@http://drupal.org/node/80083#comment-134172
tnx, havran (http://drupal.org/user/9371)

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 03:43:21 2006 UTC (3 years, 1 month ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.2: +3 -3 lines
Diff to previous 1.9.2.2 , to branch point 1.9
pgsql fix
@http://drupal.org/node/80083#comment-134172
tnx, havran (http://drupal.org/user/9371)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 03:16:05 2006 UTC (3 years, 1 month ago) by dopry
Branch: MAIN
Changes since 1.10: +44 -6 lines
Diff to previous 1.10
content_format update & imagecache integration by KarenS
http://drupal.org/node/76643#comment-135954
tnx.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 27 03:14:01 2006 UTC (3 years, 1 month ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9.2.1: +44 -6 lines
Diff to previous 1.9.2.1 , to branch point 1.9
committing formatter update and imagecache integration patch by KarenS
http://drupal.org/node/76643#comment-135954
tnx bunches... I didn't even notice the changes in cck... gotta get back
into the groove.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 22:08:32 2006 UTC (3 years, 2 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.9: +51 -27 lines
Diff to previous 1.9
commit workarounds to get imagefield 4.7 running until cck decides to get fixed or I get
told I'm using the api wrong.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 20:19:56 2006 UTC (3 years, 2 months ago) by dopry
Branch: MAIN
Changes since 1.9: +51 -27 lines
Diff to previous 1.9
working around broken hook_widget prepare form values in cck 4.7.
see http://drupal.org/node/81928

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 2 10:27:39 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.8: +28 -34 lines
Diff to previous 1.8
some changes to the ui and wrapped the return from the imagefield view handler in
theme('imagefield_views_image')....

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 23:55:09 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.7: +1 -7 lines
Diff to previous 1.7
I'm going to trust between jonbob and myself we got the abstraction for
single and multiple fields correct in content.module with the views
integration.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 23:49:44 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.6: +12 -55 lines
Diff to previous 1.6
Added views support to display the image. I know it works for single
image imagefields, multiple image imagefields aren't tested but may
work.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 22:04:51 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
oops put my greater than in the wrong place... sry.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 21:16:45 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
Text cleanups.
re: http://drupal.org/node/74332
tnx robroy

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 21:13:17 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
thanks acbot, re: http://drupal.org/node/74178

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 18 21:04:11 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
fixing single imagefield delete other fields on edit bug.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 7 21:04:18 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Adding readme with cck version requirements and some notes on how to get previews working.
fixing _content_fields to content_fields

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 7 05:41:01 2006 UTC (3 years, 4 months ago) by dopry
Branch: MAIN
moving this to make project module happy. Where oh where is JonBob

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