Go to file
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
database - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
includes - changed the PEAR version of db_query() to act similar to the MySQL one. 2001-11-13 10:46:36 +00:00
misc - remamed the logo 2001-11-01 11:50:14 +00:00
modules User module and DA modules: 2001-11-14 20:30:08 +00:00
scripts mail-to-sql.php: 2001-11-07 18:05:02 +00:00
themes - removed trailing whitespaces 2001-11-12 20:15:51 +00:00
updates User module and DA modules: 2001-11-14 20:30:08 +00:00
.htaccess - added the CVS keyword $Id$ to all files to make future version tracking 2001-10-20 18:57:10 +00:00
CHANGELOG - Updated the CHANGELOG; added a few notes about Drupal 3.0.1 2001-10-23 20:47:54 +00:00
INSTALL - small update to the INSTALL file 2001-10-23 20:38:42 +00:00
LICENSE - various updates, bugfixes and improvements 2001-02-04 22:09:38 +00:00
MAINTAINERS - Added the MAINTAINERS file to CVS. 2001-11-14 20:26:34 +00:00
admin.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
cron.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
error.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
favicon.ico I whipped up a favicon to please our IE using users... 2001-01-04 15:21:43 +00:00
index.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
module.php - A large batch of updates, amongst them a rewritten node system. More 2001-11-01 11:00:51 +00:00
node.php - node system: 2001-11-04 15:57:43 +00:00
robots.txt Again, a large batch of updates - I'm twisting things around here: 2000-12-16 08:39:01 +00:00
xmlrpc.php - missed a file in my last large $id$ commit. 2001-10-20 20:45:05 +00:00