Commit Graph

1685 Commits (d1ea099f80d9edae321d2a5ae2c0b040bc3e2c96)

Author SHA1 Message Date
Dries d1ea099f80 - Patch #1348162 by catch, sun, Berdir: Add update_variable_*(). 2012-08-07 15:11:13 -04:00
Dries 12b49aa11f - Patch #1637370 by danielnolde, sun, djdevin, Berdir: Added UUID support to core entity types. 2012-08-07 14:34:39 -04:00
Dries 4c2e6b41ec - Patch #1637370 by danielnolde, sun, djdevin, Berdir: Added UUID support to core entity types. 2012-08-07 14:33:39 -04:00
Dries 1f31a38fde Merge remote-tracking branch 'sandbox/bundles' into 8.x 2012-08-07 14:19:31 -04:00
webchick f77cdf16d3 Issue #1698108 by chx, effulgentsia, Rob Loach: Update Drupal's dependencies. 2012-08-07 10:05:42 -07:00
catch 47cf40eec4 Issue #1704786 by tim.plunkett: Fixed Update seven_css_alter() for jQuery UI update. 2012-08-07 11:23:55 +01:00
catch 8acb637d5c Issue #1705536 by pfrenssen: Typo in docblock block_block_list_alter(). 2012-08-07 11:22:48 +01:00
catch a3ee7d2a9e Issue #1343768 by JamesOakley, eMPee584: Fixed make update_calculate_project_update_status() work nicely with HEAD releases. 2012-08-07 11:15:47 +01:00
webchick 2f2dfda72e Partial rollback of Issue #1700682; breaks contributed module testing. 2012-08-06 23:13:43 -07:00
Katherine Bailey 790b2e4afc Pulling in the entire HttpKernel from symfony's FrameworkBundle instead of just part of it 2012-08-06 21:52:14 -07:00
effulgentsia bc1da650eb Remove DIC compilation until it can be dumped to disk 2012-08-06 21:52:14 -07:00
Katherine Bailey 842d1217d3 Various coding standards fixes, cleanup and documentation fixes 2012-08-06 21:52:13 -07:00
Katherine Bailey 8ffe09eee5 Clarifying the _current_path() problem as it relates to path alias caching and making the request param non-optional in language_from_url 2012-08-06 21:52:13 -07:00
Katherine Bailey b979e8aa93 Passing the request object explicitly to the language negotiation methods instead of a vague args parameter 2012-08-06 21:52:13 -07:00
effulgentsia 93e3f5bff2 Issue #1711492: Improved override of Symfony's ContainerBuilder 2012-08-06 21:52:13 -07:00
Katherine Bailey 768925132d Adding/modifying some todos 2012-08-06 21:52:13 -07:00
Katherine Bailey aef0436ebf Making the language_manager instance variable protected instead of private in FinishResponseSubscriber 2012-08-06 21:52:13 -07:00
Katherine Bailey 0b29221849 Addressing some documentation and code style issues 2012-08-06 21:52:13 -07:00
Katherine Bailey 5d8b06a17f Making FinishResponseSubscriber dependent on the language_manager service 2012-08-06 21:52:12 -07:00
Larry Garfield 33b5c4b6ef Whitespace and documentation fixes. 2012-08-06 21:52:12 -07:00
Katherine Bailey bfbb42a870 Temporary fix for the path alias test which will be followed up in a separate issue 2012-08-06 21:52:12 -07:00
Katherine Bailey bbbfe4535a Adding an explanation of the tests 2012-08-06 21:52:12 -07:00
Katherine Bailey 171bc5e534 Adding a test, and a test module, to show that bundles provided by modules have their services added to the DIC 2012-08-06 21:52:12 -07:00
Katherine Bailey 02fec4357d Fixing up drupal_container() which had some cruft leftover in it and a totally incorrect docblock 2012-08-06 21:52:12 -07:00
Katherine Bailey e1b4fe97a7 Get rid of the request() wrapper function, plus various other cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey d1e52e0089 Various cleanups 2012-08-06 21:52:11 -07:00
Katherine Bailey f8e189ede7 Temporary fix to prevent fatal error on language upgrade test 2012-08-06 21:52:11 -07:00
Katherine Bailey faba05fccc Cleaning up _current_path() and request() related stuff 2012-08-06 21:52:11 -07:00
Katherine Bailey 6d64268e50 Only use the LanguageManager for multilingual environments 2012-08-06 21:52:11 -07: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
Katherine Bailey 2f6b442d2d Initial steps toward adding the language manager service 2012-08-06 21:52:10 -07:00
Niklas Fiekas 5efc932fb2 The httpkernel service is now named http_kernel. 2012-08-06 21:52:10 -07:00
Niklas Fiekas 6b231d8f86 Database bootstrap level before booting kernel.
Switching to the test database connection only happens when
_drupal_bootstrap_database() runs before executing a first query.

