Skip to content
CHANGELOG.txt 15 KiB
Newer Older
Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 4.4.1, 2004-05-01
------------------------

- fixed bugs: no critical bugs were identified.


Dries Buytaert's avatar
Dries Buytaert committed
Drupal 4.4.0, 2004-04-01
------------------------
Dries Buytaert's avatar
 
Dries Buytaert committed

- added support for the MetaWeblog API and MovableType extensions.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added a file API: enables better document management.
Dries Buytaert's avatar
 
Dries Buytaert committed
- improved the watchdog and search module to log search keys.
Dries Buytaert's avatar
 
Dries Buytaert committed
- news aggregator:
    * added support for conditional GET.
    * added OPML feed subscription list.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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".
Dries Buytaert's avatar
 
Dries Buytaert committed
- performance:
    * improved module loading when serving cached pages.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * made it possible to automatically disable modules when under heavy load.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * made it possible to automatically disable blocks when under heavy load.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved performance and memory footprint of the locale module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added avatar support to 'Xtemplate'.
    * replaced theme 'UnConeD' by 'Chameleon'.
Dries Buytaert's avatar
Dries Buytaert committed
    * replaced theme 'Marvin' by 'Pushbutton'.
Dries Buytaert's avatar
 
Dries Buytaert committed
- usability:
    * added breadcrumb navigation to all pages.
    * made it possible to add context-sensitive help to all pages.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * replaced drop-down menus by radio buttons where appropriate.
    * removed the 'magic_quotes_gpc = 0' requirement.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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 to support custom 404 pages.
Dries Buytaert's avatar
 
Dries Buytaert committed
- documentation:
    * added PHPDoc/Doxygen comments.
- improved the filter system to prevent conflicts between filters:
    * made it possible to change the order in which filters are applied.
Dries Buytaert's avatar
 
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 4.3.2, 2004-01-01
------------------------

- fixed bugs: no critical bugs were identified.


Dries Buytaert's avatar
Dries Buytaert committed
Drupal 4.3.1, 2003-12-01
------------------------

- fixed bugs: no critical bugs were identified.

Dries Buytaert's avatar
 
Dries Buytaert committed

Kjartan Mannes's avatar
Kjartan Mannes committed
Drupal 4.3.0, 2003-11-01
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------

Dries Buytaert's avatar
 
Dries Buytaert committed
- added support for configurable URLs.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added support for sortable table columns.
Dries Buytaert's avatar
 
Dries Buytaert committed
- database backend:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added support for selective database table prefixing.
Dries Buytaert's avatar
 
Dries Buytaert committed
- performance:
    * optimized many SQL queries for speed by converting left joins to inner joins.
Dries Buytaert's avatar
Dries Buytaert committed
- comment module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * rewrote the comment housekeeping code to be much more efficient and scalable.
    * changed the comment module to use the standard pager.
Dries Buytaert's avatar
 
Dries Buytaert committed
- user module:
    * added support for multiple sessions per user.
    * added support for anonymous user sessions.
Dries Buytaert's avatar
 
Dries Buytaert committed
- forum module:
    * improved the forum views and the themability thereof.
Dries Buytaert's avatar
 
Dries Buytaert committed
- book module:
    * improved integration of non-book nodes in the book outline.
Dries Buytaert's avatar
 
Dries Buytaert committed
- usability:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 4.2.0, 2003-08-01
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------

Dries Buytaert's avatar
 
Dries Buytaert committed
- added support for clean URLs.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote the RSS/RDF parser:
    * it will now use PHP's built-in XML parser to parse news feeds.
- rewrote the administration pages:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved the navigational elements and added breadcrumb navigation.
    * improved the look and feel.
    * added context-sensitive help.
Dries Buytaert's avatar
 
Dries Buytaert committed
- database backend:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * fixed numerous SQL queries to make Drupal ANSI compliant.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added MSSQL database scheme.
Dries Buytaert's avatar
 
Dries Buytaert committed
- search module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * changed the search module to use implicit AND'ing instead of implicit OR'ing.
Dries Buytaert's avatar
 
Dries Buytaert committed
- node system:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * replaced the "post content" permission by more fine-grained permissions.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved content submission:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
        + added the ability to preview both the short and the full version of your posts.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * extended the node API which allows for better integration.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added default node settings to control the behavior for promotion, moderation and other options.
Dries Buytaert's avatar
Dries Buytaert committed
- themes:
    * replaced theme "Goofy" by "Xtemplate", a template driven theme.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed the 'register_globals = on' requirement.
- added better installation instructions.
Dries Buytaert's avatar
Dries Buytaert committed
Drupal 4.1.0, 2003-02-01
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------

- 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/.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed the rating module
Dries Buytaert's avatar
 
Dries Buytaert committed
- themes:
    * removed a significant portion of hard-coded mark-up.

Drupal 4.0.0, 2002-06-15
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------
Kjartan Mannes's avatar
Kjartan Mannes committed
- added tracker.module:
    * replaces the previous "your [site]" links (recent comments and nodes).
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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.
Dries Buytaert's avatar
Dries Buytaert committed
- added support for the Blogger API.
Kjartan Mannes's avatar
Kjartan Mannes committed
- themes:
    * cleaned up the theme system.
    * moved themes that are not maintained to contributions CVS repository.
Dries Buytaert's avatar
 
