Drupal events and releases

This is a timeline of Drupal core releases with version numbers and other important Drupal events.

I tried to use all the sources available and give credit where cedit is due. However, if you miss certain data and /or think it is incorrect, please contact Bert Boerland http://drupal.org/user/188

2000-04-28 00:00:00

Drop.org registered

Dries registers drop.org, the legend goes it was a typo for dorp.org ("village.org") in Dutch

2000-10-18 00:00:00

First logo of drop.org

The first logo of drop.org by Jeroen Bensch (Dries nephew)

2001-01-15 00:00:00

Drupal 1.0.0 released

initial release

2001-03-15 00:00:00

Drupal 2.0.0 released

- Rewrote the comment/discussion code: * Comment navigation should be less confusing now. * Additional/alternative display and order methods have been added. * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system. - Added sections and section manager: * Story sections can be maintained from the administration pages. * Story sections make the open submission more adaptive in that you can set individual post, dump and expiration thresholds for each section according to the story type and urgency level: stories in certain sections do not "expire" and might stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time. - Multiple vhosts + multiple directories: * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories. - Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo: * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms. - Added "search infrastructure": * Improved search page and integrated search functionality in the administration pages. - Added translation / localization / internationalization support: * Because many people would love to see their website showing a lot less of English, and far more of their own language, Drupal provides a framework to set up a multi-lingual website or to overwrite the default English text in English. - Added fine-grained user permission (or group) system: * Users can be granted access to specific administration sections. Example: a FAQ maintainer can be given access to maintain the FAQ and translators can be given access to the translation pages. - Added FAQ module - Changed the "open submission queue" into a (optional) module. - Various updates: * Improved account module: + User accounts can be deleted. + Added fine-grained permission support. * Improved block module * Improved diary module: + Diary entries can be deleted * Improved headline module: + Improved parser to support more "generic" RDF/RSS/XML backend. * Improved module module * Improved watchdog module * Improved database abstraction layer * Improved themes: + W3C validation on a best effort basis + Added theme "example" (alias "Stone Age") * Added new scripts to directory "scripts" * Added directory "misc" * Added CREDITS file - Revised documentation

2001-04-26 00:00:00

Drupal.org registered

Bert Boerland registeres and pays for drupal.org and donates to Dries

2001-09-15 00:00:00

Drupal 3.0.0 released

- Major overhaul of the entire underlying design: * Everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of Drupal as well as improving long-term stability. - Rewrote submission/moderation queue and renamed it to queue.module. - Removed FAQ and documentation module and merged them into a "book module". - Removed ban module and integrated it into account.module as "access control": * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching. - Rewrote watchdog and submission throttle: * Improved watchdog messages and added watchdog filter. - Rewrote headline code and renamed it to import.module and export.module: * Added various improvements, including a better parser, bundles and better control over individual feeds. - Rewrote section code and renamed it to meta.module: * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy. - Rewrote configuration file resolving: * Drupal tries to locate a configuration file that matches your domain name or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites. - Added caching support which makes Drupal extremely scalable. - Added access.module: * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group. - Added blog.module. - Added poll.module. - Added system.module: * Moved most of the configuration options from hostname.conf to the new administration section. * Added support for custom "filters". - Added statistics.module - Added moderate.module: * Allows to assign users editorial/moderator rights to certain nodes or topics. - Added page.module: * Allows creation of static (and dynamic) pages through the administration interface. - Added help.module: * Groups all available module documentation on a single page. - Added forum.module: * Added an integrated forum. - Added cvs.module and cvs-to-sql.pl: * Allows to display and mail CVS log messages as daily digests. - Added book.module: * Allows collaborative handbook writing: primary used for Drupal documentation. - Removed cron.module and integrated it into conf.module. - Removed module.module as it was no longer needed. - Various updates: * Added "auto-post new submissions" feature versus "moderate new submissions". * Introduced links/Drupal tags: [[link]] * Added preview functionality when submitting new content (such as a story) from the administration pages. * Made the administration section only show those links a user has access to. * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout. * Improved scheduler: + Content can be scheduled to be 'posted', 'queued' and 'hidden'. * Improved account module: + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames. * Improved locale module: + Added new overview to easy the translation process. * Improved comment module: + Made it possible to permanently delete comments. * Improved rating module * Improved story module: + Added preview functionality for administrators. + Made it possible to permanently delete stories. * Improved themes: + W3C validation on a best effort basis. + Removed $theme->control() from themes. + Added theme "goofy". - Collaboratively revised and expanded the Drupal documentation.

