[development] [Drupal7] Efficient to query nodes from multiple terms (CCK)

2011-02-26 Thread Ryan Chan
I am development a module that show a listing of node. Currently, the node of ap specific content type has multiple CCK term references to a specify vocabulary, i.e. v1, v2, v3 I want to list of nodes if they matched a specify term conditions, e.g. v1=tid1 v1=tid1, v2=tid2 v1=tid1, v2=tid2, v3=

Re: [development] Variable overriding in SimpleTest environments

2011-02-26 Thread nan wich
Are you sure something like this wouldn't be better with hook_requirements()?   Nancy   Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. From: Christian López Espínola To: development@drupal.org Sent: Sat, February 26, 2011 6:02:

Re: [development] Git Migration?

2011-02-26 Thread Dave Metzler
You (all) did do an awesome job with this migration. Stealthy indeed I had not had not been involved in any of the testing, had never used git before today, and am up and running and have done several add,commit and push operations to my contrib projects on d.o. allready. Congratulatio

Re: [development] Git Migration?

2011-02-26 Thread Sam Boyer
I take this to mean we did a ninja-good job...if you happened to have not tried d.o during the down window, then everything just works and seems pretty much the same. yay :) On 2/25/11 7:51 PM, David Metzler wrote: > Where are we on this? I thought the Git migration was happening on Thursday, >

[development] Variable overriding in SimpleTest environments

2011-02-26 Thread Christian López Espínola
Hi, I'm trying to build with SimpleTest some acceptance tests for the D6 based sites I'm developing. For achieving this, I am creating a module that checks if configuration values are the correct ones, with tests like this one: public function testFileDirectoryPathIsTheRightOne () { $

Re: [development] problem with fbconnect logout process in custom theme

2011-02-26 Thread Earl Miles
You should file an issue against the fbconnect module; the devel list is unlikely to be able to help you with contrib modules unless they're very widely used. On 2/25/2011 10:15 PM, aceinfowaytest1 patel wrote: > Hello all, > I have face problem with fbconnect module. > > This issue is form my cu

Re: [development] MYSQL queries and Modules

2011-02-26 Thread nan wich
When I develop modules, I have Devel turned on. One main thing I look for is repeated queries. Unfortunately, I find a lot of them, especially in other people's modules. I'm glad to see global caching available in D7 so that sub-functions don't have to repeat information gathering that another f