drupal/modules
Dries Buytaert e42d97b5ce User module and DA modules:
+ Updated the documentation to use a Jabber or Drupal IDs instead of
    Deplhi IDs (as delphi.module won't be part of the default distro).
    Drupal and Jabber authentication make a better example.

  + added missing localization / t() functions in
    user_validate_authmaps()

  + applied coding convention:
      * fixed indentation
      * removed "EOF"; and <<EOFs from user module
      * changed some HTML into XHTML: use small letters, quote
        attributes
      * quoted some array indices: $edit[foo] --> $edit["foo"]

  + removed some useless sprintf()'s

  + removed hard-coded references to drop.org.

  + I don't think the authentication methods should /know/ there help
    link.  Instead, the user module should now where to find the help
    (it does by knowing the hook to look for), and it is the user
    module that should take care of exporting the help to the preferred
    location:
      * removed the "link" field from the $info field in drupal_info
        and jabber_info; it wasn't used anyway?

  + removed the "maintainer" and "maintaineremail" from the auth
    modules; we don't keep this info in the other modules either so
    I don't see a reason to do so here.
2001-11-14 20:30:08 +00:00
..
aggregator - Another batch of updates/improvements: 2001-11-01 17:04:20 +00:00
block - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
blog - A couple of new node updates 2001-11-12 22:17:52 +00:00
book - A couple of new node updates 2001-11-12 22:17:52 +00:00
comment - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
drupal User module and DA modules: 2001-11-14 20:30:08 +00:00
forum - A couple of new node updates 2001-11-12 22:17:52 +00:00
help - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
locale - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
node - A couple of new node updates 2001-11-12 22:17:52 +00:00
page - A couple of new node updates 2001-11-12 22:17:52 +00:00
poll - node system: 2001-11-07 18:14:46 +00:00
search - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
statistics - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
story - A couple of new node updates 2001-11-12 22:17:52 +00:00
system - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
tracker - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
user User module and DA modules: 2001-11-14 20:30:08 +00:00
watchdog - XHTML-ified the HTML code: it passes the ./scipts/code-style.pl test 2001-11-11 23:24:26 +00:00
aggregator.module - Another batch of updates/improvements: 2001-11-01 17:04:20 +00:00
block.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
blog.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
book.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
box.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
calendar.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
cloud.module - Added error handling support to the <node>_form hook. 2001-11-01 22:54:16 +00:00
comment.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
cvs.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
drupal.module User module and DA modules: 2001-11-14 20:30:08 +00:00
forum.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
help.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
import.module - Another batch of updates/improvements: 2001-11-01 17:04:20 +00:00
jabber.module User module and DA modules: 2001-11-14 20:30:08 +00:00
locale.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
meta.module Changed the description for the types field when adding a collection. Instead of an example list, it shows an actual list of the available nodetypes. 2001-11-10 01:43:34 +00:00
node.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
page.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
poll.module - node system: 2001-11-07 18:14:46 +00:00
queue.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
rating.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
search.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
statistics.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
story.module - A couple of new node updates 2001-11-12 22:17:52 +00:00
system.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
tracker.module - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
user.module User module and DA modules: 2001-11-14 20:30:08 +00:00
watchdog.module - XHTML-ified the HTML code: it passes the ./scipts/code-style.pl test 2001-11-11 23:24:26 +00:00
weblogs.module - weblogs.module: 2001-10-31 21:31:20 +00:00