2001-10-23 20:47:54 +00:00
drupal x.x.x, xx/xx/xxxx
------------------------
2001-10-20 19:15:12 +00:00
- added tracker.module:
* replaces the previous "your [site]" links.
- added weblogs.module.
- themes:
* cleaned up the theme system.
* moved themes that are not maintained to contributions CVS repository.
* added theme Trillian.
- database abstraction:
* changed to PEAR database abstraction layer.
* using ANSI SQL queries to be more portable.
2001-09-16 14:05:10 +00:00
- rewrote the user system:
2001-10-23 20:47:54 +00:00
* added support for Drupal authentication through XML-RPC and through a Jabber server.
2001-09-16 14:05:10 +00:00
- various updates:
* improved the search system by making it context sensitive.
2001-10-20 19:15:12 +00:00
* fixed node retrieval based on titles.
* improved multiple sites using the same Drupal database support.
* added support for session ids in URLs instead of cookies.
* made front page a configuration setting.
2001-09-24 18:46:07 +00:00
2001-10-23 20:47:54 +00:00
drupal 3.0.1, 15/10/2001
------------------------
- various updates:
* added missing translations
* updated the themes: tidied up some HTML code and added new Drupal logos.
drupal 3.0.0, 15/09/2001
------------------------
2001-03-29 19:50:31 +00:00
- major overhaul of the entire underlying design:
2001-04-02 15:54:37 +00:00
* 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.
2001-05-13 13:38:15 +00:00
- rewrote submission/moderation queue and renamed it to queue.module.
2001-05-13 16:32:50 +00:00
- removed FAQ and documentation module and merged them into a "book module".
2001-05-12 21:48:32 +00:00
- removed ban module and integrated it into account.module as "access control":
2001-04-02 15:54:37 +00:00
* access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
2001-06-15 11:04:59 +00:00
- rewrote watchdog and submission throttle:
* improved watchdog messages and added watchdog filter.
2001-06-06 20:58:11 +00:00
- 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.
2001-07-07 07:34:02 +00:00
- 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.
2001-06-15 07:30:44 +00:00
- 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.
2001-06-30 22:32:06 +00:00
- added caching support which makes Drupal extremely scalable.
2001-06-24 15:58:14 +00:00
- added access.module:
* allows you to setup 'roles' (groups) and to bind a set of permissions to each group.
2001-09-09 16:28:16 +00:00
- added blog.module.
2001-06-06 20:58:11 +00:00
- added poll.module.
2001-06-24 15:58:14 +00:00
- added system.module:
2001-05-13 13:38:15 +00:00
* moved most of the configuration options from hostname.conf to the new administration section.
2001-06-06 20:58:11 +00:00
* added support for custom "filters".
2001-06-24 15:58:14 +00:00
- added statistics.module
2001-05-12 21:48:32 +00:00
- added moderate.module:
2001-05-13 13:38:15 +00:00
* allows to assign users editorial/moderator rights to certain nodes or topics.
2001-04-12 20:29:06 +00:00
- added page.module:
2001-05-13 13:38:15 +00:00
* allows creation of static (and dynamic) pages through the administration interface.
2001-04-30 17:13:08 +00:00
- added help.module:
2001-05-13 13:38:15 +00:00
* groups all available module documentation on a single page.
- added forum.module:
* added an integrated forum.
2001-04-30 17:13:08 +00:00
- added cvs.module and cvs-to-sql.pl:
2001-05-13 13:38:15 +00:00
* allows to display and mail CVS log messages as daily digests.
- added book.module:
* allows collaborative handbook writing: primary used for drupal documentation.
2001-05-24 08:53:07 +00:00
- removed cron.module and integrated it into conf.module.
2001-06-24 15:58:14 +00:00
- removed module.module as it was no longer needed.
2001-03-25 10:57:01 +00:00
- various updates:
2001-07-07 07:34:02 +00:00
* added "auto-post new submissions" feature versus "moderate new submissions".
2001-04-30 17:13:08 +00:00
* introduced links/drupal tags: [[link]]
2001-03-25 10:57:01 +00:00
* 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.
2001-04-30 17:13:08 +00:00
* made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
2001-06-06 20:58:11 +00:00
* improved scheduler:
+ content can be scheduled to be 'posted', 'queued' and 'hidden'.
2001-04-02 15:54:37 +00:00
* improved account module:
2001-05-13 13:38:15 +00:00
+ added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
2001-07-07 07:34:02 +00:00
* improved locale module:
+ added new overview to easy the translation process.
2001-04-30 17:13:08 +00:00
* improved comment module:
2001-05-13 13:38:15 +00:00
+ made it possible to permanently delete comments.
2001-04-04 21:09:24 +00:00
* improved rating module
2001-03-29 19:50:31 +00:00
* improved story module:
2001-05-13 13:38:15 +00:00
+ added preview functionality for administrators.
+ made it possible to permanently delete stories.
2001-03-29 19:50:31 +00:00
* improved themes:
2001-05-13 13:38:15 +00:00
+ W3C validation on a best effort basis.
+ removed $theme->control() from themes.
+ added theme "goofy".
- collaboratively revised and expanded the drupal documentation.
2001-03-25 10:57:01 +00:00
2001-10-23 20:47:54 +00:00
drupal 2.0.0, 15/03/2001
------------------------
2001-02-10 14:36:49 +00:00
- rewrote the comment/discussion code:
2001-05-13 14:53:20 +00:00
* comment navigation should be less confusing now.
2001-03-14 20:45:39 +00:00
* 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.
2001-03-03 15:31:51 +00:00
- added sections and section manager:
2001-02-10 14:36:49 +00:00
* story sections can be maintained from the administration pages.
2001-03-14 20:45:39 +00:00
* 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.
2001-02-10 14:36:49 +00:00
- multiple vhosts + multiple directories:
2001-05-13 14:53:20 +00:00
* you can setup multiple drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2001-04-19 18:53:39 +00:00
- added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2001-03-03 15:31:51 +00:00
* all rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
- added "search infrastructure":
2001-02-17 15:38:37 +00:00
* improved search page and integrated search functionality in the administration pages.
2001-02-23 15:40:14 +00:00
- added translation / localization / internationalization support:
2001-03-14 20:45:39 +00:00
* 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.
2001-03-03 15:31:51 +00:00
- 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
2001-05-13 14:53:20 +00:00
- changed the "open submission queue" into a (optional) module.
2001-02-10 14:36:49 +00:00
- various updates:
2001-02-23 22:05:01 +00:00
* improved account module:
2001-05-13 14:53:20 +00:00
+ user accounts can be deleted.
+ added fine-grained permission support.
2001-02-23 15:40:14 +00:00
* improved block module
2001-02-23 22:05:01 +00:00
* improved diary module:
2001-03-14 20:45:39 +00:00
+ diary entries can be deleted
2001-02-23 22:05:01 +00:00
* improved headline module:
2001-05-13 14:53:20 +00:00
+ improved parser to support more "generic" RDF/RSS/XML backend.
2001-02-23 15:40:14 +00:00
* improved module module
2001-02-23 22:05:01 +00:00
* improved watchdog module
2001-03-04 12:06:13 +00:00
* improved database abstraction layer
2001-03-14 20:45:39 +00:00
* improved themes:
+ W3C validation on a best effort basis
2001-04-02 15:54:37 +00:00
+ added theme "example" (alas "Stone Age")
2001-03-03 15:31:51 +00:00
* added new scripts to directory "scripts"
2001-04-02 15:54:37 +00:00
* added directory "misc"
* added CREDITS file
2001-02-17 15:38:37 +00:00
- revised documentation
2001-02-10 14:36:49 +00:00
2001-10-23 20:47:54 +00:00
drupal 1.0.0, 15/01/2001
------------------------
2001-02-17 15:38:37 +00:00
- initial release