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=
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:
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
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,
>
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 () {
$
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
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