Skip to content
Snippets Groups Projects
CHANGELOG 11.1 KiB
Newer Older
Dries Buytaert's avatar
 
Dries Buytaert committed
Drupal x.x.x, xxxx-xx-xx (to be released)
------------------------

Dries Buytaert's avatar
 
Dries Buytaert committed
- reorganized the administration pages
- search module:
    * changed the search module to use implicit AND'ing instead of implicit OR'ing.
Dries Buytaert's avatar
 
Dries Buytaert committed
- node system improvements:
    * 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 bother with teasers when the post is too short for a teaser.
        + added the ability to preview both the short and the full version of your posts.
Dries Buytaert's avatar
Dries Buytaert committed
- themes:
    * replaced theme "Goofy" by "Xtemplate", a template driven theme.
    
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.
- added blogger API support.
Kjartan Mannes's avatar
Kjartan Mannes committed
- themes:
    * cleaned up the theme system.
    * moved themes that are not maintained to contributions CVS repository.
- database abstraction:
    * 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 improvements:
Kjartan Mannes's avatar
Kjartan Mannes committed
    * fixed node retrieval based on titles.
    * blogs can be updated.
    * teasers (abstracts) on all node types.
    * improved error checking and usability changes.
    * 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:
    * supports unlimeted 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:
    * Drupal tries to locate a configuration file that matches your domainname 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