webchick
|
7e9d2c1676
|
Issue #1711070 by kid_icarus, tim.plunkett, xjm, droplet, zendoodles and cam8001: Convert tests to use ::$modules property instead of parent::setUp($modules).
|
2012-08-09 18:24:21 -07:00 |
Dries
|
9a0367face
|
- Patch #1719488 by effulgentsia: Rename language_manager() to language() and related cleanup.
|
2012-08-09 16:17:01 -04:00 |
Katherine Bailey
|
1cd28eb4e5
|
Using the language_manager wrapper function to return a language whether or not we're in the requet scope
|
2012-08-06 21:52:11 -07:00 |
Dries
|
a7530e13ab
|
- Patch #1700682 by tim.plunkett, sun: run-tests.sh attempts to run abstract/base test classes.
|
2012-08-03 13:15:12 -04:00 |
catch
|
9713fab04c
|
Issue #1446464 by cfennell, Berdir, aaron, tim.plunkett: Get rid of file_field_load() - shouldn't load all file object data with field load - only file ID.
|
2012-08-01 18:47:23 +01:00 |
Dries
|
12bd5c7f2d
|
- Patch #1696416 by tim.plunkett: theme_image_style() is broken.
|
2012-07-24 14:25:12 -04:00 |
Dries
|
1d4a4a2126
|
- Patch #1471848 by BassistJimmyJam, michaellenahan: user interface text containing URLs in translated part.
|
2012-07-15 06:18:37 -07:00 |
webchick
|
23d44876b3
|
Issue #1217006 by hansyg, _Cedric_, dcmouyard: Clean up the CSS for Image module.
|
2012-07-07 13:09:35 -07:00 |
webchick
|
2ec4304f58
|
Issue #1038932 by tim.plunkett, Chris Gillis: Theme_image_formatter() assumes that title, alt, and options are always set.
|
2012-07-07 11:52:47 -07:00 |
webchick
|
83a9b89aa9
|
Issue #1609760 by chx, sun: Fixed hook_image_style_()*() is not invoked for image styles upon Image module installation.
|
2012-07-03 14:03:18 -07:00 |
webchick
|
d74c1441ed
|
Issue #1666632 by sun, chx: Add Config::isNew() to allow code to determine whether a config object already exists.
|
2012-07-03 11:04:06 -07:00 |
webchick
|
8d6fe79b53
|
Issue #1598582 by aspilicious: Convert image.test to PSR-0.
|
2012-06-14 11:01:02 +02:00 |
Dries
|
57ab8a5465
|
- Patch #1510686 by cosmicdreams, vasi1186, webflo, disasm: replace remaining references to global () with drupal_container().
|
2012-06-12 22:31:11 -04:00 |
catch
|
66e279cbb3
|
Issue #1591434 by aspilicious: Convert image tests to PSR-0.
|
2012-06-07 15:10:54 +09:00 |
Dries
|
8d53c5341c
|
- Patch #1614292 by brockjo: fixed image_style_delete_form() doesn't take form_state() by reference.
|
2012-06-04 09:49:21 -04:00 |
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 |
Dave Reid
|
98fbeaf315
|
Fixing merge with 8.x upstream.
|
2012-05-26 13:46:07 -05: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
|
9e8d1e85dc
|
Issue #1470824 by alexpott, sun: Fixed XML encoder can only handle a small subset of PHP arrays, so switch to YAML.
|
2012-05-23 12:48:37 +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
|
eb8fe490da
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-13 12:21:10 -05:00 |
catch
|
bb691f62d7
|
Issue #1567812 by sun: Remove 'Verified' from configuration class names.
|
2012-05-10 23:54:04 +09:00 |
catch
|
0e0e6b3df4
|
Issue #1541676 by Berdir, tstoeckler, Rob Loach: Convert Simpletest base test classes to PSR-0.
|
2012-05-10 15:01:48 +09:00 |
Larry Garfield
|
270dcd2e88
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-10 00:14:31 -05:00 |
catch
|
3e8861682a
|
Issue #1540174 by Niklas Fiekas, attiks: Fixed Some attributes not allowed for the new HTML5 input elements.
|
2012-05-08 11:53:23 +09:00 |
Larry Garfield
|
12e53f92a3
|
Merge remote-tracking branch 'upstream/8.x' into kernel
Resolve conflicts in cron improvements.
Conflicts:
core/INSTALL.txt
core/includes/bootstrap.inc
core/modules/simpletest/drupal_web_test_case.php
core/modules/system/system.install
core/modules/system/system.module
core/modules/system/system.test
core/scripts/cron-curl.sh
core/scripts/cron-lynx.sh
|
2012-05-06 23:03:57 -05:00 |
webchick
|
252e84ec59
|
Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: default_image() in image_field_prepare_view().
|
2012-05-03 10:37:15 -07: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
|
6fbbde25a2
|
Issue #751168 by elliotttf, caktux, andyceo, setvik, xjm, sun: Fixed Regression: Missing 'Default image' per field instance.
|
2012-04-24 11:03:13 +09:00 |
catch
|
3c7a609bb6
|
Issue #1262592 by jmarkel, pingers, marcingy: Fixed numeric names fail image creation.
|
2012-04-24 10:55:26 +09:00 |
Larry Garfield
|
c96c3fca10
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-04-20 01:07:37 -05:00 |
Dries
|
055716fe39
|
- Patch #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation.
|
2012-04-19 07:31:47 -04:00 |
enzo - Eduardo Garcia
|
384187a162
|
Fixes for Images Tests with WSCCI
|
2012-04-16 22:53:28 -05:00 |
Dries
|
c16a978c2a
|
- Patch #1497088 by acrollet: Fixed Empty configuration values should return an empty string instead of an empty array.
|
2012-03-23 16:21:49 -06:00 |
catch
|
92373806e4
|
Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular.
|
2012-03-21 19:19:45 +09:00 |
catch
|
b402d4b384
|
Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular.
|
2012-03-21 19:18:36 +09:00 |
catch
|
71296a8075
|
Issue #1479652 by Psikik, jhedstrom: Convert image style config filenames/keys from plural to singular.
|
2012-03-21 19:16:58 +09:00 |
catch
|
a97f440f03
|
Revert "- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular."
This reverts commit 854ad21158 .
|
2012-03-21 19:15:16 +09:00 |
catch
|
efc984dfda
|
Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates.
|
2012-03-21 14:51:30 +09:00 |
Dries
|
20f26110a1
|
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
|
2012-03-15 21:32:43 -04:00 |
Dries
|
854ad21158
|
- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular.
|
2012-03-15 21:32:34 -04:00 |
Jennifer Hodgdon
|
ca921c5781
|
Revert of #1479652 commit b287d6ee1a - there were files missing from the commit
|
2012-03-15 11:48:21 -07:00 |
Dries
|
b287d6ee1a
|
- Patch #1479652 by Psikik: convert image style config filenames/keys from plural to singular.
|
2012-03-15 12:45:22 -04:00 |
catch
|
aab8b66a29
|
Issue #1373142 by sun, beejeebus, aspilicious, amateescu: Use the Testing profile. Speed up testbot by 50%.
|
2012-03-13 12:16:40 +09: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 |