Currently if I go to a page like, for example, http://drupal.org/project/Modules/category/88, the page title is just "Modules:" ... It would be nice if this was to say "Modules: CCK" Line 637 seems to imply that this is what it's intending to do.

I imagine this is an easy fix. I tried to look into it tonight, but got blocked by a bug in the d.o testing profile preventing project browsing from working.

Comments

dww’s picture

Evil. Now that http://drupal.org/node/162452 is fixed, you'll notice that this code is working just fine for the d.o test profile. :( And I'm *sure* this used to work on d.o, too. Wonder what changed to cause this problem. I might have to debug this on d.o (preferably scratch.d.o) itself, since it doesn't seem easy to recreate via the test profile.

One thing to try would be to create release nodes (using HEAD for now) in the test profile, and then toggling the "Browse projects by release versions" setting, and seeing what happens...

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

We were just clobbering a (rather poorly named) "$term" variable in some cases... http://drupal.org/cvs?commit=76162
Now installed on d.o and working nicely again.

aclight’s picture

Status: Fixed » Active

This seems to be broken again on d.o. The title of the link in the original issue post is still "Modules: ".

dww’s picture

*sigh*. Broken by killes's patch to cache the results of the project browsing pages... I guess I'll have to look into fixing that if I have a chance. Since the changes aren't publically available in CVS, it'll either have to be me or killes.

aclight’s picture

Hm....this (bug) only happens when the "Filter by Drupal Core compatibility:" filter is set to all. If an actual version is chosen, the title is set as expected.

hunmonk’s picture

Status: Active » Fixed

variable getting overwritten. i renamed the offending variable to something very specific -- we need to do that in a function this huge... :)

fixed in HEAD, 4.7.x-2.x. not a problem in 4.7.x-1.x

Anonymous’s picture

Status: Fixed » Closed (fixed)