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

No database upgrades with 4.4.1?

Hi guys,

I just upgraded an installation to DRUPAL-4-4-1. Has the proper version of database/updates.inc been tagged for that release? I'm asking because latest update is from february, and I see a handful of upgrades have been added since DRUPAL-4-4-0 - maybe they're just for HEAD?

PostgreSQL and (case sensitivity of) user names

I can't believe that I'm the only one seeing this problem... but am not seeing anyone else mention it.

I'm running Drupal 4.4.1 on PostgreSQL. I have a user account 'Roderik'... and cannot log in with user name 'roderik'. I.e. the user.name field is compared in a case-sensitive fashion.

Is this normal? Or don't other people have this, because there's some setting on the user table / database that I'm missing?

Suggestion re. trimming

Would like a '(...)' or suchlike to be - optionally - inserted at the end of the trimmed text. Even better a 'more>>' - hyperlinking to the full post. Suppose one could just hack the node.module, or...

Thanks in advance, anyone. :-J

bug/warning: 4.4.1 accounts menu

when i click on a user under "accounts" >> "some user" i get the following warning:

warning: Invalid argument supplied for foreach() in d:\apache group\apache\htdocs\drupal\modules\user.module on line 1125.

didnt get this in 4.4.0.

cheers
n.

drupal_set_message and drupal_goto

Is it possible to display a message on a page that you are redirected to?

I would like to do something like this:

  drupal_set_message("Thank you for rating this node.");
  drupal_goto("node/view/" . $node->nid);

... except the drupal_goto seems to 'flush' the drupal_message call, and the user never sees the message.

Am I going about this the right way?

Ta,
mabster

Technical discussion on Drupal themeing.

This is the follow up to Open discussion on Drupal's themeing capabilities and templating engines., and is more technical in nature than the previous article. This article intends to go into depth about the nature of the current system, and what possible improvements could be made in the future.

It will attempt to refer to as much actual code as possible, so much so that I am starting to wonder wether it would not have been faster for me to just write the code and get it done with, however.. I also feel that it is important that contributing designers have a reference point for the nature of these changes, hence this discussion.

I am only indexing the current Drupal 4.4.0 contributed themes, as they are the only ones which would be able to support all the drupal features. Unsupported themes that should be indexed additionally should please be mentioned in the following discussion.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core