2001-10-15 00:00:00

Drupal 3.0.1 released

- Various updates: * Added missing translations * Updated the themes: tidied up some HTML code and added new Drupal logos.

2002-06-15 00:00:00

Drupal 4.0.0 released

------------------------ - Added tracker.module: * Replaces the previous "your [site]" links (recent comments and nodes). - Added weblogs.module: * This will ping weblogs.com when new content is promoted. - Added taxonomy module which replaces the meta module. * Supports relations, hierarchies and synonyms. - Added a caching system: * Speeds up pages for anonymous users and reduces system load. - Added support for external SMTP libraries. - Added an archive extension to the calendar. - Added support for the Blogger API. - Themes: * Cleaned up the theme system. * Moved themes that are not maintained to contributions CVS repository. - Database backend: * Changed to PEAR database abstraction layer. * Using ANSI SQL queries to be more portable. - Rewrote the user system: * Added support for Drupal authentication through XML-RPC and through a Jabber server. * Added support for modules to add more user data. * Users may delete their own account. * Added who's new and who's online blocks. - Changed block system: * Various hard coded blocks are now dynamic. * Blocks can now be enabled and/or be set by the user. * Blocks can be set to only show up on some pages. * Merged box module with block module. - Node system: * Blogs can be updated. * Teasers (abstracts) on all node types. * Improved error checking. * Content versioning support. * Usability improvements. - Improved book module to support text, HTML and PHP pages. - Improved comment module to mark new comments. - Added a general outliner which will let any node type be linked to a book. - Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree. - Search module: * Improved the search system by making it context sensitive. * Added indexing. - Various updates: * Changed output to valid XHTML. * Improved multiple sites using the same Drupal database support. * Added support for session IDs in URLs instead of cookies. * Made the type of content on the front page configurable. * Made each cloud site have its own settings. * Modules and themes can now be enabled/disabled using the administration pages. * Added URL abstraction for links. * Usability changes (renamed links, better UI, etc). - Collaboratively revised and expanded the Drupal documentation.

2003-02-01 00:00:00

Drupal 4.1.0 released

- Collaboratively revised and expanded the Drupal documentation. - Rewrote comment.module: * Reintroduced comment rating/moderation. * Added support for comment paging. * Performance improvements: improved comment caching, faster SQL queries, etc. - Rewrote block.module: * Performance improvements: blocks are no longer rendered when not displayed. - Rewrote forum.module: * Added a lot of features one can find in stand-alone forum software including but not limited to support for topic paging, added support for icons, rewrote the statistics module, etc. - Rewrote statistics.module: * Collects access counts for each node, referrer logs, number of users/guests. * Export blocks displaying top viewed nodes over last 24 hour period, top viewed nodes over all time, last nodes viewed, how many users/guest online. - Added throttle.module: * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load. - Added profile.module: * Enables to extend the user and registration page. - Added pager support to the main page. - Replaced weblogs.module by ping.module: * Added support for normal and RSS notifications of http://blo.gs/. * Added support for RSS ping-notifications of http://weblogs.com/. - Removed the rating module - Themes: * Removed a significant portion of hard-coded mark-up.

2003-08-01 00:00:00

Drupal 4.2.0 released

- Added support for clean URLs. - Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors. - Rewrote the RSS/RDF parser: * It will now use PHP's built-in XML parser to parse news feeds. - Rewrote the administration pages: * Improved the navigational elements and added breadcrumb navigation. * Improved the look and feel. * Added context-sensitive help. - Database backend: * Fixed numerous SQL queries to make Drupal ANSI compliant. * Added MSSQL database scheme. - Search module: * Changed the search module to use implicit AND'ing instead of implicit OR'ing. - Node system: * Replaced the "post content" permission by more fine-grained permissions. * Improved content submission: + Improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bothered with teasers when the post is too short for one. + Added the ability to preview both the short and the full version of your posts. * Extended the node API which allows for better integration. * Added default node settings to control the behavior for promotion, moderation and other options. - Themes: * Replaced theme "Goofy" by "Xtemplate", a template driven theme. - Removed the 'register_globals = on' requirement. - Added better installation instructions.

