Same filename and directory in other branches
  1. 4.6.x CHANGELOG.txt
  2. 5.x CHANGELOG.txt
  3. 6.x CHANGELOG.txt
  4. 7.x CHANGELOG.txt
Drupal 4.7.12, xxxx-xx-xx
-------------------------

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, ...).
    * 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 e-mail.
- 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-dependant filtering, through input formats
- UI translation:
    * managing translations is now completely done through the administration interface
    * added support for importing/exporting gettext .po files

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 setup 'roles' (groups) and to bind a set of permissions to each group.
- added blog.module.
- added poll.module.
- added system.module:
    * moved most of the configuration options from hostname.conf to the new administration section.
    * added support for custom "filters".
- added statistics.module
- added moderate.module:
    * allows to assign users editorial/moderator rights to certain nodes or topics.
- added page.module:
    * allows creation of static (and dynamic) pages through the administration interface.
- added help.module:
    * groups all available module documentation on a single page.
- added forum.module:
    * added an integrated forum.
- added cvs.module and cvs-to-sql.pl:
    * allows to display and mail CVS log messages as daily digests.
- added book.module:
    * allows collaborative handbook writing: primary used for Drupal documentation.
- removed cron.module and integrated it into conf.module.
- removed module.module as it was no longer needed.
- various updates:
    * added "auto-post new submissions" feature versus "moderate new submissions".
    * introduced links/Drupal tags: [[link]]
    * added preview functionality when submitting new content (such as a story) from the administration pages.
    * made the administration section only show those links a user has access to.
    * made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
    * improved scheduler:
        + content can be scheduled to be 'posted', 'queued' and 'hidden'.
    * improved account module:
        + added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
    * improved locale module:
        + added new overview to easy the translation process.
    * improved comment module:
        + made it possible to permanently delete comments.
    * improved rating module
    * improved story module:
        + added preview functionality for administrators.
        + made it possible to permanently delete stories.
    * improved themes:
        + W3C validation on a best effort basis.
        + removed $theme->control() from themes.
        + added theme "goofy".
- collaboratively revised and expanded the Drupal documentation.

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 setup 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 setup 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

