You are here

CHANGELOG.txt in Zircon Profile 8.0

Same filename in this branch
  1. 8.0 core/CHANGELOG.txt
  2. 8.0 themes/zircon/includes/flexslider/changelog.txt
Same filename and directory in other branches
  1. 8 core/CHANGELOG.txt
Drupal 8.0.0, 2015-11-19
------------------------
- Significantly improved the front end:
    * Made all built-in themes responsive.
    * Added support for responsive images.
    * Made built-in tables responsive with three levels of column importance.
    * Added Twig as the default template engine and converted all .tpl.php
      templates and theme functions to .html.twig.
    * Removed the PHPTemplate engine.
    * Several large scale cleanups of the markup produced by Drupal.
    * Added Classy as a base theme to maintain CSS classes and wrappers.
    * Added Stable as the default base theme to maintain backwards compatibility
      for core template and CSS changes, because templates and CSS outside
      Stable can be improved in minor releases (8.1.0, 8.2.0, etc.).
    * Redesigned several key elements of the Seven theme.
    * Added support for HTML5 elements.
    * Included Backbone.js and Underscore.js JavaScript frameworks.
    * Updated to jQuery 2.1.4.
    * Updated to jQuery UI 1.11.4.
    * Removed jquery.bbq.
    * Removed the Garland theme from core.
    * Removed the Overlay module from core and replaced it with a simple,
      dynamic "Back to site" link.
    * Improved the asset library system to manage CSS and JavaScript files and
      their dependencies. Allowing for smaller AJAX request payloads.
    * jQuery is no longer loaded on all pages, only when another asset needs it.
    * No JavaScript is loaded at all for anonymous users by default, for faster
      page loads.
    * Implemented SMACSS-style categorization for CSS files.
    * Removed most support for Internet Explorer 8 and below.
    * Added Modernizr for making styling changes based on browser support.
    * All page template variables converted to blocks (title, breadcrumb,
      branding, etc).
    * Added the Breakpoint module to manage breakpoints of responsive designs.
    * Introduced native Schema.org output in pages.
    * Made use of semantic HTML 5 tags when possible. This also makes form input
      on mobile devices much easier for users.
    * Redesigned icons to look good on high resolution (retina) displays too.
- Made the site administration experience simpler:
    * Redesigned the installer.
    * Visually updated and extended the Seven (administration) theme.
    * Made the administration toolbar responsive and touch friendly.
    * Added search to the module listing and made the page easier to read.
    * Added the tour module to provide highly contextual tips for UI elements.
- Improved the entity system:
    * Added a full CRUD API for entities.
    * Improved the field API and entity query API.
    * Added support for widgets, formatters, and translation to base entity
      fields (such as labels).
    * Made view modes configurable for reusable display variants.
    * Introduced form modes for reusable form variants.
    * Added ability to handle a "default" revision that may not be the latest.
    * All content entity types (custom blocks, terms, comments, etc.), not just
      nodes, have support for revisions.
    * Database schema of content entities is automatically generated based on
      entity type and field definitions.
- Added the Typed Data system to manage complex types.
- Refactored routing system based on Symfony2 components.
- Made declarative information (libraries, permissions, routes etc.) use YAML
  files for definitions instead of PHP.
- Improved the menu handling systems:
    * Moved custom menu item handling to its own module.
    * Reworked menu links, local actions, and local tasks based upon the new
      routing system.
- Added plugin system to standardize implementation of several core APIs.
- Introduced a new configuration management system:
    * Added a centralized configuration system with export and import
      functionality.
    * Allowed module authors to provide configuration in a YAML file format.
    * Implemented functionality to get, set, add, and remove configuration.
    * Provided the ability to override configuration values with language
      variants and other runtime values.
    * Added configuration schema, dependencies, and validation to maintain
      data integrity between deployments and updates.
    * Support added for both global configuration and configuration entities.
- Improved authoring experience:
    * Redesigned the content creation and editing form.
    * Content preview is now displayed on the frontend.
    * Added the CKEditor WYSIWYG editor. Clean markup guaranteed thanks to tight
      integration with the filter system.
    * Made uploading, aligning, and captioning of images possible in the editor.
    * Modernized the default text formats.
    * Added a drag-and-drop configuration UI, which automatically updates the
      HTML filter settings, making configuring text formats trivial for typical
      use cases.
    * Added align and caption filters that can be applied to any element:
      images, blockquotes, code snippets, videos…
    * Made possible to in-place edit any entity: nodes, blocks…
    * Added the Text Editor module to help map other editors to text formats.
- Improved media management:
    * Added ability to configure when unused files get deleted with the option
      to keep them, useful for media libraries.
    * Added a customizable view under the content administration screen that
      lists all files uploaded on the system.
    * Made uploads immediate when selecting files in file fields.
    * Added ability to upload multiple files at once.
    * Added local image input filter, to enable secure image posting.
- Included the following Symfony2 components:
    * ClassLoader - PSR-0-compatible autoload routines.
    * DependencyInjection - Flexible dependency injection container.
    * EventDispatcher - Object-oriented lightweight event handling system.
    * HttpFoundation - Abstraction objects for HTTP requests and responses.
    * HttpKernel - Core system for managing incoming HTTP request and responses.
    * Process - Allows for executing commands in a sub-process.
    * Routing - Framework for mapping incoming requests to controller
      information.
    * Serialization - Serialize complex nested objects into JSON/XML etc.
    * Validator - Ensure that an object is in a valid state based upon some
      validation rules defined for it.
    * Yaml - Parser for YAML files.
- Added routing component from Symfony CMF.
- Added Guzzle HTTP library.
- Added Zend Feed component.
- Removed modules from core.
    * The following modules have been removed from core, because contributed
      modules with similar functionality are available:
      * Blog
      * Dashboard
      * OpenID
      * Poll
      * Profile
      * Trigger
- Removed the Statistics module's accesslog functionality and reports.
- Removed XML-RPC functionality from core.
- Removed user signatures support from core.
- Added ability to generate and validate Universally Unique IDentifiers (UUIDs).
- Tremendously improved language support all around:
    * Great language improvements for users:
      * Improved language selection with user preference detection in the
        installer based on browser settings.
      * The installer is presented in the user's native language.
      * Moved base language support to Language module.
      * Greatly simplified the interface for setting up languages.
      * Improved browser language detection considerably.
      * Language domain and path prefix configuration simplified and
        centralized; path prefix detection is now default.
      * Added HTML 5 language markup; language information added in markup in
        several more places.
      * Made it possible to assign external language codes to local languages.
      * Introduced the possibility of an administration-specific language
        preference for users.
      * Language selection fallback language is now independently configurable
        without needing to change the site default language.
    * Simplified and added new features in interface translation:
      * Made interface translation directly accessible from the language list.
      * Centralized interface translation import to one directory.
      * Drupal can now be translated to English and English can be deleted.
      * Much improved built-in translation interface.
      * Added support for singular/plural discovery and translation.
      * Customized translations are tracked so your modifications can
        be identified and protected from translation update overwrites.
      * All Gettext files are now imported in chunks, better for low resource
        environments.
      * Automated import and update of translations in the installer and later.
    * Improved content language support:
      * Made it possible to assign language to taxonomy terms, vocabularies,
        menu items, and files.
      * Added a field translation based content translation module that applies
        to all content entities.
      * Removed the old node-copy based content translation module.
      * Introduced language defaults configuration for each entity type and
        subtype.
      * Added entity language variance support to search module.
      * Search indexing and query preprocessors now get language information.
      * Unified content translation permission granularity with content editing
        permissions.
      * Made the language selector freely orderable in entity forms.
    * Better configuration language support
      * Added language selectors to most configuration options (views, menus,
        etc.)
      * Added a configuration translation user interface that works with any
        configuration with translatable values (blocks, views, fields, etc.).
      * Added language options to block visibility.
    * Much improved language APIs for developers:
      * Made it possible for users to have a preferred language separate from
        their user entity language.
      * The text formatter from t() is now available as FormattableMarkup.
      * Added support for interface translation contexts in Drupal.t(),
        Drupal.formatPlural() as well as routing, tabs, actions, shipped
        menu items and contextual links.
      * Removed textgroups support from interface translation in favor of
        native configuration language support.
      * Added a transliteration API. (Only used for machine names in core.)
      * Added a language fallback capability to the interface translation API.
- New field types added to core:
    * Email
    * Link
    * Telephone number
    * Entity reference
    * Date
- Made commenting more flexible:
    * Added the notion of comment types (for reviews, greetings, and so on),
      each of which can be configured with a different set of fields.
    * Made commenting a field to allow comment threads on entity types other
      than nodes.
- Added Views and Views UI module to core:
    * Added simple bulk operations functionality to Views.
    * Converted various core listings to views, including /node,
      /admin/content/node, /admin/people, and several blocks.
    * Built in REST API support.
    * Rewrote caching integration for better performance.
    * Made it possible to configure responsive tables in Views.
- Greatly improved block management:
    * Made custom blocks fieldable, revisionable, and translatable entities.
    * Added the notion of custom block types.
    * Added the ability to place the same block in multiple locations.
    * Introduced a block library with categorized blocks.
- Introduced an accessible modal API based on improvements made in collaboration
  with the jQuery UI team.
- Made it possible to add fields to contact forms allowing site-builders to
  easily build custom forms for soliciting feedback from users.
- Added a Web Services module package.
    * Added a RESTful web services provider module.
    * Added a serialization module using the Symfony serialization component.
    * Added a Hypertext Application Language (HAL) serialization module.
    * Added a HTTP Basic authentication provider module.
- Improved performance/scalability significantly:
    * Introduced cache tags, which allow content to be invalidated accurately
      and instantly, including for reverse proxies and CDNs.
    * Added cache contexts, which allow content to be cached correctly, and
      placeholdered to improve cache hit rates.
    * Implemented cacheability bubbling, which allows strict tracking of assets
      and cacheability throughout page rendering.
    * Factored out page caching to its own module and enabled it by default.
    * Added the Dynamic Page Cache module for authenticated page caching and
      enabled it by default.
    * Added APCu, memory, and PHP file caching backends to core, alongside
      support for a chained, consistent cache backend to support correctly using
      fast local cache implementations with multiple web servers.
- Removed support for MyISAM, when using MySQL.
- Testing improvements
    * Added PHPUnit for proper unit testing, see
      https://phpunit.de/manual/4.8/en/index.html so you can run tests via
      your IDE.
    * Added BrowserTestBase as an alternative to simpletest for browser
      testing (JavaScript support to be included in the future)
    * Added KernelTestBase to provide a fast API testing of integration of
      different components
    * Core branch nightly tests include PHP 5.5, 5.6, 7, sqlite and PostgreSQL.
- Added the migrate module (experimental) with support for migrating content and
  configuration from earlier Drupal versions.
- Introduced support for Composer.
- Moved the automated cron execution functionality to its own module.
- Refactored IP address based banning functionality to its own module.
- Security improvements:
    * Removed PHP filter, including the ability to use PHP for block visibility.
    * Managing fields for each entity type is now a separate permission.
    * PDO drivers other than MySQL are now limited to executing single
      statements to limit SQL injection vectors.
    * Added an autoescape API to prevent cross-site scripting in many of the
      places where Drupal outputs HTML.
    * Hardened user session and session ID handling.
    * Automated CSRF protection in route definitions.
    * Clickjacking protection enabled by default.
    * Made the core JavaScript API compatible with Content Security Policy
      (CSP).
    * Trusted host patterns enforced for requests preventing cache and link
      poisoning.
- Switched to semantic versioning with significant updates planned every 6
  months in 8.1, 8.2, etc.
- Numerous other important changes and additions. See
  https://www.drupal.org/list-changes/drupal for a detailed list.
- Numerous bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.

