Add functionality and customize your Drupal application with thousands of projects contributed by our amazing community.
The Drupal core system or one of the experimental clones of it.
Drupal core
Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites. Learn more about Drupal in general. The core...
View
"view" cannot be registered as project namespace, as it would heavily clash with hook names in Drupal core.
WYSIWYG in Core
This project is no longer necessary as nearly all its patches have been contributed to Drupal 8. This project is a branch of Drupal 8 whose purpose is to bundle a WYSIWYG editor into core. This...
Flow
See Better Registration and Login Workflow for Drupal 8, allowing logging in or registering while posting content and the issue Make log-in and registration flow easily, especially when already...
drupal core sandbox
My drupal core sandbox. (testing)
Damien Tournoud's Drupal Core
Core development sandbox.
Config test
Config test
Snowbox
A sandboxed fork of Drupal 8.x that includes current revisions of the proposed Snowman Project patches. Can be used by Snowman Project participants when building and testing Snowman installation...
Page cache is CACHE_TEMPORARY and does not honor cache_lifetime
When a normal naive admin user of Drupal sets the "Cache lifetime" in the performance page to, say, 12 hours, they pretty much expect their Pages to be cached for, well, 12 hours. Instead, they are...
Major version migration
A sandbox for [#1052692]
Drupal on Doctrine DBAL
This is the development effort to move Drupal to the Doctrine DBAL. Development happens in the 8.x-dbal branch, which is a rebase branch on top of 8.x.
Drupal Core: Rob Loach Edition
Fork of Drupal core with separate branches for each issue that I've been working on.
Crell's Core
This is a sandbox for Crell to play with Drupal core, and store larger branches he's working on that are not related to WSCCI. If you're not Crell or reviewing Crell's work, you probably don't want...
Drupal Mobile HTML Prototype
This HTML prototype is a target. It's a way of quickly iterating on a tangible solution for Drupal's mobile administrative interface. The benefits of a static HTML prototype are: It's easy to...
Core PSR-0 Plugins
Submodule residence for the Plugin system for D8. Add to bootstrap.inc: function plugin($class = 'Drupal\\Plugin\\Mapper') { static $mapper; if (!empty($mapper[$class])) { return $mapper[$class]; }...
Bartik Responsive
Project Details Lightweight modifications to Bartik in core to add in basic mobile-first responsive behavior. A continuation of Jeff Burnz's efforts here: http://drupal.org/sandbox/jmburnz/1106520
Redesign modules page
This project is a fork of Drupal core, containing a redesigned modules page. To see the new design, download and install this project in the same way that you would download and install Drupal 8.
context and web services
WSCCI
Entity API Sandbox
A sandbox for the ongoing work on Entity API and Entity Storage.
msonnabaum_ WSCCI
WSCCI sandbox.
Letharion's installer kernel
Sandbox for porting the installer to a symfony kernel.
D8 Plugins sandbox
This is just a sandbox for D8 plugin development and testing. Currently I have just started to convert the filter module to use the Plugin system.
Breakpoints and picture in core
Breakpoints and picture in core Core issues: [#1734642] [#1775530]
JSON-LD (D8 core)
Development sandbox for the JSON-LD serialization.
Create an anonymous user API
Currently it requires custom code and workarounds to allow anonymous users to interact with a Drupal site. There is no API to handle anonymous users. In case of the core Comment module we have to...