sun
588cfd8be5
Fixed ImageDimensionsUnitTest.
2012-02-14 12:18:56 -08:00
sun
174cb4df17
Removed superfluous $nonexisting variable.
2012-02-14 12:18:28 -08:00
sun
f9b1397675
Fixed test exception.
2012-02-14 12:18:00 -08:00
sun
4527fc3f80
Added first CRUD tests.
2012-02-14 12:16:51 -08:00
sun
3e65c6d1a1
Added @todo for $config->name property.
2012-02-14 12:16:43 -08:00
sun
fbc0928dc4
Cleaned up and fixed test case class names and info.
2012-02-14 12:15:56 -08:00
sun
d29f946331
Fixed tests for PSR-0, registry, and performance.
2012-02-14 12:15:04 -08:00
sun
598cb86d2d
Added DrupalConfigStorageInterface::writeToFile().
...
write() called into copyToFile() previously, which needlessly re-loaded the configuration data from the active storage, whereas the data is already available.
2012-02-14 12:13:10 -08:00
sun
b068ec4031
Instantiate SignedFileStorage object only once per config object.
2012-02-14 12:10:10 -08:00
catch
5f1381efbb
Issue #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: Cannot update a list field - better debug info.
2012-02-14 22:40:31 +09:00
catch
9235ea177c
Issue #283045 by mlncn, Jody Lynn, pwolanin, gpk: Fixed Allow top-level pages to be removed from books.
2012-02-14 22:38:27 +09:00
catch
99438b5783
Issue #1420798 by nod_, droplet: Autocomplete.js clean up.
2012-02-14 21:53:14 +09:00
catch
ec5ca21e94
Issue #1430986 by Gábor Hojtsy, plach: Clean up naming for language negotiation configuration functions/paths.
2012-02-14 21:50:30 +09:00
Nathaniel
69d530a0bc
Issue #1006042 by ksenzee, grendzy: Fixed Links outside the overlay with existing fragments are broken.
2012-02-14 12:49:58 +09:00
Nathaniel
8e7a80bb0f
Issue #334948 by David_Rothstein, Albert Volkman: Fixed The 'default' folder is sometimes required to be writable even when installing Drupal in sites/example.com.
2012-02-14 12:39:35 +09:00
Greg Dunlap
251697b6a3
Fixed broken function signature in image_effect_delete()
2012-02-13 16:48:42 -08:00
Greg Dunlap
fbd6af0b1a
Adding in changes to theme_image_style() that had somehow not gotten merged in from core previously
2012-02-13 16:45:19 -08:00
Greg Dunlap
85306e2ff1
Just removed the default style tests altogether. Default styles are no longer any different than custom styles
2012-02-13 19:31:39 -05:00
Greg Dunlap
b92e4eac3d
Removed tests that made sure we couldnt edit default styles without overriding (no longer applicable)
2012-02-13 19:29:51 -05:00
Greg Dunlap
495aef8fb1
Removed test that made sure we couldn't delete default image styles since that no longer applies
2012-02-13 19:28:29 -05:00
Greg Dunlap
6f1946a393
Cleaning up some notices and incorrect function signatures for tests
2012-02-13 19:18:14 -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
Greg Dunlap
70261af6fe
Removing xml from global htaccess, will be moving it to be restricted to the config directory
2012-02-13 17:42:14 -05:00
Dries
07d4c5569f
- Patch #1431452 by larowlan: 'status' in where clause is ambiguous.
2012-02-13 13:57:23 -05:00
Dries
d37c49df4e
- Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail.
2012-02-13 13:44:59 -05:00
justinrandell
aedb6b6921
make the test config directory prefixes match up
2012-02-12 02:26:06 -05:00
Greg Dunlap
00e4f78537
Expanded the comment on ->get() to be more explicit about string conversions
2012-02-13 14:15:40 -05:00
Greg Dunlap
0810f57d8a
Merge branch '8.x-file-config' of git.drupal.org:sandbox/heyrocker/1145636 into 8.x-file-config
2012-02-13 13:56:57 -05:00
Greg Dunlap
9485cf0ce8
Adding ability to return NULL if a value is not found
2012-02-13 13:02:02 -05:00
sun
f71138695f
Fixed configuration file directory not setup for tests.
2012-02-13 18:53:07 +01:00
justinrandell
9689b0be06
Fully qualify path to PHP's Exception in our namespaced code.
2012-02-11 23:23:54 -05:00
justinrandell
a3156a15e7
Convert a couple of calls that look for cache settings using the old variable_get system.
2012-02-11 23:01:58 -05:00
Greg Dunlap
a8df28f40d
Made config->delete() also blank out the internal data array to prevent people retrieving the data after deletion
2012-02-13 10:30:12 -05:00
Greg Dunlap
5674c60a31
Removed getData() function since this is now replicated in get()
2012-02-13 09:42:41 -05:00
Greg Dunlap
c0d37effeb
Removed todo that no longer applies
2012-02-12 14:00:59 -05:00
Greg Dunlap
a8313cf422
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-02-12 11:24:16 -05:00
Greg Dunlap
79c10d633d
Converting config system to PSR-0
2012-02-12 11:17:29 -05:00
Greg Dunlap
1de1df5717
Added ability to get the complete data array by passing no key to config->get()
2012-02-11 15:49:25 -05:00
catch
d790839ecf
Issue #872488 by acouch, mfb, musicnode: Regression: no way to get taxonomy tags into RSS feeds.
2012-02-11 14:31:48 +09:00
catch
49dbb6d4fb
Issue #1411114 by sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match.
2012-02-11 14:24:47 +09:00
catch
25c7704131
Issue #41595 by pillarsdotnet, m3avrck, sun et al: Fixed All pager links have an 'active' CSS class.
2012-02-11 14:22:04 +09:00
catch
055900b338
Issue #1250800 by attiks, Jelle_S, dereine: Fixed Language domain should work regardless of ports or protocols.
2012-02-11 14:17:56 +09:00
catch
57019c74c7
Issue #1068016 by franz: Followup to fix code style issue.
2012-02-09 11:16:27 +09:00
Dries
72a6343890
- Added missing files
2012-02-08 13:50:19 -05:00
Dries
03a8bdc361
- Patch #1431040 by Gábor Hojtsy: rename LOCALE_LANGUAGE_NEGOTIATION_* constants to LANGUAGE_NEGOTIATION_*.
2012-02-08 09:51:31 -05:00
Dries
51867cdc07
- Patch #1221718 by aspilicious, sun, skottler: refactor block-admin-display-form.tpl.php.
2012-02-08 09:49:23 -05:00
catch
6e2a903141
Issue #666854 by TR, JacobSingh: Whitespace follow-up for E_NOTICE warnings in run_tests().sh .
2012-02-08 20:14:58 +09:00
catch
ed9a5d96f6
Issue #814804 by JacobSingh, ksenzee, draenen, et al: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
2012-02-08 20:13:10 +09:00
catch
1ab8af6d81
Issue #1320028 by isay: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags.
2012-02-08 20:10:03 +09:00
catch
142b98a5c0
Issue #1334344 by jessebeach, mikestefff: Fixed During update, Bartik throws an error that () is not defined.
2012-02-08 20:05:27 +09:00