summaryrefslogtreecommitdiff
path: root/modules/file/file.field.inc
Commit message (Collapse)AuthorAge
* Issue #1520716 by lokapujya, djdevin, David Lesieur, cwells, jhedstrom: ↵David Rothstein2015-10-12
| | | | "Files displayed by default" not respected
* Issue #1483736 by stefan.r, bfcam, jrigby: field_attach_update deletes file ↵David Rothstein2015-03-30
| | | | fields (content & file) in entity regardless of if they are included in the entity object
* Issue #2277281 by dobe, amitgoyal, michaelfavia, er.pushpinderrana, dcam | ↵David Rothstein2014-09-04
| | | | drumm: Increase the maximum number of characters on the file field allowed extensions setting from 128 to 256.
* Issue #1468686 by ordermind, paranojik, andrewbelcher, xps, Georgique, ↵David Rothstein2014-05-05
| | | | rlmumford, gapple, dsdeiz, tim.plunkett: File_field_widget_submit(), file.field.inc was using the wrong parent key.
* Issue #1443158 by agentrickard, Dave Reid, marcingy: File_field_presave ↵David Rothstein2013-12-29
| | | | assumes that a file object has been loaded.
* Issue #2066275 by Dave Reid: Fixed file_field_load() overwites any field ↵Dries2013-08-16
| | | | item properties with file entity properties.
* Issue #985642 by kiamlaluno, Berdir, Damien Tournoud, Deciphered, B-Prod, ↵David Rothstein2013-03-30
| | | | galooph, David_Rothstein, drzraf, yched: Add back field_attach_load() to file_field_update() under certain circumstances in Drupal 7.
* Issue #1599618 by droplet, yurtboy, Albert Volkman: Fixed Remove duplicate ↵David Rothstein2012-07-29
| | | | array keys.
* Issue #985642 by Berdir, Damien Tournoud, kiamlaluno, yched: Remove ↵webchick2012-07-07
| | | | file_attach_load() from file_field_update().
* Issue #1347890 by sven.lauer, xjm, jhogdon: Clean up API docs for file module.webchick2011-12-22
|
* - Patch #1146088 by lyricnz: label always visible for table formatter.Dries2011-12-19
|
* Issue #935208 by droplet, assert0, adrinux, Tor Arne Thune: Fixed PECL ↵webchick2011-11-11
| | | | uploadprogress bar doesn't appear.
* Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?.webchick2011-09-27
|
* Issue #1059268 by Berdir: Fixed Files are lost when adding multiple files to ↵webchick2011-09-20
| | | | multiple file fields at the same time.
* - Patch #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and ↵Dries Buytaert2011-04-16
| | | | its token replacement.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #932426 by duellj: Fix second file uploaded is displayed when display option ↵Angie Byron2011-01-28
| | | | is unchecked.
* #1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to ↵Angie Byron2010-12-24
| | | | file_directory_path
* #853926 by yched: Fixed Wrong order of multi-value file fields when form ↵Angie Byron2010-11-22
| | | | rebuilt (preview, failed validation)
* #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached ↵Angie Byron2010-11-20
| | | | more than once
* - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, ↵Dries Buytaert2010-11-13
| | | | eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE.
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* - Patch #926016 by effulgentsia, chrisshattuck: several bugs when trying to ↵Dries Buytaert2010-10-20
| | | | remove files from a multivalued file/image field.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* #913846 by Bevan, grendzy, bleen18, rfay, et al: Fixed Image/file field ↵Angie Byron2010-10-01
| | | | breaks after uploading two files.
* #890716 by agentrickard: Fixed Changing from public to private does not ↵Angie Byron2010-09-09
| | | | change field behavior.
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* #852522 by catch: Optimize file_field_load() to load filefields on all ↵Angie Byron2010-08-05
| | | | entities at once.
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed ↵Dries Buytaert2010-07-02
| | | | Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
* #803926 by dhthwy: Fixed File field shouldn't allow any file extension to be ↵Angie Byron2010-06-25
| | | | uploaded when the list of allowed extensions is left blank.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #738332 by catch: fixed E_NOTICE in file_field_load().Dries Buytaert2010-03-11
|
* - Patch #644338 by yched: file_field_update() triggered a full entity load ↵Dries Buytaert2010-03-09
| | | | durung entity_save().
* #618654 by Steven Merrill, justinrandell, jim0203, quicksketch, and ↵Angie Byron2010-02-17
| | | | David_Rothstein: Fixed File and image fields are treated as temporary files and automatically deleted after six hours.
* #707724 follow-up by yched: More Field API/Entity API terminology clean-up.Angie Byron2010-02-12
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* - Patch #694384 by aaron: typo: change default_widget() in file_field_info() ↵Dries Buytaert2010-01-25
| | | | to proper file_generic().
* - Patch #627626 by Damien Tournoud: fixed Node-specific code in file field.Dries Buytaert2010-01-20
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #658302 by yched: re-purpose hook_field_sanitize() into ↵Dries Buytaert2009-12-13
| | | | hook_field_prepare_view().
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.