Dries
|
002769ef32
|
- Patch #1591604 by underq, chrisdolby, Albert Volkman, pfrenssen: replace drupal_access_denied() with throw AccessDeniedHttpException.
|
2012-06-04 08:06:09 -04:00 |
Dries
|
9b29a0dad0
|
- Patch #1361226 by Berdir, aspilicious, cosmicdreams, fago: make the file entity a classed object.
|
2012-06-03 07:25:35 -04:00 |
Dries
|
356aa34d9d
|
- Patch #1587850 by pfrenssen, chrisdolby: replace drupal_not_found() with throw NotFoundHttpException.
|
2012-06-02 15:41:40 -04:00 |
Dave Reid
|
6340061ba8
|
Re-added and simplified file_transfer() by reusing the logic of StreamedResponse.
|
2012-05-26 13:18:48 -05:00 |
Larry Garfield
|
327b2bcd1b
|
Remove file_transfer and convert all uses of it to StreamedResponse.
|
2012-05-26 13:04:51 -05:00 |
Larry Garfield
|
848c134d65
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-23 23:55:54 -05:00 |
catch
|
faa63d22c4
|
Issue #1401558 by Berdir: Documentation follow-up for remove the usage handling logic from file_delete().
|
2012-05-23 13:08:58 +09:00 |
catch
|
3f7b5cf06c
|
Issue #1401558 by exlin, Berdir, tim.plunkett: Remove the usage handling logic from file_delete().
|
2012-05-22 14:28:30 +09:00 |
Larry Garfield
|
9fdd40f8c9
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-19 00:04:26 -05:00 |
catch
|
74c409f134
|
Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0.
|
2012-05-16 12:38:40 +09:00 |
Larry Garfield
|
29ec5c929b
|
Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
core/includes/common.inc
core/includes/menu.inc
core/modules/image/image.test
core/modules/system/tests/file.test
|
2012-04-30 21:29:48 -05:00 |
Dries
|
02750689dd
|
- Patch #1183208 by effulgentsia, Niklas Fiekas, katbailey, no_commit_credit, catch: remove variable_get()('clean_url()') and switch to index.php/path pattern for dirty URL support.
|
2012-04-29 11:16:27 -04:00 |
Larry Garfield
|
88be740cdb
|
Merge remote-tracking branch 'upstream/8.x' into kernel
Conflicts:
core/modules/node/node.module
core/modules/overlay/overlay.module
|
2012-04-27 21:59:33 -05:00 |
catch
|
4daf1c6345
|
Issue #1160566 by Dave Reid, bdlangton, aspilicious, fago, cosmicdreams, tstoeckler, tim.plunkett, Berdir, sun: Entity_load() is actually entity_load_multiple().
|
2012-04-26 13:07:55 +09:00 |
Larry Garfield
|
c96c3fca10
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-04-20 01:07:37 -05:00 |
Jennifer Hodgdon
|
a384eb4854
|
Issue #1537370 by Liam Morland: Improve documentation of return value for file_load()
|
2012-04-18 10:56:16 -07:00 |
Larry Garfield
|
79d8101908
|
Convert file_download() to use Symfony's StreamedResponse object rather than hacking our own.
|
2012-04-01 14:59:28 -05:00 |
webchick
|
57a156ef96
|
Issue #692366 by underq, bradweikel, willmoy, kid_icarus | foripepe: Fixed Stop forcing language/mirror for PHP manual links.
|
2012-03-24 00:14:35 -06:00 |
webchick
|
53692e5ff6
|
BAH. I hate my life.
|
2012-03-10 12:20:23 -08:00 |
webchick
|
e4e1a7f026
|
Revert "- Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0."
This reverts commit 45a4c44702 .
|
2012-03-10 12:16:09 -08:00 |
Dries
|
45a4c44702
|
- Patch #1475020 by amateescu: Convert stream_wrappers().inc to PSR-0.
|
2012-03-10 08:31:55 -05:00 |
catch
|
b9e9244171
|
Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE.
|
2012-03-09 00:10:59 +09:00 |
Dries
|
2d6dcdd509
|
- Patch #1454538 by effulgentsia, Gábor Hojtsy, kalman.hosszu: langcode property to all entity types; for the user entity, distinguish entity language from user's language preference.
|
2012-03-02 13:46:16 -05:00 |
Greg Dunlap
|
bdd013ea2a
|
Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config
|
2012-02-22 14:29:38 -08:00 |
Dries
|
180642cdd1
|
- Patch #1317620 by xjm: clean up API docs for includes directory, files starting with D-G.
|
2012-02-18 22:41:24 -05:00 |
Greg Dunlap
|
757ce5148e
|
Removed sig from global htaccess, create a new one in the config directory at install time which simply does a DenyFromAll, just like private files
|
2012-02-13 18:11:17 -05:00 |
catch
|
2f0d691cb1
|
Issue #278425 by andypost, OnkelTem, chx, c960657, droplet et al: Fixed Using basename() is not locale safe.
|
2012-01-18 13:10:02 +09:00 |
Nathaniel
|
65a31d6858
|
Issue #1240256 by lyricnz, Akaoni: Fixed file_unmanaged_copy() Fails with Drupal 7.7+ and safe_mode() or open_basedir().
|
2011-12-20 14:50:23 +09:00 |
catch
|
a3ebad0633
|
Issue #1346032 by xjm, aspilicious: Fixed Ordering of hook_entity_delete() is inconsistent.
|
2011-12-17 21:43:37 +09:00 |
Nathaniel
|
df47c12180
|
Issue #1347812 by nanotube: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
|
2011-12-08 13:29:32 +09:00 |
catch
|
efe0a73b29
|
Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define().
|
2011-11-29 18:56:53 +09:00 |
Nathan Haug
|
f434037c0e
|
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
|
2011-11-01 12:48:40 +09:00 |
Nathan Haug
|
06fb770bd3
|
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
|
2011-11-01 12:48:40 +09:00 |
Nathaniel
|
906a6db347
|
Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4 .
|
2011-11-01 12:32:15 +09:00 |
Nathaniel
|
f0a16bf2a4
|
Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades.
|
2011-11-01 12:25:12 +09:00 |