Computers & Internet

Interesting Things About Drupal You Should Know

Interesting Things About Drupal You Should Know
Spread the love

Interesting facts about Drupal

  1. The name Drupal represents an English rendering of the Dutch word druppel, which means “drop”.
  2. Drupal is a free and open-source web content management framework (CMF).
  3. Drupal is written in PHP.
  4. Drupal is distributed under the GNU General Public License.
  5. More than 13% of the top 10,000 websites worldwide are using Drupal to power their backend. That includes personal blogs to corporate, political, and government sites.
  6. Drupal can be used for building knowledge management and business collaboration systems.
  7. Drupal was originally developed by Dries Buytaert.
  8. Now, Drupal is developed and maintained by the Drupal community.
  9. Drupal was initially released on January 15, 2001.
  10. Drupal’s latest stable release is 9.1.6 as of 2021-04-07.
  11. Drupal is written in PHP. It uses a lot of components from Symfony Framework. Symfony is a PHP web application framework and a set of reusable PHP components/libraries. It was published as free software on October 18, 2005, and released under the MIT license.
  12. As of writing this post in March 2021, the Drupal community consists of more than 1.39 million members.
  13. As of March 2021, Drupal has more than 121,000 active contributors.
  14. As of March 2021, Drupal has more than 46,800 free modules that extend and customize its functionality. Modules are like building blocks that when installed make new features available.
  15. As of March 2021, Drupal has over 2,900 free themes that change the look and feel of Drupal.
  16. As of March 2021, Drupal has at least 1,300 free distributions that allow users to quickly and easily set up a complex, use-specific Drupal in minimum steps.
  17. The Drupal core contains basic features common to content-management systems, such as user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration.
  18. The Drupal core can be used to build a single or multi-user blog, an Internet forum, or a community website supported by user-generated content.
  19. Drupal meets most of the generally accepted feature requirements for general-purpose web frameworks.
  20. Drupal offers a sophisticated API for developers. That can be used to easily extend the existing Drupal functionality.
  21. It was originally written by Dries Buytaert as a message board.
  22. The name Drupal comes from the now-defunct Drop.org website, whose code slowly evolved into Drupal.
  23. Drupal 7’s end-of-life was scheduled for November 2021, but given the impact of COVID-19, the end of life has been pushed back until November 28, 2022.
  24. Drupal 8 will still be end-of-life on November 2, 2021.
  25. Drupal 10’s initial release schedule is on July 2022.
  26. Drupal depends on third-party software components, many of which will go end-of-life (EOL) in the next few years. When a component goes EOL, it will no longer receive security support.
  27. The “Drupal 10 Readiness” initiative will focus on upgrading the third-party components. Not only does this keep Drupal secure, but it also allows us to take advantage of any new capabilities that come with these updated components.
  28. One of the most important features to complete is our modern front-end theme, Olivero. While there has been a lot of progress in this area, Olivero does not ship with Drupal yet. We expect Drupal 10 to ship with this modern theme.
  29. “Drupal core” refers to the collaboratively built codebase that can be extended through contributory modules.
  30. Drupal core is made up of the Common Drupal-specific libraries, as well as the bootstrap process.
  31. Drupal isolates core files from contributed modules and themes.
  32. Drupal core includes modules that can be enabled by the administrator to extend the functionality of the core website.
  33. For versions prior to 8, the “Drupal core” is kept outside of the “sites” folder of its installation.
  34. Starting with version 8, the Drupal core is kept in its own ‘core’ sub-directory.
  35. The Drupal community has the saying, “Never hack core,” a strong recommendation that site developers do not change core files.
  36. The Drupal core has been designed to be modular, so there should be no reason to hack it. If there is a feature you want and it cannot be accomplished outside of modifying the core, consider submitting your hack as a patch.
  37. In a Drupal website’s default configuration, authors can contribute content as either registered or anonymous users.
  38. The Drupal distribution provides a number of features. Such as Access statistics and logging, Advanced search Books, comments, and forums, Caching, lazy-loading content (using BigPipe) and feature throttling for improved performance Custom content type and fields, and user interface to create, manage, and display lists of content.
  39. The core Drupal distribution also provides features such as Descriptive URLs, Multi-level menu system, Multi-site support, Multi-user content creation and editing RSS feed and feed aggregator, Security, and new release update notification, User profiles, Various access control restrictions (user roles, IP addresses, email), Workflow tools (triggers and actions).
  40. Drupal includes default core themes, such as Garland and Bartik. These core themes can be used to customize the “look and feel” of Drupal sites.
  41. The Color Module was introduced in Drupal core 5.0. With this module, the administrators can change the color scheme of certain themes via a browser interface.
  42. Drupal localization is built on top of gettext, the GNU internationalization, and localization (i18n) library. The gettext is an internationalization and localization (i18n and l10n) system commonly used for writing multilingual programs on Unix-like computer operating systems.
  43. Drupal can automatically notify the administrator about new versions of modules, themes, or the Drupal core.
  44. Drupal 6 introduced an abstraction layer that allowed programmers to create SQL queries without writing SQL.
  45. Drupal 9 extends the data abstraction layer so that a programmer no longer needs to write SQL queries as text strings. It uses PHP Data Objects to abstract the database.
  46. Drupal 7 supports the file-based SQLite database engine, which is part of the standard PHP distribution. SQLite is a relational database management system (RDBMS) contained in a C library.
  47. Drupal has fully-featured web accessibility. It is a good framework for building sites accessible to people with disabilities because many of the best practices have been incorporated into Drupal Core.
  48. Drupal core is modular, defining a system of hooks and callbacks, which are accessed internally via an API.
  49. The current Drupal API architecture allows third-party contributed modules and themes to extend or override its default behaviors without changing the core’s code.
  50. Drupal contributed modules offer such additional or alternate features as image galleries, custom content types and content listings, WYSIWYG editors, private messaging, third-party integration tools.
  51. Drupal module Content Construction Kit (CCK): allows site administrators to dynamically create content types by extending the database schema.
  52. Drupal Views: facilitates the retrieval and presentation, through a database abstraction system, of content to site visitors. Basic views functionality has been added to core in Drupal 8.

References