2003-11-01 00:00:00

Drupal 4.3.0 released

- Added support for configurable URLs. - Added support for sortable table columns. - Database backend: * Added support for selective database table prefixing. - Performance: * Optimized many SQL queries for speed by converting left joins to inner joins. - Comment module: * Rewrote the comment housekeeping code to be much more efficient and scalable. * Changed the comment module to use the standard pager. - User module: * Added support for multiple sessions per user. * Added support for anonymous user sessions. - Forum module: * Improved the forum views and the themability thereof. - Book module: * Improved integration of non-book nodes in the book outline. - Usability: * Added support for "mass node operations" to ease repetitive tasks. * Added support for breadcrumb navigation to several modules' user pages. * Integrated the administration pages with the normal user pages.

2004-04-01 00:00:00

Drupal 4.4.0 released

- Added support for the MetaWeblog API and MovableType extensions. - Added a file API: enables better document management. - Improved the watchdog and search module to log search keys. - News aggregator: * Added support for conditional GET. * Added OPML feed subscription list. * Added support for , , , , and . - Comment module: * Made it possible to disable the "comment viewing controls". - Performance: * Improved module loading when serving cached pages. * Made it possible to automatically disable modules when under heavy load. * Made it possible to automatically disable blocks when under heavy load. * Improved performance and memory footprint of the locale module. - Theme system: * Made all theme functions start with 'theme_'. * Made all theme functions return their output. * Migrated away from using the BaseTheme class. * Added many new theme functions and refactored existing theme functions. * Added avatar support to 'Xtemplate'. * Replaced theme 'UnConeD' by 'Chameleon'. * Replaced theme 'Marvin' by 'Pushbutton'. - Usability: * Added breadcrumb navigation to all pages. * Made it possible to add context-sensitive help to all pages. * Replaced drop-down menus by radio buttons where appropriate. * Removed the 'magic_quotes_gpc = 0' requirement. * Added a 'book navigation' block. - Accessibility: * Made themes degrade gracefully in absence of CSS. * Grouped form elements using '' and '' tags. * Added '' tags to form elements. - Refactored 404 (file not found) handling and added support for custom 404 pages. - Improved the filter system to prevent conflicts between filters: * Made it possible to change the order in which filters are applied. - Documentation: * Added PHPDoc/Doxygen comments.

2004-10-18 00:00:00

Drupal 4.5.0 released

- Navigation: * Made it possible to add, delete, rename and move menu items. * Introduced tabs and subtabs for local tasks. * Reorganized the navigation menus. - User management: * Added support for multiple roles per user. * Made it possible to add custom profile fields. * Made it possible to browse user profiles by field. - Node system: * Added support for node-level permissions. - Comment module: * Made it possible to leave contact information without having to register. - Upload module: * Added support for uploading documents (includes images). - Forum module: * Added support for sticky forum topics. * Made it possible to track forum topics. - Syndication: * Added support for RSS ping-notifications of http://technorati.com/. * Refactored the categorization of syndicated news items. * Added an URL alias for 'rss.xml'. * Improved date parsing. - Database backend: * Added support for multiple database connections. * The PostgreSQL backend does no longer require PEAR. - Theme system: * Changed all GIFs to PNGs. * Reorganised the handling of themes, template engines, templates and styles. * Unified and extended the available theme settings. * Added theme screenshots. - Blocks: * Added 'recent comments' block. * Added 'categories' block. - Blogger API: * Added support for auto-discovery of blogger API via RSD. - Performance: * Added support for sending gzip compressed pages. * Improved performance of the forum module. - Accessibility: * Improved the accessibility of the archive module's calendar. * Improved form handling and error reporting. * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission. - Refactored 403 (forbidden) handling and added support for custom 403 pages. - Documentation: * Added PHPDoc/Doxygen comments. - Filter system: * Added support for using multiple input formats on the site * Expanded the embedded PHP-code feature so it can be used everywhere * Added support for role-dependant filtering, through input formats - UI translation: * Managing translations is now completely done through the administration interface * Added support for importing/exporting gettext .po files

