37
Something Drupal this way comes

Something drupal this way comes

Embed Size (px)

Citation preview

Page 1: Something drupal this way comes

Something Drupal this way comes

Page 2: Something drupal this way comes

Why Drupal?

Page 3: Something drupal this way comes

Set Coding Standards

Code Reviews / Security Team

Tons of contributed modules

Built in caching / performance

Free GPL.

Why Drupal?

Page 4: Something drupal this way comes

CommunityIRCCons & CampsProject Queues

Page 5: Something drupal this way comes

Community

You don’t have to be this smart to ride this ride.

Angie Byron (webchick)

Page 6: Something drupal this way comes

Note:

Drupal8 is still actively being developed. There is a chance that whatever this guy

shows you will not be in the final product.

That or he was flat out wrong.

Page 7: Something drupal this way comes
Page 8: Something drupal this way comes
Page 9: Something drupal this way comes

http://sixrevisions.com/web-development/drupal-learning-curve/

The 7 Stages of Drupal’s Learning Curve

Shock & DenialPain & GuiltAnger & BargainingDepression & ReflectionThe Upward TurnReconstructionAcceptance & Hope

Page 10: Something drupal this way comes

Installation Changes

Page 11: Something drupal this way comes

Multi LingualInstall in your language

Translate anything

Translate Fields

Automatic translation files

Page 12: Something drupal this way comes

HTML 5 MarkupSimplified element classes

native date, email, and phone fields

responsive image

Page 13: Something drupal this way comes

Accessibility

Improvements to accessibility based on real world testing.

WCAG 2.0

WC3 - Aria

Page 14: Something drupal this way comes

Mobile FriendlyResponsive templates out of the box!

HTML5 fields

Admin menu flexibility

image: http://wpmu.org/wordpress-responsive-design/

Page 15: Something drupal this way comes

Installation changes II

Page 16: Something drupal this way comes

VIEWS IN CORE!

Page 17: Something drupal this way comes

VIEWS IN CORE!

Page 18: Something drupal this way comes

USEFUL TOOLBAR

Page 19: Something drupal this way comes

WYSIWYG IN CORE!

• CKEditor

Page 20: Something drupal this way comes

WYSIWYG IN CORE!

• CKEditor

Page 21: Something drupal this way comes

WYSIWYG IN CORE!

• Still probably need IMCE

Page 22: Something drupal this way comes

Module Filter- Easier Searching

- Better organize

Page 23: Something drupal this way comes

Migration ImprovedMigrate from Drupal 7

Migrate from Drupal 6!

Page 24: Something drupal this way comes

Configuration ManagementConfiguration out of the database!

YAML

Easy import / export

Page 25: Something drupal this way comes

Content Management

Page 26: Something drupal this way comes

Better Forms

Page 27: Something drupal this way comes

in-line editing

Page 28: Something drupal this way comes

Development changes

Page 29: Something drupal this way comes

Web ServicesJSON / XML output

HTTP Authentication

Views exposed as service

Page 30: Something drupal this way comes

twigno longer phptemplate engine

no more logic in view!

Page 31: Something drupal this way comes

Better Librariesbackbone.js

underscore.js

guzzle

jquery

Page 32: Something drupal this way comes

Get down with OOPSymfony backend platform

Dependency Injection

Annotations for discovery

Namespaces

hooks are dead.. long live hooks…

Page 33: Something drupal this way comes

PSR-4

https://github.com/php-fig/fig-standards/blob/master/proposed/psr-4-autoloader/psr-4-autoloader.md

Page 34: Something drupal this way comes

WHEN!

When it’s done!

Page 35: Something drupal this way comes

How can you get involved?Drupal 8 already has 1700+ contributors! Our

mentors love to help new people get involved, and there is always something that you can help with. Learn Drupal 8 early by getting involved through core contribution mentoring.

https://drupal.org/core-mentoring

Page 36: Something drupal this way comes

Resourceshttp://lullabot.github.io/dme-presentations/d8-what-is-new/#/

https://drupal.org/drupal-8.0

https://drupal.org/coding-standards

https://groups.drupal.org/taxonomy/term/98113

Page 37: Something drupal this way comes

DEMOS