davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

Can't recognize milestone name with "-" character #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After I create milestone name with "1.0-alpha", "1.0-beta", "1.0".
I add different tickets to related milestone version, but the milestone summary 
page shows they all belong to milestone whose name starts with "1.0".

I think you didn't consider the milestone name perhaps may have "-" character 
or other possibilities.

What steps will reproduce the problem?
1. add milestone name "1.0-alpha"
2. add milestone name "1.0-beta"
3. add milestone name "1.0"
4. add 1 ticket to "1.0-alpha" milestone
5. add 2 tickets to "1.0-beta" milestone
6. add 3 tickets to "1.0" milestone
7. go to milestone page

---

I should see the milestone summary as 
"1.0-alpha" 1 open , 0 closed , 1 total
"1.0-beta" 2 open , 0 closed , 2 total
"1.0" 3 open , 0 closed , 3 total

but I see the following
"1.0-alpha" 6 open , 0 closed , 6 total
"1.0-beta" 6 open , 0 closed , 6 total
"1.0" 6 open , 0 closed , 6 total

My gitblit version is "1.6.0"

Original issue reported on code.google.com by mickyp...@gmail.com on 21 Jul 2014 at 5:35

GoogleCodeExporter commented 9 years ago
Yup, this was fixed on master and will be in the next maintenance release.  No 
exact ETA on release date.

https://dev.gitblit.com/tickets/gitblit.git/115

Original comment by James.Mo...@gmail.com on 21 Jul 2014 at 3:11

GoogleCodeExporter commented 9 years ago
v1.6.1 released

Original comment by James.Mo...@gmail.com on 20 Oct 2014 at 9:36