Commit Graph

2679 Commits (2a7aaa09b0e6d2e90ef4abdc77d0a1140b51c43d)

Author SHA1 Message Date
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 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
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
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 79c10d633d Converting config system to PSR-0 2012-02-12 11:17:29 -05:00
Larry Garfield b9131de629 Clean up exception naming with a new interface. 2012-02-02 23:17:31 -06:00
Greg Dunlap a7c6328d17 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2012-02-01 14:02:58 +01:00
catch 037faa8fbf Issue #1400748 by Crell, jbrown, plach: Proposal for unified namespace organization. 2012-02-01 12:23:30 +09:00
Larry Garfield 49839784e7 Add file docblocks to new DB files. 2012-01-28 18:27:11 -06:00
Larry Garfield 5a5c830761 Rename transaction use statement. 2012-01-28 17:54:14 -06:00
Larry Garfield e9453d8b04 Merge branch '1400748-namespaces' into dbtngtng 2012-01-28 17:51:18 -06:00
Larry Garfield 24390d5857 Add empty stub files for Postgres. 2012-01-28 17:43:54 -06:00
Larry Garfield 03bd99a28b Update documentation blocks for fully qualified class names. 2012-01-28 17:40:14 -06:00
Larry Garfield a6b6fa5b91 Fix logic in Logger backtrace scanning now that the code is not in the includes directory anymore. 2012-01-28 16:44:35 -06:00
Larry Garfield a731ac1df9 Merge branch '1400748-namespaces' into dbtngtng 2012-01-26 23:48:06 -06:00
Larry Garfield 808c88bd82 Add new readme file for the lib directory itself that specifies PSR-0. 2012-01-25 09:01:39 -06:00
Larry Garfield fc73713158 Minor language tweaks. 2012-01-25 09:01:12 -06:00
Larry Garfield f4a58c3f3a Move Postgres code to PSR-0. 2012-01-23 21:16:26 -06:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield 8b8c2a9463 refs #1400748 by Crell: Update docblocks and the installer for the new namespaces. 2012-01-22 22:25:13 -06:00
Larry Garfield 8b0adb6e1e refs #1400748 by Crell: Add README files to document the purpose of various core directories. 2012-01-22 21:24:00 -06:00
Larry Garfield 7048b2195f refs #1400748 by Crell: Move Cache subsystem to the Core namespace. 2012-01-22 21:05:01 -06:00
Larry Garfield 0cb703be45 refs #1400748 by Crell: Move Drupal and Symfony code to core/lib and core/vendor respectively. 2012-01-22 20:56:35 -06:00