summaryrefslogtreecommitdiff
path: root/modules/file
Commit message (Collapse)AuthorAge
* Issue #935208 by droplet, assert0, adrinux, Tor Arne Thune: Fixed PECL ↵webchick2011-11-11
| | | | uploadprogress bar doesn't appear.
* Oops. Correcting spacing error with previous patch.webchick2011-10-17
|
* Issue #943924 by Merco, lotyrin, eojthebrave: Fixed Allow preview of private ↵webchick2011-10-17
| | | | image on node add form.
* 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.
* Issue #1118016 by dereine, pwolanin: Fixed conditional visibility of a ↵webchick2011-09-05
| | | | managed_file() using #states attribute does not work.
* - Patch #1221214 by chx: file_download() returns 404 instead of 403.Dries Buytaert2011-08-01
|
* Merge branch '7.4-security' into 7.xwebchick2011-07-27
|\
| * Drupal 7.5webchick2011-07-27
| |
* | Issue #1179426 by chx, xjm: Added tests for SA-CORE-2011-001.webchick2011-07-18
| |
* | Issue #978028 by Dave Reid: Fixed File token fixes: [file:description] does ↵webchick2011-07-03
| | | | | | | | not exist and [file:owner] not using format_username().
* | Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
|/ | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Drupal 7.2webchick2011-05-25
|\
| * Drupal 7.1webchick2011-05-25
| |
* | - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
| |
* | - 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.