2004-10-18 06:25:33

Redesign "Bluebeach" Drupal.org

Designed and inplemented by Steven Wittens, Blue Beach saw the light on drupal.org and ruled it for over hald a decade. The design featured a prominent Druplicon logo and was in 2004 state of the art!

2005-04-24 00:00:00

Start of Security team

In 2005 procedures began to form a "security team". Where in the beginning this was a loose group of individuals, it resulted in a tight team with a great reputation. http://drupal.org/security-team

2005-12-31 06:39:18

Dries start blogging

Dries started blogging in 2005. There was a bet between him and Steven Wittens that Dries should start before the end of the year with a good Beglium beer (Duvel) as the wage. Dries won.

2006-09-30 10:29:06

Drupal.com owned by Dries Buytaert

We are happy to report that the domain Drupal.com has been generously donated by Cedric Johnson of the OpenDomain.org organization. The domain had been obtained by OpenDomain.org as part of their effort to become involved in open source projects by buying expensive domains and letting projects build websites with them. According to Cedric Johnson, “We don’t sell domains nor do we transfer them. Instead, we buy domains so organizations that share our view of responsible open sourcing can use them for free in promoting these open technologies. It’s a different way to contribute to open sourcing, and it’s the kind of collaborative spirit that made the Internet possible.” In the case of Drupal.com, the domain has been transferred directly to Dries, free of charge, as an outright donation to the Drupal project. OpenDomain.org has asked that the domain be used to create a website which focuses more on the commercial side of Drupal than Drupal.org is able to. The exact nature of that site has not yet been decided.

2006-12-01 00:00:00

Drupal Association founded

Dries visited a number of high-profile people in the open source community, and it was revealed that it was necessary to create some kind of centralized body who could help deal with the peripheral issues, such as hosting infrastructure, marketing/promotion, and event planning, in order to allow the Drupal project to remain the organic, healthy project that so many had come to rely on.

2008-01-27 00:00:00

Dr. Dre

Dries promoted to "Dr" (PhD) on the universtiry of Ghent on Profiling Techniques for Performance Analysis and Optimization of Java Applications. James Gosling, the inventor of Java and Vice President at Sun Microsystems, was part of his PhD examination committee. See http://buytaert.net/sun-and-drupal More generic information on http://buytaert.net/tag/phd-research

2008-08-19 00:00:00

Dries Buytaert Recognized in Technology Review

Dries Buytaert Recognized in Technology Review’s Prestigious TR35 Listing of the World’s Top Young Innovators for 2008

2010-10-25 00:00:00

Drupal.org redesign BlueCheese

After many many hours of hard work and paid support by the Drupal association, the new design went live!

2010-10-25 06:25:33

Drupal redesign goes live

After many many hours by community members and paid by the Drupal Association, the "blue chees" re-design went live. More information on http://www.disambiguity.com/drupalorg-redesign-why-is-it-so-some-insights-into-our-design-strategies/

2011-01-05 00:00:00

Drupal 7 release animation

To celebrate the launch of Drupal 7, Druplicon was featured on a 100 meters high building of KPN in Rotetrdam. the Netherlands. read more on http://willy.boerland.com/myblog/druplicon_rules_rotterdam_and_the_rest_of_the_world

2011-01-07 00:00:00

Drupal 7 release party

To celebrate the release of Drupal 7, the Drupal community held 326 parties in 96 countries.

Drupal events and releases

Launch
Copy this timeline Login to copy this timeline 3d Game mode

Contact us

We'd love to hear from you. Please send questions or feedback to the below email addresses.

Before contacting us, you may wish to visit our FAQs page which has lots of useful info on Tiki-Toki.

We can be contacted by email at: hello@tiki-toki.com.

You can also follow us on twitter at twitter.com/tiki_toki.

If you are having any problems with Tiki-Toki, please contact us as at: help@tiki-toki.com

Close

Edit this timeline

Enter your name and the secret word given to you by the timeline's owner.

3-40 true Name must be at least three characters
3-40 true You need a secret word to edit this timeline

Checking details

Please check details and try again

Go
Close