See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Upload module bug

Upload module (latest CVS version) seem to have the following bug:

Contributing a new image include file

GoodStorm has some image related code we'd like to contribute back to the community, including an image toolkit based on the ImageMagick PHP extension. Is there a place to contribute include files on cvs.drupal.org?

"create content" can't be expanded in menu

4.7beta6 -- "create content" can't be expanded in menu

Different authentication mechanism

Hi everyone,

I wanted to know if there's a way to modify the authentication mechanism of drupal without hacking the user.module code.

This is what I want to do:

For some roles, I want them to enter just user and password. For other roles, I want them to enter username, password and a verification code.

I think I would need to develop some sort of plugin for the authentication framework, but I don't know how to do it, or if it is possible.

Thanks a bunch for reading this.

php code seems to be executed twice

Hi everybody,

I don't know if this issue is 'an issue', but it seems that php code that I'm using in a page (input format php code) is executed twice. Drupal: 4.6.5.

Example to test:


$admin = "info@admin.com";
$subj = "contact..."; 
$cont = "test content body mail";
$email = "info@admin.com"; 

mail($admin, $ubj, $cont, "From: $email");

print '<p>Mail ok</p>'; 

and when I load the page, I recieve two emails.

Can anybody help me with this?

TIA,
Bart

4.7.0-beta-6 menus

I grabbed a copy of the beta-6 release and ran into a weird problem with menus. I'm not sure when this first popped up during testing but after a time, menu items were being displayed in triplicate. Only the 'create account' and 'my account' entries are displayed correctly (i.e., only once). The duplicate entries do work and take you to the correct place. Also, expanding the 'administer' menu results in all the sub-menu items being displayed in triplicate as well.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core