Log of /contributions/modules/filefield/field_file.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 16 07:10:40 2008 UTC
(12 months, 1 week ago)
by
dopry
Branch:
MAIN
Changes since
1.19: +5 -1 lines
Diff to
previous 1.19
#333994 by Grunog2, Not setting file permissions on uploads. set perms to 644 after file_save_upload in field_file.inc
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 31 01:54:37 2008 UTC
(12 months, 4 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.18: +3 -3 lines
Diff to
previous 1.18
#319114 by pasqualle, fix notices in field_file_save_file using variable names copy and pasted from field_file_save_upload.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 7 05:50:32 2008 UTC
(16 months, 3 weeks ago)
by
dopry
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA3
Branch point for:
DRUPAL-6--2
Changes since
1.10: +30 -12 lines
Diff to
previous 1.10
update hook_file implementation to reflect modt recent core hook_file path with callbacks per $op.
add field_file_references($file, $field) to load references by field.
rename $item['filefield_delete'] to more descriptive $item['field_name'].
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 27 23:36:31 2008 UTC
(17 months ago)
by
jpetso
Branch:
MAIN
Changes since
1.6: +2 -3 lines
Diff to
previous 1.6
Take modularization a step further, expanding it to formatters as well.
Also, for consistency, files are converted to objects (and back, in case)
every time they are passed to other modules.
Plus the usual minor cleanups and documentation fixes.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 27 16:15:15 2008 UTC
(17 months ago)
by
jpetso
Branch:
MAIN
Changes since
1.2: +61 -9 lines
Diff to
previous 1.2
Add field_file_save_upload() to field_file.inc so that we can have
'insert' and 'update' hooks for hook_file().
Also make sure that we can pass by reference in any case (so that modules
can insert properties on $op = 'load'), and adapt some style bits to
core's style conventions.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 11 03:57:24 2008 UTC
(17 months, 2 weeks ago)
by
jpetso
Branch:
MAIN
Starting the Drupal 6 port, reusing dopry's field_file.inc from imagefield
and Crell's D6 patch at issue #269073. filefield.module is not yet being
committed though, I don't feel like it's ready even for a -dev version
in the current state. Regard this commit as move to make it easier to work
on the #269073 patch.
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.