Opened 12 years ago
Closed 12 years ago
#10074 closed enhancement (fixed)
roadmap page filter for certain projects
Reported by: | falkb | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | planned |
Cc: | Christopher Paredes, thomasd | Trac Release: | 0.11 |
Description
Currently, projects are sorted in boxes, and all projects are shown. Having a multi-project environment people are often interested in just a few of it, mainly the ones they are working on. So we need a multi-choice selection box for the given projects.
Attachments (0)
Change History (12)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
Keywords: | planned added |
---|
comment:4 Changed 12 years ago by
comment:5 Changed 12 years ago by
Reported specific ticket (#10112) for unicode error, because and maybe it´s a wider issue (not only related to roadmap/milestone).
comment:6 Changed 12 years ago by
comment:7 Changed 12 years ago by
comment:8 Changed 12 years ago by
Keywords: | testing added |
---|
comment:9 Changed 12 years ago by
[11710] fixes a bug where project names with umlauts were not properly handled on storing the list of selected filter-box entries to session_attributes db-table.
Previosly, a string "testä" was handled as ascii sequence u'test\xC3\xA4', and we stored one ascii sequence containing a whole list of such project names. Now the string list is stored as one unicode string separating the single strings with an artificial separator sequence of 3 slashes, which is unlikely part of a project name. This is somehow hackish, probably one day we'll come up with a nicer solution.
comment:10 Changed 12 years ago by
Cc: | thomasd added |
---|
comment:11 Changed 12 years ago by
comment:12 Changed 12 years ago by
Keywords: | testing removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
(In [11634]) Refs #10073, #10074, #10075: