/[drupal]/contributions/modules/filefield/filefield_field.inc
ViewVC logotype

Log of /contributions/modules/filefield/filefield_field.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.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 19:18:10 2009 UTC (5 weeks, 1 day ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-2, HEAD
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
#543050: Grammar correction, missing the word "be".

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 18:09:05 2009 UTC (5 weeks, 1 day ago) by quicksketch
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
#588052 by mrfelton: Set a WATCHDOG_WARNING if a file cannot be displayed.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 22:47:08 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-1
Changes since 1.31: +5 -4 lines
Diff to previous 1.31
#470090 by DeFr: Don't node_load() to check file deletions on new revisions.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 22:30:08 2009 UTC (7 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0
Changes since 1.30: +2 -1 lines
Diff to previous 1.30
Adding "default" flag to identify when default images are being displayed.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 00:42:18 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
Small change to use empty() to prevent notices when using admin/content/node bulk operations.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 19:14:02 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.28: +25 -7 lines
Diff to previous 1.28
#366434 and #430196: FileField specific Views support, adding the "list" filter and the "data" field.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 19:58:07 2009 UTC (7 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC1
Changes since 1.27: +30 -4 lines
Diff to previous 1.27
Further FID checking at the FileField API level to prevent invalid FIDs from being referenced.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 06:13:07 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.26: +31 -13 lines
Diff to previous 1.26
Code style cleanup, mostly comments and PHPdoc.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 05:46:52 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.25: +5 -2 lines
Diff to previous 1.25
#414212: File Not Deleted When Deleting Node with Multiple Revisions.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 16:10:37 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.24: +13 -1 lines
Diff to previous 1.24
#299329: Alt and Title display "a" in Views.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 15:47:36 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#410436 by justinrandell: field_file_delete called on non-existent file.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 03:10:57 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.22: +10 -3 lines
Diff to previous 1.22
#338087: Default image support for ImageField. This isn't the final implementation I'd like to use, it'd feel better to have ImageField doing the sanitation itself.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 05:14:12 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA3
Changes since 1.21: +7 -1 lines
Diff to previous 1.21
#402860: Temporary fix to work around double (or triple) serialized data until #407446 is fixed in CCK core.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 05:12:30 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
#404306: Write a log message if a displayed file is not found.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 03:43:37 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#406828: Code cleanup.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 01:06:51 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.18: +1 -5 lines
Diff to previous 1.18
#402860: Fix double-serialized data in the "data" column for each field.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 06:21:21 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA1
Changes since 1.17: +10 -6 lines
Diff to previous 1.17
#367267 by markus_petrux: Set empty files to NULL instead of unsetting.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 02:58:55 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.16: +4 -6 lines
Diff to previous 1.16
#367267: New mechanism for AHAH uploads, support for CCK Multigroup.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 01:43:47 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.15: +6 -4 lines
Diff to previous 1.15
#370531: Properly handle revisions of FileFields.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 17:57:45 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Adding $Id$ tag.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 07:09:32 2009 UTC (8 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.13: +16 -15 lines
Diff to previous 1.13
#388196: Revise the field configuration options for the "List" field.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 16:54:53 2009 UTC (8 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.12: +7 -6 lines
Diff to previous 1.12
#369310: Invalid argument supplied for foreach() when updating nodes.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 22:22:42 2009 UTC (9 months, 3 weeks ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA7
Changes since 1.11: +8 -0 lines
Diff to previous 1.11
#292191 by dagmar, fix uploads on new nodes, now that files get deleted.
tnx.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 17:45:52 2009 UTC (9 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.10: +14 -0 lines
Diff to previous 1.10
#292151 by dopry, delete files when replaced.
#366989 by dopry, fix php notice for Undefined index class.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 18:33:41 2009 UTC (9 months, 4 weeks ago) by drewish
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
#363960 by alexpott: Data array not unserialized on the sanitize call.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 22:18:57 2008 UTC (12 months, 2 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA6
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
#331599 by Moonshine: Use CCK's views relationship handler rather than the defaul views one.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:59:10 2008 UTC (14 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA5
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
#305476 by drewish, Incorrect #options keys in filefield_field_settings_form().

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 14:22:36 2008 UTC (14 months, 4 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-4
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
#295896 by drewish, Fields were loosing the Hide Description setting.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 20 00:37:16 2008 UTC (15 months ago) by drewish
Branch: MAIN
Changes since 1.5: +10 -3 lines
Diff to previous 1.5
#295896 by Amitaibu and webchick, Allow file's description field to be hidden and set defaults for field settings.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 00:05:30 2008 UTC (16 months ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-alpha2, DRUPAL-6--3-0-ALPHA-1, DRUPAL-6--3-0-ALPHA-2, DRUPAL-6--3-0-ALPHA-3
Changes since 1.4: +21 -12 lines
Diff to previous 1.4
updating list option settings a little... adding list options update to .install...
merging all drupal 6 updates into a single update function...

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 16:39:54 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
remove a crufty dsm...

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 16:35:00 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
initialize data as array, and deserialize on item load, since the 'serialize' flag in the schema
only works on the way in.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 05:26:15 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.1: +53 -0 lines
Diff to previous 1.1
losing filefield_*_settings.incs... just too many files...

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 04:57:43 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
strip filefield to basics to prep for D6 release and as ImageField dependency.

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