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

Log of /contributions/modules/filefield/filefield.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.209 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 17:46:22 2009 UTC (5 weeks, 1 day ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-2, HEAD
Changes since 1.208: +2 -3 lines
Diff to previous 1.208
#516104 by nonzero: Slightly shorter IF statement for file download access check.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 04:10:49 2009 UTC (4 months ago) by quicksketch
Branch: MAIN
Changes since 1.207: +2 -2 lines
Diff to previous 1.207
#519358: Form enctype attribute is set incorrectly.

Revision 1.50.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 03:36:54 2009 UTC (4 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.50.2.46: +5 -5 lines
Diff to previous 1.50.2.46 , to branch point 1.50 , to next main 1.209
#502344: Reduce requirement to PHP 5.0.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 03:28:35 2009 UTC (4 months ago) by quicksketch
Branch: MAIN
Changes since 1.206: +5 -4 lines
Diff to previous 1.206
#515622: Correct the number of default values when used with CCK 3.

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 02:59:36 2009 UTC (4 months ago) by quicksketch
Branch: MAIN
Changes since 1.205: +11 -3 lines
Diff to previous 1.205
#485336 by crotown: Make inline options configurable when using private downloads.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 00:34:57 2009 UTC (4 months ago) by quicksketch
Branch: MAIN
Changes since 1.204: +3 -2 lines
Diff to previous 1.204
#516104 by isaac77: Node access check for private files does not check node_access().

Revision 1.50.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 00:20:29 2009 UTC (4 months ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.50.2.45: +23 -15 lines
Diff to previous 1.50.2.45 , to branch point 1.50
#275293 by abhaga: Uploading to files/subfolder leads to files/ instead files/subfolder.

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 09:50:11 2009 UTC (4 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.203: +2 -2 lines
Diff to previous 1.203
#513204 by cafuego: Quote content type file name.

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:53:07 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-1
Changes since 1.202: +4 -4 lines
Diff to previous 1.202
#487078: Mime headers causing Firefox to truncate filenames with spaces.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:42:32 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.201: +4 -4 lines
Diff to previous 1.201
A few comment cleanups in hook_download.

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:38:13 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.200: +12 -12 lines
Diff to previous 1.200
#494176 by catch: Less restrictive hook_file_download(), check access on all nodes containing a file before denying access.

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 3 20:27:16 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.199: +3 -3 lines
Diff to previous 1.199
#505862: Make required includes available during install profiles.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 19:58:21 2009 UTC (5 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.198: +2 -2 lines
Diff to previous 1.198
#483232: Display flash files as inline when using private files.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 22:34:52 2009 UTC (5 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.197: +2 -1 lines
Diff to previous 1.197
#476518: Initialize $files variable in filefield_get_node_files().

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 01:00:59 2009 UTC (7 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0
Changes since 1.196: +3 -2 lines
Diff to previous 1.196
Small change to hook_file_references() to not return anything if the reference count is 0.

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 01:28:54 2009 UTC (7 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.195: +2 -2 lines
Diff to previous 1.195
#408474: Surpress warnings during image_resize() that may be caused by resizing animated GIFs.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 16:36:31 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.194: +17 -7 lines
Diff to previous 1.194
#429406: Adding additional messages for images that don't fit within dimensions.

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 05:30:24 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.193: +1 -4 lines
Diff to previous 1.193
#419180: Delete temporary files sooner instead of letting cron clean them up.

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 04:15:27 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.192: +5 -3 lines
Diff to previous 1.192
#356009: Better errors when uploads fail due to exceeding the post_max_size value.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 00:53:51 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.191: +15 -1 lines
Diff to previous 1.191
#391448: Adding support for devel generate.

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 20:37:37 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.190: +118 -31 lines
Diff to previous 1.190
#369560 and #380200: New APIs for retreiving a list of files within a node, and the inverse of retreiving a list of nodes that reference a file.

Revision 1.190 - (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.189: +11 -1 lines
Diff to previous 1.189
#366434 and #430196: FileField specific Views support, adding the "list" filter and the "data" field.

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 02:04:28 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.188: +23 -2 lines
Diff to previous 1.188
#386288: Reduce standard 2 upload sections to 1 when "Unlimited" number of values.

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 20:09:31 2009 UTC (7 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.187: +3 -19 lines
Diff to previous 1.187
#423824. Replace filefield_bytes() with format_size().

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 05:45:32 2009 UTC (7 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.186: +71 -1 lines
Diff to previous 1.186
#318960: Upload progress bar support.

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 16:08:54 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC1
Changes since 1.185: +1 -13 lines
Diff to previous 1.185
#417904: Remove Custom FileField hook_field_settings().

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 01:19:34 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.184: +43 -2 lines
Diff to previous 1.184
#417774: Add Public FileField API Functions and fix field_file_references() to not be field specific.

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 22:30:17 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.183: +4 -3 lines
Diff to previous 1.183
Small doc improvements.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 29 05:20:44 2009 UTC (7 months, 4 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.182: +2 -4 lines
Diff to previous 1.182
Small cleanup to hook_elements().

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 06:21:22 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.181: +3 -2 lines
Diff to previous 1.181
Adding absolute path to include field_file.inc.

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

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 04:22:58 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179
Correcting grammatical error, it's => its.

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 04:12:23 2009 UTC (8 months ago) by quicksketch
Branch: MAIN
Changes since 1.178: +7 -2 lines
Diff to previous 1.178
Moving FileField Token to an .inc file instead of a separate module.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 06:37:36 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA3
Changes since 1.177: +19 -1 lines
Diff to previous 1.177
#404764: Remove spans from path_plain and url_plain formatters. Move to FileField.

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 06:02:33 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.176: +14 -7 lines
Diff to previous 1.176
#319810: Check extensions based on Mime type if mimedetect module is available.

Revision 1.176 - (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.175: +5 -5 lines
Diff to previous 1.175
#406828: Code cleanup.

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 01:33:39 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.174: +1 -15 lines
Diff to previous 1.174
#405528: Remove "Extensible file" (filefield_combo) widget.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 00:35:16 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.173: +7 -3 lines
Diff to previous 1.173
#403216: Encoding type must be set on the node form in order to upload files without JavaScript.

Revision 1.50.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 04:20:18 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.50.2.44: +2 -2 lines
Diff to previous 1.50.2.44 , to branch point 1.50
#325795: Content-Disposition: attachment breaks swf content.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 03:17:59 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA1
Changes since 1.172: +5 -3 lines
Diff to previous 1.172
#372993: Remove private function calls from theme functions.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 02:51:49 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.171: +7 -2 lines
Diff to previous 1.171
#367267  by markus_petrux: Forward compatibility with Content Multigroup.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 03:29:40 2009 UTC (8 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170
#367267: Reverting line needed for multigroup support, since it breaks groups until the multigroup patch is applied.

Revision 1.170 - (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.169: +16 -35 lines
Diff to previous 1.169
#367267: New mechanism for AHAH uploads, support for CCK Multigroup.

Revision 1.169 - (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.168: +2 -2 lines
Diff to previous 1.168
#370531: Properly handle revisions of FileFields.

Revision 1.168 - (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.167: +7 -67 lines
Diff to previous 1.167
#397578: Uncouple ImageField from custom FileField hooks. Implement ImageField as a dependent widget for FileField.

Revision 1.167 - (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.166: +2 -1 lines
Diff to previous 1.166
Code style fixes.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 07:27:18 2009 UTC (8 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.165: +21 -3 lines
Diff to previous 1.165
#372401: Merge in only needed Drupal.settings for FileField.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 05:17:37 2009 UTC (8 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.164: +5 -1 lines
Diff to previous 1.164
#387194: Major FileField UI Refactoring. Putting File info side-by-side the preview, hiding fields that are unnecessary before uploading a file.

Revision 1.50.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 16:48:06 2009 UTC (8 months, 4 weeks ago) by quicksketch
Branch: DRUPAL-5--2
Changes since 1.50.2.43: +2 -2 lines
Diff to previous 1.50.2.43 , to branch point 1.50
#266321 by joachim. Icon interfering with flow of other form elements.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 10:56:30 2009 UTC (9 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.163: +12 -1 lines
Diff to previous 1.163
#370117 by drewish: form_alter the field settings form so it can accept uploads.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 19:54:43 2009 UTC (9 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.162: +13 -6 lines
Diff to previous 1.162
#303286 by dopry, drewish, moonshine, Add field to file during validation so it is available during hook_file_insert.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 03:04:25 2009 UTC (9 months, 3 weeks ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA7
Changes since 1.161: +1 -2 lines
Diff to previous 1.161
#359745 by jpetso, un necessary file inclusion for js callback.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 17:53:25 2009 UTC (10 months ago) by drewish
Branch: MAIN
Changes since 1.160: +17 -5 lines
Diff to previous 1.160
#355392 by markus_petrux: Wrong argument for array_merge().

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 22:38:26 2009 UTC (10 months, 2 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA6
Changes since 1.159: +1 -3 lines
Diff to previous 1.159
#349319 by Rob Loach: JavaScript on every page.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 23:22:11 2008 UTC (11 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.158: +9 -5 lines
Diff to previous 1.158
Clean up some PHP warnings.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 22:16:16 2008 UTC (11 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.157: +26 -6 lines
Diff to previous 1.157
Dropping the extraneous filefield_file.inc and merging it back into the .module.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 08:17:07 2008 UTC (12 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.156: +1 -4 lines
Diff to previous 1.156
#318216 by neochief, Multiple items becomes shuffle after creating a node

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 08:01:09 2008 UTC (12 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155
#291383 by webchick, hook_file_download() causes 404 for filefield-derived fields on private download

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 06:57:21 2008 UTC (12 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.154: +3 -2 lines
Diff to previous 1.154
#334468 by Sutharsan, cck/content_admin.inc not found during update.php. applied to head tnx.
#295620, Call to undefined function field_file_load().. decided to include field_file.inc at a global level.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 04:14:01 2008 UTC (12 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.153: +2 -8 lines
Diff to previous 1.153
#320330 by neochief, fix default value assignment in filefield_widget. huzzah! tnx.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 03:59:59 2008 UTC (12 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.152: +3 -3 lines
Diff to previous 1.152
#310698 by dopry, update the default value callback to only display a single extra filefield by default. There are still upstream issues with cck, see http://drupal.org/node/320313#comment-1083296

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 19:02:48 2008 UTC (13 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.151: +2 -4 lines
Diff to previous 1.151
#295620 by drewish, Revisiting the .inc includes.

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 22:13:26 2008 UTC (13 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.150: +6 -8 lines
Diff to previous 1.150
#295620 Fix includes to avoid "Call to undefined function field_file_load()"

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:58:53 2008 UTC (14 months, 1 week ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA5
Changes since 1.149: +3 -3 lines
Diff to previous 1.149
#308832 by pwolanin, Wrong datatype for second argument filefield.module on line 289.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 18:56:46 2008 UTC (14 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.148: +7 -2 lines
Diff to previous 1.148
#304077 by Moonshine, Follow-up little string cleanup...

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 19:53:25 2008 UTC (14 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.147: +9 -4 lines
Diff to previous 1.147
#304077 by Moonshine, Upload validation help string cleanup.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 14:47:12 2008 UTC (14 months, 4 weeks ago) by drewish
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-4
Changes since 1.146: +2 -2 lines
Diff to previous 1.146
#300619 by drewish, filefield_validate_is_image_help() should not have any parameters.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 27 13:54:18 2008 UTC (14 months, 4 weeks ago) by drewish
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145
#297035 by vladimir.dolgopolov, HTTP error 0 on AHAH callbacks.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 20:08:34 2008 UTC (15 months, 1 week ago) by drewish
Branch: MAIN
Changes since 1.144: +15 -15 lines
Diff to previous 1.144
Removing trailing whitespace.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 02:27:37 2008 UTC (15 months, 2 weeks ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-ALPHA-3
Changes since 1.143: +6 -2 lines
Diff to previous 1.143
remove unnecessary submit callback for remove_btn.
reset item to default value when remove is selected instead of just changing fid to 0 so description field gets erased.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 22:16:42 2008 UTC (15 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.142: +6 -1 lines
Diff to previous 1.142
fix max filesizer per node validation, if max_size is not set do not check.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 21:00:07 2008 UTC (15 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.141: +2 -1 lines
Diff to previous 1.141
dodge devel.module errors... I still really hate that I can't send the application/javascript content type..
I'm gonna track that bug down one day.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 20:54:21 2008 UTC (15 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.140: +83 -13 lines
Diff to previous 1.140
implement per node/field  max cumulative filesize validation.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 20:00:52 2008 UTC (15 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139
#293977 by Amitaibu, fix 404 errors on file view, typo in filefield's hook_file_download.

Revision 1.139 - (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.138: +15 -23 lines
Diff to previous 1.138
#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.50.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 18:09:40 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-4
Changes since 1.50.2.42: +2 -2 lines
Diff to previous 1.50.2.42 , to branch point 1.50
update client side accept validation to use , instead of | to make opera happy.

Revision 1.50.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 05:32:49 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.41: +3 -1 lines
Diff to previous 1.50.2.41 , to branch point 1.50
#278562 gonna bow to the devel_shutdown for a bit until I can write my own upload.js to work around
the crufty old stuff in core... It's a fix for D5 anyway.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 04:58:59 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-alpha2, DRUPAL-6--3-0-ALPHA-1, DRUPAL-6--3-0-ALPHA-2
Changes since 1.137: +2 -2 lines
Diff to previous 1.137
#286834 by drewish and dopry, fix validation blocking upload and remove functionality.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 00:34:48 2008 UTC (15 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.136: +2 -2 lines
Diff to previous 1.136
#289761 by nonsie, Display help text for images listing min size first followed by max size.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 17:05:52 2008 UTC (15 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.135: +5 -1 lines
Diff to previous 1.135
Adding a help function for file_validate_is_image().

Revision 1.50.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 15:08:14 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.40: +5 -3 lines
Diff to previous 1.50.2.40 , to branch point 1.50
#281617 by drewish backport by dopry, add alt tags to filefield mime icons.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 05:25:11 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.134: +3 -3 lines
Diff to previous 1.134
#286629 by dopry, restore default formatter. silly me.

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 03:21:56 2008 UTC (15 months, 3 weeks ago) by drewish
Branch: MAIN
Changes since 1.133: +25 -12 lines
Diff to previous 1.133
#289330 by drewish, build the upload validators array in a function so it
can be easily reused.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 18:02:41 2008 UTC (15 months, 3 weeks ago) by dopry
Branch: MAIN
Changes since 1.132: +18 -3 lines
Diff to previous 1.132
#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.132 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 20:13:25 2008 UTC (16 months ago) by dopry
Branch: MAIN
Changes since 1.131: +13 -9 lines
Diff to previous 1.131
i#286972 by Deciphered, Fix $extensions validation to enable any file if extensions left blank

Revision 1.131 - (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.130: +25 -3 lines
Diff to previous 1.130
#286144 by Moonshine with modifications. Set default values for CCK properly. Issues remain with 'Add a new item' on
unlimited value fields.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 00:05:30 2008 UTC (16 months ago) by dopry
Branch: MAIN
Changes since 1.129: +5 -5 lines
Diff to previous 1.129
updating list option settings a little... adding list options update to .install...
merging all drupal 6 updates into a single update function...

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 23:47:40 2008 UTC (16 months ago) by dopry
Branch: MAIN
Changes since 1.128: +50 -1 lines
Diff to previous 1.128
sweet upload validation seems to be back in play.

Revision 1.128 - (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.127: +5 -3 lines
Diff to previous 1.127
beginning to restore ahah magic... need to figure out the change from the old multiform callback,
and the current widget system....

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 23:47:17 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.126: +8 -1 lines
Diff to previous 1.126
some debugging state stuff for eaton to check out... wierdness with form_state/clicked buttons.

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 19:28:34 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125
apparently after_build is useless for me after all...

Revision 1.125 - (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.124: +11 -10 lines
Diff to previous 1.124
initialize data as array, and deserialize on item load, since the 'serialize' flag in the schema
only works on the way in.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 22:06:15 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.123: +9 -4 lines
Diff to previous 1.123
The return of #after_build and fixing of some widget pass throughs...

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 06:04:29 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.122: +11 -28 lines
Diff to previous 1.122
force list option now hides individual list checkboxes.

Revision 1.122 - (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.121: +91 -25 lines
Diff to previous 1.121
losing filefield_*_settings.incs... just too many files...

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 04:26:36 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.120: +4 -5 lines
Diff to previous 1.120
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...

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 02:07:46 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.119: +8 -4 lines
Diff to previous 1.119
fix module determination in filefield_file...
fix default value assignment in filefield_widget.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 00:56:31 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.118: +3 -6 lines
Diff to previous 1.118
fix to field_settings merging for file type fields depending on file field.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 23:29:39 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.117: +17 -5 lines
Diff to previous 1.117
adding initial widget development notes.
remove some debug code...
add field_settings callback implementations.

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 20:09:19 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.116: +23 -4 lines
Diff to previous 1.116
hook_widget_settings merge code for filefield widgets.
allows modules to simply call filefield_widget_settings($op, $wiget)
and implement {$widget_type}_widget_settings_{$op} callbacks.
filefield_widget_settings will try to dynamically include {$module}_widget.inc
so you can put the settings outside your module as desired.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 08:12:46 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.115: +8 -1 lines
Diff to previous 1.115
starting to clean up the forms a little.

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 06:18:07 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.114: +1 -2 lines
Diff to previous 1.114
losing a debugging statement.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 06:14:50 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.113: +4 -3 lines
Diff to previous 1.113
basic functioning minimal filefield for D6.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 05:29:07 2008 UTC (16 months, 1 week ago) by dopry
Branch: MAIN
Changes since 1.112: +18 -15 lines
Diff to previous 1.112
continuing along...

Revision 1.112 - (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
Changes since 1.111: +189 -747 lines
Diff to previous 1.111
strip filefield to basics to prep for D6 release and as ImageField dependency.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 17:40:46 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.110: +12 -12 lines
Diff to previous 1.110
rename widget include to match imagefield naming conventions.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 11:55:18 2008 UTC (16 months, 2 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3
Branch point for: DRUPAL-6--2
Changes since 1.109: +4 -4 lines
Diff to previous 1.109
#279216 by drewish: Better wording for the file size limit setting descriptions.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 22:15:56 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108
yeah serlized columns... fix hook_file_references args.

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 08:56:34 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107
move initialization of update_name to be fore it is first used.
add data column to file fields for widgets to store serialized data per item. (display settings, transform settings, etc).

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 05:50:32 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.106: +11 -24 lines
Diff to previous 1.106
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.106 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 05:08:14 2008 UTC (16 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
fix variable name in hook_field_settings call to _filefield_field_formatter_info()..

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 17:38:39 2008 UTC (16 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.104: +50 -2 lines
Diff to previous 1.104
#183864, #277943: File size restrictions.
Extensible via hook_filefield_filesize_restrictions(), used for
displaying the upload form as well as for validating the actual uploads.
And of course, this comes with the new per-file and per-node file size
restriction "examples".

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 23:25:44 2008 UTC (16 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.103: +66 -68 lines
Diff to previous 1.103
Less code duplication once more.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 23:39:14 2008 UTC (16 months, 3 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.102: +34 -2 lines
Diff to previous 1.102
Make node deletions and revisions work again.
Note that the 5.x revision bug (#263162) does *not* appear anymore. Whoo!

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 22:32:34 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101
Show the '#required' state of the "File widgets" table.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 20:47:29 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.100: +78 -118 lines
Diff to previous 1.100
Reduce code duplication.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 20:04:34 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.99: +130 -947 lines
Diff to previous 1.99
Filefield was becoming too large, so let's split it up.

filefield.formatter.inc and filefield.theme.inc work completely
with declarational 'file' properties in the various hooks,
whereas filefield.widget.inc still needs to be included manually.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 18:26:54 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.98: +28 -19 lines
Diff to previous 1.98
Reorder ($field, $file) parameters to ($file, $field), as I already
stumbled over a few instances where the former is suboptimal.
Also, pass possible file formatter settings to the theme function.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 17:14:42 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.97: +3 -3 lines
Diff to previous 1.97
Oh right, and remove the $info parameter from the widget specific hook,
we don't need that as it's given in the function name anyways.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 17:12:37 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.96: +75 -29 lines
Diff to previous 1.96
Remove the generic widget settings form_alter hook in favor of
multiple file widget specific ones. In tandem with that, add
file formatter settings to the field settings. Let's see if it works.

Also, make hook_file_widget_info() more like hook_file_formatter_info()
so that the array key doesn't specify the form element but is merely an
arbitrary key, with the need to be unique only inside each module.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 14:50:16 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.95: +310 -56 lines
Diff to previous 1.95
Next major stroke, admin UI: make file widgets and formatters sortable
and have a checkbox to enable/disable them.

The latter comes with additional functionality in terms of a validator
that only accepts files when any enabled widget handles it.
a.k.a. easy mimetype based upload restrictions. Makes it a breeze
to have image-only filefields without specifying the allowed extensions.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 20:53:40 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.94: +26 -25 lines
Diff to previous 1.94
Move filefield_check_directory() next to filefield_file_upload(),
which is the only place where it's actually used.
It had kind of an orphan status further down, which I didn't like.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 07:30:32 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.93: +7 -1 lines
Diff to previous 1.93
Fix lots of E_NOTICE errors.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 06:57:07 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.92: +8 -21 lines
Diff to previous 1.92
Make Coder happy. Style fixes all over the place.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 23:36:31 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.91: +218 -47 lines
Diff to previous 1.91
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.91 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 18:54:28 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.90: +4 -20 lines
Diff to previous 1.90
Clean up comments and deprecated code.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 18:29:59 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
Seems like using '#value' in the process callback is not such a good idea,
let's rather use '#default_value' where I stored the file.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 16:16:15 2008 UTC (16 months, 4 weeks ago) by jpetso
Branch: MAIN
Changes since 1.88: +9 -13 lines
Diff to previous 1.88
Use the new field_file_save_upload() function, and let modules
specify their own validators.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 12:20:58 2008 UTC (17 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3
Changes since 1.87: +7 -1 lines
Diff to previous 1.87
Don't drop CCK's '_weight' property, even if we have our own value callback.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 10:41:28 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86
content_field_form() doesn't reference but only alter the form
which the widgets are added to. Therefore, the original unbuilt form
should be passed, not the built one that is going to be scrapped.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 10:05:07 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
Make AHAH replacements still work for deltas > 0.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 19:43:01 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.84: +9 -1 lines
Diff to previous 1.84
Fix the "AHAH behavior not attached after replacement of the element" bug.
Thanks to yched for a hint into the right direction (form_clear_id())
and fago for bringing to my attention that script tags can also be
inserted in the HTML body and are executed instantly.

Take that, JavaScript! Hah.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 19:09:07 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.83: +38 -17 lines
Diff to previous 1.83
#274791: Validate empty upload fields on '#required' == TRUE.

Also (which took far more time), change the AHAH callback so that it gets
its replacement element from CCK instead of constructing it directly.
Not only does that merge stuff like '#required' into the element but
it also gets rid of a theming bug. That's how I like it :)

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 09:42:01 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.82: +6 -8 lines
Diff to previous 1.82
Use filefield_view_access() also in hook_file_download(), so that
the same objective isn't coded twice. As a downside, doing it this way
will not squeeze every last inch of CPU cycles out of this loop. Whatever.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 00:25:49 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.81: +3 -5 lines
Diff to previous 1.81
You know what, let's make use of the view access function in the formatter.
CCK checks for itself before calling it, but who knows how it gets abused
in evil other ways, so let's be prepared for that situation.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 23:51:28 2008 UTC (17 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.80: +17 -4 lines
Diff to previous 1.80
Add a filefield_view_access() function so that themers can check if they
should display a file or not, in case they're not using the regular
CCK formatters. Since I removed the access check from theme_filefield(),
this function's premier use is probably to salve my conscience.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 23:30:51 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.79: +4 -3 lines
Diff to previous 1.79
Things aren't fun if there are no todo items anymore, are they?
Right. So add a few more.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 23:26:48 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.78: +3 -3 lines
Diff to previous 1.78
Write some lyrical watchdog notifications in case uploading a file fails
for whatever reason. Not that I like writing such text, but hey, these
were the last two @todo items in filefield.module. Coolio.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 23:00:08 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.77: +79 -21 lines
Diff to previous 1.77
Better permission checking for private file downloads.

The even better news is that I've been able to get completely rid
of the annoying 'view filefield uploads' permission by replacing it
with the more fine-grained field-level permissions from content_permissions
which ships with CCK 6.x.

The new code makes our hook_file_download() a bit more complex,
but on the other hand only cares about files that are actually
contained in at least one file field. Yay for correctness and flexibility!

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 20:16:55 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.76: +17 -10 lines
Diff to previous 1.76
* Make uploads work for users != user 1. eheh. well.
* Use an error string similar to what Drupal core is using.
* Passive JavaScript errors (in a red error box) instead of alert().

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 19:18:13 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.75: +3 -5 lines
Diff to previous 1.75
Make JavaScript input validation work.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 18:33:02 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.74: +61 -63 lines
Diff to previous 1.74
* Lots and lots of CSS finetuning. I believe I can't make it any better
  than this, only CSS gurus should be able to improve it even more.

* On the coding side, file edit widgets are now real form elements.
  That means no buttons for such widgets, but instead they can come up
  with their own value callbacks and widget theme functions.
  Plus I now have them in their walled garden where they belong.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 14:38:34 2008 UTC (17 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.73: +164 -128 lines
Diff to previous 1.73
AHAH uploads and deletions.
Includes a bit more modularization of the uploading/deletion code.

Known bugs:
* Uploads work in Firefox but not in Konqueror, that is a regression
  compared to the D5 version. An ahah.js bug? (Drupal isn't even invoked.)
* The AHAH submit-replacement behaviour won't attach to the new form,
  it seems. I experienced the same thing with the CCK "add more" button,
  let's have a look what goes wrong there.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 20:06:20 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.72: +6 -7 lines
Diff to previous 1.72
Bugfix time:
* Re-add '#name' properties for the buttons, so that the right one
  is selected on submit.
* Scrap the broken condition (using a wrong, previous variable name)
  so that the replaced file is added to the form state again on uploading.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 18:29:23 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.71: +207 -186 lines
Diff to previous 1.71
* Move non-button elements to the respective container form elements.
  That way we can encapsulate as much as possible, and that's good for
  grouping the code. Consequently, widget code order is now sane at last:
  first comes hook_widget() which decides between upload and edit widget,
  then comes the upload widget, and then comes the edit widget.
  Finally some structure where I immediately find stuff.

* Move file uploading from the value callback to the submit callback.
  I'm pretty convinced that we don't want to upload selected files
  if *any* button is pressed (not just the "Upload" button).

* Rename $fieldname to $field_name, like used in core CCK code.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 09:20:33 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.70: +4 -2 lines
Diff to previous 1.70
Refine the CSS, getting rid of unnecessary bottom margin in Konqueror.
Nice side effect: more filefield-classed divs for detailed themeability.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 08:27:19 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.69: +19 -19 lines
Diff to previous 1.69
Views 2 integration. Now that was easier than I expected -
by defining a relationship to the {files} table, we get all
the file filters for free. That's pretty neat.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 07:29:42 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.68: +4 -8 lines
Diff to previous 1.68
Make the widget part of the 'force_list' option work correctly.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 07:19:34 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.67: +2 -28 lines
Diff to previous 1.67
* Make the formatter part of the 'force_list' option work again.
* Remove some more code that we most probably won't need anymore.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 21:27:54 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.66: +59 -11 lines
Diff to previous 1.66
Funky Filefield Styles (TM)(CSS)
Looks at least as good as the 5.x version, imho.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 19:08:47 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
Rework the file icon's float CSS. Hopefully also fixes #266321.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 18:19:45 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.64: +44 -212 lines
Diff to previous 1.64
* Throw out lots of legacy code
* Comment out the stuff that still has to be ported
* Include the max filesize label from the D5 version
* Add a new token for the formatted filesize (e.g. 7.34 MB)

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 17:36:06 2008 UTC (17 months ago) by jpetso
Branch: MAIN
Changes since 1.63: +146 -138 lines
Diff to previous 1.63
* Make the parent widget of the edit form a custom container element,
  so that we can have a nice value callback in order to separate
  form structure and result value (as CCK widgets are inside a '#tree').

* Convert filefield back to CCK multiple value handling, replacing the
  "Delete" checkbox with a "Delete" button and storing the previous file
  as temporary property of the new one, until the node is submitted.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 21:06:43 2008 UTC (17 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.62: +165 -68 lines
Diff to previous 1.62
Perfect multiple-value handling due to implementing a custom
multiple value widget. This was actually quite a bit of effort
due to the "replace uploads for single value widgets" special case.

I probably also fixed some bugs along the way, the one that I can
actively think of is cleaning up hook_field($op='insert','update')
so that it doesn't try to save deleted files.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 17:27:46 2008 UTC (17 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.61: +50 -50 lines
Diff to previous 1.61
Move filefield_widget_settings() below filefield_widget_info(), for better
consistency with filefield_field_{setttings,info}(). Might screw up
the CVS history, but I can hardly find my way around the module anymore
without searching, so something needs to change.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 17:23:45 2008 UTC (17 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.60: +153 -120 lines
Diff to previous 1.60
It seems to me that the "Upload" button was not recognized by the Forms API
because it was only generated inside an element process function.

Fix that by going back to a more imagefield like approach, but not quite -
upload and editing widgets are now separated, with the upload widget only
returning the fid. The combined form element is now gone, and the widget
is directly composed in filefield_widget().

Bonus feature (on the way to deprecating imagefield): other modules can now
provide their own replacement edit forms, with priority based ranking of
which one is used. Might need a bit of work, but it's a good start.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 10:05:56 2008 UTC (17 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.59: +3 -2 lines
Diff to previous 1.59
Minor cosmetic changes.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 09:48:39 2008 UTC (17 months, 1 week ago) by jpetso
Branch: MAIN
Changes since 1.58: +374 -366 lines
Diff to previous 1.58
#269073 by Crell and jpetso: Initial Drupal 6 port of filefield.
Don't expect anything usable yet - it works, but still has a long way to go.

Thanks a lot to Crell for getting this thing rolling.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 10 14:08:38 2008 UTC (17 months, 2 weeks ago) by jpetso
Branch: MAIN
Changes since 1.57: +469 -176 lines
Diff to previous 1.57
Argh, I did *not* resync all files from DRUPAL-5--2 to HEAD?
Why is that? Bah. [insert random cursing]
So at least now everything should be in sync again.

Revision 1.50.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 01:46:40 2008 UTC (17 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3
Changes since 1.50.2.39: +176 -12 lines
Diff to previous 1.50.2.39 , to branch point 1.50
#196957 by myself: Add icons to default filefield formatters,
And because we want a sane method for icon retrieval if it's
that exposed, this patch comes with a rather large improvement:
freedesktop.org icon naming specification compliant usage of icon names
and fallback algorithms. Not exactly like the desktops do it, but close.

Revision 1.50.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 00:27:55 2008 UTC (17 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.38: +2 -27 lines
Diff to previous 1.50.2.38 , to branch point 1.50
I should have guessed that Drupal has a function for everything one
might ever wish for.

Revision 1.50.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 23:54:02 2008 UTC (17 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.37: +41 -5 lines
Diff to previous 1.50.2.37 , to branch point 1.50
Workaround (or partial fix, if you prefer) for #180023:
Display the maximum possible file size for file uploads,
so that users at least have a clue why uploads might not work.
In the process, also take the '<br/>' being out of the t() function.

Revision 1.50.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 22:56:05 2008 UTC (17 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.36: +2 -3 lines
Diff to previous 1.50.2.36 , to branch point 1.50
#259025, caught by magnus (patch trivial): Fix the delete $op for hook_filefield().

Revision 1.50.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 08:50:27 2008 UTC (18 months ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3-RC4
Changes since 1.50.2.35: +26 -4 lines
Diff to previous 1.50.2.35 , to branch point 1.50
#236059, original imagefield patch by dopry, ported by myself: Support node revisions.

So that works, but now there's a different bug that doesn't get
empty filefields back when reverting from a non-empty filefield revision.
But well, that might just be the lesser of both evils.

Revision 1.50.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 08:07:00 2008 UTC (18 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.34: +3 -3 lines
Diff to previous 1.50.2.34 , to branch point 1.50
#252802 by aaron: Also use strtolower() for file extensions in icon name lookups.

Revision 1.50.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 07:52:38 2008 UTC (18 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.33: +12 -2 lines
Diff to previous 1.50.2.33 , to branch point 1.50
#255328 by aaron, slightly modified: add hook_filefield_widget_settings().

Revision 1.50.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 06:48:18 2008 UTC (18 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.32: +2 -2 lines
Diff to previous 1.50.2.32 , to branch point 1.50
#236113 by zoo33: Views filter description fix - it's "file" here, not "image".

Revision 1.50.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 06:46:25 2008 UTC (18 months ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.31: +1 -2 lines
Diff to previous 1.50.2.31 , to branch point 1.50
Revert setting the mimetype to JSON, like dopry also did in imagefield.
Without dopry's support, a Devel-specific fix also has no future,
so we probably have to go back to Devel not working. Sorry people!

Revision 1.50.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 21:26:14 2008 UTC (18 months, 2 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.30: +2 -5 lines
Diff to previous 1.50.2.30 , to branch point 1.50
Fix Devel in a more general way, like dopry did
with commit 115795 for imagefield.

Revision 1.50.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 16:40:31 2008 UTC (18 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.29: +5 -1 lines
Diff to previous 1.50.2.29 , to branch point 1.50
...and from this day on, the merciless Devel module
shall no more annoy innocent, unsuspecting users!
Rejoice! Eat cake. Er.

Revision 1.50.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 19:46:15 2008 UTC (20 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3-RC3
Changes since 1.50.2.28: +1 -1 lines
Diff to previous 1.50.2.28 , to branch point 1.50
revert php4 compatability fix.

Revision 1.50.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 19:26:24 2008 UTC (20 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.27: +13 -11 lines
Diff to previous 1.50.2.27 , to branch point 1.50
commiting icons provided by yoroy... the icon selection is totally hackish now.. I've got some more
free desktop style icon naming in the pipeline, but I am going to wait till another version to add it
so I don't mess up existing sites running on the RC any more than necessary.

Revision 1.50.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 05:50:46 2008 UTC (20 months, 2 weeks ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.26: +21 -1 lines
Diff to previous 1.50.2.26 , to branch point 1.50
Update requirements to php 5.2.x.

Revision 1.50.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 1 09:07:55 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.25: +2 -2 lines
Diff to previous 1.50.2.25 , to branch point 1.50
Fix comment: it's filefield here, not imagefield.

Revision 1.50.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 1 08:16:25 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.24: +17 -18 lines
Diff to previous 1.50.2.24 , to branch point 1.50
#228466 by tomboone: Fix the 'title' token by renaming it to 'description'
which is the name of the actual property in the file item.
Includes related indenting changes.

Revision 1.50.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 1 07:17:37 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.23: +5 -4 lines
Diff to previous 1.50.2.23 , to branch point 1.50
#228535: Fix Postgres by using '%s' instead of "%s".

Revision 1.50.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 10:40:42 2008 UTC (21 months, 1 week ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.22: +2 -2 lines
Diff to previous 1.50.2.22 , to branch point 1.50
#221730: Use the official hook_field() function signature from the
CCK documentation, in order to get rid of the PHP 4 error.
(The array() default value made little sense here anyways.)

Revision 1.50.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 06:00:44 2008 UTC (21 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3-RC2
Changes since 1.50.2.21: +34 -2 lines
Diff to previous 1.50.2.21 , to branch point 1.50
#167207 by jpetso, Description is not updated when uploading a new file (without multiple values)

Revision 1.50.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 21:35:09 2008 UTC (21 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-3-RC1
Changes since 1.50.2.20: +6 -2 lines
Diff to previous 1.50.2.20 , to branch point 1.50
#215582: Don't make "Allowed extensions:" appear if the set of extensions
is empty (and all extensions are allowed).

Revision 1.50.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 09:59:59 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.19: +35 -3 lines
Diff to previous 1.50.2.19 , to branch point 1.50
add not null views filter, ported from imagefield.

Revision 1.50.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 09:23:46 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.18: +1 -18 lines
Diff to previous 1.50.2.18 , to branch point 1.50
#180479, fix that silly create directory on validation issue for tokens now that we create the dir every time the file is uploaded.

Revision 1.50.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 09:15:25 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.17: +12 -29 lines
Diff to previous 1.50.2.17 , to branch point 1.50
more validation streamlining.
fix files in previews.

Revision 1.50.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 08:40:52 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.16: +39 -66 lines
Diff to previous 1.50.2.16 , to branch point 1.50
general cleanups to hook_field... renaming node_field to $items...
and simplifying some crufty code.

Revision 1.50.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 07:46:30 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.15: +17 -15 lines
Diff to previous 1.50.2.15 , to branch point 1.50
fix widget settings validation for extension.
#182132 by smithda5, fix required filefield validation. was throwing an error if items was empty on an initial node form submit.
clean up nesting and deleted items counting in validate as well. good thing TRUE == 1 in php.

Revision 1.50.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 07:14:26 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.14: +3 -3 lines
Diff to previous 1.50.2.14 , to branch point 1.50
#200972 by anantagati w/ JoepH, add missing t() to a watchdog call.

Revision 1.50.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 01:38:24 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.13: +13 -9 lines
Diff to previous 1.50.2.13 , to branch point 1.50
if valid extensions is empty skip extension check.

Revision 1.50.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 01:05:41 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.12: +32 -1 lines
Diff to previous 1.50.2.12 , to branch point 1.50
#163726, add filefield values to tokens to be used for replacement.

Revision 1.50.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 00:49:04 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.11: +8 -6 lines
Diff to previous 1.50.2.11 , to branch point 1.50
#202485 by anantagati, commited with minor modification. we will keep the container. Just won't display the image.

Revision 1.50.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 00:39:07 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.10: +10 -8 lines
Diff to previous 1.50.2.10 , to branch point 1.50
#204707, minor style cleanups moved view filefield file perm check after node access check. added a todo about scanning the nodes fields for the filepath or fid for use with the perm check.

Revision 1.50.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 00:31:00 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.9: +33 -28 lines
Diff to previous 1.50.2.9 , to branch point 1.50
#204707, allow filefield private perms to work if upload module is enabled.
all perms still depend on upload.module's view uploaded files.

Revision 1.50.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 23:28:15 2008 UTC (22 months ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.8: +0 -0 lines
Diff to previous 1.50.2.8 , to branch point 1.50
adding initial version of filefield_meta to the repository with basic height/width/duration detection.
@todo: add more fields (author, license, copyright, etc), need to look at different common meta tags.
@todo: views filter integration.

Revision 1.50.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 18 12:24:30 2008 UTC (22 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.7: +3 -0 lines
Diff to previous 1.50.2.7 , to branch point 1.50
adding client side accept file type validation hack.

Revision 1.50.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 18 11:51:39 2008 UTC (22 months, 1 week ago) by dopry
Branch: DRUPAL-5--2
Changes since 1.50.2.6: +13 -4 lines
Diff to previous 1.50.2.6 , to branch point 1.50
Add mimedetect dependency.
Fix hook_filefield file_prepare.
Add a new column to the file form for previews.

Revision 1.50.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 23:51:26 2007 UTC (23 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.5: +2 -1 lines
Diff to previous 1.50.2.5 , to branch point 1.50
#144760: Make the file extension field required, because it currently is.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 23:50:00 2007 UTC (23 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.56: +2 -1 lines
Diff to previous 1.56
#144760: Make the file extension field required, because it currently is.

Revision 1.50.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 17:10:18 2007 UTC (23 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.4: +19 -29 lines
Diff to previous 1.50.2.4 , to branch point 1.50
Remove the "Show 'List' option" widget setting, and replace it
by an "Always list files" field setting (= !$show_list).

No upgrade path (yet?) - it's not possible to have a universally applicable
upgrade path, but most people probably don't use different widget settings
in different instances of that field... so, I'll try a heuristic solution.
Scheduled for the next commit, that is.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 17:09:03 2007 UTC (23 months, 3 weeks ago) by jpetso
Branch: MAIN
Changes since 1.55: +19 -30 lines
Diff to previous 1.55
Remove the "Show 'List' option" widget setting, and replace it
by an "Always list files" field setting (= !$show_list).

No upgrade path (yet?) - it's not possible to have a universally applicable
upgrade path, but most people probably don't use different widget settings
in different instances of that field... so, I'll try a heuristic solution.
Scheduled for the next commit, that is.

Revision 1.50.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 17:22:06 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.3: +3 -4 lines
Diff to previous 1.50.2.3 , to branch point 1.50
* Fix suboptimal usage of t(): Placeholders are better than string concatenations.
* Replace the "<a href=...></a>" string with an l() call.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 17:21:16 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
Replace the "<a href=...></a>" string with an l() call.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 17:16:24 2007 UTC (2 years ago) by jpetso
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
Fix suboptimal usage of t(): Placeholders are better than string concatatenations.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 10:57:13 2007 UTC (2 years, 1 month ago) by jpetso
Branch: MAIN
Changes since 1.52: +5 -2 lines
Diff to previous 1.52
Follow-up on #177638: always show files if "List" is hidden.

Revision 1.50.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 14 10:54:14 2007 UTC (2 years, 1 month ago) by jpetso
Branch: DRUPAL-5--2
Changes since 1.50.2.2: +5 -2 lines
Diff to previous 1.50.2.2 , to branch point 1.50
Follow-up on #177638: always show files if "List" is hidden.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 16:06:43 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.51: +2 -5 lines
Diff to previous 1.51
Actually, the user_access() check belongs into theme_filefield()
instead of the formatter.

Revision 1.50.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 16:06:07 2007 UTC (2 years, 2 months ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.50.2.1: +2 -5 lines
Diff to previous 1.50.2.1 , to branch point 1.50
Actually, the user_access() check belongs into theme_filefield()
instead of the formatter.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 15:30:21 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.50: +4 -1 lines
Diff to previous 1.50
We introduced the 'view filefield uploads' permission, so use it not only
in hook_file_download() but also in the formatter.

Revision 1.50.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 15:29:25 2007 UTC (2 years, 2 months ago) by jpetso
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.50: +4 -1 lines
Diff to previous 1.50
We introduced the 'view filefield uploads' permission, so use it not only
in hook_file_download() but also in the formatter.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 13:07:22 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Branch point for: DRUPAL-5--2
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
#146784 by Anthony Headley: make filetype icons robust against HTML base paths.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 12:40:29 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.48: +11 -10 lines
Diff to previous 1.48
#136715 by Egon Bianchet and the remains of #140901 by sirkitree:
Fix file path problems that are related to configured default folders.
The most visible affected bug that is fixed with this is path previews.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 11:58:23 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.47: +5 -6 lines
Diff to previous 1.47
#149789: remove the maxlength=64 restriction for file extensions.
The {node_field_instance} table is very large ("mediumtext" in MySQL) so
it's absolutely no problem to store longer file extension specifications.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 10:08:25 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.46: +113 -22 lines
Diff to previous 1.46
#138748 by myself: AJAX uploading, ported from imagefield.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 08:50:04 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.45: +8 -2 lines
Diff to previous 1.45
#137555 by Egon Bianchet:
Remove default value from the widget settings form and only display
token strings that are actually usable (that is, the "user" ones).

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 10:34:10 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.44: +52 -281 lines
Diff to previous 1.44
Oh damn, sorry, I didn't mean to commit this to the official branch.
Mixed up "cvs commit" and "svn commit". Again, my sincerest apologies.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 10:25:55 2007 UTC (2 years, 2 months ago) by jpetso
Branch: MAIN
Changes since 1.43: +281 -52 lines
Diff to previous 1.43
Also, update the CVS base information.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 17:09:36 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
Er, it's 'upload', not 'update'. Imagefield also does it the right way.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 17:01:04 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.41: +1 -2 lines
Diff to previous 1.41
Correction to the previous commit: the wrongly applied patch was #113900
(make private downloads work by clearing the field's session variable)
and there wasn't a line missing but it was inserted at the wrong place,
for the 'delete' action instead of the 'insert' one.
So, add it for 'delete' ('insert' has it since the previous commit).

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 16:52:36 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
This session clearing statement seems to have been lost from applying
the database consistency patch, where it originally came from.
Re-add it.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 15:53:58 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.39: +4 -5 lines
Diff to previous 1.39
#140690 by myself: Use file "description" as link text.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 15:22:11 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
$may_cache can never work if the function signature gets $maycache
(without the underscore).

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 10:02:52 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
Correct the comment, this is filefield, not imagefield.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 09:54:31 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.36: +12 -4 lines
Diff to previous 1.36
#155398 and #155402 by myself, also making use of joshk's strtolower() idea:
Don't allow "file.jpg.bmp" to be validated when only "jpg" is allowed,
and make comparisons case-insensitive.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 20 09:29:08 2007 UTC (2 years, 4 months ago) by jpetso
Branch: MAIN
Changes since 1.35: +25 -11 lines
Diff to previous 1.35
Sanitize handling of the show_list option,
and make attachment lists with replaced files look ok again.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 18:14:06 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
This query only gets information from a single table, no need to label it.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 17:05:11 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Have sentence capitalization, as is standard in Drupal 5.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 16:24:00 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.32: +13 -6 lines
Diff to previous 1.32
Have 1 as default value for hidden "list" checkboxes.
Also, let the concerned code look a bit cleaner.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 15:10:33 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.31: +6 -5 lines
Diff to previous 1.31
Restructure filefield_field_formatter() so that it stays functionally
equivalent, but looks like imagefield_field_formatter().

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 14:52:26 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
#137896 by Egon Bianchet: make the list checkbox actually work.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 14:45:32 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.29: +20 -4 lines
Diff to previous 1.29
#146327 by myself: Add an option to hide the "List" checkbox.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 14:20:16 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.28: +28 -12 lines
Diff to previous 1.28
#138919 by myself: rename 'remove' to 'delete', and make deletion validation work.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 13:23:30 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.27: +28 -8 lines
Diff to previous 1.27
#146294 by gordon: themed, upload.module-like form widget output.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 14:13:17 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.26: +6 -2 lines
Diff to previous 1.26
#144771: Remove filefield dependencies on upload.module by implementing a
new "view filefield uploads" permission for private files configurations.

Original patch by bojanz, modified version committed to imagefield by dopry,
port to filefield by myself.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 13:33:28 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
#113900 by myself: Make private downloads work by clearing the field's session variable after storing the file.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 13:21:01 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.24: +58 -23 lines
Diff to previous 1.24
#137833 by myself: remove dangling db entries, and ignore those which have
never been created by the user but must exist because of CCK's design.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 12:41:26 2007 UTC (2 years, 5 months ago) by jpetso
Branch: MAIN
Changes since 1.23: +4 -6 lines
Diff to previous 1.23
#140572 by aggaire: removed unnecessary inner loop in filefield_clear_field_session().
Minimally modified the original patch so that $delta is still listed.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 03:20:24 2007 UTC (2 years, 7 months ago) by dopry
Branch: MAIN
Changes since 1.22: +57 -3 lines
Diff to previous 1.22
#106685, by Egon Bianchet add per field paths and token support to filefield.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 03:11:39 2007 UTC (2 years, 7 months ago) by dopry
Branch: MAIN
Changes since 1.21: +6 -2 lines
Diff to previous 1.21
#128404, by Egon Bianchet fix hook_filefield(op==form) implementation.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 15:25:50 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.20: +7 -4 lines
Diff to previous 1.20
move invoke filefield op=file_load to _filefield_file_load.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 15:19:04 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.19: +3 -4 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 09:20:07 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.18: +8 -8 lines
Diff to previous 1.18
some hook_filefield fixes.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 22:10:04 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.17: +65 -58 lines
Diff to previous 1.17
new form structure tested and committed.
@tod0, test hook_filefield_file.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 08:19:20 2007 UTC (2 years, 8 months ago) by dopry
Branch: MAIN
Changes since 1.16: +95 -82 lines
Diff to previous 1.16
commitmessage.txt

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 1 09:27:38 2007 UTC (2 years, 9 months ago) by dopry
Branch: DRUPAL-4-7
Changes since 1.12: +95 -85 lines
Diff to previous 1.12 , to next main 1.209
backporting some fixes, untested... use at your own risk!!

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 1 08:50:17 2007 UTC (2 years, 9 months ago) by dopry
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.15: +93 -70 lines
Diff to previous 1.15
back porting imagefield preview handling updates. fixing some logic issues with single value uploads, and the
form theme functions. single value fields seem to be working. not sure about multivalue fields... required and
extension validation is still working. try at your own risk.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 08:36:11 2006 UTC (2 years, 10 months ago) by dopry
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
#85386 by webchick, updating .info file.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:53:39 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.13: +8 -8 lines
Diff to previous 1.13
changed theme_add_style to drupal_add_css and replaced form_render with
drupal_render.

filefield HEAD should be DRUPAL-5 compatible. I will branch for DRUPAL-5
once I've tested with DRUPAL-5 cck.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 18:50:38 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.12: +7 -20 lines
Diff to previous 1.12
Adding .info file, removed hook_help, cleaned up phpdoc header, fixed
t()'s.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 06:04:24 2006 UTC (3 years ago) by dopry
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.11: +57 -60 lines
Diff to previous 1.11
backporting imagefield changes...
Still only works with 4.7

-- support for formatters
-- scalar as array errors on load
-- scalar errors on delete
plus some bric a brac spacing and documenting.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 05:03:48 2006 UTC (3 years ago) by dopry
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#88099 ephasize membership in cck. tnx greggles

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 23:55:49 2006 UTC (3 years, 2 months ago) by dopry
Branch: MAIN
Changes since 1.9: +9 -3 lines
Diff to previous 1.9
fixing url rendering in edit forms. #description for files.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 23:17:53 2006 UTC (3 years, 2 months ago) by dopry
Branch: MAIN
Changes since 1.8: +8 -3 lines
Diff to previous 1.8
work around cck / prepare form values / node_field issues.
thanks, dm (http://drupal.org/user/77854), re:
http://www.drupal.org/node/81839

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 06:11:13 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.7: +41 -47 lines
Diff to previous 1.7
Huzzah... filefield sorta works in a strange way now... It needs some tlc...
and a special patch for cck that modifies the handling of deleted items, and cleans up
some of the multiple fields special cases...

see: http://drupal.org/node/78417

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 02:57:52 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.6: +64 -39 lines
Diff to previous 1.6
finally figured out some of the insanity... This one requires a special content.module patch to work that may
break lots of other things....

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 13 00:41:04 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.5: +80 -49 lines
Diff to previous 1.5
Almost hopelessly broken :).... There are some UI improvements, and a fix to the hook_field op == load
that was nesting a [0] when files loaded from the database are empty(not in db):.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 07:18:18 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.4: +17 -35 lines
Diff to previous 1.4
isome ui themeing.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 05:52:46 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.3: +27 -56 lines
Diff to previous 1.3
Cleanups with the ui for the allowed extensions section, and some upload validation cleanup...
Need to tackle the widget form soon... any takers?

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 20:53:10 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.2: +13 -26 lines
Diff to previous 1.2
well it functions... needs some theming and mroe cleanup.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 20:38:20 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
fixed extension grabbing code.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 20:22:29 2006 UTC (3 years, 3 months ago) by dopry
Branch: MAIN
Early in the conversion process of imagefield to filefield...

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