Closed (fixed)
Project:
Project
Version:
5.x-1.x-dev
Component:
Projects
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jul 2007 at 02:01 UTC
Updated:
9 Sep 2007 at 03:42 UTC
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
Comment #1
dwwEvil. 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...
Comment #2
dwwWe 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.
Comment #3
aclight commentedThis seems to be broken again on d.o. The title of the link in the original issue post is still "Modules: ".
Comment #4
dww*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.
Comment #5
aclight commentedHm....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.
Comment #6
hunmonk commentedvariable 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
Comment #7
(not verified) commented