Drupal

Drupal

Drupal 8 in action. Showing in-context editing and previews (WYSIWYG).
Original author(s) Dries Buytaert
Initial release May 18, 2000 (2000-05-18)[1]
Stable release
8.2.3 [2] / 16 November 2016 (2016-11-16)
Repository cgit.drupalcode.org/drupal
Development status Active
Written in PHP, using Symfony
Operating system Unix-like, Windows
Platform Cross-platform
Size 80 MB (uncompressed Drupal 8 core) [2]
Available in Multilingual
Type Content management framework, Content management system, Community and Blog software
License GPLv2 or later[3]
Website www.drupal.org

Drupal /ˈdrpəl/,[4] a free and open source content-management framework written in PHP and distributed under the GNU General Public License,[3][5][6] provides a back-end framework for at least 2.2% of all Web sites worldwide[7][8] – ranging from personal blogs to corporate, political, and government sites.[9] Systems also use Drupal for knowledge management and for business collaboration.[10]

The standard release of Drupal, known as Drupal core, contains basic features common to content-management systems. These include user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration. The Drupal core installation can serve as a simple Web site, a single- or multi-user blog, an Internet forum, or a community Web site providing for user-generated content.

"The Drupal Overview", a feature of the project web site, describes it as a content management framework.[5] Drupal also describes itself [11] as a Web application framework, as it meets the generally accepted feature requirements for such frameworks.

As of November 2016 the Drupal community is composed of more than one million members.[12] Including 104,200 users actively contributing.[13] Resulting in more than 35,800 free modules that extend and customize Drupal functionality,[14] over 2,300 free themes that change the look and feel of Drupal,[15] and at least 1,050 free distributions that allow you to quickly and easily set up a complex, use-specific Drupal in fewer steps.[16]

Although Drupal offers a sophisticated API for developers, basic Web-site installation and administration of the framework require no programming skills.[17]

Drupal runs on any computing platform that supports both a Web server capable of running PHP and a database to store content and configuration.

History

Latest major releases
Version Release date
8.2.3 November 16, 2016 [2]
7.52 November 16, 2016 [18]
6.38 February 24, 2016 [19]
5.23 August 11, 2010 [20]
Drupal version 1-6 release history timeline

Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.[21] The name Drupal represents an English rendering of the Dutch word "druppel", which means "drop" (as in "a water droplet").[22] The name came from the now-defunct Drop.org Web site, whose code slowly evolved into Drupal. Buytaert wanted to call the site "dorp" (Dutch for "village") for its community aspects, but mistyped it when checking the domain name and thought the error sounded better.[21]

Interest in Drupal got a significant boost in 2003 when it helped build "DeanSpace" for Howard Dean, one of the candidates in the U.S. Democratic Party's primary campaign for the 2004 U.S. presidential election. DeanSpace used open-source sharing of Drupal to support a decentralized network of approximately 50 disparate, unofficial pro-Dean websites that allowed users to communicate directly with one another as well as with the campaign.[23] After Dean ended his campaign, members of his Web team continued to pursue their interest in developing a Web platform that could aid political activism by launching CivicSpace Labs in July 2004, "the first company with full-time employees that was developing and distributing Drupal technology".[24] Other companies began to also specialize in Drupal development.[25][26] By 2013 the Drupal Web site listed hundreds of vendors that offered Drupal-related services.[27]

As of 2014 Drupal is developed by a community,[28] and its popularity is growing rapidly. From July 2007 to June 2008 the Drupal.org site provided more than 1.4 million downloads of Drupal software, an increase of approximately 125% from the previous year.[29][30]

As of February 2014 more than 1,015,000 sites used Drupal.[31] These include hundreds of well-known organizations,[32] including corporations, media and publishing companies, governments, non-profits,[33] schools, and individuals. Drupal has won several Packt Open Source CMS Awards[34] and won the Webware 100 three times in a row.[35][36]

