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