summaryrefslogtreecommitdiff
path: root/modules/file/file.field.inc
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #629074 by sun: field widgets are not themeable due to missing CSS ↵Dries Buytaert2009-11-11
| | | | class names. Better CSS classes for fields.
* - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵Dries Buytaert2009-11-01
| | | | limitations. Removes more code than it adds!
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ↵Angie Byron2009-10-12
| | | | Field to image.module. Hellooooo, native image handling in core! :D
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y!Dries Buytaert2009-08-29