Closed
Bug 473593
Opened 16 years ago
Closed 16 years ago
http://quality.mozilla.org/test Should include the list of projects
Categories
(quality.mozilla.org :: Website, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: marcia, Assigned: paulc)
References
()
Details
It is weird when you click on the top level directory that it does not show all of the projects in that group. Currently since the list is cut off at 2 there seems to be no way to show all of the projects in the various groups.
This would be the same for the other categories besides Test -> Code, Bugs and Data.
Updated•16 years ago
|
Assignee: nobody → cbook
Status: NEW → ASSIGNED
Comment 1•16 years ago
|
||
talked with alex today and:
[23:27] <buchanae> http://svn.mozilla.org/projects/quality.mozilla.org/branches/qmo2/sites/all/modules/mozilla_projects/mozilla_projects.theme.inc
[23:27] <buchanae> ^ handles displaying that page
[23:28] <buchanae> on line 138 it creates the links
[23:29] <buchanae> so on 138, you want to prepend "/projects/category/" before strtolower
| Reporter | ||
Comment 2•16 years ago
|
||
Mass move of bugs to new product
Component: quality.mozilla.org → QMO: Website
Product: Websites → QMO
Updated•16 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 3•16 years ago
|
||
I see, so for example:
http://quality.mozilla.org/forums/mozilla-qa-community/projects
includes only two projects, although there are more. Is that what this bug refers to?
Because I see: http://quality.mozilla.org/test
includes more than just 2.
Updated•16 years ago
|
Priority: P2 → P1
| Reporter | ||
Comment 4•16 years ago
|
||
So there are actually two bugs here:
(1) On the entry page to QMO, under the four sections (TEST, CODE, BUGS, DATA) only 2 projects show under each section. How can we increase that number? The projects seem to change so there must be logic in there that the ones that show are the most active?
(2) When I add a new project to QMO, it by default *does not* show under the "TEST" list when I select it from the Projects link (http://quality.mozilla.org/test). Tomcat had to manually add the Snow Leopard Patrol project to that page. All projects added should automatically end up on one of those pages depending on whether they are TEST, CODE, BUGS, DATA)
Comment 5•16 years ago
|
||
as for point 2 the problem is that the "text" link for Tests/Code/Data and Bugs goes to targets like:
http://quality.mozilla.org/test
this is wrong, because the correct target link should be:
http://quality.mozilla.org/projects/category/test
| Assignee | ||
Comment 6•16 years ago
|
||
Thanks. I'll check it out! I hope I can help out quickly enough for you guys, so many bugs!
Assignee: cbook → paul.craciunoiu
| Assignee | ||
Comment 7•16 years ago
|
||
r28085
The project homepage on stage now includes a link to the proper URLs.
See it at:
http://quality.authstage.mozilla.com/projects
As part of this bug, we may want to overwrite the current urls of the form:
http://quality.authstage.mozilla.com/test
to show the pages at:
http://quality.authstage.mozilla.com/projects/category/test
As for the number 2 of projects displayed for each category, this can be increased at:
http://quality.authstage.mozilla.com/admin/build/views/edit/projects_ongoing
by changing the "Items to display" for "Block: By Term"
| Assignee | ||
Comment 8•16 years ago
|
||
Plase see my comment above. This bug is ready to be fixed if we do that alias and remove the current "test" page.
| Assignee | ||
Updated•16 years ago
|
Target Milestone: --- → 1.0
Comment 9•16 years ago
|
||
(In reply to comment #7)
> r28085
> The project homepage on stage now includes a link to the proper URLs.
> See it at:
> http://quality.authstage.mozilla.com/projects
> As part of this bug, we may want to overwrite the current urls of the form:
> http://quality.authstage.mozilla.com/test
> to show the pages at:
> http://quality.authstage.mozilla.com/projects/category/test
>
thanks paul ! worked as expected.
Giving "green light" as QMO Lead !
| Assignee | ||
Comment 10•16 years ago
|
||
r29430 - prod
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•15 years ago
|
Target Milestone: 2.0 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•