On March 5, 2009 Buytaert announced a code freeze for Drupal 7 for September 1, 2009.[37] Drupal 7 was released on January 5, 2011, with release parties in several countries.[38] After that, maintenance on Drupal 5 stopped, with only Drupal 7 and Drupal 6 maintained.[39] Drupal 7 series maintenance updates are released regularly.[40]

On December 1, 2012, Drupal 8 started its feature completion.[41] About three years later, on October 7, 2015 Drupal 8 first release candidate (rc1) was announced.[42] Drupal 8 includes new features and improvements for both users and developers, including: a revamped user interface; WYSIWYG and in-place editing; improved mobile support; added and improved key contributed modules including Views, Date, and Entity Reference; introduced a new object-oriented backend leveraging Symfony components; revamped configuration management; and improved multilingual support. Drupal 8 rc1 is the collective work of over 3,200 core contributors.[43]

On January 15, 2015 a Drupal fork called Backdrop was released.[44]

Drupal 8.0.0 was released on November 19, 2015.[45] A subsequent upgrade to it is also available in the form of Drupal 8.1.0[46] that brings numerous improvements, including CKEditor WYSIWYG enhancements, added APIs, an improved help page, and two new experimental modules. Experimental modules are meant for testing purposes, but are not yet fully supported.

Core

In the Drupal community, the term "core" refers to the collaboratively built codebase that can be extended through contributory modules and for versions prior to Drupal 8 is kept outside of the "sites" folder of a Drupal installation.[47] (Starting with version 8, core is kept in its own 'core' sub-directory.) Drupal core is the stock element of Drupal. Bootstrap and Common libraries are defined as Drupal core and all other functionalites are defined as Drupal modules including the system module itself.

In a Drupal website's default configuration, content can be contributed by either registered or anonymous users (at the discretion of the administrator) and is made accessible to web visitors by a variety of selectable criteria. As of Drupal 8, Drupal has adopted some Symfony libraries into Drupal core.

Core modules also includes a hierarchical taxonomy system, which allows content to be categorized or tagged with key words for easier access.[17]

Drupal maintains a detailed changelog of core feature updates by version.[48]

Core modules

Drupal core includes optional modules that can be enabled by the administrator to extend the functionality of the core website.[49]

The core Drupal distribution provides a number of features, including:[49]

  • Access statistics and logging
  • Advanced search
  • Blogs, books, comments, forums, and polls
  • Caching and feature throttling for improved performance
  • Descriptive URLs
  • Multi-level menu system
  • Multi-site support[50]
  • Multi-user content creation and editing
  • OpenID support
  • 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)

Core themes

Drupal includes core themes, which customize the "look and feel" of Drupal sites,[51] for example, Garland and Bartik.

The Color Module, introduced in Drupal core 5.0, allows administrators to change the color scheme of certain themes via a browser interface.[52]

Localization

As of August 2013, Drupal had been made available in 110 languages and English (the default).[53] Support is included for right-to-left languages such as Arabic, Persian, and Hebrew.[54]

Drupal localization is built on top of gettext, the GNU internationalization and localization (i18n) library.

Auto-update notification

Drupal can automatically notify the administrator about new versions of modules, themes, or the Drupal core.[54] It's important to update quickly after security updates are released. Before updating it is highly recommended to take backup of core, modules, theme, files and database. If there is any error shown after update or new updates is not compatible with a module, then it can be quickly replace by backup. There are several backup modules available in Drupal. On October 15, 2014, a sql injection vulnerability was announced and update released.[55] Two weeks later the Drupal security team released an advisory explaining that everyone should act under the assumption that any site not updated within 7 hours of the announcement are infected.[56] Thus, it can be extremely important to apply these updates quickly and usage of a tool to make this process easier like drush is highly recommended.

Database abstraction

Prior to version 7, Drupal had functions that performed tasks related to databases, such as SQL query cleansing, multi-site table name prefixing, and generating proper SQL queries. In particular, Drupal 6 introduced an abstraction layer that allowed programmers to create SQL queries without writing SQL.

Drupal 7 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. Microsoft has written a database driver for their SQL Server.[57] Drupal 7 supports the file-based SQLite database engine, which is part of the standard PHP distribution.