Drupal 7.0, 2011-01-05
----------------------
- Database:
    * Fully rewritten database layer using PHP 5's PDO abstraction layer.
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
    * Support for primary/replica replication, transactions, multi-insert
      queries, and other features.
    * Added support for the SQLite database engine.
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
      This offers increased scalability and data integrity.
- Security:
    * Protected cron.php -- cron will only run if the proper key is provided.
    * Implemented a pluggable password system and much stronger password hashes
      that are compatible with the Portable PHP password hashing framework.
    * Rate limited login attempts to prevent brute-force password guessing, and
      improved the flood control API to allow variable time windows and
      identifiers for limiting user access to resources.
    * Transformed the "Update status" module into the "Update manager" which
      can securely install or update modules and themes via a web interface.
- Usability:
    * Added contextual links (a.k.a. local tasks) to page elements, such as
      blocks, nodes, or comments, which allows to perform the most common tasks
      with a single click only.
    * Improved installer requirements check.
    * Improved support for integration of WYSIWYG editors.
    * Implemented drag-and-drop positioning for input format listings.
    * Implemented drag-and-drop positioning for language listing.
    * Implemented drag-and-drop positioning for poll options.
    * Provided descriptions and human-readable names for user permissions.
    * Removed comment controls for users.
    * Removed display order settings for comment module. Comment display
      order can now be customized using the Views module.
    * Removed the 'related terms' feature from taxonomy module since this can
      now be achieved with Field API.
    * Added additional features to the default installation profile, and
      implemented a "slimmed down" profile designed for developers.
    * Added a built-in, automated cron run feature, which is triggered by site
      visitors.
    * Added an administrator role which is assigned all permissions for
      installed modules automatically.
    * Image toolkits are now provided by modules (rather than requiring a
      manual file copy to the includes directory).
    * Added an edit tab to taxonomy term pages.
    * Redesigned password strength validator.
    * Redesigned the add content type screen.
    * Highlight duplicate URL aliases.
    * Renamed "input formats" to "text formats".
    * Moved text format permissions to the main permissions page.
    * Added configurable ability for users to cancel their own accounts.
    * Added "vertical tabs", a reusable interface component that features
      automatic summaries and increases usability.
    * Replaced fieldsets on node edit and add pages with vertical tabs.
- Performance:
    * Improved performance on uncached page views by loading multiple core
      objects in a single database query.
    * Improved performance for logged-in users by reducing queries for path
      alias lookups.
    * Improved support for HTTP proxies (including reverse proxies), allowing
      anonymous page views to be served entirely from the proxy.
- Documentation:
    * Hook API documentation now included in Drupal core.
- News aggregator:
    * Added OPML import functionality for RSS feeds.
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
- Search:
    * Added support for language-aware searches.
- Aggregator:
    * Introduced architecture that allows pluggable parsers and processors for
      syndicating RSS and Atom feeds.
    * Added options to suspend updating specific feeds and never discard feeds
      items.
- Testing:
    * Added test framework and tests.
- Improved time zone support:
    * Drupal now uses PHP's time zone database when rendering dates in local
      time. Site-wide and user-configured time zone offsets have been converted
      to time zone names, e.g. Africa/Abidjan.
    * In some cases the upgrade and install scripts do not choose the preferred
      site default time zone. The automatically-selected time zone can be
      corrected at admin/config/regional/settings.
    * If your site is being upgraded from Drupal 6 and you do not have the
      contributed date or event modules installed, user time zone settings will
      fallback to the system time zone and will have to be reconfigured by each user.
    * User-configured time zones now serve as the default time zone for PHP
      date/time functions.
- Filter system:
    * Revamped the filter API and text format storage.
    * Added support for default text formats to be assigned on a per-role basis.
    * Refactored the HTML corrector to take advantage of PHP 5 features.
- User system:
    * Added clean API functions for creating, loading, updating, and deleting
      user roles and permissions.
    * Refactored the "access rules" component of user module: The user module
      now provides a simple interface for blocking single IP addresses. The
      previous functionality in the user module for restricting certain email
      addresses and usernames is now available as a contributed module. Further,
      IP address range blocking is no longer supported and should be implemented
      at the operating system level.
    * Removed per-user themes: Contributed modules with similar functionality
      are available.
- OpenID:
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
      now login with their user@example.com identifier when example.com is powered
      by Google.
    * Made the OpenID module more pluggable.
- Added code registry:
    * Using the registry, modules declare their includable files via their .info file,
      allowing Drupal to lazy-load classes and interfaces as needed.
