Skip to content
CHANGELOG 5.37 KiB
Newer Older
Dries Buytaert's avatar
 
Dries Buytaert committed
drupal x.xx, xx/xx/xxxx (CVS, unstable)
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
Dries Buytaert's avatar
 
Dries Buytaert committed
- rewrote section code and renamed it to structure.module:
Dries Buytaert's avatar
 
Dries Buytaert committed
    * supports both "categories" and "topics" (cfr. Scoop, SlashCode).  Topics can be nested to create a multi-level hierarchy.
Dries Buytaert's avatar
 
Dries Buytaert committed
    * added "auto-post new submissions" feature versus "moderate new submissions".
Dries Buytaert's avatar
 
Dries Buytaert committed
- added settings.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 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:
    * allows collaborative handbook writing: primary used for drupal documentation.
Dries Buytaert's avatar
 
Dries Buytaert committed
- removed cron.module and integrated it into settings.module.
Dries Buytaert's avatar
 
Dries Buytaert committed
- various updates:
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 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 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".
- collaboratively revised and expanded the drupal documentation.
Dries Buytaert's avatar
 
Dries Buytaert committed

Dries Buytaert's avatar
 
Dries Buytaert committed
drupal 2.00, 15/03/2001
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:
    * 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
Dries Buytaert's avatar
 
Dries Buytaert committed
        + added theme "example" (alas "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

drupal 1.00, 15/01/2001
-----------------------
Dries Buytaert's avatar
 
Dries Buytaert committed
- initial release