Embracing Windows developers

With Drupal 7's new database abstraction layer and ability to run on the Windows web server IIS, it is now easier for Windows developers to participate in the Drupal community. A group on Drupal.org is dedicated to Windows issues.[58]

Accessibility

With the release of Drupal 7, Web accessibility has been greatly improved by the Drupal community.[59] Drupal is a good framework for building sites accessible to people with disabilities, because many of the best practices have been incorporated into the program code Core. The accessibility team is carrying on the work of identifying and resolving accessibility barriers and raising awareness within the community. Drupal 7 started the adoption of WAI-ARIA support for Rich Internet Applications and this has been carried further in Drupal 8. There have been many improvements to both the visitor and administrator sides of Drupal, especially:

The community also added an accessibility gate for core issues in Drupal 8.[60]

Extending the core

Drupal core is modular, defining a system of hooks and callbacks, which are accessed internally via an API.[61] This design allows third-party contributed modules and themes to extend or override Drupal's default behaviors without changing Drupal core's code.

Drupal isolates core files from contributed modules and themes. This increases flexibility and security and allows administrators to cleanly upgrade to new releases without overwriting their site's customizations.[62] The Drupal community has the saying "Never hack core", a strong recommendation that site developers do not change core files.[47]

Modules

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,[63] integrating with enterprise applications,[64] and more. As of November 2016 the Drupal website lists more than 35,800 free modules.[14]

Some of the most commonly used contributed modules include:[65]

Themes

As of November 2016, there are more than 2,300[15] free community-contributed themes. Themes adapt or replace a Drupal site's default look and feel.

Drupal themes use standardized formats that may be generated by common third-party theme design engines. Many are written in the PHPTemplate engine[69] or, to a lesser extent, the XTemplate engine.[70] Some templates use hard-coded PHP. Drupal 8 will integrate the Twig templating engine.

The inclusion of the PHPTemplate and XTemplate engines in Drupal addressed user concerns about flexibility and complexity.[71] The Drupal theming system utilizes a template engine to further separate HTML/CSS from PHP. A popular Drupal contributed module called 'Devel' provides GUI information to developers and themers about the page build.

Community-contributed themes[72] at the Drupal website are released under a free GPL license,[73] and most of them are demonstrated at the Drupal Theme Garden.[74]

Distributions

In the past, those wanting a fully customized installation of Drupal had to download a pre-tailored version separately from the official Drupal core. Today, however, a distribution defines a packaged version of Drupal that upon installation, provides a website or application built for a specific purpose.

The distributions offer the benefit of a new Drupal site without having to manually seek out and install third-party contributed modules or adjust configuration settings.[75] They are collections of modules, themes, and associated configuration settings that prepare Drupal for custom operation. For example, a distribution could configure Drupal as a "brochureware" site rather than a "news" site or an "online store".

Architecture

Drupal is based on the Presentation Abstraction Control architecture, or PAC. The menu system acts as the Controller. It accepts input via a single source (HTTP GET and POST), routes requests to the appropriate helper functions, pulls data out of the Abstraction (nodes and, from Drupal 5 onwards, forms), and then pushes it through a filter to get a Presentation of it (the theme system). It even has multiple, parallel PAC agents in the form of blocks that push data out to a common canvas (page.tpl.php).[76]

Community

Drupal.org has a large community of users and developers who provide active community support by coming up with new updates to help improve the functionality of Drupal,[77] as of March 2015, over 1,167,000 user accounts[13] and over 37,000 developer accounts.[13] The semiannual DrupalCon conference alternates between North America, Europe and Asia.[78] Attendance at DrupalCon grew from 500 at Szeged in August 2008, to over 3,700 people at Austin, Texas in June, 2014.

Smaller events, known as "Drupal Camps" or DrupalCamp,[79] occur throughout the year all over the world. The annual Florida DrupalCamp brings users together for Coding for a Cause that benefits a local nonprofit organization, as does the annual GLADCamp (Greater Los Angeles Drupal Camp) event, Coders with a Cause.

