Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the changes to Drupal 7 programming vs Drupal 6?

Drupal 7 is claimed to be a revolutionary new Drupal. But in what ways exactly? Looking for coding specific discussions.. Thanks!

like image 337
a20 Avatar asked Feb 26 '23 09:02

a20


1 Answers

The Drupal core improvements handbook page includes an exhaustive list of improvements. Some of the highlights include a new database layer, RDF (Resource Description Framework) features, and fields in core. There's also an updated version of jQuery, the addition of jQuery UI, and Simpletest in core.

On a more granular level, specific API changes are documented on the Converting 6.x modules to 7.x handbook page.

like image 96
Matt V. Avatar answered Mar 03 '23 01:03

Matt V.