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

data model with data management in code

Hi,

Please bear with me.

I came across this nice tool to generate visual data models (using Graphvis) and other info:
http://schemaspy.sourceforge.net/

Poll results page shows duplicate menu tabs

I am using 4.6.5 with PHP 5 and I noticed that when you view a poll node and click on the results tab
then the menu tabs are displayed twice:

?q=node/nid/results (where nid is a poll node)

It doesn't happen in the view tab when using links displayed (which points to ?q=node/nid) but when typed manually ?q=node/nid/view has the same problem.

I wonder if it is related to this issue and patch:

http://drupal.org/node/8783

Anybody else experiencing this? Any advice how to solve it?

$seqid PHP Template variables available or working in 4.7 ?

$seqid isn't set anymore in my phptemplate (Testing with 4.7 Beta3). Is there a replacement, do I need to make a hack, or does this need to switch to a bug report?

Adding token based web service authentication to core

Hi,

I'm building a new website in Drupal and there are some administrative web services that I would like to make available to middleware together a legacy system. I did some research into Drupal's XMLRPC system and figured that token based authentication in the core would be useful.

This is what I have sketched out on a napkin:

Scenario:
Client wants to create some new data in the system. This is the process:

1. Client requests a service token, sends username/password of a Drupal user
2. Drupal loads the $user matching the crudentials
- creates a random alphanumeric token to send back to the user
- serializes, and caches the $user object, key = md5(token + ip address of client)
- sends the token back to the client
3. Client makes an RPC call to say: module.createListing($token,$arg1,$arg2,...)
4. In createListing(...)
-- Checks the token, if valid does it's thing, otherwise, returns an error message.

I think it would take a fairly small amount of code to accomplish the above. I haven't given a lot of thought about Drupal's external authentication system though. I'm not too familiar with it, but maybe somebody can fill me it. For this system I may write my own version of user_authenticate() without the variable_get('user_register',1) in it so some malicous person doesn't create an unlimited number of random users in the system.

Any thoughts or previous work on this?

New Users aren't recieving confirmation E-Mail

Greetings,

Everything is working fine except for the new user registrations. They arent recieving e-mail confirmations. I just installed drupal earlier today and its never worked.

Once a user registers, the site simply sais "Your password and further instructions have been sent to your e-mail address."

But no E-Mail comes, theres no error message or anything.

Can anyone recommend a PHP editor for Linux?

Can anyone recommend a good PHP editor for Linux?

Ideally I'm looking for something with code highlighting, can open multiple documents, and can works with Drupal's CVS server.

I've tried to install PHPEclipse into Eclipse, but so far no go. Is that worth using? Or is there something better?

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core