Mailing List Archive

[The Trac Project] #2103: new tickets can be targeted at completed milestones
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: normal | Keywords: |
---------------------------------+------------------------------------------
I'm trying this against trunk. Given the milestones I paste below, two of
the completed milestones still appear in the new ticket milestone options
list. On the roadmap, the milestones properly appear as completed.

bws-0.5 and bws-0.8 are still showing up in the list.

I do not have any versions created in Trac.

[pfnguyen@swapus www]$ ./trac-admin about
Trac Admin Console 0.9b1
...
[pfnguyen@swapus www]$ ./trac-admin trac/Wassup milestone list

Name Due Completed
----------------------------------------
bws-0.1 2005-04-01 2005-04-01 00:00:00
bws-0.5 2005-06-02 2005-06-02 00:00:00 ### This one still shows up
bws-0.7 2005-07-01 2005-07-01 00:00:00
bws-0.8 2005-08-15 2005-08-15 00:00:00 ### As does this milestone.
bws-0.9 2005-09-30
bws-1.0 2005-11-15
bws-1.1 2005-12-20
bws-1.5 2006-06-01
bws-2.0 2006-12-01

[pfnguyen@swapus www]$ sqlite3 trac/Wassup/db/trac.db
SQLite version 3.2.6
Enter ".help" for instructions
sqlite> select name, completed from milestone;
bws-0.1|1112342400
bws-0.5|1117695600
bws-0.7|1120201200
bws-0.9|0
bws-1.0|
bws-1.1|0
bws-2.0|
bws-1.5|
bws-0.8|1124089200

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: normal | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

ugh, stupid formatting...

{{{
[pfnguyen@swapus www]$ ./trac-admin about
Trac Admin Console 0.9b1
...

[pfnguyen@swapus www]$ ./trac-admin trac/Wassup milestone list

Name Due Completed
----------------------------------------
bws-0.1 2005-04-01 2005-04-01 00:00:00
bws-0.5 2005-06-02 2005-06-02 00:00:00 ### This one shows up
bws-0.7 2005-07-01 2005-07-01 00:00:00
bws-0.8 2005-08-15 2005-08-15 00:00:00 ### as does this one.
bws-0.9 2005-09-30
bws-1.0 2005-11-15
bws-1.1 2005-12-20
bws-1.5 2006-06-01
bws-2.0 2006-12-01

[pfnguyen@swapus www]$ sqlite3 trac/Wassup/db/trac.db
SQLite version 3.2.6
Enter ".help" for instructions
sqlite> select name, completed from milestone;
bws-0.1|1112342400
bws-0.5|1117695600
bws-0.7|1120201200
bws-0.9|0
bws-1.0|
bws-1.1|0
bws-2.0|
bws-1.5|
bws-0.8|1124089200
}}}

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: normal | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by pfnguyen@hanhuy.com):

Oh, and I'm using mod_python 3.1.4 + apache 2.0.54 on fc3, if that
information needs to be specified as well.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: assigned
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Changes (by cmlenz):

* status: new => assigned
* priority: normal => low
* owner: jonas => cmlenz
* milestone: => 0.9

Comment:

I've seen this problem myself.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: assigned
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by cmlenz):

Fixed in [2291].

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Changes (by cmlenz):

* status: assigned => closed
* resolution: => fixed

Comment:

Fixed in [2291].

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

hi http://google.com

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

hi

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2103>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

Replying to [comment:7 anonymous]:
> hi
hi?

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:8>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

Replying to [comment:4 cmlenz]:
> Fixed in [2291].
lalala

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:9>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):

Replying to [comment:9 anonymous]:
> Replying to [comment:4 cmlenz]:
> > Fixed in [2291].
> lalala
dddddddddddddddddddddddddddddddd

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:10>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by cboos):

Please stop this, this is not a test system.

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:11>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
Trac-Tickets@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac-tickets
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by kkkkoaaaaaa):

Keep a good job up!

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by kkkkoaa01102006aaaa):

Keep a good job up!

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---
Re: [The Trac Project] #2103: new tickets can be targeted at completed milestones [ In reply to ]
#2103: new tickets can be targeted at completed milestones
---------------------------------+------------------------------------------
Reporter: pfnguyen@hanhuy.com | Owner: cmlenz
Type: defect | Status: closed
Priority: low | Milestone: 0.9
Component: ticket system | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
---------------------------------+------------------------------------------
Comment (by kkkkoaa01102006aaaa):

Keep a good job up!

--
Ticket URL: <http://trac.edgewall.org/ticket/2103#comment:>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---