- Theme system:
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
      on as contributed themes (https://www.drupal.org/project/bluemarine,
      https://www.drupal.org/project/chameleon and
      https://www.drupal.org/project/pushbutton).
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
    * Added Seven as the default administration theme.
    * Variable preprocessing of theme hooks prior to template rendering now goes
      through two phases: a 'preprocess' phase and a new 'process' phase. See
      http://api.drupal.org/api/function/theme/7 for details.
    * Theme hooks implemented as functions (rather than as templates) can now
      also have preprocess (and process) functions. See
      http://api.drupal.org/api/function/theme/7 for details.
    * Added Bartik as the default theme.
- File handling:
    * Files are now first class Drupal objects with file_load(), file_save(),
      and file_validate() functions and corresponding hooks.
    * The file_move(), file_copy() and file_delete() functions now operate on
      file objects and invoke file hooks so that modules are notified and can
      respond to changes.
    * For the occasions when only basic file manipulation are needed--such as
      uploading a site logo--that don't require the overhead of databases and
      hooks, the current unmanaged copy, move and delete operations have been
      preserved but renamed to file_unmanaged_*().
    * Rewrote file handling to use PHP stream wrappers to enable support for
      both public and private files and to support pluggable storage mechanisms
      and access to remote resources (e.g. S3 storage or Flickr photos).
    * The mime_extension_mapping variable has been removed. Modules that need to
      alter the default MIME type extension mappings should implement
      hook_file_mimetype_mapping_alter().
    * Added the hook_file_url_alter() hook, which makes it possible to serve
      files from a CDN.
    * Added a field specifically for uploading files, previously provided by
      the contributed module FileField.
- Image handling:
    * Improved image handling, including better support for add-on image
      libraries.
    * Added API and interface for creating advanced image thumbnails.
    * Inclusion of additional effects such as rotate and desaturate.
    * Added a field specifically for uploading images, previously provided by
      the contributed module ImageField.
- Added aliased multi-site support:
    * Added support for mapping domain names to sites directories.
- Added RDF support:
    * Modules can declare RDF namespaces which are serialized in the <html> tag
      for RDFa support.
    * Modules can specify how their data structure maps to RDF.
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
      their fields.
- Search engine optimization and web linking:
    * Added a rel="canonical" link on node and comment pages to prevent
      duplicate content indexing by search engines.
    * Added a default rel="shortlink" link on node and comment pages that
      advertises a short link as an alternative URL to third-party services.
    * Meta information is now alterable by all modules before rendering.
- Field API:
    * Custom data fields may be attached to nodes, users, comments and taxonomy
      terms.
    * Node bodies and teasers are now Field API fields instead of
      being a hard-coded property of node objects.
    * In addition, any other object type may register with Field API
      and allow custom data fields to be attached to itself.
    * Provides most of the features of the former Content Construction
      Kit (CCK) module.
    * Taxonomy terms are now Field API fields that can be added to any fieldable
      object.
- Installer:
    * Refactored the installer into an API that allows Drupal to be installed
      via a command line script.
- Page organization
    * Made the help text area a full featured region with blocks.
    * Site mission is replaced with the highlighted content block region and
      separate RSS feed description settings.
    * The footer message setting was removed in favor of custom blocks.
    * Made the main page content a block which can be moved and ordered
      with other blocks in the same region.
    * Blocks can now return structured arrays for later rendering just
      like page callbacks.
- Translation system
    * The translation system now supports message context (msgctxt).
    * Added support for translatable fields to Field API.
- JavaScript changes
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
    * Upgraded the jQuery Forms library to 2.52.
    * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
      experience.
- Better module version support
    * Modules now can specify which version of another module they depend on.
- Removed modules from core
    * The following modules have been removed from core, because contributed
      modules with similar functionality are available:
      * Blog API module
      * Ping module
      * Throttle module
- Improved node access control system.
    * All modules may now influence the access to a node at runtime, not just
      the module that defined a node.
    * Users may now be allowed to bypass node access restrictions without giving
      them complete access to the site.
    * Access control affects both published and unpublished nodes.
    * Numerous other improvements to the node access system.
- Actions system
    * Simplified definitions of actions and triggers.
    * Removed dependency on the combination of hooks and operations. Triggers
      now directly map to module hooks.
- Task handling
    * Added a queue API to process many or long-running tasks.
    * Added queue API support to cron API.
    * Added a locking framework to coordinate long-running operations across
      requests.

Drupal 6.0, 2008-02-13
----------------------
- New, faster and better menu system.
- New watchdog as a hook functionality.
   * New hook_watchdog that can be implemented by any module to route log
     messages to various destinations.
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
     levels defined in RFC 3164.
   * The watchdog module is now called dblog, and is optional, but enabled by
     default in the default installation profile.
   * Extended the database log module so log messages can be filtered.
   * Added syslog module: useful for monitoring large Drupal installations.
- Added optional email notifications when users are approved, blocked, or
  deleted.
- Drupal works with error reporting set to E_ALL.
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
  to use Drupal as a framework to build command-line tools.
- Made signature support optional and made it possible to theme signatures.
- Made it possible to filter the URL aliases on the URL alias administration
  screen.
- Language system improvements:
    * Support for right to left languages.
    * Language detection based on parts of the URL.
    * Browser based language detection.
    * Made it possible to specify a node's language.
    * Support for translating posts on the site to different languages.
    * Language dependent path aliases.
    * Automatically import translations when adding a new language.
    * JavaScript interface translation.
    * Automatically import a module's translation upon enabling that module.
- Moved "PHP input filter" to a standalone module so it can be deleted for
  security reasons.
- Usability:
    * Improved handling of teasers in posts.
    * Added sticky table headers.
    * Check for clean URL support automatically with JavaScript.
    * Removed default/settings.php. Instead the installer will create it from
      default.settings.php.
    * Made it possible to configure your own date formats.
    * Remember anonymous comment posters.
    * Only allow modules and themes to be enabled that have explicitly been
      ported to the correct core API version.
    * Can now specify the minimum PHP version required for a module within the
      .info file.
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
      database rights.
    * Dynamically check password strength and confirmation.
    * Refactored poll administration.
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
      vocabularies and terms, forums, profile fields, and input format filters.
- Theme system:
    * Added .info files to themes and made it easier to specify regions and
      features.
    * Added theme registry: modules can directly provide .tpl.php files for
      their themes without having to create theme_ functions.
    * Used the Garland theme for the installation and maintenance pages.
    * Added theme preprocess functions for themes that are templates.
    * Added support for themeable functions in JavaScript.
- Refactored update.php to a generic batch API to be able to run time-consuming
  operations in multiple subsequent HTTP requests.
- Installer:
    * Themed the installer with the Garland theme.
    * Added form to provide initial site information during installation.
    * Added ability to provide extra installation steps programmatically.
    * Made it possible to import interface translations during installation.
- Added the HTML corrector filter:
    * Fixes faulty and chopped off HTML in postings.
    * Tags are now automatically closed at the end of the teaser.
- Performance:
    * Made it easier to conditionally load .include files and split up many core
      modules.
    * Added a JavaScript aggregator.
    * Added block-level caching, improving performance for both authenticated
      and anonymous users.
    * Made Drupal work correctly when running behind a reverse proxy like
      Squid or Pound.
- File handling improvements:
    * Entries in the files table are now keyed to a user instead of a node.
    * Added reusable validation functions to check for uploaded file sizes,
      extensions, and image resolution.
    * Added ability to create and remove temporary files during a cron job.
- Forum improvements:
    * Any node type may now be posted in a forum.
- Taxonomy improvements:
    * Descriptions for terms are now shown on taxonomy/term pages as well
      as RSS feeds.
    * Added versioning support to categories by associating them with node
      revisions.
- Added support for OpenID.
- Added support for triggering configurable actions.
- Added the Update status module to automatically check for available updates
  and warn sites if they are missing security updates or newer versions.
  Sites deploying from CVS should use https://www.drupal.org/project/cvs_deploy.
  Advanced settings provided by https://www.drupal.org/project/update_advanced.
- Upgraded the core JavaScript library to jQuery version 1.2.3.
- Added a new Schema API, which provides built-in support for core and
  contributed modules to work with databases other than MySQL.
- Removed drupal.module. The functionality lives on as the Site network
  contributed module (https://www.drupal.org/project/site_network).
- Removed old system updates. Updates from Drupal versions prior to 5.x will
  require upgrading to 5.x before upgrading to 6.x.

Drupal 5.7, 2008-01-28
----------------------
- fixed the input format configuration page.
- fixed a variety of small bugs.

Drupal 5.6, 2008-01-10
----------------------
- fixed a variety of small bugs.
- fixed a security issue (Cross site request forgery), see SA-2008-005
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007

Drupal 5.5, 2007-12-06
----------------------
- fixed missing missing brackets in a query in the user module.
- fixed taxonomy feed bug introduced by SA-2007-031

Drupal 5.4, 2007-12-05
----------------------
- fixed a variety of small bugs.
- fixed a security issue (SQL injection), see SA-2007-031

Drupal 5.3, 2007-10-17
----------------------
- fixed a variety of small bugs.
- fixed a security issue (HTTP response splitting), see SA-2007-024
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
- fixed a security issue (API handling of unpublished comment), see SA-2007-030

Drupal 5.2, 2007-07-26
----------------------
- changed hook_link() $teaser argument to match documentation.
- fixed a variety of small bugs.
- fixed a security issue (cross-site request forgery), see SA-2007-017
- fixed a security issue (cross-site scripting), see SA-2007-018

Drupal 5.1, 2007-01-29
----------------------
- fixed security issue (code execution), see SA-2007-005
- fixed a variety of small bugs.

Drupal 5.0, 2007-01-15
----------------------
- Completely retooled the administration page
    * /Admin now contains an administration page which may be themed
    * Reorganised administration menu items by task and by module
    * Added a status report page with detailed PHP/MySQL/Drupal information
- Added web-based installer which can:
    * Check installation and run-time requirements
    * Automatically generate the database configuration file
    * Install pre-made installation profiles or distributions
    * Import the database structure with automatic table prefixing
    * Be localized
- Added new default Garland theme
- Added color module to change some themes' color schemes
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
- Introduced the ability to alter mail sent from system
- Module system:
    * Added .info files for module meta-data
    * Added support for module dependencies
    * Improved module installation screen
    * Moved core modules to their own directories
    * Added support for module uninstalling
- Added support for different cache backends
- Added support for a generic "sites/all" directory.
- Usability:
    * Added support for auto-complete forms (AJAX) to user profiles.
    * Made it possible to instantly assign roles to newly created user accounts.
    * Improved configurability of the contact forms.
    * Reorganized the settings pages.
    * Made it easy to investigate popular search terms.
    * Added a 'select all' checkbox and a range select feature to administration tables.
    * Simplified the 'break' tag to split teasers from body.
    * Use proper capitalization for titles, menu items and operations.
- Integrated urlfilter.module into filter.module
- Block system:
    * Extended the block visibility settings with a role specific setting.
    * Made it possible to customize all block titles.
- Poll module:
    * Optionally allow people to inspect all votes.
    * Optionally allow people to cancel their vote.
- Distributed authentication:
    * Added default server option.
- Added default robots.txt to control crawlers.
- Database API:
    * Added db_table_exists().
- Blogapi module:
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
- User module:
    * Added hook_profile_alter().
    * Email verification is made optional.
    * Added mass editing and filtering on admin/user/user.
- PHP Template engine:
    * Add the ability to look for a series of suggested templates.
    * Look for page templates based upon the path.
    * Look for block templates based upon the region, module, and delta.
- Content system:
    * Made it easier for node access modules to work well with each other.
    * Added configurable content types.
    * Changed node rendering to work with structured arrays.
- Performance:
    * Improved session handling: reduces database overhead.
    * Improved access checking: reduces database overhead.
    * Made it possible to do memcached based session management.
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
    * Added an 'aggressive' caching policy.
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
- Removed the archive module.
- Upgrade system:
    * Created space for update branches.
- Form API:
    * Made it possible to programmatically submit forms.
    * Improved api for multistep forms.
- Theme system:
    * Split up and removed drupal.css.
    * Added nested lists generation.
    * Added a self-clearing block class.

Drupal 4.7.11, 2008-01-10
-------------------------
- fixed a security issue (Cross site request forgery), see SA-2008-005
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007

Drupal 4.7.10, 2007-12-06
-------------------------
- fixed taxonomy feed bug introduced by SA-2007-031

Drupal 4.7.9, 2007-12-05
------------------------
- fixed a security issue (SQL injection), see SA-2007-031

Drupal 4.7.8, 2007-10-17
------------------------
- fixed a security issue (HTTP response splitting), see SA-2007-024
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
- fixed a security issue (API handling of unpublished comment), see SA-2007-030

Drupal 4.7.7, 2007-07-26
------------------------
- fixed security issue (XSS), see SA-2007-018

Drupal 4.7.6, 2007-01-29
------------------------
- fixed security issue (code execution), see SA-2007-005

Drupal 4.7.5, 2007-01-05
------------------------
- Fixed security issue (XSS), see SA-2007-001
- Fixed security issue (DoS), see SA-2007-002

Drupal 4.7.4, 2006-10-18
------------------------
- Fixed security issue (XSS), see SA-2006-024
- Fixed security issue (CSRF), see SA-2006-025
- Fixed security issue (Form action attribute injection), see SA-2006-026

Drupal 4.7.3, 2006-08-02
------------------------
- Fixed security issue (XSS), see SA-2006-011

Drupal 4.7.2, 2006-06-01
------------------------
- Fixed critical upload issue, see SA-2006-007
- Fixed taxonomy XSS issue, see SA-2006-008
- Fixed a variety of small bugs.

Drupal 4.7.1, 2006-05-24
------------------------
- Fixed critical SQL issue, see SA-2006-005
- Fixed a serious upgrade related bug.
- Fixed a variety of small bugs.

Drupal 4.7.0, 2006-05-01
------------------------
- Added free tagging support.
- Added a site-wide contact form.
- Theme system:
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
- Usability:
    * Reworked the 'request new password' functionality.
    * Reworked the node and comment edit forms.
    * Made it easy to add nodes to the navigation menu.
    * Added site 'offline for maintenance' feature.
    * Added support for auto-complete forms (AJAX).
    * Added support for collapsible page sections (JS).
    * Added support for resizable text fields (JS).
    * Improved file upload functionality (AJAX).
    * Reorganized some settings pages.
    * Added friendly database error screens.
    * Improved styling of update.php.
- Refactored the forms API.
    * Made it possible to alter, extend or theme forms.
- Comment system:
    * Added support for "mass comment operations" to ease repetitive tasks.
    * Comment moderation has been removed.
- Node system:
    * Reworked the revision functionality.
    * Removed the bookmarklet code. Third-party modules can now handle
      This.
- Upgrade system:
    * Allows contributed modules to plug into the upgrade system.
- Profiles:
    * Added a block to display author information along with posts.
    * Added support for private profile fields.
- Statistics module:
    * Added the ability to track page generation times.
    * Made it possible to block certain IPs/hostnames.
- Block system:
    * Added support for theme-specific block regions.
- Syndication:
    * Made the aggregator module parse Atom feeds.
    * Made the aggregator generate RSS feeds.
    * Added RSS feed settings.
- XML-RPC:
    * Replaced the XML-RPC library by a better one.
- Performance:
    * Added 'loose caching' option for high-traffic sites.
    * Improved performance of path aliasing.
    * Added the ability to track page generation times.
- Internationalization:
    * Improved Unicode string handling API.
    * Added support for PHP's multibyte string module.
- Added support for PHP5's 'mysqli' extension.
- Search module:
    * Made indexer smarter and more robust.
    * Added advanced search operators (e.g., phrase, node type, etc.).
    * Added customizable result ranking.
- PostgreSQL support:
    * Removed dependency on PL/pgSQL procedural language.
- Menu system:
    * Added support for external URLs.
- Queue module:
    * Removed from core.
- HTTP handling:
    * Added support for a tolerant Base URL.
    * Output URIs relative to the root, without a base tag.

Drupal 4.6.11, 2007-01-05
-------------------------
- Fixed security issue (XSS), see SA-2007-001
- Fixed security issue (DoS), see SA-2007-002

Drupal 4.6.10, 2006-10-18
-------------------------
- Fixed security issue (XSS), see SA-2006-024
- Fixed security issue (CSRF), see SA-2006-025
- Fixed security issue (Form action attribute injection), see SA-2006-026

Drupal 4.6.9, 2006-08-02
------------------------
- Fixed security issue (XSS), see SA-2006-011

Drupal 4.6.8, 2006-06-01
------------------------
- Fixed critical upload issue, see SA-2006-007
- Fixed taxonomy XSS issue, see SA-2006-008

Drupal 4.6.7, 2006-05-24
------------------------
- Fixed critical SQL issue, see SA-2006-005

Drupal 4.6.6, 2006-03-13
------------------------
- Fixed bugs, including 4 security vulnerabilities.

Drupal 4.6.5, 2005-12-12
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.6.4, 2005-11-30
------------------------
- Fixed bugs, including 3 security vulnerabilities.

Drupal 4.6.3, 2005-08-15
------------------------
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.

Drupal 4.6.2, 2005-06-29
------------------------
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.

Drupal 4.6.1, 2005-06-01
------------------------
- Fixed bugs, including a critical input validation bug.

Drupal 4.6.0, 2005-04-15
------------------------
- PHP5 compliance
- Search:
    * Added UTF-8 support to make it work with all languages.
    * Improved search indexing algorithm.
    * Improved search output.
    * Impose a throttle on indexing of large sites.
    * Added search block.
- Syndication:
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
    * Made Drupal generate RSS 2.0 feeds.
    * Made RSS feeds extensible.
    * Added categories to RSS feeds.
    * Added enclosures to RSS feeds.
- Flood control mechanism:
    * Added a mechanism to throttle certain operations.
- Usability:
    * Refactored the block configuration pages.
    * Refactored the statistics pages.
    * Refactored the watchdog pages.
    * Refactored the throttle module configuration.
    * Refactored the access rules page.
    * Refactored the content administration page.
    * Introduced forum configuration pages.
    * Added a 'add child page' link to book pages.
- Contact module:
    * Added a simple contact module that allows users to contact each other using email.
- Multi-site configuration:
    * Made it possible to run multiple sites from a single code base.
- Added an image API: enables better image handling.
- Block system:
    * Extended the block visibility settings.
- Theme system:
    * Added new theme functions.
- Database backend:
    * The PEAR database backend is no longer supported.
- Performance:
    * Improved performance of the forum topics block.
    * Improved performance of the tracker module.
    * Improved performance of the node pages.
- Documentation:
    * Improved and extended PHPDoc/Doxygen comments.

Drupal 4.5.8, 2006-03-13
------------------------
- Fixed bugs, including 3 security vulnerabilities.

Drupal 4.5.7, 2005-12-12
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.5.6, 2005-11-30
------------------------
- Fixed bugs, including 3 security vulnerabilities.

Drupal 4.5.5, 2005-08-15
------------------------
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.

Drupal 4.5.4, 2005-06-29
------------------------
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.

Drupal 4.5.3, 2005-06-01
------------------------
- Fixed bugs, including a critical input validation bug.

Drupal 4.5.2, 2005-01-15
------------------------
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.

Drupal 4.5.1, 2004-12-01
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.5.0, 2004-10-18
------------------------
- 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-dependent filtering, through input formats
- UI translation:
    * Managing translations is now completely done through the administration interface
    * Added support for importing/exporting gettext .po files

Drupal 4.4.3, 2005-06-01
------------------------
- Fixed bugs, including a critical input validation bug.

Drupal 4.4.2, 2004-07-04
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.4.1, 2004-05-01
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.4.0, 2004-04-01
------------------------
- 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 <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
- 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 '<fieldset>' and '<legend>' tags.
    * Added '<label>' 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.

Drupal 4.3.2, 2004-01-01
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.3.1, 2003-12-01
------------------------
- Fixed bugs: no critical bugs were identified.

Drupal 4.3.0, 2003-11-01
------------------------
- 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.

Drupal 4.2.0, 2003-08-01
------------------------
- 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.

Drupal 4.1.0, 2003-02-01
------------------------
- 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.

Drupal 4.0.0, 2002-06-15
------------------------
- 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.

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

Drupal 3.0.0, 2001-09-15
------------------------
- 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/email 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.

Drupal 2.0.0, 2001-03-15
------------------------
- 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

Drupal 1.0.0, 2001-01-15
------------------------
- Initial release

File

core/CHANGELOG.txt
View source
  1. Drupal 8.0.0, 2015-11-19
  2. ------------------------
  3. - Significantly improved the front end:
  4. * Made all built-in themes responsive.
  5. * Added support for responsive images.
  6. * Made built-in tables responsive with three levels of column importance.
  7. * Added Twig as the default template engine and converted all .tpl.php
  8. templates and theme functions to .html.twig.
  9. * Removed the PHPTemplate engine.
  10. * Several large scale cleanups of the markup produced by Drupal.
  11. * Added Classy as a base theme to maintain CSS classes and wrappers.
  12. * Added Stable as the default base theme to maintain backwards compatibility
  13. for core template and CSS changes, because templates and CSS outside
  14. Stable can be improved in minor releases (8.1.0, 8.2.0, etc.).
  15. * Redesigned several key elements of the Seven theme.
  16. * Added support for HTML5 elements.
  17. * Included Backbone.js and Underscore.js JavaScript frameworks.
  18. * Updated to jQuery 2.1.4.
  19. * Updated to jQuery UI 1.11.4.
  20. * Removed jquery.bbq.
  21. * Removed the Garland theme from core.
  22. * Removed the Overlay module from core and replaced it with a simple,
  23. dynamic "Back to site" link.
  24. * Improved the asset library system to manage CSS and JavaScript files and
  25. their dependencies. Allowing for smaller AJAX request payloads.
  26. * jQuery is no longer loaded on all pages, only when another asset needs it.
  27. * No JavaScript is loaded at all for anonymous users by default, for faster
  28. page loads.
  29. * Implemented SMACSS-style categorization for CSS files.
  30. * Removed most support for Internet Explorer 8 and below.
  31. * Added Modernizr for making styling changes based on browser support.
  32. * All page template variables converted to blocks (title, breadcrumb,
  33. branding, etc).
  34. * Added the Breakpoint module to manage breakpoints of responsive designs.
  35. * Introduced native Schema.org output in pages.
  36. * Made use of semantic HTML 5 tags when possible. This also makes form input
  37. on mobile devices much easier for users.
  38. * Redesigned icons to look good on high resolution (retina) displays too.
  39. - Made the site administration experience simpler:
  40. * Redesigned the installer.
  41. * Visually updated and extended the Seven (administration) theme.
  42. * Made the administration toolbar responsive and touch friendly.
  43. * Added search to the module listing and made the page easier to read.
  44. * Added the tour module to provide highly contextual tips for UI elements.
  45. - Improved the entity system:
  46. * Added a full CRUD API for entities.
  47. * Improved the field API and entity query API.
  48. * Added support for widgets, formatters, and translation to base entity
  49. fields (such as labels).
  50. * Made view modes configurable for reusable display variants.
  51. * Introduced form modes for reusable form variants.
  52. * Added ability to handle a "default" revision that may not be the latest.
  53. * All content entity types (custom blocks, terms, comments, etc.), not just
  54. nodes, have support for revisions.
  55. * Database schema of content entities is automatically generated based on
  56. entity type and field definitions.
  57. - Added the Typed Data system to manage complex types.
  58. - Refactored routing system based on Symfony2 components.
  59. - Made declarative information (libraries, permissions, routes etc.) use YAML
  60. files for definitions instead of PHP.
  61. - Improved the menu handling systems:
  62. * Moved custom menu item handling to its own module.
  63. * Reworked menu links, local actions, and local tasks based upon the new
  64. routing system.
  65. - Added plugin system to standardize implementation of several core APIs.
  66. - Introduced a new configuration management system:
  67. * Added a centralized configuration system with export and import
  68. functionality.
  69. * Allowed module authors to provide configuration in a YAML file format.
  70. * Implemented functionality to get, set, add, and remove configuration.
  71. * Provided the ability to override configuration values with language
  72. variants and other runtime values.
  73. * Added configuration schema, dependencies, and validation to maintain
  74. data integrity between deployments and updates.
  75. * Support added for both global configuration and configuration entities.
  76. - Improved authoring experience:
  77. * Redesigned the content creation and editing form.
  78. * Content preview is now displayed on the frontend.
  79. * Added the CKEditor WYSIWYG editor. Clean markup guaranteed thanks to tight
  80. integration with the filter system.
  81. * Made uploading, aligning, and captioning of images possible in the editor.
  82. * Modernized the default text formats.
  83. * Added a drag-and-drop configuration UI, which automatically updates the
  84. HTML filter settings, making configuring text formats trivial for typical
  85. use cases.
  86. * Added align and caption filters that can be applied to any element:
  87. images, blockquotes, code snippets, videos…
  88. * Made possible to in-place edit any entity: nodes, blocks…
  89. * Added the Text Editor module to help map other editors to text formats.
  90. - Improved media management:
  91. * Added ability to configure when unused files get deleted with the option
  92. to keep them, useful for media libraries.
  93. * Added a customizable view under the content administration screen that
  94. lists all files uploaded on the system.
  95. * Made uploads immediate when selecting files in file fields.
  96. * Added ability to upload multiple files at once.
  97. * Added local image input filter, to enable secure image posting.
  98. - Included the following Symfony2 components:
  99. * ClassLoader - PSR-0-compatible autoload routines.
  100. * DependencyInjection - Flexible dependency injection container.
  101. * EventDispatcher - Object-oriented lightweight event handling system.
  102. * HttpFoundation - Abstraction objects for HTTP requests and responses.
  103. * HttpKernel - Core system for managing incoming HTTP request and responses.
  104. * Process - Allows for executing commands in a sub-process.
  105. * Routing - Framework for mapping incoming requests to controller
  106. information.
  107. * Serialization - Serialize complex nested objects into JSON/XML etc.
  108. * Validator - Ensure that an object is in a valid state based upon some
  109. validation rules defined for it.
  110. * Yaml - Parser for YAML files.
  111. - Added routing component from Symfony CMF.
  112. - Added Guzzle HTTP library.
  113. - Added Zend Feed component.
  114. - Removed modules from core.
  115. * The following modules have been removed from core, because contributed
  116. modules with similar functionality are available:
  117. * Blog
  118. * Dashboard
  119. * OpenID
  120. * Poll
  121. * Profile
  122. * Trigger
  123. - Removed the Statistics module's accesslog functionality and reports.
  124. - Removed XML-RPC functionality from core.
  125. - Removed user signatures support from core.
  126. - Added ability to generate and validate Universally Unique IDentifiers (UUIDs).
  127. - Tremendously improved language support all around:
  128. * Great language improvements for users:
  129. * Improved language selection with user preference detection in the
  130. installer based on browser settings.
  131. * The installer is presented in the user's native language.
  132. * Moved base language support to Language module.
  133. * Greatly simplified the interface for setting up languages.
  134. * Improved browser language detection considerably.
  135. * Language domain and path prefix configuration simplified and
  136. centralized; path prefix detection is now default.
  137. * Added HTML 5 language markup; language information added in markup in
  138. several more places.
  139. * Made it possible to assign external language codes to local languages.
  140. * Introduced the possibility of an administration-specific language
  141. preference for users.
  142. * Language selection fallback language is now independently configurable
  143. without needing to change the site default language.
  144. * Simplified and added new features in interface translation:
  145. * Made interface translation directly accessible from the language list.
  146. * Centralized interface translation import to one directory.
  147. * Drupal can now be translated to English and English can be deleted.
  148. * Much improved built-in translation interface.
  149. * Added support for singular/plural discovery and translation.
  150. * Customized translations are tracked so your modifications can
  151. be identified and protected from translation update overwrites.
  152. * All Gettext files are now imported in chunks, better for low resource
  153. environments.
  154. * Automated import and update of translations in the installer and later.
  155. * Improved content language support:
  156. * Made it possible to assign language to taxonomy terms, vocabularies,
  157. menu items, and files.
  158. * Added a field translation based content translation module that applies
  159. to all content entities.
  160. * Removed the old node-copy based content translation module.
  161. * Introduced language defaults configuration for each entity type and
  162. subtype.
  163. * Added entity language variance support to search module.
  164. * Search indexing and query preprocessors now get language information.
  165. * Unified content translation permission granularity with content editing
  166. permissions.
  167. * Made the language selector freely orderable in entity forms.
  168. * Better configuration language support
  169. * Added language selectors to most configuration options (views, menus,
  170. etc.)
  171. * Added a configuration translation user interface that works with any
  172. configuration with translatable values (blocks, views, fields, etc.).
  173. * Added language options to block visibility.
  174. * Much improved language APIs for developers:
  175. * Made it possible for users to have a preferred language separate from
  176. their user entity language.
  177. * The text formatter from t() is now available as FormattableMarkup.
  178. * Added support for interface translation contexts in Drupal.t(),
  179. Drupal.formatPlural() as well as routing, tabs, actions, shipped
  180. menu items and contextual links.
  181. * Removed textgroups support from interface translation in favor of
  182. native configuration language support.
  183. * Added a transliteration API. (Only used for machine names in core.)
  184. * Added a language fallback capability to the interface translation API.
  185. - New field types added to core:
  186. * Email
  187. * Link
  188. * Telephone number
  189. * Entity reference
  190. * Date
  191. - Made commenting more flexible:
  192. * Added the notion of comment types (for reviews, greetings, and so on),
  193. each of which can be configured with a different set of fields.
  194. * Made commenting a field to allow comment threads on entity types other
  195. than nodes.
  196. - Added Views and Views UI module to core:
  197. * Added simple bulk operations functionality to Views.
  198. * Converted various core listings to views, including /node,
  199. /admin/content/node, /admin/people, and several blocks.
  200. * Built in REST API support.
  201. * Rewrote caching integration for better performance.
  202. * Made it possible to configure responsive tables in Views.
  203. - Greatly improved block management:
  204. * Made custom blocks fieldable, revisionable, and translatable entities.
  205. * Added the notion of custom block types.
  206. * Added the ability to place the same block in multiple locations.
  207. * Introduced a block library with categorized blocks.
  208. - Introduced an accessible modal API based on improvements made in collaboration
  209. with the jQuery UI team.
  210. - Made it possible to add fields to contact forms allowing site-builders to
  211. easily build custom forms for soliciting feedback from users.
  212. - Added a Web Services module package.
  213. * Added a RESTful web services provider module.
  214. * Added a serialization module using the Symfony serialization component.
  215. * Added a Hypertext Application Language (HAL) serialization module.
  216. * Added a HTTP Basic authentication provider module.
  217. - Improved performance/scalability significantly:
  218. * Introduced cache tags, which allow content to be invalidated accurately
  219. and instantly, including for reverse proxies and CDNs.
  220. * Added cache contexts, which allow content to be cached correctly, and
  221. placeholdered to improve cache hit rates.
  222. * Implemented cacheability bubbling, which allows strict tracking of assets
  223. and cacheability throughout page rendering.
  224. * Factored out page caching to its own module and enabled it by default.
  225. * Added the Dynamic Page Cache module for authenticated page caching and
  226. enabled it by default.
  227. * Added APCu, memory, and PHP file caching backends to core, alongside
  228. support for a chained, consistent cache backend to support correctly using
  229. fast local cache implementations with multiple web servers.
  230. - Removed support for MyISAM, when using MySQL.
  231. - Testing improvements
  232. * Added PHPUnit for proper unit testing, see
  233. https://phpunit.de/manual/4.8/en/index.html so you can run tests via
  234. your IDE.
  235. * Added BrowserTestBase as an alternative to simpletest for browser
  236. testing (JavaScript support to be included in the future)
  237. * Added KernelTestBase to provide a fast API testing of integration of
  238. different components
  239. * Core branch nightly tests include PHP 5.5, 5.6, 7, sqlite and PostgreSQL.
  240. - Added the migrate module (experimental) with support for migrating content and
  241. configuration from earlier Drupal versions.
  242. - Introduced support for Composer.
  243. - Moved the automated cron execution functionality to its own module.
  244. - Refactored IP address based banning functionality to its own module.
  245. - Security improvements:
  246. * Removed PHP filter, including the ability to use PHP for block visibility.
  247. * Managing fields for each entity type is now a separate permission.
  248. * PDO drivers other than MySQL are now limited to executing single
  249. statements to limit SQL injection vectors.
  250. * Added an autoescape API to prevent cross-site scripting in many of the
  251. places where Drupal outputs HTML.
  252. * Hardened user session and session ID handling.
  253. * Automated CSRF protection in route definitions.
  254. * Clickjacking protection enabled by default.
  255. * Made the core JavaScript API compatible with Content Security Policy
  256. (CSP).
  257. * Trusted host patterns enforced for requests preventing cache and link
  258. poisoning.
  259. - Switched to semantic versioning with significant updates planned every 6
  260. months in 8.1, 8.2, etc.
  261. - Numerous other important changes and additions. See
  262. https://www.drupal.org/list-changes/drupal for a detailed list.
  263. - Numerous bug fixes.
  264. - Numerous API documentation improvements.
  265. - Additional automated test coverage.
  266. Drupal 7.0, 2011-01-05
  267. ----------------------
  268. - Database:
  269. * Fully rewritten database layer using PHP 5's PDO abstraction layer.
  270. * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
  271. * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
  272. * Support for primary/replica replication, transactions, multi-insert
  273. queries, and other features.
  274. * Added support for the SQLite database engine.
  275. * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
  276. This offers increased scalability and data integrity.
  277. - Security:
  278. * Protected cron.php -- cron will only run if the proper key is provided.
  279. * Implemented a pluggable password system and much stronger password hashes
  280. that are compatible with the Portable PHP password hashing framework.
  281. * Rate limited login attempts to prevent brute-force password guessing, and
  282. improved the flood control API to allow variable time windows and
  283. identifiers for limiting user access to resources.
  284. * Transformed the "Update status" module into the "Update manager" which
  285. can securely install or update modules and themes via a web interface.
  286. - Usability:
  287. * Added contextual links (a.k.a. local tasks) to page elements, such as
  288. blocks, nodes, or comments, which allows to perform the most common tasks
  289. with a single click only.
  290. * Improved installer requirements check.
  291. * Improved support for integration of WYSIWYG editors.
  292. * Implemented drag-and-drop positioning for input format listings.
  293. * Implemented drag-and-drop positioning for language listing.
  294. * Implemented drag-and-drop positioning for poll options.
  295. * Provided descriptions and human-readable names for user permissions.
  296. * Removed comment controls for users.
  297. * Removed display order settings for comment module. Comment display
  298. order can now be customized using the Views module.
  299. * Removed the 'related terms' feature from taxonomy module since this can
  300. now be achieved with Field API.
  301. * Added additional features to the default installation profile, and
  302. implemented a "slimmed down" profile designed for developers.
  303. * Added a built-in, automated cron run feature, which is triggered by site
  304. visitors.
  305. * Added an administrator role which is assigned all permissions for
  306. installed modules automatically.
  307. * Image toolkits are now provided by modules (rather than requiring a
  308. manual file copy to the includes directory).
  309. * Added an edit tab to taxonomy term pages.
  310. * Redesigned password strength validator.
  311. * Redesigned the add content type screen.
  312. * Highlight duplicate URL aliases.
  313. * Renamed "input formats" to "text formats".
  314. * Moved text format permissions to the main permissions page.
  315. * Added configurable ability for users to cancel their own accounts.
  316. * Added "vertical tabs", a reusable interface component that features
  317. automatic summaries and increases usability.
  318. * Replaced fieldsets on node edit and add pages with vertical tabs.
  319. - Performance:
  320. * Improved performance on uncached page views by loading multiple core
  321. objects in a single database query.
  322. * Improved performance for logged-in users by reducing queries for path
  323. alias lookups.
  324. * Improved support for HTTP proxies (including reverse proxies), allowing
  325. anonymous page views to be served entirely from the proxy.
  326. - Documentation:
  327. * Hook API documentation now included in Drupal core.
  328. - News aggregator:
  329. * Added OPML import functionality for RSS feeds.
  330. * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
  331. - Search:
  332. * Added support for language-aware searches.
  333. - Aggregator:
  334. * Introduced architecture that allows pluggable parsers and processors for
  335. syndicating RSS and Atom feeds.
  336. * Added options to suspend updating specific feeds and never discard feeds
  337. items.
  338. - Testing:
  339. * Added test framework and tests.
  340. - Improved time zone support:
  341. * Drupal now uses PHP's time zone database when rendering dates in local
  342. time. Site-wide and user-configured time zone offsets have been converted
  343. to time zone names, e.g. Africa/Abidjan.
  344. * In some cases the upgrade and install scripts do not choose the preferred
  345. site default time zone. The automatically-selected time zone can be
  346. corrected at admin/config/regional/settings.
  347. * If your site is being upgraded from Drupal 6 and you do not have the
  348. contributed date or event modules installed, user time zone settings will
  349. fallback to the system time zone and will have to be reconfigured by each user.
  350. * User-configured time zones now serve as the default time zone for PHP
  351. date/time functions.
  352. - Filter system:
  353. * Revamped the filter API and text format storage.
  354. * Added support for default text formats to be assigned on a per-role basis.
  355. * Refactored the HTML corrector to take advantage of PHP 5 features.
  356. - User system:
  357. * Added clean API functions for creating, loading, updating, and deleting
  358. user roles and permissions.
  359. * Refactored the "access rules" component of user module: The user module
  360. now provides a simple interface for blocking single IP addresses. The
  361. previous functionality in the user module for restricting certain email
  362. addresses and usernames is now available as a contributed module. Further,
  363. IP address range blocking is no longer supported and should be implemented
  364. at the operating system level.
  365. * Removed per-user themes: Contributed modules with similar functionality
  366. are available.
  367. - OpenID:
  368. * Added support for Gmail and Google Apps for Domain identifiers. Users can
  369. now login with their user@example.com identifier when example.com is powered
  370. by Google.
  371. * Made the OpenID module more pluggable.
  372. - Added code registry:
  373. * Using the registry, modules declare their includable files via their .info file,
  374. allowing Drupal to lazy-load classes and interfaces as needed.
  375. - Theme system:
  376. * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
  377. on as contributed themes (https://www.drupal.org/project/bluemarine,
  378. https://www.drupal.org/project/chameleon and
  379. https://www.drupal.org/project/pushbutton).
  380. * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
  381. * Added Seven as the default administration theme.
  382. * Variable preprocessing of theme hooks prior to template rendering now goes
  383. through two phases: a 'preprocess' phase and a new 'process' phase. See
  384. http://api.drupal.org/api/function/theme/7 for details.
  385. * Theme hooks implemented as functions (rather than as templates) can now
  386. also have preprocess (and process) functions. See
  387. http://api.drupal.org/api/function/theme/7 for details.
  388. * Added Bartik as the default theme.
  389. - File handling:
  390. * Files are now first class Drupal objects with file_load(), file_save(),
  391. and file_validate() functions and corresponding hooks.
  392. * The file_move(), file_copy() and file_delete() functions now operate on
  393. file objects and invoke file hooks so that modules are notified and can
  394. respond to changes.
  395. * For the occasions when only basic file manipulation are needed--such as
  396. uploading a site logo--that don't require the overhead of databases and
  397. hooks, the current unmanaged copy, move and delete operations have been
  398. preserved but renamed to file_unmanaged_*().
  399. * Rewrote file handling to use PHP stream wrappers to enable support for
  400. both public and private files and to support pluggable storage mechanisms
  401. and access to remote resources (e.g. S3 storage or Flickr photos).
  402. * The mime_extension_mapping variable has been removed. Modules that need to
  403. alter the default MIME type extension mappings should implement
  404. hook_file_mimetype_mapping_alter().
  405. * Added the hook_file_url_alter() hook, which makes it possible to serve
  406. files from a CDN.
  407. * Added a field specifically for uploading files, previously provided by
  408. the contributed module FileField.
  409. - Image handling:
  410. * Improved image handling, including better support for add-on image
  411. libraries.
  412. * Added API and interface for creating advanced image thumbnails.
  413. * Inclusion of additional effects such as rotate and desaturate.
  414. * Added a field specifically for uploading images, previously provided by
  415. the contributed module ImageField.
  416. - Added aliased multi-site support:
  417. * Added support for mapping domain names to sites directories.
  418. - Added RDF support:
  419. * Modules can declare RDF namespaces which are serialized in the tag
  420. for RDFa support.
  421. * Modules can specify how their data structure maps to RDF.
  422. * Added support for RDFa export of nodes, comments, terms, users, etc. and
  423. their fields.
  424. - Search engine optimization and web linking:
  425. * Added a rel="canonical" link on node and comment pages to prevent
  426. duplicate content indexing by search engines.
  427. * Added a default rel="shortlink" link on node and comment pages that
  428. advertises a short link as an alternative URL to third-party services.
  429. * Meta information is now alterable by all modules before rendering.
  430. - Field API:
  431. * Custom data fields may be attached to nodes, users, comments and taxonomy
  432. terms.
  433. * Node bodies and teasers are now Field API fields instead of
  434. being a hard-coded property of node objects.
  435. * In addition, any other object type may register with Field API
  436. and allow custom data fields to be attached to itself.
  437. * Provides most of the features of the former Content Construction
  438. Kit (CCK) module.
  439. * Taxonomy terms are now Field API fields that can be added to any fieldable
  440. object.
  441. - Installer:
  442. * Refactored the installer into an API that allows Drupal to be installed
  443. via a command line script.
  444. - Page organization
  445. * Made the help text area a full featured region with blocks.
  446. * Site mission is replaced with the highlighted content block region and
  447. separate RSS feed description settings.
  448. * The footer message setting was removed in favor of custom blocks.
  449. * Made the main page content a block which can be moved and ordered
  450. with other blocks in the same region.
  451. * Blocks can now return structured arrays for later rendering just
  452. like page callbacks.
  453. - Translation system
  454. * The translation system now supports message context (msgctxt).
  455. * Added support for translatable fields to Field API.
  456. - JavaScript changes
  457. * Upgraded the core JavaScript library to jQuery version 1.4.4.
  458. * Upgraded the jQuery Forms library to 2.52.
  459. * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
  460. experience.
  461. - Better module version support
  462. * Modules now can specify which version of another module they depend on.
  463. - Removed modules from core
  464. * The following modules have been removed from core, because contributed
  465. modules with similar functionality are available:
  466. * Blog API module
  467. * Ping module
  468. * Throttle module
  469. - Improved node access control system.
  470. * All modules may now influence the access to a node at runtime, not just
  471. the module that defined a node.
  472. * Users may now be allowed to bypass node access restrictions without giving
  473. them complete access to the site.
  474. * Access control affects both published and unpublished nodes.
  475. * Numerous other improvements to the node access system.
  476. - Actions system
  477. * Simplified definitions of actions and triggers.
  478. * Removed dependency on the combination of hooks and operations. Triggers
  479. now directly map to module hooks.
  480. - Task handling
  481. * Added a queue API to process many or long-running tasks.
  482. * Added queue API support to cron API.
  483. * Added a locking framework to coordinate long-running operations across
  484. requests.
  485. Drupal 6.0, 2008-02-13
  486. ----------------------
  487. - New, faster and better menu system.
  488. - New watchdog as a hook functionality.
  489. * New hook_watchdog that can be implemented by any module to route log
  490. messages to various destinations.
  491. * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
  492. levels defined in RFC 3164.
  493. * The watchdog module is now called dblog, and is optional, but enabled by
  494. default in the default installation profile.
  495. * Extended the database log module so log messages can be filtered.
  496. * Added syslog module: useful for monitoring large Drupal installations.
  497. - Added optional email notifications when users are approved, blocked, or
  498. deleted.
  499. - Drupal works with error reporting set to E_ALL.
  500. - Added scripts/drupal.sh to execute Drupal code from the command line. Useful
  501. to use Drupal as a framework to build command-line tools.
  502. - Made signature support optional and made it possible to theme signatures.
  503. - Made it possible to filter the URL aliases on the URL alias administration
  504. screen.
  505. - Language system improvements:
  506. * Support for right to left languages.
  507. * Language detection based on parts of the URL.
  508. * Browser based language detection.
  509. * Made it possible to specify a node's language.
  510. * Support for translating posts on the site to different languages.
  511. * Language dependent path aliases.
  512. * Automatically import translations when adding a new language.
  513. * JavaScript interface translation.
  514. * Automatically import a module's translation upon enabling that module.
  515. - Moved "PHP input filter" to a standalone module so it can be deleted for
  516. security reasons.
  517. - Usability:
  518. * Improved handling of teasers in posts.
  519. * Added sticky table headers.
  520. * Check for clean URL support automatically with JavaScript.
  521. * Removed default/settings.php. Instead the installer will create it from
  522. default.settings.php.
  523. * Made it possible to configure your own date formats.
  524. * Remember anonymous comment posters.
  525. * Only allow modules and themes to be enabled that have explicitly been
  526. ported to the correct core API version.
  527. * Can now specify the minimum PHP version required for a module within the
  528. .info file.
  529. * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
  530. database rights.
  531. * Dynamically check password strength and confirmation.
  532. * Refactored poll administration.
  533. * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
  534. vocabularies and terms, forums, profile fields, and input format filters.
  535. - Theme system:
  536. * Added .info files to themes and made it easier to specify regions and
  537. features.
  538. * Added theme registry: modules can directly provide .tpl.php files for
  539. their themes without having to create theme_ functions.
  540. * Used the Garland theme for the installation and maintenance pages.
  541. * Added theme preprocess functions for themes that are templates.
  542. * Added support for themeable functions in JavaScript.
  543. - Refactored update.php to a generic batch API to be able to run time-consuming
  544. operations in multiple subsequent HTTP requests.
  545. - Installer:
  546. * Themed the installer with the Garland theme.
  547. * Added form to provide initial site information during installation.
  548. * Added ability to provide extra installation steps programmatically.
  549. * Made it possible to import interface translations during installation.
  550. - Added the HTML corrector filter:
  551. * Fixes faulty and chopped off HTML in postings.
  552. * Tags are now automatically closed at the end of the teaser.
  553. - Performance:
  554. * Made it easier to conditionally load .include files and split up many core
  555. modules.
  556. * Added a JavaScript aggregator.
  557. * Added block-level caching, improving performance for both authenticated
  558. and anonymous users.
  559. * Made Drupal work correctly when running behind a reverse proxy like
  560. Squid or Pound.
  561. - File handling improvements:
  562. * Entries in the files table are now keyed to a user instead of a node.
  563. * Added reusable validation functions to check for uploaded file sizes,
  564. extensions, and image resolution.
  565. * Added ability to create and remove temporary files during a cron job.
  566. - Forum improvements:
  567. * Any node type may now be posted in a forum.
  568. - Taxonomy improvements:
  569. * Descriptions for terms are now shown on taxonomy/term pages as well
  570. as RSS feeds.
  571. * Added versioning support to categories by associating them with node
  572. revisions.
  573. - Added support for OpenID.
  574. - Added support for triggering configurable actions.
  575. - Added the Update status module to automatically check for available updates
  576. and warn sites if they are missing security updates or newer versions.
  577. Sites deploying from CVS should use https://www.drupal.org/project/cvs_deploy.
  578. Advanced settings provided by https://www.drupal.org/project/update_advanced.
  579. - Upgraded the core JavaScript library to jQuery version 1.2.3.
  580. - Added a new Schema API, which provides built-in support for core and
  581. contributed modules to work with databases other than MySQL.
  582. - Removed drupal.module. The functionality lives on as the Site network
  583. contributed module (https://www.drupal.org/project/site_network).
  584. - Removed old system updates. Updates from Drupal versions prior to 5.x will
  585. require upgrading to 5.x before upgrading to 6.x.
  586. Drupal 5.7, 2008-01-28
  587. ----------------------
  588. - fixed the input format configuration page.
  589. - fixed a variety of small bugs.
  590. Drupal 5.6, 2008-01-10
  591. ----------------------
  592. - fixed a variety of small bugs.
  593. - fixed a security issue (Cross site request forgery), see SA-2008-005
  594. - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
  595. - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
  596. Drupal 5.5, 2007-12-06
  597. ----------------------
  598. - fixed missing missing brackets in a query in the user module.
  599. - fixed taxonomy feed bug introduced by SA-2007-031
  600. Drupal 5.4, 2007-12-05
  601. ----------------------
  602. - fixed a variety of small bugs.
  603. - fixed a security issue (SQL injection), see SA-2007-031
  604. Drupal 5.3, 2007-10-17
  605. ----------------------
  606. - fixed a variety of small bugs.
  607. - fixed a security issue (HTTP response splitting), see SA-2007-024
  608. - fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
  609. - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
  610. - fixed a security issue (User deletion cross site request forgery), see SA-2007-029
  611. - fixed a security issue (API handling of unpublished comment), see SA-2007-030
  612. Drupal 5.2, 2007-07-26
  613. ----------------------
  614. - changed hook_link() $teaser argument to match documentation.
  615. - fixed a variety of small bugs.
  616. - fixed a security issue (cross-site request forgery), see SA-2007-017
  617. - fixed a security issue (cross-site scripting), see SA-2007-018
  618. Drupal 5.1, 2007-01-29
  619. ----------------------
  620. - fixed security issue (code execution), see SA-2007-005
  621. - fixed a variety of small bugs.
  622. Drupal 5.0, 2007-01-15
  623. ----------------------
  624. - Completely retooled the administration page
  625. * /Admin now contains an administration page which may be themed
  626. * Reorganised administration menu items by task and by module
  627. * Added a status report page with detailed PHP/MySQL/Drupal information
  628. - Added web-based installer which can:
  629. * Check installation and run-time requirements
  630. * Automatically generate the database configuration file
  631. * Install pre-made installation profiles or distributions
  632. * Import the database structure with automatic table prefixing
  633. * Be localized
  634. - Added new default Garland theme
  635. - Added color module to change some themes' color schemes
  636. - Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
  637. - Introduced the ability to alter mail sent from system
  638. - Module system:
  639. * Added .info files for module meta-data
  640. * Added support for module dependencies
  641. * Improved module installation screen
  642. * Moved core modules to their own directories
  643. * Added support for module uninstalling
  644. - Added support for different cache backends
  645. - Added support for a generic "sites/all" directory.
  646. - Usability:
  647. * Added support for auto-complete forms (AJAX) to user profiles.
  648. * Made it possible to instantly assign roles to newly created user accounts.
  649. * Improved configurability of the contact forms.
  650. * Reorganized the settings pages.
  651. * Made it easy to investigate popular search terms.
  652. * Added a 'select all' checkbox and a range select feature to administration tables.
  653. * Simplified the 'break' tag to split teasers from body.
  654. * Use proper capitalization for titles, menu items and operations.
  655. - Integrated urlfilter.module into filter.module
  656. - Block system:
  657. * Extended the block visibility settings with a role specific setting.
  658. * Made it possible to customize all block titles.
  659. - Poll module:
  660. * Optionally allow people to inspect all votes.
  661. * Optionally allow people to cancel their vote.
  662. - Distributed authentication:
  663. * Added default server option.
  664. - Added default robots.txt to control crawlers.
  665. - Database API:
  666. * Added db_table_exists().
  667. - Blogapi module:
  668. * 'Blogapi new' and 'blogapi edit' nodeapi operations.
  669. - User module:
  670. * Added hook_profile_alter().
  671. * Email verification is made optional.
  672. * Added mass editing and filtering on admin/user/user.
  673. - PHP Template engine:
  674. * Add the ability to look for a series of suggested templates.
  675. * Look for page templates based upon the path.
  676. * Look for block templates based upon the region, module, and delta.
  677. - Content system:
  678. * Made it easier for node access modules to work well with each other.
  679. * Added configurable content types.
  680. * Changed node rendering to work with structured arrays.
  681. - Performance:
  682. * Improved session handling: reduces database overhead.
  683. * Improved access checking: reduces database overhead.
  684. * Made it possible to do memcached based session management.
  685. * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
  686. * Added an 'aggressive' caching policy.
  687. * Added a CSS aggregator and compressor (up to 40% faster page loads).
  688. - Removed the archive module.
  689. - Upgrade system:
  690. * Created space for update branches.
  691. - Form API:
  692. * Made it possible to programmatically submit forms.
  693. * Improved api for multistep forms.
  694. - Theme system:
  695. * Split up and removed drupal.css.
  696. * Added nested lists generation.
  697. * Added a self-clearing block class.
  698. Drupal 4.7.11, 2008-01-10
  699. -------------------------
  700. - fixed a security issue (Cross site request forgery), see SA-2008-005
  701. - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
  702. - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
  703. Drupal 4.7.10, 2007-12-06
  704. -------------------------
  705. - fixed taxonomy feed bug introduced by SA-2007-031
  706. Drupal 4.7.9, 2007-12-05
  707. ------------------------
  708. - fixed a security issue (SQL injection), see SA-2007-031
  709. Drupal 4.7.8, 2007-10-17
  710. ------------------------
  711. - fixed a security issue (HTTP response splitting), see SA-2007-024
  712. - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
  713. - fixed a security issue (API handling of unpublished comment), see SA-2007-030
  714. Drupal 4.7.7, 2007-07-26
  715. ------------------------
  716. - fixed security issue (XSS), see SA-2007-018
  717. Drupal 4.7.6, 2007-01-29
  718. ------------------------
  719. - fixed security issue (code execution), see SA-2007-005
  720. Drupal 4.7.5, 2007-01-05
  721. ------------------------
  722. - Fixed security issue (XSS), see SA-2007-001
  723. - Fixed security issue (DoS), see SA-2007-002
  724. Drupal 4.7.4, 2006-10-18
  725. ------------------------
  726. - Fixed security issue (XSS), see SA-2006-024
  727. - Fixed security issue (CSRF), see SA-2006-025
  728. - Fixed security issue (Form action attribute injection), see SA-2006-026
  729. Drupal 4.7.3, 2006-08-02
  730. ------------------------
  731. - Fixed security issue (XSS), see SA-2006-011
  732. Drupal 4.7.2, 2006-06-01
  733. ------------------------
  734. - Fixed critical upload issue, see SA-2006-007
  735. - Fixed taxonomy XSS issue, see SA-2006-008
  736. - Fixed a variety of small bugs.
  737. Drupal 4.7.1, 2006-05-24
  738. ------------------------
  739. - Fixed critical SQL issue, see SA-2006-005
  740. - Fixed a serious upgrade related bug.
  741. - Fixed a variety of small bugs.
  742. Drupal 4.7.0, 2006-05-01
  743. ------------------------
  744. - Added free tagging support.
  745. - Added a site-wide contact form.
  746. - Theme system:
  747. * Added the PHPTemplate theme engine and removed the Xtemplate engine.
  748. * Converted the bluemarine theme from XTemplate to PHPTemplate.
  749. * Converted the pushbutton theme from XTemplate to PHPTemplate.
  750. - Usability:
  751. * Reworked the 'request new password' functionality.
  752. * Reworked the node and comment edit forms.
  753. * Made it easy to add nodes to the navigation menu.
  754. * Added site 'offline for maintenance' feature.
  755. * Added support for auto-complete forms (AJAX).
  756. * Added support for collapsible page sections (JS).
  757. * Added support for resizable text fields (JS).
  758. * Improved file upload functionality (AJAX).
  759. * Reorganized some settings pages.
  760. * Added friendly database error screens.
  761. * Improved styling of update.php.
  762. - Refactored the forms API.
  763. * Made it possible to alter, extend or theme forms.
  764. - Comment system:
  765. * Added support for "mass comment operations" to ease repetitive tasks.
  766. * Comment moderation has been removed.
  767. - Node system:
  768. * Reworked the revision functionality.
  769. * Removed the bookmarklet code. Third-party modules can now handle
  770. This.
  771. - Upgrade system:
  772. * Allows contributed modules to plug into the upgrade system.
  773. - Profiles:
  774. * Added a block to display author information along with posts.
  775. * Added support for private profile fields.
  776. - Statistics module:
  777. * Added the ability to track page generation times.
  778. * Made it possible to block certain IPs/hostnames.
  779. - Block system:
  780. * Added support for theme-specific block regions.
  781. - Syndication:
  782. * Made the aggregator module parse Atom feeds.
  783. * Made the aggregator generate RSS feeds.
  784. * Added RSS feed settings.
  785. - XML-RPC:
  786. * Replaced the XML-RPC library by a better one.
  787. - Performance:
  788. * Added 'loose caching' option for high-traffic sites.
  789. * Improved performance of path aliasing.
  790. * Added the ability to track page generation times.
  791. - Internationalization:
  792. * Improved Unicode string handling API.
  793. * Added support for PHP's multibyte string module.
  794. - Added support for PHP5's 'mysqli' extension.
  795. - Search module:
  796. * Made indexer smarter and more robust.
  797. * Added advanced search operators (e.g., phrase, node type, etc.).
  798. * Added customizable result ranking.
  799. - PostgreSQL support:
  800. * Removed dependency on PL/pgSQL procedural language.
  801. - Menu system:
  802. * Added support for external URLs.
  803. - Queue module:
  804. * Removed from core.
  805. - HTTP handling:
  806. * Added support for a tolerant Base URL.
  807. * Output URIs relative to the root, without a base tag.
  808. Drupal 4.6.11, 2007-01-05
  809. -------------------------
  810. - Fixed security issue (XSS), see SA-2007-001
  811. - Fixed security issue (DoS), see SA-2007-002
  812. Drupal 4.6.10, 2006-10-18
  813. -------------------------
  814. - Fixed security issue (XSS), see SA-2006-024
  815. - Fixed security issue (CSRF), see SA-2006-025
  816. - Fixed security issue (Form action attribute injection), see SA-2006-026
  817. Drupal 4.6.9, 2006-08-02
  818. ------------------------
  819. - Fixed security issue (XSS), see SA-2006-011
  820. Drupal 4.6.8, 2006-06-01
  821. ------------------------
  822. - Fixed critical upload issue, see SA-2006-007
  823. - Fixed taxonomy XSS issue, see SA-2006-008
  824. Drupal 4.6.7, 2006-05-24
  825. ------------------------
  826. - Fixed critical SQL issue, see SA-2006-005
  827. Drupal 4.6.6, 2006-03-13
  828. ------------------------
  829. - Fixed bugs, including 4 security vulnerabilities.
  830. Drupal 4.6.5, 2005-12-12
  831. ------------------------
  832. - Fixed bugs: no critical bugs were identified.
  833. Drupal 4.6.4, 2005-11-30
  834. ------------------------
  835. - Fixed bugs, including 3 security vulnerabilities.
  836. Drupal 4.6.3, 2005-08-15
  837. ------------------------
  838. - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
  839. Drupal 4.6.2, 2005-06-29
  840. ------------------------
  841. - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  842. Drupal 4.6.1, 2005-06-01
  843. ------------------------
  844. - Fixed bugs, including a critical input validation bug.
  845. Drupal 4.6.0, 2005-04-15
  846. ------------------------
  847. - PHP5 compliance
  848. - Search:
  849. * Added UTF-8 support to make it work with all languages.
  850. * Improved search indexing algorithm.
  851. * Improved search output.
  852. * Impose a throttle on indexing of large sites.
  853. * Added search block.
  854. - Syndication:
  855. * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
  856. * Made Drupal generate RSS 2.0 feeds.
  857. * Made RSS feeds extensible.
  858. * Added categories to RSS feeds.
  859. * Added enclosures to RSS feeds.
  860. - Flood control mechanism:
  861. * Added a mechanism to throttle certain operations.
  862. - Usability:
  863. * Refactored the block configuration pages.
  864. * Refactored the statistics pages.
  865. * Refactored the watchdog pages.
  866. * Refactored the throttle module configuration.
  867. * Refactored the access rules page.
  868. * Refactored the content administration page.
  869. * Introduced forum configuration pages.
  870. * Added a 'add child page' link to book pages.
  871. - Contact module:
  872. * Added a simple contact module that allows users to contact each other using email.
  873. - Multi-site configuration:
  874. * Made it possible to run multiple sites from a single code base.
  875. - Added an image API: enables better image handling.
  876. - Block system:
  877. * Extended the block visibility settings.
  878. - Theme system:
  879. * Added new theme functions.
  880. - Database backend:
  881. * The PEAR database backend is no longer supported.
  882. - Performance:
  883. * Improved performance of the forum topics block.
  884. * Improved performance of the tracker module.
  885. * Improved performance of the node pages.
  886. - Documentation:
  887. * Improved and extended PHPDoc/Doxygen comments.
  888. Drupal 4.5.8, 2006-03-13
  889. ------------------------
  890. - Fixed bugs, including 3 security vulnerabilities.
  891. Drupal 4.5.7, 2005-12-12
  892. ------------------------
  893. - Fixed bugs: no critical bugs were identified.
  894. Drupal 4.5.6, 2005-11-30
  895. ------------------------
  896. - Fixed bugs, including 3 security vulnerabilities.
  897. Drupal 4.5.5, 2005-08-15
  898. ------------------------
  899. - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
  900. Drupal 4.5.4, 2005-06-29
  901. ------------------------
  902. - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  903. Drupal 4.5.3, 2005-06-01
  904. ------------------------
  905. - Fixed bugs, including a critical input validation bug.
  906. Drupal 4.5.2, 2005-01-15
  907. ------------------------
  908. - Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
  909. Drupal 4.5.1, 2004-12-01
  910. ------------------------
  911. - Fixed bugs: no critical bugs were identified.
  912. Drupal 4.5.0, 2004-10-18
  913. ------------------------
  914. - Navigation:
  915. * Made it possible to add, delete, rename and move menu items.
  916. * Introduced tabs and subtabs for local tasks.
  917. * Reorganized the navigation menus.
  918. - User management:
  919. * Added support for multiple roles per user.
  920. * Made it possible to add custom profile fields.
  921. * Made it possible to browse user profiles by field.
  922. - Node system:
  923. * Added support for node-level permissions.
  924. - Comment module:
  925. * Made it possible to leave contact information without having to register.
  926. - Upload module:
  927. * Added support for uploading documents (includes images).
  928. - Forum module:
  929. * Added support for sticky forum topics.
  930. * Made it possible to track forum topics.
  931. - Syndication:
  932. * Added support for RSS ping-notifications of http://technorati.com/.
  933. * Refactored the categorization of syndicated news items.
  934. * Added an URL alias for 'rss.xml'.
  935. * Improved date parsing.
  936. - Database backend:
  937. * Added support for multiple database connections.
  938. * The PostgreSQL backend does no longer require PEAR.
  939. - Theme system:
  940. * Changed all GIFs to PNGs.
  941. * Reorganised the handling of themes, template engines, templates and styles.
  942. * Unified and extended the available theme settings.
  943. * Added theme screenshots.
  944. - Blocks:
  945. * Added 'recent comments' block.
  946. * Added 'categories' block.
  947. - Blogger API:
  948. * Added support for auto-discovery of blogger API via RSD.
  949. - Performance:
  950. * Added support for sending gzip compressed pages.
  951. * Improved performance of the forum module.
  952. - Accessibility:
  953. * Improved the accessibility of the archive module's calendar.
  954. * Improved form handling and error reporting.
  955. * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
  956. - Refactored 403 (forbidden) handling and added support for custom 403 pages.
  957. - Documentation:
  958. * Added PHPDoc/Doxygen comments.
  959. - Filter system:
  960. * Added support for using multiple input formats on the site
  961. * Expanded the embedded PHP-code feature so it can be used everywhere
  962. * Added support for role-dependent filtering, through input formats
  963. - UI translation:
  964. * Managing translations is now completely done through the administration interface
  965. * Added support for importing/exporting gettext .po files
  966. Drupal 4.4.3, 2005-06-01
  967. ------------------------
  968. - Fixed bugs, including a critical input validation bug.
  969. Drupal 4.4.2, 2004-07-04
  970. ------------------------
  971. - Fixed bugs: no critical bugs were identified.
  972. Drupal 4.4.1, 2004-05-01
  973. ------------------------
  974. - Fixed bugs: no critical bugs were identified.
  975. Drupal 4.4.0, 2004-04-01
  976. ------------------------
  977. - Added support for the MetaWeblog API and MovableType extensions.
  978. - Added a file API: enables better document management.
  979. - Improved the watchdog and search module to log search keys.
  980. - News aggregator:
  981. * Added support for conditional GET.
  982. * Added OPML feed subscription list.
  983. * Added support for , , , , and .
  984. - Comment module:
  985. * Made it possible to disable the "comment viewing controls".
  986. - Performance:
  987. * Improved module loading when serving cached pages.
  988. * Made it possible to automatically disable modules when under heavy load.
  989. * Made it possible to automatically disable blocks when under heavy load.
  990. * Improved performance and memory footprint of the locale module.
  991. - Theme system:
  992. * Made all theme functions start with 'theme_'.
  993. * Made all theme functions return their output.
  994. * Migrated away from using the BaseTheme class.
  995. * Added many new theme functions and refactored existing theme functions.
  996. * Added avatar support to 'Xtemplate'.
  997. * Replaced theme 'UnConeD' by 'Chameleon'.
  998. * Replaced theme 'Marvin' by 'Pushbutton'.
  999. - Usability:
  1000. * Added breadcrumb navigation to all pages.
  1001. * Made it possible to add context-sensitive help to all pages.
  1002. * Replaced drop-down menus by radio buttons where appropriate.
  1003. * Removed the 'magic_quotes_gpc = 0' requirement.
  1004. * Added a 'book navigation' block.
  1005. - Accessibility:
  1006. * Made themes degrade gracefully in absence of CSS.
  1007. * Grouped form elements using '
    ' and '' tags.
  1008. * Added '
  1009. - Refactored 404 (file not found) handling and added support for custom 404 pages.
  1010. - Improved the filter system to prevent conflicts between filters:
  1011. * Made it possible to change the order in which filters are applied.
  1012. - Documentation:
  1013. * Added PHPDoc/Doxygen comments.
  1014. Drupal 4.3.2, 2004-01-01
  1015. ------------------------
  1016. - Fixed bugs: no critical bugs were identified.
  1017. Drupal 4.3.1, 2003-12-01
  1018. ------------------------
  1019. - Fixed bugs: no critical bugs were identified.
  1020. Drupal 4.3.0, 2003-11-01
  1021. ------------------------
  1022. - Added support for configurable URLs.
  1023. - Added support for sortable table columns.
  1024. - Database backend:
  1025. * Added support for selective database table prefixing.
  1026. - Performance:
  1027. * Optimized many SQL queries for speed by converting left joins to inner joins.
  1028. - Comment module:
  1029. * Rewrote the comment housekeeping code to be much more efficient and scalable.
  1030. * Changed the comment module to use the standard pager.
  1031. - User module:
  1032. * Added support for multiple sessions per user.
  1033. * Added support for anonymous user sessions.
  1034. - Forum module:
  1035. * Improved the forum views and the themability thereof.
  1036. - Book module:
  1037. * Improved integration of non-book nodes in the book outline.
  1038. - Usability:
  1039. * Added support for "mass node operations" to ease repetitive tasks.
  1040. * Added support for breadcrumb navigation to several modules' user pages.
  1041. * Integrated the administration pages with the normal user pages.
  1042. Drupal 4.2.0, 2003-08-01
  1043. ------------------------
  1044. - Added support for clean URLs.
  1045. - Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
  1046. - Rewrote the RSS/RDF parser:
  1047. * It will now use PHP's built-in XML parser to parse news feeds.
  1048. - Rewrote the administration pages:
  1049. * Improved the navigational elements and added breadcrumb navigation.
  1050. * Improved the look and feel.
  1051. * Added context-sensitive help.
  1052. - Database backend:
  1053. * Fixed numerous SQL queries to make Drupal ANSI compliant.
  1054. * Added MSSQL database scheme.
  1055. - Search module:
  1056. * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
  1057. - Node system:
  1058. * Replaced the "post content" permission by more fine-grained permissions.
  1059. * Improved content submission:
  1060. + 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.
  1061. + Added the ability to preview both the short and the full version of your posts.
  1062. * Extended the node API which allows for better integration.
  1063. * Added default node settings to control the behavior for promotion, moderation and other options.
  1064. - Themes:
  1065. * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
  1066. - Removed the 'register_globals = on' requirement.
  1067. - Added better installation instructions.
  1068. Drupal 4.1.0, 2003-02-01
  1069. ------------------------
  1070. - Collaboratively revised and expanded the Drupal documentation.
  1071. - Rewrote comment.module:
  1072. * Reintroduced comment rating/moderation.
  1073. * Added support for comment paging.
  1074. * Performance improvements: improved comment caching, faster SQL queries, etc.
  1075. - Rewrote block.module:
  1076. * Performance improvements: blocks are no longer rendered when not displayed.
  1077. - Rewrote forum.module:
  1078. * 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.
  1079. - Rewrote statistics.module:
  1080. * Collects access counts for each node, referrer logs, number of users/guests.
  1081. * 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.
  1082. - Added throttle.module:
  1083. * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
  1084. - Added profile.module:
  1085. * Enables to extend the user and registration page.
  1086. - Added pager support to the main page.
  1087. - Replaced weblogs.module by ping.module:
  1088. * Added support for normal and RSS notifications of http://blo.gs/.
  1089. * Added support for RSS ping-notifications of http://weblogs.com/.
  1090. - Removed the rating module
  1091. - Themes:
  1092. * Removed a significant portion of hard-coded mark-up.
  1093. Drupal 4.0.0, 2002-06-15
  1094. ------------------------
  1095. - Added tracker.module:
  1096. * Replaces the previous "your [site]" links (recent comments and nodes).
  1097. - Added weblogs.module:
  1098. * This will ping weblogs.com when new content is promoted.
  1099. - Added taxonomy module which replaces the meta module.
  1100. * Supports relations, hierarchies and synonyms.
  1101. - Added a caching system:
  1102. * Speeds up pages for anonymous users and reduces system load.
  1103. - Added support for external SMTP libraries.
  1104. - Added an archive extension to the calendar.
  1105. - Added support for the Blogger API.
  1106. - Themes:
  1107. * Cleaned up the theme system.
  1108. * Moved themes that are not maintained to contributions CVS repository.
  1109. - Database backend:
  1110. * Changed to PEAR database abstraction layer.
  1111. * Using ANSI SQL queries to be more portable.
  1112. - Rewrote the user system:
  1113. * Added support for Drupal authentication through XML-RPC and through a Jabber server.
  1114. * Added support for modules to add more user data.
  1115. * Users may delete their own account.
  1116. * Added who's new and who's online blocks.
  1117. - Changed block system:
  1118. * Various hard coded blocks are now dynamic.
  1119. * Blocks can now be enabled and/or be set by the user.
  1120. * Blocks can be set to only show up on some pages.
  1121. * Merged box module with block module.
  1122. - Node system:
  1123. * Blogs can be updated.
  1124. * Teasers (abstracts) on all node types.
  1125. * Improved error checking.
  1126. * Content versioning support.
  1127. * Usability improvements.
  1128. - Improved book module to support text, HTML and PHP pages.
  1129. - Improved comment module to mark new comments.
  1130. - Added a general outliner which will let any node type be linked to a book.
  1131. - Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
  1132. - Search module:
  1133. * Improved the search system by making it context sensitive.
  1134. * Added indexing.
  1135. - Various updates:
  1136. * Changed output to valid XHTML.
  1137. * Improved multiple sites using the same Drupal database support.
  1138. * Added support for session IDs in URLs instead of cookies.
  1139. * Made the type of content on the front page configurable.
  1140. * Made each cloud site have its own settings.
  1141. * Modules and themes can now be enabled/disabled using the administration pages.
  1142. * Added URL abstraction for links.
  1143. * Usability changes (renamed links, better UI, etc.).
  1144. - Collaboratively revised and expanded the Drupal documentation.
  1145. Drupal 3.0.1, 2001-10-15
  1146. ------------------------
  1147. - Various updates:
  1148. * Added missing translations
  1149. * Updated the themes: tidied up some HTML code and added new Drupal logos.
  1150. Drupal 3.0.0, 2001-09-15
  1151. ------------------------
  1152. - Major overhaul of the entire underlying design:
  1153. * 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.
  1154. - Rewrote submission/moderation queue and renamed it to queue.module.
  1155. - Removed FAQ and documentation module and merged them into a "book module".
  1156. - Removed ban module and integrated it into account.module as "access control":
  1157. * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
  1158. - Rewrote watchdog and submission throttle:
  1159. * Improved watchdog messages and added watchdog filter.
  1160. - Rewrote headline code and renamed it to import.module and export.module:
  1161. * Added various improvements, including a better parser, bundles and better control over individual feeds.
  1162. - Rewrote section code and renamed it to meta.module:
  1163. * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
  1164. - Rewrote configuration file resolving:
  1165. * 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.
  1166. - Added caching support which makes Drupal extremely scalable.
  1167. - Added access.module:
  1168. * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
  1169. - Added blog.module.
  1170. - Added poll.module.
  1171. - Added system.module:
  1172. * Moved most of the configuration options from hostname.conf to the new administration section.
  1173. * Added support for custom "filters".
  1174. - Added statistics.module
  1175. - Added moderate.module:
  1176. * Allows to assign users editorial/moderator rights to certain nodes or topics.
  1177. - Added page.module:
  1178. * Allows creation of static (and dynamic) pages through the administration interface.
  1179. - Added help.module:
  1180. * Groups all available module documentation on a single page.
  1181. - Added forum.module:
  1182. * Added an integrated forum.
  1183. - Added cvs.module and cvs-to-sql.pl:
  1184. * Allows to display and mail CVS log messages as daily digests.
  1185. - Added book.module:
  1186. * Allows collaborative handbook writing: primary used for Drupal documentation.
  1187. - Removed cron.module and integrated it into conf.module.
  1188. - Removed module.module as it was no longer needed.
  1189. - Various updates:
  1190. * Added "auto-post new submissions" feature versus "moderate new submissions".
  1191. * Introduced links/Drupal tags: [[link]]
  1192. * Added preview functionality when submitting new content (such as a story) from the administration pages.
  1193. * Made the administration section only show those links a user has access to.
  1194. * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
  1195. * Improved scheduler:
  1196. + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
  1197. * Improved account module:
  1198. + Added "access control" to allow/deny certain usernames/email addresses/hostnames.
  1199. * Improved locale module:
  1200. + Added new overview to easy the translation process.
  1201. * Improved comment module:
  1202. + Made it possible to permanently delete comments.
  1203. * Improved rating module
  1204. * Improved story module:
  1205. + Added preview functionality for administrators.
  1206. + Made it possible to permanently delete stories.
  1207. * Improved themes:
  1208. + W3C validation on a best effort basis.
  1209. + Removed $theme->control() from themes.
  1210. + Added theme "goofy".
  1211. - Collaboratively revised and expanded the Drupal documentation.
  1212. Drupal 2.0.0, 2001-03-15
  1213. ------------------------
  1214. - Rewrote the comment/discussion code:
  1215. * Comment navigation should be less confusing now.
  1216. * Additional/alternative display and order methods have been added.
  1217. * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
  1218. - Added sections and section manager:
  1219. * Story sections can be maintained from the administration pages.
  1220. * 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.
  1221. - Multiple vhosts + multiple directories:
  1222. * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
  1223. - Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
  1224. * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
  1225. - Added "search infrastructure":
  1226. * Improved search page and integrated search functionality in the administration pages.
  1227. - Added translation / localization / internationalization support:
  1228. * 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.
  1229. - Added fine-grained user permission (or group) system:
  1230. * 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.
  1231. - Added FAQ module
  1232. - Changed the "open submission queue" into a (optional) module.
  1233. - Various updates:
  1234. * Improved account module:
  1235. + User accounts can be deleted.
  1236. + Added fine-grained permission support.
  1237. * Improved block module
  1238. * Improved diary module:
  1239. + Diary entries can be deleted
  1240. * Improved headline module:
  1241. + Improved parser to support more "generic" RDF/RSS/XML backend.
  1242. * Improved module module
  1243. * Improved watchdog module
  1244. * Improved database abstraction layer
  1245. * Improved themes:
  1246. + W3C validation on a best effort basis
  1247. + Added theme "example" (alias "Stone Age")
  1248. * Added new scripts to directory "scripts"
  1249. * Added directory "misc"
  1250. * Added CREDITS file
  1251. - Revised documentation
  1252. Drupal 1.0.0, 2001-01-15
  1253. ------------------------
  1254. - Initial release