CHANGELOG.txt
View source
  1. Drupal 4.7.12, xxxx-xx-xx
  2. -------------------------
  3. Drupal 4.7.11, 2008-01-10
  4. -------------------------
  5. - fixed a security issue (Cross site request forgery), see SA-2008-005
  6. - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
  7. - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
  8. Drupal 4.7.10, 2007-12-06
  9. -------------------------
  10. - fixed taxonomy feed bug introduced by SA-2007-031
  11. Drupal 4.7.9, 2007-12-05
  12. ------------------------
  13. - fixed a security issue (SQL injection), see SA-2007-031
  14. Drupal 4.7.8, 2007-10-17
  15. ----------------------
  16. - fixed a security issue (HTTP response splitting), see SA-2007-024
  17. - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
  18. - fixed a security issue (API handling of unpublished comment), see SA-2007-030
  19. Drupal 4.7.7, 2007-07-26
  20. ------------------------
  21. - fixed security issue (XSS), see SA-2007-018
  22. Drupal 4.7.6, 2007-01-29
  23. ------------------------
  24. - fixed security issue (code execution), see SA-2007-005
  25. Drupal 4.7.5, 2007-01-05
  26. ------------------------
  27. - fixed security issue (XSS), see SA-2007-001
  28. - fixed security issue (DoS), see SA-2007-002
  29. Drupal 4.7.4, 2006-10-18
  30. ------------------------
  31. - fixed security issue (XSS), see SA-2006-024
  32. - fixed security issue (CSRF), see SA-2006-025
  33. - fixed security issue (Form action attribute injection), see SA-2006-026
  34. Drupal 4.7.3, 2006-08-02
  35. ------------------------
  36. - fixed security issue (XSS), see SA-2006-011
  37. Drupal 4.7.2, 2006-06-01
  38. ------------------------
  39. - fixed critical upload issue, see SA-2006-007
  40. - fixed taxonomy XSS issue, see SA-2006-008
  41. - fixed a variety of small bugs.
  42. Drupal 4.7.1, 2006-05-24
  43. ------------------------
  44. - fixed critical SQL issue, see SA-2006-005
  45. - fixed a serious upgrade related bug.
  46. - fixed a variety of small bugs.
  47. Drupal 4.7.0, 2006-05-01
  48. ------------------------
  49. - added free tagging support.
  50. - added a site-wide contact form.
  51. - theme system:
  52. * added the PHPTemplate theme engine and removed the Xtemplate engine.
  53. * converted the bluemarine theme from XTemplate to PHPTemplate.
  54. * converted the pushbutton theme from XTemplate to PHPTemplate.
  55. - usability:
  56. * reworked the 'request new password' functionality.
  57. * reworked the node and comment edit forms.
  58. * made it easy to add nodes to the navigation menu.
  59. * added site 'offline for maintenance' feature.
  60. * added support for auto-complete forms (AJAX).
  61. * added support for collapsible page sections (JS).
  62. * added support for resizable text fields (JS).
  63. * improved file upload functionality (AJAX).
  64. * reorganized some settings pages.
  65. * added friendly database error screens.
  66. * improved styling of update.php.
  67. - refactored the forms API.
  68. * made it possible to alter, extend or theme forms.
  69. - comment system:
  70. * added support for "mass comment operations" to ease repetitive tasks.
  71. * comment moderation has been removed.
  72. - node system:
  73. * reworked the revision functionality.
  74. * removed the bookmarklet code. Third-party modules can now handle
  75. this.
  76. - upgrade system:
  77. * allows contributed modules to plug into the upgrade system.
  78. - profiles:
  79. * added a block to display author information along with posts.
  80. * added support for private profile fields.
  81. - statistics module:
  82. * added the ability to track page generation times.
  83. * made it possible to block certain IPs/hostnames.
  84. - block system:
  85. * added support for theme-specific block regions.
  86. - syndication:
  87. * made the aggregator module parse Atom feeds.
  88. * made the aggregator generate RSS feeds.
  89. * added RSS feed settings.
  90. - XML-RPC:
  91. * replaced the XML-RPC library by a better one.
  92. - performance:
  93. * added 'loose caching' option for high-traffic sites.
  94. * improved performance of path aliasing.
  95. * added the ability to track page generation times.
  96. - internationalization:
  97. * improved Unicode string handling API.
  98. * added support for PHP's multibyte string module.
  99. - added support for PHP5's 'mysqli' extension.
  100. - search module:
  101. * made indexer smarter and more robust.
  102. * added advanced search operators (e.g. phrase, node type, ...).
  103. * added customizable result ranking.
  104. - PostgreSQL support:
  105. * removed dependency on PL/pgSQL procedural language.
  106. - menu system:
  107. * added support for external URLs.
  108. - queue module:
  109. * removed from core.
  110. - HTTP handling:
  111. * added support for a tolerant Base URL.
  112. * output URIs relative to the root, without a base tag.
  113. Drupal 4.6.11, 2007-01-05
  114. -------------------------
  115. - fixed security issue (XSS), see SA-2007-001
  116. - fixed security issue (DoS), see SA-2007-002
  117. Drupal 4.6.10, 2006-10-18
  118. ------------------------
  119. - fixed security issue (XSS), see SA-2006-024
  120. - fixed security issue (CSRF), see SA-2006-025
  121. - fixed security issue (Form action attribute injection), see SA-2006-026
  122. Drupal 4.6.9, 2006-08-02
  123. ------------------------
  124. - fixed security issue (XSS), see SA-2006-011
  125. Drupal 4.6.8, 2006-06-01
  126. ------------------------
  127. - fixed critical upload issue, see SA-2006-007
  128. - fixed taxonomy XSS issue, see SA-2006-008
  129. Drupal 4.6.7, 2006-05-24
  130. ------------------------
  131. - fixed critical SQL issue, see SA-2006-005
  132. Drupal 4.6.6, 2006-03-13
  133. ------------------------
  134. - fixed bugs, including 4 security vulnerabilities.
  135. Drupal 4.6.5, 2005-12-12
  136. ------------------------
  137. - fixed bugs: no critical bugs were identified.
  138. Drupal 4.6.4, 2005-11-30
  139. ------------------------
  140. - fixed bugs, including 3 security vulnerabilities.
  141. Drupal 4.6.3, 2005-08-15
  142. ------------------------
  143. - fixed bugs, including a critical "arbitrary PHP code execution" bug.
  144. Drupal 4.6.2, 2005-06-29
  145. ------------------------
  146. - fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  147. Drupal 4.6.1, 2005-06-01
  148. ------------------------
  149. - fixed bugs, including a critical input validation bug.
  150. Drupal 4.6.0, 2005-04-15
  151. ------------------------
  152. - PHP5 compliance
  153. - search:
  154. * added UTF-8 support to make it work with all languages.
  155. * improved search indexing algorithm.
  156. * improved search output.
  157. * impose a throttle on indexing of large sites.
  158. * added search block.
  159. - syndication:
  160. * made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
  161. * made Drupal generate RSS 2.0 feeds.
  162. * made RSS feeds extensible.
  163. * added categories to RSS feeds.
  164. * added enclosures to RSS feeds.
  165. - flood control mechanism:
  166. * added a mechanism to throttle certain operations.
  167. - usability:
  168. * refactored the block configuration pages.
  169. * refactored the statistics pages.
  170. * refactored the watchdog pages.
  171. * refactored the throttle module configuration.
  172. * refactored the access rules page.
  173. * refactored the content administration page.
  174. * introduced forum configuration pages.
  175. * added a 'add child page' link to book pages.
  176. - contact module:
  177. * added a simple contact module that allows users to contact each other using e-mail.
  178. - multi-site configuration:
  179. * made it possible to run multiple sites from a single code base.
  180. - added an image API: enables better image handling.
  181. - block system:
  182. * extended the block visibility settings.
  183. - theme system:
  184. * added new theme functions.
  185. - database backend:
  186. * the PEAR database backend is no longer supported.
  187. - performance:
  188. * improved performance of the forum topics block.
  189. * improved performance of the tracker module.
  190. * improved performance of the node pages.
  191. - documentation:
  192. * improved and extended PHPDoc/Doxygen comments.
  193. Drupal 4.5.8, 2006-03-13
  194. ------------------------
  195. - fixed bugs, including 3 security vulnerabilities.
  196. Drupal 4.5.7, 2005-12-12
  197. ------------------------
  198. - fixed bugs: no critical bugs were identified.
  199. Drupal 4.5.6, 2005-11-30
  200. ------------------------
  201. - fixed bugs, including 3 security vulnerabilities.
  202. Drupal 4.5.5, 2005-08-15
  203. ------------------------
  204. - fixed bugs, including a critical "arbitrary PHP code execution" bug.
  205. Drupal 4.5.4, 2005-06-29
  206. ------------------------
  207. - fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  208. Drupal 4.5.3, 2005-06-01
  209. ------------------------
  210. - fixed bugs, including a critical input validation bug.
  211. Drupal 4.5.2, 2005-01-15
  212. ------------------------
  213. - fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
  214. Drupal 4.5.1, 2004-12-01
  215. ------------------------
  216. - fixed bugs: no critical bugs were identified.
  217. Drupal 4.5.0, 2004-10-18
  218. ------------------------
  219. - navigation:
  220. * made it possible to add, delete, rename and move menu items.
  221. * introduced tabs and subtabs for local tasks.
  222. * reorganized the navigation menus.
  223. - user management:
  224. * added support for multiple roles per user.
  225. * made it possible to add custom profile fields.
  226. * made it possible to browse user profiles by field.
  227. - node system:
  228. * added support for node-level permissions.
  229. - comment module:
  230. * made it possible to leave contact information without having to register.
  231. - upload module:
  232. * added support for uploading documents (includes images).
  233. - forum module:
  234. * added support for sticky forum topics.
  235. * made it possible to track forum topics.
  236. - syndication:
  237. * added support for RSS ping-notifications of http://technorati.com/.
  238. * refactored the categorization of syndicated news items.
  239. * added an URL alias for 'rss.xml'.
  240. * improved date parsing.
  241. - database backend:
  242. * added support for multiple database connections.
  243. * the PostgreSQL backend does no longer require PEAR.
  244. - theme system:
  245. * changed all GIFs to PNGs.
  246. * reorganised the handling of themes, template engines, templates and styles.
  247. * unified and extended the available theme settings.
  248. * added theme screenshots.
  249. - blocks:
  250. * added 'recent comments' block.
  251. * added 'categories' block.
  252. - blogger API:
  253. * added support for auto-discovery of blogger API via RSD.
  254. - performance:
  255. * added support for sending gzip compressed pages.
  256. * improved performance of the forum module.
  257. - accessibility:
  258. * improved the accessibility of the archive module's calendar.
  259. * improved form handling and error reporting.
  260. * added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
  261. - refactored 403 (forbidden) handling and added support for custom 403 pages.
  262. - documentation:
  263. * added PHPDoc/Doxygen comments.
  264. - filter system:
  265. * added support for using multiple input formats on the site
  266. * expanded the embedded PHP-code feature so it can be used everywhere
  267. * added support for role-dependant filtering, through input formats
  268. - UI translation:
  269. * managing translations is now completely done through the administration interface
  270. * added support for importing/exporting gettext .po files
  271. Drupal 4.4.3, 2005-06-01
  272. ------------------------
  273. - fixed bugs, including a critical input validation bug.
  274. Drupal 4.4.2, 2004-07-04
  275. ------------------------
  276. - fixed bugs: no critical bugs were identified.
  277. Drupal 4.4.1, 2004-05-01
  278. ------------------------
  279. - fixed bugs: no critical bugs were identified.
  280. Drupal 4.4.0, 2004-04-01
  281. ------------------------
  282. - added support for the MetaWeblog API and MovableType extensions.
  283. - added a file API: enables better document management.
  284. - improved the watchdog and search module to log search keys.
  285. - news aggregator:
  286. * added support for conditional GET.
  287. * added OPML feed subscription list.
  288. * added support for , , , , and .
  289. - comment module:
  290. * made it possible to disable the "comment viewing controls".
  291. - performance:
  292. * improved module loading when serving cached pages.
  293. * made it possible to automatically disable modules when under heavy load.
  294. * made it possible to automatically disable blocks when under heavy load.
  295. * improved performance and memory footprint of the locale module.
  296. - theme system:
  297. * made all theme functions start with 'theme_'.
  298. * made all theme functions return their output.
  299. * migrated away from using the BaseTheme class.
  300. * added many new theme functions and refactored existing theme functions.
  301. * added avatar support to 'Xtemplate'.
  302. * replaced theme 'UnConeD' by 'Chameleon'.
  303. * replaced theme 'Marvin' by 'Pushbutton'.
  304. - usability:
  305. * added breadcrumb navigation to all pages.
  306. * made it possible to add context-sensitive help to all pages.
  307. * replaced drop-down menus by radio buttons where appropriate.
  308. * removed the 'magic_quotes_gpc = 0' requirement.
  309. * added a 'book navigation' block.
  310. - accessibility:
  311. * made themes degrade gracefully in absence of CSS.
  312. * grouped form elements using '
    ' and '' tags.
  313. * added '
  314. - refactored 404 (file not found) handling and added support for custom 404 pages.
  315. - improved the filter system to prevent conflicts between filters:
  316. * made it possible to change the order in which filters are applied.
  317. - documentation:
  318. * added PHPDoc/Doxygen comments.
  319. Drupal 4.3.2, 2004-01-01
  320. ------------------------
  321. - fixed bugs: no critical bugs were identified.
  322. Drupal 4.3.1, 2003-12-01
  323. ------------------------
  324. - fixed bugs: no critical bugs were identified.
  325. Drupal 4.3.0, 2003-11-01
  326. ------------------------
  327. - added support for configurable URLs.
  328. - added support for sortable table columns.
  329. - database backend:
  330. * added support for selective database table prefixing.
  331. - performance:
  332. * optimized many SQL queries for speed by converting left joins to inner joins.
  333. - comment module:
  334. * rewrote the comment housekeeping code to be much more efficient and scalable.
  335. * changed the comment module to use the standard pager.
  336. - user module:
  337. * added support for multiple sessions per user.
  338. * added support for anonymous user sessions.
  339. - forum module:
  340. * improved the forum views and the themability thereof.
  341. - book module:
  342. * improved integration of non-book nodes in the book outline.
  343. - usability:
  344. * added support for "mass node operations" to ease repetitive tasks.
  345. * added support for breadcrumb navigation to several modules' user pages.
  346. * integrated the administration pages with the normal user pages.
  347. Drupal 4.2.0, 2003-08-01
  348. ------------------------
  349. - added support for clean URLs.
  350. - added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
  351. - rewrote the RSS/RDF parser:
  352. * it will now use PHP's built-in XML parser to parse news feeds.
  353. - rewrote the administration pages:
  354. * improved the navigational elements and added breadcrumb navigation.
  355. * improved the look and feel.
  356. * added context-sensitive help.
  357. - database backend:
  358. * fixed numerous SQL queries to make Drupal ANSI compliant.
  359. * added MSSQL database scheme.
  360. - search module:
  361. * changed the search module to use implicit AND'ing instead of implicit OR'ing.
  362. - node system:
  363. * replaced the "post content" permission by more fine-grained permissions.
  364. * improved content submission:
  365. + 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.
  366. + added the ability to preview both the short and the full version of your posts.
  367. * extended the node API which allows for better integration.
  368. * added default node settings to control the behavior for promotion, moderation and other options.
  369. - themes:
  370. * replaced theme "Goofy" by "Xtemplate", a template driven theme.
  371. - removed the 'register_globals = on' requirement.
  372. - added better installation instructions.
  373. Drupal 4.1.0, 2003-02-01
  374. ------------------------
  375. - collaboratively revised and expanded the Drupal documentation.
  376. - rewrote comment.module:
  377. * reintroduced comment rating/moderation.
  378. * added support for comment paging.
  379. * performance improvements: improved comment caching, faster SQL queries, etc.
  380. - rewrote block.module:
  381. * performance improvements: blocks are no longer rendered when not displayed.
  382. - rewrote forum.module:
  383. * 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.
  384. - rewrote statistics.module:
  385. * collects access counts for each node, referrer logs, number of users/guests.
  386. * 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.
  387. - added throttle.module:
  388. * auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
  389. - added profile.module:
  390. * enables to extend the user and registration page.
  391. - added pager support to the main page.
  392. - replaced weblogs.module by ping.module:
  393. * added support for normal and RSS notifications of http://blo.gs/.
  394. * added support for RSS ping-notifications of http://weblogs.com/.
  395. - removed the rating module
  396. - themes:
  397. * removed a significant portion of hard-coded mark-up.
  398. Drupal 4.0.0, 2002-06-15
  399. ------------------------
  400. - added tracker.module:
  401. * replaces the previous "your [site]" links (recent comments and nodes).
  402. - added weblogs.module:
  403. * this will ping weblogs.com when new content is promoted.
  404. - added taxonomy module which replaces the meta module.
  405. * supports relations, hierarchies and synonyms.
  406. - added a caching system:
  407. * speeds up pages for anonymous users and reduces system load.
  408. - added support for external SMTP libraries.
  409. - added an archive extension to the calendar.
  410. - added support for the Blogger API.
  411. - themes:
  412. * cleaned up the theme system.
  413. * moved themes that are not maintained to contributions CVS repository.
  414. - database backend:
  415. * changed to PEAR database abstraction layer.
  416. * using ANSI SQL queries to be more portable.
  417. - rewrote the user system:
  418. * added support for Drupal authentication through XML-RPC and through a Jabber server.
  419. * added support for modules to add more user data.
  420. * users may delete their own account.
  421. * added who's new and who's online blocks.
  422. - changed block system:
  423. * various hard coded blocks are now dynamic.
  424. * blocks can now be enabled and/or be set by the user.
  425. * blocks can be set to only show up on some pages.
  426. * merged box module with block module.
  427. - node system:
  428. * blogs can be updated.
  429. * teasers (abstracts) on all node types.
  430. * improved error checking.
  431. * content versioning support.
  432. * usability improvements.
  433. - improved book module to support text, HTML and PHP pages.
  434. - improved comment module to mark new comments.
  435. - added a general outliner which will let any node type be linked to a book.
  436. - added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
  437. - search module:
  438. * improved the search system by making it context sensitive.
  439. * added indexing.
  440. - various updates:
  441. * changed output to valid XHTML.
  442. * improved multiple sites using the same Drupal database support.
  443. * added support for session IDs in URLs instead of cookies.
  444. * made the type of content on the front page configurable.
  445. * made each cloud site have its own settings.
  446. * modules and themes can now be enabled/disabled using the administration pages.
  447. * added URL abstraction for links.
  448. * usability changes (renamed links, better UI, etc).
  449. - collaboratively revised and expanded the Drupal documentation.
  450. Drupal 3.0.1, 2001-10-15
  451. ------------------------
  452. - various updates:
  453. * added missing translations
  454. * updated the themes: tidied up some HTML code and added new Drupal logos.
  455. Drupal 3.0.0, 2001-09-15
  456. ------------------------
  457. - major overhaul of the entire underlying design:
  458. * 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.
  459. - rewrote submission/moderation queue and renamed it to queue.module.
  460. - removed FAQ and documentation module and merged them into a "book module".
  461. - removed ban module and integrated it into account.module as "access control":
  462. * access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
  463. - rewrote watchdog and submission throttle:
  464. * improved watchdog messages and added watchdog filter.
  465. - rewrote headline code and renamed it to import.module and export.module:
  466. * added various improvements, including a better parser, bundles and better control over individual feeds.
  467. - rewrote section code and renamed it to meta.module:
  468. * supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
  469. - rewrote configuration file resolving:
  470. * 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.
  471. - added caching support which makes Drupal extremely scalable.
  472. - added access.module:
  473. * allows you to setup 'roles' (groups) and to bind a set of permissions to each group.
  474. - added blog.module.
  475. - added poll.module.
  476. - added system.module:
  477. * moved most of the configuration options from hostname.conf to the new administration section.
  478. * added support for custom "filters".
  479. - added statistics.module
  480. - added moderate.module:
  481. * allows to assign users editorial/moderator rights to certain nodes or topics.
  482. - added page.module:
  483. * allows creation of static (and dynamic) pages through the administration interface.
  484. - added help.module:
  485. * groups all available module documentation on a single page.
  486. - added forum.module:
  487. * added an integrated forum.
  488. - added cvs.module and cvs-to-sql.pl:
  489. * allows to display and mail CVS log messages as daily digests.
  490. - added book.module:
  491. * allows collaborative handbook writing: primary used for Drupal documentation.
  492. - removed cron.module and integrated it into conf.module.
  493. - removed module.module as it was no longer needed.
  494. - various updates:
  495. * added "auto-post new submissions" feature versus "moderate new submissions".
  496. * introduced links/Drupal tags: [[link]]
  497. * added preview functionality when submitting new content (such as a story) from the administration pages.
  498. * made the administration section only show those links a user has access to.
  499. * made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
  500. * improved scheduler:
  501. + content can be scheduled to be 'posted', 'queued' and 'hidden'.
  502. * improved account module:
  503. + added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
  504. * improved locale module:
  505. + added new overview to easy the translation process.
  506. * improved comment module:
  507. + made it possible to permanently delete comments.
  508. * improved rating module
  509. * improved story module:
  510. + added preview functionality for administrators.
  511. + made it possible to permanently delete stories.
  512. * improved themes:
  513. + W3C validation on a best effort basis.
  514. + removed $theme->control() from themes.
  515. + added theme "goofy".
  516. - collaboratively revised and expanded the Drupal documentation.
  517. Drupal 2.0.0, 2001-03-15
  518. ------------------------
  519. - rewrote the comment/discussion code:
  520. * comment navigation should be less confusing now.
  521. * additional/alternative display and order methods have been added.
  522. * modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
  523. - added sections and section manager:
  524. * story sections can be maintained from the administration pages.
  525. * 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.
  526. - multiple vhosts + multiple directories:
  527. * you can setup multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
  528. - added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
  529. * all rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
  530. - added "search infrastructure":
  531. * improved search page and integrated search functionality in the administration pages.
  532. - added translation / localization / internationalization support:
  533. * 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 setup a multi-lingual website or to overwrite the default English text in English.
  534. - added fine-grained user permission (or group) system:
  535. * 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.
  536. - added FAQ module
  537. - changed the "open submission queue" into a (optional) module.
  538. - various updates:
  539. * improved account module:
  540. + user accounts can be deleted.
  541. + added fine-grained permission support.
  542. * improved block module
  543. * improved diary module:
  544. + diary entries can be deleted
  545. * improved headline module:
  546. + improved parser to support more "generic" RDF/RSS/XML backend.
  547. * improved module module
  548. * improved watchdog module
  549. * improved database abstraction layer
  550. * improved themes:
  551. + W3C validation on a best effort basis
  552. + added theme "example" (alias "Stone Age")
  553. * added new scripts to directory "scripts"
  554. * added directory "misc"
  555. * added CREDITS file
  556. - revised documentation
  557. Drupal 1.0.0, 2001-01-15
  558. ------------------------
  559. - initial release