summaryrefslogtreecommitdiff
path: root/modules/file
Commit message (Collapse)AuthorAge
...
* | - Patch #984456 by Dave Reid, bfroehle: cleanup file_field_widget_uri() and ↵Dries Buytaert2011-04-16
| | | | | | | | its token replacement.
* | - Patch #1065020 by Berdir: fixed E_STRICT warning when downloading/viewing ↵Dries Buytaert2011-04-10
| | | | | | | | a file or image.
* | - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
| |
* | Stripping CVS keywordsThe Great Git Migration2011-02-25
| |
* | - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
| |
* | - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
| |
* | #932426 by duellj: Fix second file uploaded is displayed when display option ↵Angie Byron2011-01-28
|/ | | | is unchecked.
* #1002396 by yhager: Fixed Missing form_state in callback call in ↵Angie Byron2010-12-29
| | | | file_managed_file_value
* #1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to ↵Angie Byron2010-12-24
| | | | file_directory_path
* #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, ↵Angie Byron2010-12-23
| | | | manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #992674 by carlos8f, scor, alexanderpas: private file download ↵Dries Buytaert2010-12-11
| | | | returns access denied.
* #939962 by rwohleb, chx, quicksketch: Fixed File field allowed extensions JS ↵Angie Byron2010-11-23
| | | | broken in Chrome on OS X
* #853926 by yched: Fixed Wrong order of multi-value file fields when form ↵Angie Byron2010-11-22
| | | | rebuilt (preview, failed validation)
* #970002 by EclipseGc: Fixed file field foreign key table is incorrectAngie Byron2010-11-21
|
* #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.
* - Patch #943112 by ksenzee: file_file_download() should delegate header ↵Dries Buytaert2010-10-18
| | | | checks to a separate function.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* #913846 by Bevan, grendzy, bleen18, rfay, et al: Fixed Image/file field ↵Angie Byron2010-10-01
| | | | breaks after uploading two files.
* - Patch #915168 by chx, sun: foreign key support is missing from text and ↵Dries Buytaert2010-09-29
| | | | file module.
* - Patch #924636 by grendzy: double negative 'cannot not' in error message.Dries Buytaert2010-09-28
|
* - Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should ↵Dries Buytaert2010-09-13
| | | | follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* #898036 by Berdir: Fixed Private images broken. (with tests)Angie Byron2010-09-11
|
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* #763376 follow-up by fago, sun, effulgentsia: Minor adjustments to ↵Angie Byron2010-09-10
| | | | drupal_array_set/get_nested_value().
* #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
|
* #763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not ↵Angie Byron2010-08-27
| | | | validated form values appear in ().
* #846296 by Berdir, ridgerunner, agentrickard: Fixed file_file_download() ↵Angie Byron2010-08-23
| | | | only implements access checks for nodes and users.
* - 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.
* - Patch #881578 by Gábor Hojtsy, scor: solve SA-CORE-2010-002 issues.Dries Buytaert2010-08-20
|
* - Patch #877690 by das-peter, mfer: missing dependency 'text'.Dries Buytaert2010-08-16
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #852522 by catch: Optimize file_field_load() to load filefields on all ↵Angie Byron2010-08-05
| | | | entities at once.
* - Patch #867928 by Damien Tournoud, andypost: more tests for file and image ↵Dries Buytaert2010-08-04
| | | | handling.
* - Patch #650732 by aaron: add icon_directory() to theme_file_icon().Dries Buytaert2010-08-02
|
* - Patch #867928 by Damien Tournoud: files and images don't work in private ↵Dries Buytaert2010-07-30
| | | | filesystem mode.
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical ↵Angie Byron2010-07-10
| | | | bug: Complex widgets are not respecting '#disabled' state.
* - 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.
* #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests ↵Angie Byron2010-06-30
| | | | are failing.
* - Patch #562968 by kkaefer: optimize module and theme images.Dries Buytaert2010-06-29
|
* - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], ↵Dries Buytaert2010-06-29
| | | | [comment:uid], and [file:uid] tokens.