162 Drupal core match your search

The Drupal core system or one of the experimental clones of it.

Drupal CMI / D8MI

  • Last changed: 50 weeks 4 days ago

This is a sandbox for working on a proposal for a localized configuration.

Drupal 8 Multilingual Initiative sandbox

  • Last changed: 49 weeks 6 days ago

Sandbox for issues related to the Drupal 8 Multilingual Initiative, where branches are needed. More information about the initiative at http://hojtsy.hu/d8mi

Testing Social Network Platform

  • Last changed: 48 weeks 2 days ago

I am testing. This is my first time using Drupal to build a PHP written Social Network. Wish me luck!

Itrino Framework

  • Last changed: 48 weeks 1 day ago

Itrino Framework is specific development for JnJ.

Men's Health

  • Last changed: 48 weeks 1 day ago

Men's Health Magazine.

first2

  • Last changed: 45 weeks 4 days ago

hellos

Patch Drupal Core

  • Last changed: 45 weeks 1 day ago

Module info

  • Last changed: 45 weeks 20 hours ago

After you activate the "Module Info" module you will notice that the name of the module is actually a link to its page on drupal.org

Apply Patch

  • Last changed: 45 weeks 18 hours ago

Learn to apply a patch.

D8 Plugins sandbox

  • Last changed: 45 weeks 17 hours ago

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.

Responsive admin toolbar

  • Last changed: 35 weeks 5 days ago

A responsive administration toolbar.

Required patches

#1608878: Add CTools dropbutton to core

Want to contribute?

The main thread of this effort is in the core queue:
http://drupal.org/node/1137920

We'll reference any break-out issues in that queue's discussion section. I'd like to keep the issues in the core queue as much as possible as sandboxes are ephemeral.

kernel installer dajjen

  • Last changed: 39 weeks 18 hours ago

The new installer for drupal 8

D8 Database Date Abstraction Layer

  • Last changed: 37 weeks 4 days ago

In Drupal 7, as it supports different databases, module which runs queries containing date conversions and comparisons (Views, Date and others) face with a number of bugs connected to different SQL syntax. At the same time these modules have a lot of almost identical code related to DB date handling. Date functions are a part of SQL and I think they should not be handled by modules. We need a kind of date abstraction layer within database layer, which will contain date formatting, conversion, and extraction routines.

Suggested functions can include:
- date formatting function;
- date diff;
- date addition and subtraction;
- date parts extraction;
- date comparison (however I'm not sure if we really need this one);
- timezone handling.

Functions can operate on PHP DateTime, DateTimeZone, DateInterval objects.

Referred issue: http://drupal.org/node/1360656

What am I doing here?

  • Last changed: 37 weeks 4 days ago

Getting my hands dirty with drupal

Config entity listing API

  • Last changed: 36 weeks 3 days ago

This is a core sandbox for a config entity listing API, as a controller. This will hopefully replace the export UI to be used for VDC.

This is happening in the 8.x-list-controller branch.

Tutorial Git (Howto)

  • Last changed: 36 weeks 3 days ago

This is from the...

Wysiwyg in Drupal core

  • Last changed: 35 weeks 3 days ago

Goal

Development guidelines

  1. Branches
    • wysiwyg/wysiwyg-[topic]-base: Upstream tracking 8.x branch of Drupal core for a particular topic/feature branch.

      Each topic branch MUST use a separate and corresponding -base branch, so each topic branch can be diffed against its relative 8.x base.

      To create or update a base branch:

      git push wysiwyg 8.x:wysiwyg-topic-base
    • wysiwyg/wysiwyg-[topic]-[issue]-[username]: Topic/feature branches under development per user.

      Based on the respective topic base branch, or the branch of another user.

    • origin/*: Your regular upstream Drupal core branches.

    See all current branches.

  2. Always commit atomic changes

    Do not change X different things in a single commit. Commit early, commit often.

    Commit atomic change-sets. Touching 10 files for a particular change is OK. Touching 10 files for 2-10 different changes is absurd. Exception: Coding style, documentation, and comment clean-ups/fixes.

  3. Provide proper credit

drupal-indy

  • Last changed: 35 weeks 2 days ago

My drupal sandbox

iandevCore

  • Last changed: 35 weeks 10 hours ago

testing

VDC

  • Last changed: 31 weeks 1 day ago

This is the official sandbox of the Views in Drupal Core initiative (VDC).

See the following links for more information:

Setting up the sandbox with core as a remote:

git clone --recursive --branch vdc http://git.drupal.org/sandbox/tim.plunkett/1799554.git vdc
cd vdc
git checkout vdc
git remote add drupal http://git.drupal.org/project/drupal.git
git
fetch --all

Breakpoints and picture in core

  • Last changed: 33 weeks 3 days ago

Breakpoints and picture in core

Core issues:

  1. #1734642: Move breakpoint module into core
  2. #1775530: Move picture into core

JSON-LD (D8 core)

  • Last changed: 33 weeks 2 days ago

Development sandbox for the JSON-LD serialization.

Create an anonymous user API

  • Last changed: 32 weeks 4 days ago

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 make use of ugly use-case specific implementations to allow anonymous users to post comments: There are specific properties on the comment entity that are only required by anonymous users which hold the e-mail address, name, homepage, etc.

We should get rid of that stuff.

Pluggable Asset Management

  • Last changed: 31 weeks 4 days ago

Sandbox to work on pluggable asset management for Drupal 8.

Starting with http://drupal.org/node/352951 and http://drupal.org/node/1751602

Pluggable asset management

Twig in Core - Performance Testing

  • Last changed: 30 weeks 4 days ago

A fork() of the normal twig sandbox purely for performance testing.

nobody click here