162 Drupal core match your search

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

Cartoon creationZ

  • Last changed: 30 weeks 21 hours ago

Cartoon creationZ started out ...

D8 Action Plugins

  • Last changed: 29 weeks 1 day ago

Work on making Drupal actions into plugins. See #1788104: Convert actions to plugin sub-system.

Drupal core 7.x branch only

  • Last changed: 28 weeks 3 days ago

We needed to patch core but downloading the hole repo with drush make was to time consuming.
This way we can only download 7.x branch.

Project Browser In Core

  • Last changed: 27 weeks 1 day ago

This is the sandbox for the Project Browser (http://drupal.org/project/project_browser) module to make it into Core.

How to add custom regions in node-content-type.tpl.php in Drupal 6

  • Last changed: 25 weeks 4 days ago

I have been spent many hours searching for this information. Finally this is how i got it.

Add custom region or specific block in node.tpl.php or any custom node-content-type.tpl.php.

Step 1:-
First let us define the region in the theme info file.

regions[custom] = Custom Block

Step 2:-
Now add your custom region to the node.tpl.php or node-content-type.tpl.php.

<?php
print $custom;
?>

Step 3:-

Create the preprocess_node function in template.php file in your theme folder

/**
* preprocess hook to add variables to the node.tpl.php
*/
function themename_preprocess_node(&$variables) {
$variables['custom'] = theme('blocks', 'custom');
}

renderapi

  • Last changed: 25 weeks 3 days ago

A revised rendering api. This sandbox attempts to rectify http://github.com/c4rl/renderapi with 8.x HEAD. And the beat goes on.

D8 actions API sandbox

  • Last changed: 25 weeks 1 day ago

Sandbox for the new D8 actions API.

Currently using the 8.x-actions branch.

Comment as field

  • Last changed: 23 weeks 4 days ago

Rewriting comment module to use fieldapi.

Advantages

  • Will break comment dependency on node
  • Will break node dependency on comment ({node}.comment in node_schema())
  • Comments on any entity
  • Multiple comment fields on an entity. Eg for and against comments. Comments by admin (hidden with field permissions) and comments by public (perfect for commerce orders etc).

Ping me on irc if you want commit access @larowlan.
Please use the comment-fieldapi4 branch.
For latest work see git repo.

See #731724: Decouple comment.module from node by turning comment settings into a field

TREK DESERT MAROC

  • Last changed: 22 weeks 5 days ago

<?php

?>

Drupal 8 Experimental

  • Last changed: 19 weeks 4 days ago

Experimental Drupal 8 work.

project 2

  • Last changed: 19 weeks 1 day ago

also a sample.

Touchscreen Toolbar

  • Last changed: 1 year 38 weeks ago

Redesigning the administrative toolbar for small and large touch screen devices!

See:
#1137920: Fix toolbar on small screen sizes and redesign toolbar for desktop

Also:
Mobile Usability Testing Sprint - Facts & Findings

Drupal Mobile HTML Prototype

  • Last changed: 1 year 8 weeks ago

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 implement UI changes without working on backend code
  • We can sidestep all discussions on how we implement part of an interface and focus solely on the user facing elements.
  • It allows us to evaluate how the design looks and feels across multiple devices with multiple capabilities

DEMO SERVER

For more information on the present and future of this HTML prototype — http://groups.drupal.org/node/207283

This is a collaborative project. Jump in the issue queue and get involved!

d8_phpunit

  • Last changed: 15 weeks 3 hours ago

converting unit tests to phpunit.

dh 196

  • Last changed: 13 weeks 2 days ago

test

Drupal office hours

  • Last changed: 11 weeks 3 days ago

A git snapshot of the code running http://core.drupalofficehours.org.

Kaiser Sandbox

  • Last changed: 10 weeks 5 days ago

Sandbox for Drupal testing

Neural

Neural

  • Last changed: 10 weeks 2 days ago

This suggested extend to the Framework can use any Neural Networks, architectures, learning algorithms and run them under Drupal, then get them to the final stage of results or actions to the site.

Using XMLANN, which is a standard XML format to mange all work in a Neural Network project in the way witch make it easy to understand and have the management under the roof of Drupal, and serve Drupal sites to be even smarter.

Solarco equipments debugging

  • Last changed: 9 weeks 6 days ago

This is a live website developed by a company in china and left with major bugs that need to be sorted through and repaired.
I am a newbie and would like to learn how to use drupal for my company website

Seventy-Eight

  • Last changed: 7 weeks 5 days ago


Help implement the new Style Guide for the Seven theme in Drupal 8

Seven for D8 has a draft style guide! In brief, the guide exists to modernize, unify and document Seven’s core UI, both visual style and UX patterns.

Resources and Assets

Planning

Initial implementation is happening in this sandbox. The general idea is to build components in HTML/CSS/JS first, assemble mockups of common admin screens to prototype and validate the design, and then break down into issues for actual D8 patches.

Drupal 8 (Compat API)

  • Last changed: 7 weeks 5 days ago

Provides a compatibility layer to allow Drupal 8 to use most of Drupal 6 contrib, thus speeding up adoption of the new release. This project also contains various speed improvements.

Get started by downloading the official Drupal core files. These official releases come bundled with a variety of modules and themes to give you a good starting point to help build your site. Drupal core includes basic community features like blogging, forums, and contact forms, and can be easily extended by downloading other contributed modules and themes.

Before installing Drupal, please review the system requirements and the Installation Guide.

Information on version numbers can be found in the online documentation.

Following Drupal core development

For announcements of major initiatives and opportunities to contribute, please follow the Core announcements group (RSS feed, @drupalcore on twitter.).

fredtheranger sandbox

  • Last changed: 7 weeks 3 days ago

This is a test sandbox

Drupal 8 Blocks Everywhere

  • Last changed: 7 weeks 2 days ago

The current branch we're working against is the 'princess' branch. sdboyer is working to get displays into a workable situation with subrequest rendering for blocks while EclipseGc and tim.plunkett work get get the existing core block solution more in line with display needs.

nobody click here