summaryrefslogtreecommitdiff
path: root/modules/file
Commit message (Collapse)AuthorAge
...
* - Patch #808534 by dhthwy, Damien Tournoud, chx: file_get_file_references() ↵Dries Buytaert2010-06-26
| | | | is completely broken.
* #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 #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #794030 by c960657: Fixed File description is check_plain()'ed twice.Dries Buytaert2010-05-09
|
* - Patch #777790 by andypost: file.module uses undocumented behaviors.unattach.Dries Buytaert2010-05-01
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* #777064 by spyderboy: Fixed File.js has coding standards problems.Angie Byron2010-04-21
|
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, ↵Dries Buytaert2010-03-31
| | | | Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #750990 by quicksketch, moshe weitzman: missing cleanup of deleted ↵Dries Buytaert2010-03-24
| | | | images.
* - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' ↵Dries Buytaert2010-03-13
| | | | element type.
* - 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().
* - Patch #718254 by andypost: field names were too long -- make PostgreSQL happy.Dries Buytaert2010-02-27
|
* #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 #705116 by c960657: remove unused 'administer files' permission.Dries Buytaert2010-02-05
|
* #599122 follow-up by scor and catch: Do not use module_load_include() in ↵Angie Byron2010-01-28
| | | | global context.
* - 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
|
* #675414 by quicksketch: Use #limit_validation_errors() on File upload and ↵Angie Byron2010-01-11
| | | | removal.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #673310 by casey: Fix missing rename of drupal_json() to drupal_json_output().Angie Byron2010-01-03
|
* - 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().
* #645802 by jhodgdon and arianek: Convert File module to new help standard.Angie Byron2009-12-12
|
* - 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 #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #613754 by yched, detour, matt2000: fixed field_info_fields().Dries Buytaert2009-11-29
|
* - Patch #629074 by sun: field widgets are not themeable due to missing CSS ↵Dries Buytaert2009-11-11
| | | | class names. Better CSS classes for fields.
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* - 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
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #603236 by bjaspan, catch: add count facility to ↵Dries Buytaert2009-10-22
| | | | field_attach_query(). Was ready before code freeze.
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - 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
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to ↵Angie Byron2009-10-09
| | | | module_load_include().