-
Revert XML-RPC test changes that have already been committed.
-
refs #1536844 Clean up bootstrap shivs.
-
refs #1595298 Revert CSRF token checks back to page callbacks, not menu access callbacks. This will be refactored again later when the routing system is upgraded.
-
refs #1593702 Roll back comment tweaks that have already been made in core.
-
Improve system path handling and use the system path to determine if we need to show a custom theme.
-
#1536844: Moved language, path, theme, and module initialization from bootstrap to request listeners.
-
#1536844: Moved language, path, theme, and module initialization from bootstrap to request listeners.
-
Drupal 8 Blocks Everywhere: April 19, 2012 13:50
Commit 47ab2a4 on plugins-next, committed by neclimdulRemove unused namespaces from bootstrap After the kernel removal these Plugin namespaces aren't used anymore.
-
Drupal 8 Blocks Everywhere: April 18, 2012 17:59
Commit 49febb5 on plugins-next, committed by neclimdulDecouple plugin types from discovery patch This replaces the kernel with plugin types. It turns out if a plugin type isn't the discovery and kernels are per type then really, they're just the type. In the kernel type model developers wouldn't really be making kernel types but there will probably be types created more often. This is definitely a work in progress still. First step in #1529162
-
- #1467126 by effulgentsia, EclipseGc: Added PSR-0 based autoloading for namespaced classes in modules.