The Drupal community also organizes professional and semi-professional gatherings called meetups at a large number of venues around the world. In July, 2013, Droplabs, a coworking space in Los Angeles, California, was recognized as the world's "Top Drupal Location[80]" (with 62 recorded events) when compared with other event venues over a 12-month period.

There are a number of active Drupal forums,[81] mailing lists[82] and discussion groups.[83] Drupal also maintains several IRC channels[84] on the Freenode network.

There are over 30 national communities[85] around drupal.org offering language-specific support.

Security

Drupal's policy is to announce the nature of each security vulnerability once the fix is released.[86][87] Administrators of Drupal sites are automatically notified of these new releases via the Update Status module (Drupal 6) or via the Update Manager (Drupal 7).[88] Drupal maintains a security announcement mailing list, a history of all security advisories,[89] a security team home page,[90] and an RSS feed[91] with the most recent security advisories. In 2008, eleven security vulnerabilities were reported and fixed in the Drupal core.[89] Security holes were also found and fixed in 64 of the 2243 user-contributed modules.[89][92]

In mid-October 2014,[93] Drupal issued a "highly critical" security advisory regarding an SQL injection bug in Drupal 7, also known as Drupalgeddon.[94][95] Downloading and installing an upgrade to Drupal 7.32 fixes the vulnerability, but does not remove any backdoor installed by hackers if the site has already been compromised.[96] Attacks began soon after the vulnerability was announced. According to the Drupal security team, where a site was not patched within hours of the announcement, it should be considered compromised and taken offline by being replaced with a static HTML page while the administrator of its server must be told that other sites on the same server may also have been compromised. To solve the problem, the site must be restored using backups from before October 15, be patched and manually updated, and anything merged from the site must be audited.[97]

Criticism

In an article[98] about the adoption of Drupal by the Whitehouse.gov site, Slate associate editor Chris Wilson[99] lists some common criticisms of Drupal. Other criticisms have included:

As of 12/7/2015 there were 32,628 modules posted on drupal.org. 14,606 are "sandbox" modules which are described as "experimental code for developer use only." 18,021 modules are considered "full projects." Of these full projects, 10,771 (57%) are "Under Active Development," This is the best scenario. 2,690 (15%) are "Maintenance fixes only" where the maintainer is no longer interested in developing new features but has committed to address any security vulnerability which might be discovered. These modules should also be considered safe to use. 1,344 (7%) are marked "No further development," while 1,043 (6%) are considered "obsolete," often because this functionality has been better addressed through another module. 2,173 (12%) full project modules have not had their development status set. The Drupal web site includes a page with instructions for developers on taking over maintenance of unmaintained projects.

See also