Dries Buytaert committed
- database backend:
Kjartan Mannes's avatar
Kjartan Mannes committed
    * changed to PEAR database abstraction layer.
    * using ANSI SQL queries to be more portable.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote the user system:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- node system:
Kjartan Mannes's avatar
Kjartan Mannes committed
    * fixed node retrieval based on titles.
    * blogs can be updated.
    * teasers (abstracts) on all node types.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved error checking.
    * usability improvements.
    * content versioning support.
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- search module:
    * improved the search system by making it context sensitive.
    * added indexing.
- various updates:
    * changed output to valid XHTML.
Kjartan Mannes's avatar
Kjartan Mannes committed
    * improved multiple sites using the same Drupal database support.
    * added support for session IDs in URLs instead of cookies.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * made the type of content on the front page configurable.
    * made each cloud site have its own settings.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * modules and themes can now be enabled/disabled using the administration pages.
    * added URL abstraction for links.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * usability changes (renamed links, better UI, etc).
- collaboratively revised and expanded the Drupal documentation.
Dries Buytaert's avatar
 
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 3.0.1, 2001-10-15
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------
- various updates:
    * added missing translations
    * updated the themes: tidied up some HTML code and added new Drupal logos.

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 3.0.0, 2001-09-15
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------
Dries Buytaert's avatar
 
Dries Buytaert committed
- major overhaul of the entire underlying design:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote submission/moderation queue and renamed it to queue.module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed FAQ and documentation module and merged them into a "book module".
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed ban module and integrated it into account.module as "access control":
Dries Buytaert's avatar
 
Dries Buytaert committed
    * access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote watchdog and submission throttle:
    * improved watchdog messages and added watchdog filter.
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote section code and renamed it to meta.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * supports unlimited amount of nested topics.  Topics can be nested to create a multi-level hierarchy.
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote configuration file resolving:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added caching support which makes Drupal extremely scalable.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added access.module:
    * allows you to setup 'roles' (groups) and to bind a set of permissions to each group.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added blog.module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added poll.module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added system.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * moved most of the configuration options from hostname.conf to the new administration section.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added support for custom "filters".
Dries Buytaert's avatar
 
Dries Buytaert committed
- added statistics.module
Dries Buytaert's avatar
 
Dries Buytaert committed
- added moderate.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * allows to assign users editorial/moderator rights to certain nodes or topics.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added page.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * allows creation of static (and dynamic) pages through the administration interface.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added help.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * groups all available module documentation on a single page.
- added forum.module:
    * added an integrated forum.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added cvs.module and cvs-to-sql.pl:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * allows to display and mail CVS log messages as daily digests.
- added book.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * allows collaborative handbook writing: primary used for Drupal documentation.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed cron.module and integrated it into conf.module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed module.module as it was no longer needed.
Dries Buytaert's avatar
 
Dries Buytaert committed
- various updates:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added "auto-post new submissions" feature versus "moderate new submissions".
Dries Buytaert's avatar
 
Dries Buytaert committed
    * introduced links/Drupal tags: [[link]]
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved scheduler:
        + content can be scheduled to be 'posted', 'queued' and 'hidden'.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved account module:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved locale module:
        + added new overview to easy the translation process.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved comment module:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + made it possible to permanently delete comments.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved rating module
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved story module:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + added preview functionality for administrators.
        + made it possible to permanently delete stories.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved themes:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + W3C validation on a best effort basis.
        + removed $theme->control() from themes.
        + added theme "goofy".
Dries Buytaert's avatar
 
Dries Buytaert committed
- collaboratively revised and expanded the Drupal documentation.
Dries Buytaert's avatar
 
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 2.0.0, 2001-03-15
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------
Dries Buytaert's avatar
Dries Buytaert committed
- rewrote the comment/discussion code:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added sections and section manager:
Dries Buytaert's avatar
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
Dries Buytaert committed
- multiple vhosts + multiple directories:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * you can setup multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
Dries Buytaert's avatar
 
Dries Buytaert committed
- added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * all rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
- added "search infrastructure":
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved search page and integrated search functionality in the administration pages.
- added translation / localization / internationalization support:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * 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.
Dries Buytaert's avatar
 
Dries Buytaert committed
- 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
Dries Buytaert's avatar
 
Dries Buytaert committed
- changed the "open submission queue" into a (optional) module.
Dries Buytaert's avatar
Dries Buytaert committed
- various updates:
    * improved account module:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + user accounts can be deleted.
        + added fine-grained permission support.
    * improved block module
    * improved diary module:
        + diary entries can be deleted
    * improved headline module:
Dries Buytaert's avatar
 
Dries Buytaert committed
        + improved parser to support more "generic" RDF/RSS/XML backend.
    * improved module module
    * improved watchdog module
Dries Buytaert's avatar
 
Dries Buytaert committed
    * improved database abstraction layer
    * improved themes:
        + W3C validation on a best effort basis
        + added theme "example" (alias "Stone Age")
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added new scripts to directory "scripts"
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added directory "misc"
    * added CREDITS file
Dries Buytaert's avatar
 
Dries Buytaert committed
- revised documentation
Dries Buytaert's avatar
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal 1.0.0, 2001-01-15
Dries Buytaert's avatar
 
Dries Buytaert committed
------------------------
Dries Buytaert's avatar
 
Dries Buytaert committed
- initial release