26
Drupal Camp Manila 2014 Computer Professionals’ Union Rick Bahague

The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Embed Size (px)

Citation preview

Page 1: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Drupal Camp Manila 2014

Computer Professionals’ Union

Rick Bahague

Page 2: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

2Computer Professionals’ Union

Computer Professionals’ Union

Page 3: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Our AgendaD8 Expected Changes

• Users • Site builders • Designers and Themers • Developers

* this presentation is adopted from @webchick’s “One Drupal 8 Slide Deck To Rule Them All”

Page 4: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Drupal 7.0

Jan 5, 2011

Development begins

Mar 10, 2011

Feature freeze

Dec 1, 2012

Drupal 8.0

“End of 2013” (or “when it’s

done” :P)

Feature complete

Feb 18, 2013

Code freeze

July 1, 2013

Drupal 8 Timeline

Page 5: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Installation

Page 6: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

the usual errors

Page 7: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Installation

Page 8: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Authoring Experience

Page 9: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Authoring ExperienceWYSIWYG in CoreIn-Place EditingContent Creation Page +++

Page 10: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

WYSIWYG in Core

Page 11: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

In-Place Editing

Page 12: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Content Creation Page +++

Page 13: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Mobile first and Responsive

Page 14: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

New Directory Structure

Page 15: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Blocks and Layouts

Page 16: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

VIEWS IN CORE !!!

Page 17: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

++++++++++

RIP: Dashboard, Poll, Trigger, Garland

New Fields in Core: Link, Email, Phone, Entity, Reference, Date

Back in Core: Profile

Page 18: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Configuration Management

Page 19: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Web Services in Core

Page 20: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Over 800 contributors

Page 21: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

HTML 5 Support

Page 22: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

$form['telephone'] = array( '#type' => 'tel', '#title' => t('Phone'), ); $form['website'] = array( '#type' => 'url', '#title' => t('Website'), ); $form['email'] = array( '#type' => 'email', '#title' => t('Email'), ); $form['tickets'] = array( '#type' => 'number', '#title' => t('Tickets required'), );

Page 23: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

TwigSymfony 2

Page 24: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

Page 25: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Computer Professionals’ Union

https://drupal.org/drupal-8.0

Page 26: The Beauty of Drupal 8 (Drupal Camp Manila 2014)

Time to kick ass with Drupal 8