References

  1. Earliest tagged releases
  2. 1 2 3 Drupal 8 release history; drupal.org
  3. 1 2 "Licensing FAQ". drupal.org. Retrieved 2009-04-08.
  4. A query on Drupal's official website on March 2009: How does one pronounce "Drupal"? (accessed 19 June 2013)
  5. 1 2 "The Drupal Overview". drupal.org. Retrieved 2009-04-08.
  6. "System Requirements". drupal.org. Retrieved 2009-04-08.
  7. W3Techs (2011-07-15). "Usage of content management systems for websites". Retrieved 2011-07-15.
  8. BuiltWith (2011-03-28). "Drupal Usage Statistics". Retrieved 2011-03-28.
  9. "The State of Drupal 2010 speech". Archive.org. 2001-03-10. Retrieved 2011-08-31.
  10. "Knowledge management with Drupal".
  11. "Drupal 7 as an enterprise web application framework". drupal.org.
  12. "1 Million Users on Drupal.org!". drupal.org.
  13. 1 2 3 "Drupal Homepage". Drupal.org. Retrieved 15 April 2016.
  14. 1 2 "Module project". www.drupal.org. 2016-11-07. Retrieved 2016-11-08.
  15. 1 2 "Theme project". www.drupal.org. 2016-11-07. Retrieved 2016-11-08.
  16. "Distribution project". www.drupal.org. 2016-11-07. Retrieved 2016-11-08.
  17. 1 2 "Features". drupal.org. Retrieved 2009-04-08.
  18. Drupal 7 release history; drupal.org
  19. Drupal 6 release history; drupal.org
  20. Drupal 5 release history; drupal.org
  21. 1 2 "History". drupal.org. Retrieved 2009-04-08.
  22. "Druppel: Dutch to English Translation". Babylon Translation. Retrieved 2009-04-08.
  23. Benjamin Melançon; et al. (2011). The Definitive Guide to Drupal 7 (2nd ed.). Apress. p. 823. ISBN 9781430231356. Retrieved 2012-05-27.
  24. Critchley, Spencer (2006-05-03). "Digital Politics: An Interview With CivicSpace Founder Zack Rosen". O'Reilly Media. Retrieved 2012-05-27.
  25. Kreiss, Daniel (2012-03-05). "Dean, Romney, and Drupal: Values and Technological Adoption". Culture Digitally. Retrieved 2012-05-27.
  26. Samantha M. Shapiro, "The Dean Connection", The New York Times December 7, 2003, accessed May 27, 2012.
  27. "Marketplace". drupal.org. Retrieved 2013-04-18.
  28. Koenig, Josh. "Growth Graphs". Groups.Drupal. Retrieved 2009-04-08.
  29. Buytaert, Dries (2008). "Drupal Download Statistics". Retrieved 2009-04-08.
  30. Buytaert, Dries (2007). "Drupal Download Statistics". Retrieved 2009-04-08.
  31. "Drupal project usage".
  32. "Drupal Sites". Dries Buytaert. Retrieved 2010-07-20.
  33. "List of Nonprofit, NPO, NGO Websites Using Drupal". ENGINE Industries. Retrieved 2010-07-20.
  34. "OSS CMS Award Previous Winners". Packt Publishing. Retrieved 2009-04-08.
  35. "Drupal is a Webware 100 winner for the third year in a row". Drupal.org. Retrieved 2011-08-31.
  36. "Cnet.com". News.cnet.com. 2009-05-19. Retrieved 2011-08-31.
  37. "Buytaert.net". Buytaert.net. Retrieved 2011-08-31.
  38. "Drupal 7 to be released on January 5 (with one ginormous party)". Buytaert.net. Retrieved 2011-08-31.
  39. "Xplain Hosting Drupal 7 Quickstart training seminar". Scoop. 2010-12-16.
  40. "drupal 7.24". drupal.org. Retrieved 2013-11-20.
  41. "Drupal 8 In Marking The Biggest Change In Its Content Management History". eyerys.com. Retrieved 19 November 2015.
  42. "Drupal 8.0.0-rc1 announcement". drupal.org.
  43. "Drupal 8.0.0-rc1 announcement". drupal.org.
  44. "Roadmap". Backdropcms.org.
  45. "Drupal 8.0.0 released". drupal.org. Retrieved 19 November 2015.
  46. https://www.drupal.org/blog/drupal-8-1-0
  47. 1 2 "Never hack core". drupal.org.
  48. "Drupal 7.39 released". drupal.org. Retrieved 2015-09-19.
  49. 1 2 "Handbook: Core Modules". drupal.org. Archived from the original on 2008-07-28. Retrieved 2009-04-08.
  50. "Drupal Multi-site installation recipes".
  51. Buytaert, Dries. "Garland, the new default core theme". drupal.org. Retrieved 2009-04-08.
  52. "Color: Allows the user to change the color scheme of certain themes". drupal.org. Retrieved 2009-04-08.
  53. "Drupal core translation downloads". drupal.org. Retrieved 2012-11-10.
  54. 1 2 "Drupal 6.0 released". drupal.org. Retrieved 2009-04-08.
  55. "SA-CORE-2014-005 - Drupal core - SQL injection". Https:. Retrieved December 3, 2014.
  56. "Drupal Core - Highly Critical - Public Service announcement - PSA-2014-003". Https:. Retrieved December 3, 2014.
  57. "Install Drupal for Windows". microsoft.com. Retrieved 2011-02-14.
  58. "Drupal on Windows Group". drupal.org. Retrieved 2011-02-14.
  59. Killesreiter, Gerhard (2013-02-25). "Accessibility statement". drupal.org. Retrieved 2013-04-16.
  60. Scholten, Roy (2012-12-10). "Drupal core gates". drupal.org. Retrieved 2013-04-16.
  61. "API Reference". drupal.org. Retrieved 2009-04-08.
  62. "File and directory management". drupal.org.
  63. 14 hours 40 min ago. (2009-05-20). "Integrating Drupal with External Systems". Appnovation.com. Retrieved 2011-08-31.
  64. "Drupal Integration for Enterprise Application". Srijan Technologies. Srijan Technologies.
  65. "Project usage overview". Drupal.org. Retrieved 2011-08-18.
  66. "DRUPAL 5 TO DRUPAL 7".
  67. "Field API". 2009. Retrieved 2009-05-08.
  68. "Views in Drupal Core initiative: Status report and roadmap". Retrieved 2014-11-04.
  69. "PHPTemplate theme engine". drupal.org. Retrieved 2009-04-08.
  70. "XTemplate theme engine". drupal.org. Retrieved 2009-04-08.
  71. "How does Drupal compare to Mambo? discussion thread". drupal.org. 2005-01-17. Retrieved 2009-04-08.
  72. "Drupal themes". Drupal.org. Retrieved 2011-08-31.
  73. "Adding your theme to Drupal.org". Drupal.org.
  74. "Drupal Theme Garden". Themegarden.org. Retrieved 2011-08-31.
  75. "Top Drupal Distributions". AGLOBALWAY Consulting Services Inc.
  76. "MVC vs. PAC".
  77. Reason Behind Drupal's Popularity By SuntecOSS, Retrieved, April 23rd, 2016
  78. "drupal.org discussion on DrupalCon event management". Groups.drupal.org. Retrieved 2011-08-31.
  79. "Drupal Camps and Cons". Retrieved 25 January 2013.
  80. "1 Year of Drupal Events Visualized". Retrieved 13 July 2013.
  81. "forums". Drupal.org. Retrieved 2011-08-31.
  82. "mailing lists". Drupal.org. Retrieved 2011-08-31.
  83. "Drupal Groups". Groups.drupal.org. Retrieved 2011-08-31.
  84. "Drupal IRC channels on FreeNode". Drupal.org. Retrieved 2011-08-31.
  85. "Language specific communities". Drupal.org. 2011-08-26. Retrieved 2011-08-31.
  86. Drupal. "Security announcement and release process".
  87. Drupal. "How to report a security issue".
  88. "Update manager (and Update status)". drupal.org. Retrieved 2011-07-01.
  89. 1 2 3 "Security advisories". drupal.org. Retrieved 2009-04-28.
  90. "Drupal security team". Drupal.org. Retrieved 2011-08-31.
  91. "Drupal Security RSS feed". Drupal.org. Retrieved 2011-08-31.
  92. "Contributed modules". drupal.org. Retrieved 2009-04-28.
  93. "Drupalgeddon megaflaw raises questions over CMS bods' crisis mgmt".
  94. "SA-CORE-2014-005 - Drupal core - SQL injection". Security advisories. Drupal security team.
  95. "Drupalgeddon strikes back: outdated Drupal allegedly linked to "Panama Papers"". Blog. Drop Guard.
  96. "Drupal CoreHighly CriticalPublic Service AnnouncementPSA-2014-003". Security advisories. Drupal security team. October 29, 2014 via Drupal.org. You should proceed under the assumption that every Drupal 7 website was compromised unless updated or patched before Oct 15th, 11pm UTC, that is 7 hours after the announcement. Simply updating to Drupal 7.32 will not remove backdoors....updating to version 7.32 or applying the patch fixes the vulnerability but does not fix an already compromised website. If you find that your site is already patched but you didn’t do it, that can be a symptom that the site was compromised - some attacks have applied the patch as a way to guarantee they are the only attacker in control of the site.
  97. Robinson, Brian (2014-11-07). "Attacks on open source call for better software design -". GCN. Retrieved 2016-07-29.
  98. Why running the White House Web site on Drupal is a political disaster waiting to happen.
  99. Message Error, Why running the White House Web site on Drupal is a political disaster waiting to happen Chris Wilson. Slate (magazine) October 27, 2009
  100. Scollan, Becca; Abby Byrnes; Malia Nagle; Paul Coyle; Cynthia York; Maleka Ingram (2008-05-01). "Drupal Usability Research Report" (PDF). Retrieved 2009-04-08.
  101. Lal, Kieran (2008-06-26). "Drupal usability tests from the University of Baltimore with community solutions". drupal.org. Retrieved 2009-04-08.
  102. Buytaert, Dries (2008-07-03). "Usability, usability, and usability". Retrieved 2009-04-08.
  103. Buytaert, Dries (2008-03-10). "First results from usability testing". Retrieved 2009-04-08.
  104. "Report from Formal Drupal" (PDF). 2008-03-03. Retrieved 2009-04-08.
  105. Buytaert, Dries (2009-02-04). "Mark Boulton to help with Drupal 7".
  106. University of Minnesota Office of Information Technology (2011-05-23). "Usability test at University of Minnesota, may 2011". drupal.org.
  107. University of Minnesota Office of Information Technology (2011-06-01). "Report from the University of Minnesota Drupal Usability Testing". drupal.org.
  108. "Drupal Gardens".
  109. "Open Enterprise".
  110. "Mitkom".
  111. Howard, Brian C. (2007-01-25). "Harnessing Drupal for Citizen Journalism". NewAssignment.Net. Retrieved 2009-04-08.
  112. "Drupal Review".
  113. James, Heather (2010-11-09). "203 people tell What I wish I knew when I started Drupal". Acquia.com. Retrieved 2010-11-11.
  114. Buytaert, Dries (2006-05-26). "Backward Compatibility". Retrieved 2009-04-08.
  115. Buytaert, Dries (2006-07-27). "The pain before the pay-off". Retrieved 2009-04-08.
  116. "Drupal's Upgrade Instructions (end-user)". Drupal.org. Retrieved 2011-08-31.
  117. "Joomla 1.5 & Drupal 6.1 Performance Comparison".
  118. "Is Drupal Slow & Bloated?".
  119. "Is Drupal the right tool for the job?".
  120. "Drupal vs Joomla: performance | Dries Buytaert". Buytaert.net. Retrieved 2012-05-05.
  121. "Authenticated User Page Caching (Authcache)". drupal.org. Retrieved 2009-09-23.
  122. Buytaert, Dries (2006-08-11). "Drupal vs Joomla! performance". Retrieved 2009-05-20.
  123. "Speed up a Drupal web site by enabling MySQL query caching". nadeausoftware.com. 2007-03-07. Retrieved 2009-06-21.
  124. "Book on Drupal Performance & Scalability". Books.tag1consulting.com. 2008-07-16. Retrieved 2011-08-31.
  125. "Caching in Drupal 6". drupal.org. 2008-07-28. Retrieved 2009-06-21.
  126. "Drupal 6 vs Drupal 7 performance and comments vs nodes". CivicActions.com. 2009-05-19. Retrieved 2009-06-21.
  127. "Boost". drupal.org. 2006-10-15. Retrieved 2012-05-05.
  128. "Memcache API and Integration". drupal.org. Retrieved 2012-05-05.
  129. "Dealing with unsupported (abandoned) projects". While experienced Drupal users know to check the queue and the git commits to determine the health of a project, having broken and unmaintained/unsupported projects available can be confusing and off-putting for new users.
  130. "Drupal Testing Methodologies Are Broken - Here's Why | Red Crackle". redcrackle.com. Retrieved 2015-12-05.

Further reading

Wikimedia Commons has media related to Drupal.
This article is issued from Wikipedia - version of the 12/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.