-
- Downloads
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.
parent
deaf0271
No related branches found
No related tags found
Showing
- modules/drupal.module 47 additions, 0 deletionsmodules/drupal.module
- modules/drupal/drupal.module 47 additions, 0 deletionsmodules/drupal/drupal.module
- modules/jabber.module 161 additions, 0 deletionsmodules/jabber.module
- modules/user.module 375 additions, 235 deletionsmodules/user.module
- modules/user/user.module 375 additions, 235 deletionsmodules/user/user.module
- updates/3.00-to-x.xx.mysql 19 additions, 15 deletionsupdates/3.00-to-x.xx.mysql
modules/drupal.module
0 → 100644
modules/drupal/drupal.module
0 → 100644
modules/jabber.module
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment