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

unserialize() ??????

Hello all

Somebody know this error?

SoC 2007 projects in D6?

Just wondering which of the Google Summer of Code 2007 projects have made it into Drupal 6. For instance i18n SoC efforts have gone into core?

Question about callback mapping

Hi guys gals,

I am learning how Drupal works and everything, and I came across something that I am curious about. If I understand the process of the bootstrap correctly, then EVERY enables module is actually loaded up in the FULL stage. That uses up however much memory it uses. But when Drupal is mapping URLs to functions it executes hook_menu() and builds an array of callback mapping.

Drupal content translations in the core, but not using the existing modules way I hope...

I've just created a topic in the module development section which may also be a little bit of interest to core development. Or at the very least I hope any response in this thread might give me some insight on how internationalization is handled in the new Drupal 6 core. (Or even better that I might have given a new idea that can be used, but I don't think my post is that shocking at all).

Anyway, this is the topic: http://drupal.org/node/158776

Can I sort on Calculated Fields?

Working on an idea, but I need to know if I can sort on a calculated number? For example, assume Drupral ran the Digg site and wanted to sort, not just on descending order of the number of Diggs, but on the number of Diggs times something else, like length of time since article was posted, for example. Can the sorting function of Drupal sort on this calculated result instead of a hard number in a field?

Patching common.inc to handle date conversion

I have some function to convert the Gregorian date to Hijrah(Hijri) date (islamic date and depend on the moon not the sun).

I would like to make the date displayed all the time the two formating, and only stored as Gregorian in the data base (actually it's timestamp)

So what I did, I add my function in a separate inc file and then I patched common.inc to add the Hijrah(Hijri) date beside the Gregorian date.

starting from line 1080 in common.inc

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core