/[drupal]/contributions/modules/imagefield/imagefield_widget.inc
ViewVC logotype

Log of /contributions/modules/imagefield/imagefield_widget.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 15:30:18 2009 UTC (2 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-2, HEAD
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
#581074: Theme function should not take arguments by reference.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 02:17:31 2009 UTC (6 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-1
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
Fixing two small notices when ALT and Title text is not enabled.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 22:23:46 2009 UTC (6 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.37: +5 -1 lines
Diff to previous 1.37
#442600: Set default image extensions to png, gif, jpg, jpeg.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 23:51:35 2009 UTC (7 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0
Changes since 1.36: +4 -14 lines
Diff to previous 1.36
PHP doc corrections and updates.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 23:47:58 2009 UTC (7 months ago) by quicksketch
Branch: MAIN
Changes since 1.35: +3 -13 lines
Diff to previous 1.35
Adjusting weights on fields to make resolution options appear consecutively. Removing file_extensions option that is added by FileField.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 19:57:10 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.34: +25 -6 lines
Diff to previous 1.34
#331713 by guix: Make the field type of the title configurable.

Revision 1.34 - (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
CVS Tags: DRUPAL-6--3-0-RC1
Changes since 1.33: +2 -1 lines
Diff to previous 1.33
Only add the imagefield.css file when displaying an imagefield widget.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 02:12:50 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
#240863: Add a note that EXIF data is lost on resize.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 04:30:50 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
#331713: Increase lengths of alt and title texts.

Revision 1.31 - (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.30: +77 -2 lines
Diff to previous 1.30
#338087: Default image support.

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

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 00:57:55 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28
#329779: Validate image resolution settings.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 23:36:18 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
#403756 by radiantflow. Alt field settings not checked correctly.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 05:30:55 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA1
Changes since 1.26: +5 -1 lines
Diff to previous 1.26
#402362: Remove Automatic FileField Preview Theme Function.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 05:25:06 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.25: +29 -13 lines
Diff to previous 1.25
#366078: Adding help text to title and alt fields. Enabling working token support for image fields.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 03:37:59 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Properly saving widget settings.

Revision 1.24 - (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.23: +37 -31 lines
Diff to previous 1.23
#397578: Uncouple ImageField from custom FileField hooks. Implement ImageField as a dependent widget for FileField.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 18:40:12 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.22: +2 -6 lines
Diff to previous 1.22
Code style fixes.

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

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 14:53:56 2008 UTC (14 months, 4 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.20: +7 -7 lines
Diff to previous 1.20
Removing trailing whitespace.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 19:07:54 2008 UTC (16 months ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-1
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
fix label rendering.

Revision 1.19 - (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.18: +1 -12 lines
Diff to previous 1.18
hey mah, look no after_build... and I'm chaining my process and validate callbacks with
fapi now...

Revision 1.18 - (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.17: +18 -16 lines
Diff to previous 1.17
finish moving title and alt to [data] array. Yea it works...

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 00:42:30 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16
hey, alt and title! You guys need to get over there in data and get serialized
with the rest of the non-fid oddballs.

Revision 1.16 - (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.15: +6 -0 lines
Diff to previous 1.15
The joyous return of #after_build and fixing of the default value callback.

Revision 1.15 - (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.14: +36 -34 lines
Diff to previous 1.14
being moving imagefield alt and title to ['data'] to become serialized gunk for filefield.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 05:35:21 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.13: +4 -6 lines
Diff to previous 1.13
fix array merge warning here and in filefield.

Revision 1.13 - (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.12: +4 -95 lines
Diff to previous 1.12
cleaning up unused cruftiness.

Revision 1.12 - (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.11: +28 -115 lines
Diff to previous 1.11
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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 01:08:32 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
reported by drewish, nothing to merge if it's empty eh...

Revision 1.10 - (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.9: +51 -57 lines
Diff to previous 1.9
#282643 by drewish,
-- clean up notices on validation.
-- add image min resolution setting.
-- add validation to default image uploads.

Revision 1.9 - (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.8: +84 -57 lines
Diff to previous 1.8
theme function cleanup...

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

Revision 1.8 - (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.7: +3 -20 lines
Diff to previous 1.7
make the form just a little prettier.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 06:17:11 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
update to renamed filefield..
cache clearing on update...
some other nitpicks.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 17:22:28 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.5: +33 -22 lines
Diff to previous 1.5
minor ui fixes + preview now viewable immediately after upload.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 16:36:55 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.4: +3 -0 lines
Diff to previous 1.4
You know if you set the button names, FormAPI might be able to tell them
apart.

Revision 1.4 - (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.3: +21 -16 lines
Diff to previous 1.3
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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 04:58:17 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.2: +40 -23 lines
Diff to previous 1.2
upload button working...
next steps:
  -- button/submit redirects.
  -- form theme.
  -- ajaxification.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 02:36:36 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.1: +139 -172 lines
Diff to previous 1.1
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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 00:38:50 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
splitting imagefield up into lots of includes for later conditional loading,
and the individual parts are starting to get bulky.

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