Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0c45af26
Commit
0c45af26
authored
Jun 24, 2012
by
webchick
Browse files
Issue
#1463656
follow-up by Crell: CHANGELOG.txt entry for HttpKernel.
parent
48a5065d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/CHANGELOG.txt
View file @
0c45af26
Drupal 8.0, xxxx-xx-xx (development version)
----------------------
- Replaced the core routing system with one built on the Symfony2 framework.
- Configuration:
* Added a centralized file-based configuration system.
* Allows module authors to provide configuration in a standard format.
...
...
@@ -8,7 +9,12 @@ Drupal 8.0, xxxx-xx-xx (development version)
- Included the HTML5 Shiv library to support HTML5 elements in IE 8 and below.
- Included the following Symfony2 components:
* ClassLoader - PSR-0-compatible autoload routines.
* DependencyInjection - Flexible dependency injection container.
* EventDispatcher - Object-oriented lightweight event handling system.
* HttpFoundation - Abstraction objects for HTTP requests and responses.
* HttpKernel - Core system for managing incoming HTTP request and responses.
* Routing - Framework for mapping incoming requests to controller information.
* Yaml - Parser for YAML files.
- Removed modules from core.
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment