sun
51cd608b95
Added todo for basic CRUD tests.
2012-02-14 12:19:05 -08:00
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
James Gilliland
abcefd7710
Demonstrate providing controller arguments
...
A hacky way of hardcoding controller arguments. Because page arguments are
translated onto the attributes variable and the attributes are used for
arguements via reflection, this lets you push arguments onto the controller
that aren't on the path. This is hacky but so was the original version and
it shouldn't cause a problem as long as path arguments don't share a name
which would have caused problems anyways.
2012-02-13 16:04:01 -05:00
James Gilliland
55a8203bdb
Use a HttpKernel event to translate to a request
...
We return render arrays from requests ATM and until we transition to actual
request objects, we need to translate so Symfony can function.
2012-02-13 16:02:34 -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
James Gilliland
cf096e698a
Stash the Drupal menu item
...
This will bubble down to the request and since that will be passed around, make
a lot of integration with Symfony and transitioning easier.
2012-02-13 11:05:42 -05:00
James Gilliland
86554c8ec6
More clear documentation and routing function name
2012-02-13 10:08:24 -05:00
James Gilliland
3ef99f9000
Convert to our own UrlMatcher
...
This is a transitional implementation but by using the UrlMatcherInterface
we can embed our matching logic directly into Symfony's routing logic.
2012-02-13 10:00:50 -05:00
James Gilliland
5ae2b93226
Updated Symfony router with HttpKernel request routing
2012-02-13 10:00:36 -05:00
James Gilliland
e7e6eb55f2
WIP
2012-02-13 09:57:30 -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