Log of /contributions/modules/filefield/filefield_widget.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 13 00:27:57 2009 UTC
(7 months, 2 weeks ago)
by
quicksketch
Branch:
MAIN
Changes since
1.80: +2 -1 lines
Diff to
previous 1.80
Including transliteration.inc manually to prevent function not found errors when files are not saved through an upload field..
Revision
1.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 10 15:57:38 2009 UTC
(7 months, 2 weeks ago)
by
quicksketch
Branch:
MAIN
Changes since
1.78: +12 -1 lines
Diff to
previous 1.78
#425252: Clean up user names to remove unsafe characters when transliteration and user tokens are combined.
Revision
1.61 -
(
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.60: +8 -6 lines
Diff to
previous 1.60
Better CSS styling with a line rule to separate the preview and the edit fields. More consistent with existing markup.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 11 01:41:58 2009 UTC
(8 months, 2 weeks ago)
by
quicksketch
Branch:
MAIN
Changes since
1.58: +1 -7 lines
Diff to
previous 1.58
#397578: Uncouple ImageField from custom FileField hooks. Implement ImageField as a dependent widget for FileField.
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 1 05:17:37 2009 UTC
(8 months, 4 weeks ago)
by
quicksketch
Branch:
MAIN
Changes since
1.54: +76 -49 lines
Diff to
previous 1.54
#387194: Major FileField UI Refactoring. Putting File info side-by-side the preview, hiding fields that are unnecessary before uploading a file.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 28 22:50:18 2009 UTC
(8 months, 4 weeks ago)
by
quicksketch
Branch:
MAIN
Changes since
1.53: +9 -2 lines
Diff to
previous 1.53
CSS and Markup changes to make it so that clicking upload buttons doesn't cause unexpected wrapping of text when the buttons are floated.
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 5 19:54:43 2009 UTC
(9 months, 3 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.50: +4 -2 lines
Diff to
previous 1.50
#303286 by dopry, drewish, moonshine, Add field to file during validation so it is available during hook_file_insert.
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 31 17:45:53 2009 UTC
(9 months, 3 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.47: +8 -2 lines
Diff to
previous 1.47
#292151 by dopry, delete files when replaced.
#366989 by dopry, fix php notice for Undefined index class.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 16 08:09:27 2008 UTC
(12 months, 1 week ago)
by
dopry
Branch:
MAIN
Changes since
1.42: +3 -3 lines
Diff to
previous 1.42
#325198 by Amitaibu, Maximum upload size per node is never checked for unrequired field
good catch... thanks.
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 11 18:50:10 2008 UTC
(15 months, 2 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.30: +16 -19 lines
Diff to
previous 1.30
#286834 by quicksketch and dopry, so AHAH was in place... If you're using ahah make sure your wrapper id exists,
otherwise stuff can be a real mess. Also the jQuery form plugin does file submission in an iFrame and you can't
trust the post in the network console. I had to put the ahah wrapper in #prefix/#suffix and they have to be
overridden in the JS callback to prevent duplicate div wrappers appearing... I kind of wish ahah replaced it's
wrapper rather than inserting inside the wrapper. ce la vie. but here is working JS upload and remove.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 04:24:41 2008 UTC
(15 months, 4 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.26: +3 -7 lines
Diff to
previous 1.26
#287946 by dopry, the node_form_submit_build_node($form, $form_state) isn't needed
for normal submit callbacks... only a re-build is needed. I need to research what the
submit build function is for... I think maybe it's only needed for JS callbacks...
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 31 01:02:15 2008 UTC
(15 months, 4 weeks ago)
by
drewish
Branch:
MAIN
Changes since
1.25: +2 -1 lines
Diff to
previous 1.25
#289284 by drewish, Update filefield_meta to D6. The metadata is loaded
into $file->data now but still stored in the filefield_meta table for
future views use. There's no display of the data at this point.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 30 18:02:41 2008 UTC
(15 months, 4 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.23: +5 -1 lines
Diff to
previous 1.23
#288426 by drewish, Imagefield doesn't validate image resolution. with modificcation.
we're going to simple require that each validation callback require a matching help
callback. I don't even want to bother with function exists.
added help callback for core file_validate_image_resolution callback.
added node_form_submit_build_node which snuck in there but was needed anyway...
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 26 20:11:01 2008 UTC
(16 months ago)
by
dopry
Branch:
MAIN
Changes since
1.21: +4 -1 lines
Diff to
previous 1.21
#286834 by eojthebrave and drewish,
Only uploads/removes file if required fields are filled out, then wipes all fields
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 23 14:44:39 2008 UTC
(16 months ago)
by
dopry
Branch:
MAIN
Changes since
1.19: +1 -5 lines
Diff to
previous 1.19
#286144 by Moonshine with modifications. Set default values for CCK properly. Issues remain with 'Add a new item' on
unlimited value fields.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 23 00:05:30 2008 UTC
(16 months, 1 week ago)
by
dopry
Branch:
MAIN
Changes since
1.18: +24 -17 lines
Diff to
previous 1.18
updating list option settings a little... adding list options update to .install...
merging all drupal 6 updates into a single update function...
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 17 04:54:15 2008 UTC
(16 months, 1 week ago)
by
dopry
Branch:
MAIN
Changes since
1.14: +16 -3 lines
Diff to
previous 1.14
beginning to restore ahah magic... need to figure out the change from the old multiform callback,
and the current widget system....
Revision
1.11 -
(
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.10: +13 -17 lines
Diff to
previous 1.10
initialize data as array, and deserialize on item load, since the 'serialize' flag in the schema
only works on the way in.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 15 04:26:36 2008 UTC
(16 months, 2 weeks ago)
by
dopry
Branch:
MAIN
Changes since
1.6: +35 -42 lines
Diff to
previous 1.6
remove after_build...
add pass through to {$element['#type']}_widget_{$callback} to filefield_widget_{$callback}'s
imagefield now completely extends filefield... and filefield can use the imagefield widgets...
dirty promiscuous widgets...
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.