To avoid complicating the boostrap with more fine grained level booting, just
boot the DrupalKernel after DRUPAL_BOOTSTRAP_CODE. Getting rid of those levels
is for a seperate issue.

Additionally mirror the changes in the testing files
core/modules/system/tests/http.php and https.php.
2012-08-06 21:52:09 -07:00
Katherine Bailey 0e9c1150c8 Adding a docblock with an explanation of why need a factory method for the Exception Listener 2012-08-06 21:52:09 -07:00
Katherine Bailey e665805cce Various coding standards fixes and other minor changes in response to Crell's latest patch review 2012-08-06 21:52:09 -07:00
Katherine Bailey f954878ccc Getting rid of the info array of doom for service definitions 2012-08-06 21:52:09 -07:00
Katherine Bailey 1d1c62b25b Using a factory method to get an ExceptionListener as it needs to be passed an instantiated ExceptionController 2012-08-06 21:52:09 -07:00
Katherine Bailey ea2d59c695 Moving stuff around 2012-08-06 21:52:09 -07:00
Katherine Bailey 48ad4e8ecf Fixing whitespace issues 2012-08-06 21:52:09 -07:00
Katherine Bailey 600a17e839 Make installation work 2012-08-06 21:52:09 -07:00
Katherine Bailey 8b2e986c34 Need to escape the backslash in bundle class names 2012-08-06 21:52:08 -07:00
Katherine Bailey d7dd619021 Adding the config services to the container and removing the bootstrap_variables call from before the kernel boot, plus other minor adjustments 2012-08-06 21:52:08 -07:00
Katherine Bailey e54fc07904 Adding the default and slave database connections as services 2012-08-06 21:52:08 -07:00
Katherine Bailey 8122811d2a Renaming the method that adds language services to the container 2012-08-06 21:52:08 -07:00
Katherine Bailey f56ccb3b2f Slight refactoring of the DrupalBundle class 2012-08-06 21:52:08 -07:00
Katherine Bailey 80ab884424 Attempt to deal with registering language-related services to the container
Conflicts:

	core/includes/bootstrap.inc
2012-08-06 21:52:08 -07:00
Katherine Bailey 47c9feb9e7 Issue #1599108: first pass at adding bundles
Conflicts:

	core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php
2012-08-06 21:52:08 -07:00
catch e06c4610db Issue #304540 by Rob Loach, marcingy, typhonius, BrockBoland, jaredsmith: Fixed Disable themes when theme engine or base theme arn't available. 2012-08-06 14:18:08 +01:00
catch ed1d937f56 Issue #1493108 by marcingy, sun, Mike Wacker, kbasarab, Berdir, Rok Žlender, cosmicdreams, alexpott: Convert logging and error settings to configuration system. 2012-08-06 10:30:10 +01:00
catch fcd7747649 Issue #1688016 by sun: Fixed drupal_cron_run() unconditionally re-enables writing of the user session. 2012-08-06 10:26:14 +01:00