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

Log of /contributions/modules/upload_preview/upload_preview.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.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 19 20:48:04 2009 UTC (9 months ago) by rmiddle
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.13: +7 -3 lines
Diff to previous 1.13
[#377136] I missed a theme define.  Thanks Anselm Heaton

Revision 1.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 11:07:49 2008 UTC (10 months, 3 weeks ago) by rmiddle
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.11.2.4: +7 -8 lines
Diff to previous 1.11.2.4 , to branch point 1.11 , to next main 1.13
Clean up the code a little.  Fix minor issues that coder found.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 03:27:08 2008 UTC (10 months, 4 weeks ago) by rmiddle
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.12: +47 -23 lines
Diff to previous 1.12
Initial port of Drupal 6.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 01:13:17 2008 UTC (10 months, 4 weeks ago) by rmiddle
Branch: MAIN
Changes since 1.11: +10 -9 lines
Diff to previous 1.11
Sync with current 5.x branch

Revision 1.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 13:02:53 2008 UTC (11 months, 2 weeks ago) by rmiddle
Branch: DRUPAL-5
Changes since 1.11.2.3: +2 -2 lines
Diff to previous 1.11.2.3 , to branch point 1.11
[#337839] by KKaefer - Update wording to be cleaner.

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 03:10:55 2008 UTC (11 months, 2 weeks ago) by rmiddle
Branch: DRUPAL-5
Changes since 1.11.2.2: +5 -4 lines
Diff to previous 1.11.2.2 , to branch point 1.11
[#179378] by davidwhthomas - Attempt to assign property of non-object in

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 03:03:05 2008 UTC (11 months, 2 weeks ago) by rmiddle
Branch: DRUPAL-5
Changes since 1.11.2.1: +5 -5 lines
Diff to previous 1.11.2.1 , to branch point 1.11
[#210647] by stella - make preview image be a link to original image

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 02:55:31 2008 UTC (11 months, 2 weeks ago) by rmiddle
Branch: DRUPAL-5
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
[#337839] by seaji - Minor text fix that could cause some people issues.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 19:31:37 2008 UTC (22 months, 1 week ago) by timcn
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.10: +7 -7 lines
Diff to previous 1.10
Added class names to upload table. Patch by urbanfalcon (with modifications)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 14:04:29 2007 UTC (2 years, 5 months ago) by timcn
Branch: MAIN
Changes since 1.9: +40 -1 lines
Diff to previous 1.9
Implemented #109253: Preview also in the view page

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 13:40:21 2007 UTC (2 years, 5 months ago) by timcn
Branch: MAIN
Changes since 1.8: +4 -5 lines
Diff to previous 1.8
#118739: Should not alter form if upload is disabled for content type

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 16:18:31 2007 UTC (2 years, 9 months ago) by timcn
Branch: MAIN
Changes since 1.7: +11 -4 lines
Diff to previous 1.7
#121762: Private file support by toeofdestiny

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 17:29:47 2007 UTC (2 years, 9 months ago) by timcn
Branch: DRUPAL-4-7
Changes since 1.5: +30 -23 lines
Diff to previous 1.5 , to next main 1.13
#114232: Drupal 4.7 support by Rusland (partially modified and branched from 1.5)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 17:24:41 2007 UTC (2 years, 9 months ago) by timcn
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.6: +23 -30 lines
Diff to previous 1.6
Reverted commit (wrong branch)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 17:18:31 2007 UTC (2 years, 9 months ago) by timcn
Branch: MAIN
Changes since 1.5: +29 -22 lines
Diff to previous 1.5
#114232: Drupal 4.7 support by Rusland with some modifications

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 17:16:56 2007 UTC (2 years, 9 months ago) by timcn
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.4: +7 -3 lines
Diff to previous 1.4
Removed the empty table from the upload files section.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 15:36:15 2007 UTC (2 years, 10 months ago) by timcn
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3
#111649: Preview image is not displayed when uploaded image size is smaller than preview size

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 13 14:34:47 2007 UTC (2 years, 10 months ago) by timcn
Branch: MAIN
Changes since 1.2: +52 -44 lines
Diff to previous 1.2
Moved the file preview generation to a new hook: hook_upload_preview()

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 11:23:08 2007 UTC (2 years, 10 months ago) by timcn
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Added disable and uninstall hooks.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 13:38:33 2006 UTC (2 years, 11 months ago) by timcn
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Adds image preview thumbnails to the file attachment section. (Initial module version).

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