Opened 11 years ago
Closed 10 years ago
#11645 closed defect (cantfix)
agilo 0.9.12 and SimpleMultiProject 0.0.4dev-r13735 are not compatible
Reported by: | Aaron | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Attachments (2)
Change History (10)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
He probably means Sprint. However, even if you had Agilo installed, how is it possible to help someone that thinks they are not compatible qualifies as a suitable defect report?
comment:3 Changed 11 years ago by
aaron315, tell me more in detail what happens, otherwise this one will be closed as 'cant_fix'
comment:4 Changed 11 years ago by
comment:5 follow-up: 6 Changed 11 years ago by
Could you add both pictures as attachment to this ticket, please? no_add_sprint.png does not open in my browser. But I begin to understand...
comment:6 Changed 11 years ago by
Replying to anonymous:
Could you add both pictures as attachment to this ticket, please? no_add_sprint.png does not open in my browser. But I begin to understand...
Sprint is a concept of agile development, in the agilo a milestone is composed of a plurality of sprint, when using SimpleMultiProject to add the sprint interface in the roadmap button is not rendered. Two screenshots I have submitted to attachment. Thanks
comment:7 follow-up: 8 Changed 11 years ago by
The code is in function filter_stream(...)
of roadmap.py
(see source:/simplemultiprojectplugin/trunk/simplemultiproject/roadmap.py#L198) which
- takes the complete stream, renders it to HTML and extracts all milestone divs (see
__extract_div_milestones_array('<div class="milestone">',...)
) and stores all these divs in an array - looks which projects should be displayed, and iterates for all these projects, and, for every project, it builds up a new project div consisting of the appropriate milestone divs, using the array of the first step (see
__process_div_projects_milestones(...)
) - concatenates all project divs to a big div (also in
__process_div_projects_milestones(...)
)
Looking at your screenshots it looks like the Agilo Sprint stuff is somewhere in the description text of the milestone. That likely means it's beyond the scope of what happens in filter_stream(...)
.
My theory is it's more likely an issue of the Agilo plugin which probably is unable to handle the additionally inserted project div element.
I can only proove or confute this if you sent me the HTML source code of the page you show in attachment:add_new_sprint.png, because I could try to inject that in a test stream here and see what happens.
In the end the question is what works first and what stumbles second, Agilo or SimpleMultiProjectPlugin.
comment:8 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Replying to falkb:
I can only proove or confute this if you sent me the HTML source code of the page you show in attachment:add_new_sprint.png, because I could try to inject that in a test stream here and see what happens.
In the end the question is what works first and what stumbles second, Agilo or SimpleMultiProjectPlugin.
unable to help because there's no feedback from the ticket reporter
what is a "spirt"? I don't have agilo installed, so I suppose I can't help you much.