EDA.org Mantis
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Date Submitted Last Update
0001648 [SystemVerilog P1800] SV-AC feature 2006-10-24 08:10 2008-12-21 09:01
Reporter Dmitry Korchemny View Status public  
Assigned To Lisa Piper
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001648: Default reset for assertions
Description Attached is a default reset proposal for properties (similar to default clocking). The proposed syntax is 'default disable iff' (and not 'default reset') in order not to introduce a new keyword.
Additional Information
Tags No tags attached.
Type Enhancement
Attached Files doc file icon 1648_default_disable_2008_0131_jh_lp.doc [^] (163,328 bytes) 2008-01-31 12:07
pdf file icon 1648_default_disable_2008_0131_jh_lp.pdf [^] (56,254 bytes) 2008-01-31 12:08

- Relationships
related to 0001757closedDoron Bustan Property resets: accepton(b) P, rejecton(b) P 
related to 0001900closedDmitry Korchemny Add new 'checker' construct to SVA 

-  Notes
User avatar (0003846)
John Havlicek (manager)
2007-06-25 12:50

Passed by e-mail ballot 2007-06-19 8y/0n/3a.
User avatar (0003944)
Eduard_Cerny (developer)
2007-07-18 13:51

To align with 1800-2008 Draft 3a
User avatar (0003945)
Eduard_Cerny (developer)
2007-07-18 13:53

Aligned with 1800-2008 draft 3a: minimal changes in font color.
User avatar (0004187)
Eduard_Cerny (developer)
2007-08-27 14:09

updating to address champions' concerns
User avatar (0004196)
Eduard_Cerny (developer)
2007-08-28 07:46

Answers to comments from the champions' meeting:

         - Same properties can have different behavior depending on how used.
          Top-level versus not top-level (e.g. rule b on first page).

The default disable applies only to assert, assume and cover property statements, not to property and sequence declarations. A sentence was added to that effect.

         - The bnf shouldn't be in the text.
Done.

        - 3rd paragraph under syntax box, part about "...on the position of...", doesn't need to say it.
          "The scope of the... " isn't clear.
Tried to explain better in the new text.

        - There are issues in the other 2 paragraphs as well.
Not clear what these are...

        - First paragraph - should be reworded
             "One can specify..." -->
             "A default disabling condition may be..."
Done.
User avatar (0004214)
Dmitry Korchemny (manager)
2007-08-30 05:44

Added VPI diagrams
User avatar (0004226)
John Havlicek (manager)
2007-09-01 08:08

Proposal default_disable_1648.070830_dk.pdf passed by e-mail ballot on 2007-08-31, 8y/0n/2a.
User avatar (0004271)
John Havlicek (manager)
2007-09-06 09:15

Coloring fixed to use red bold in syntax even in a blue colored section.
User avatar (0004310)
Dmitry Korchemny (manager)
2007-09-09 07:21

As a byproduct fixed a minor coloring problem in Draft3a:

The semicolon that follows "default clocking clocking_identifier"
should be in bold red, as in A.1.4.
User avatar (0004363)
Neil Korpusik (administrator)
2007-09-10 17:29

Sent back to the Technical Committee by the Champions in the July 26, 2007
conference call.
Comments from the Champions:
  - I am against this enhancement at the current time. I believe this
    feature will be useful in a wider context, such as covergroups, but
    the committees have not had time to study this. If we add this
    feature now, it will be harder to address the other areas due to
    backward incompatibilities. For example, suppose the sv-ec decides
    that default disable should also disable sampling of covergroups. We
    can't add that capability later; we must look at all the other areas
    that could be affected. But due to schedules and merge activities,
    the other committees have not been able to investigate.
  - there may be other places that could use it as well.
  - doesn't think everything is being considered.
    Same properties can have different behavior depending on how used.
    Top-level versus not top-level (e.g. rule b on first page).
Set of issues:
  - The bnf shouldn't be in the text.
  - 3rd paragraph under syntax box, part about "...on the position of...",
    doesn't need to say it.
    "The scope of the... " isn't clear.
  - There are issues in the other 2 paragraphs as well.
  - First paragraph - should be reworded
       "One can specify..." -->
       "A default disabling condition may be..."
User avatar (0004470)
Jim Vellenga (developer)
2007-09-12 08:20

I noticed that the syntax of 'disable iff' allows the expression
to be an 'expression_or_dist' -- for either the default or the
explicit version. I'm not sure what this means, but I also
notice that the 'dist' part doesn't show up in the VPI object
models.

Could you all clarify whether the disable can indeed depend
on a distribution?

Regards,
Jim Vellenga
User avatar (0005114)
John Havlicek (manager)
2007-11-06 06:35

2007-11-05: e-mail ballot failed, 7y/2n/1a.
User avatar (0005461)
Dmitry Korchemny (manager)
2007-12-04 02:36

Passed by e-mail ballot 2007-12-03 8y/0n
User avatar (0005466)
Lisa Piper (developer)
2007-12-04 09:21

re-opened to align to 1757. The text to be replaced will differ depending on whether 1757 is previously adopted.
User avatar (0005467)
Lisa Piper (developer)
2007-12-04 09:54

Voice vote on the change for the 1757 contingiency occurred 12/4 and was passed. Dmitry asked me to move this to resolved again.
Lisa
User avatar (0005468)
Lisa Piper (developer)
2007-12-04 09:55

Voice vote approved the latest change on 12/4.
User avatar (0005603)
Neil Korpusik (administrator)
2007-12-23 17:43

Was sent back to the SV-EC by the Working Group in the meeting of
December 13, 2007.

This new construct may also be useful for covergroups.
User avatar (0005628)
John Havlicek (manager)
2007-12-24 13:01

SV-EC should note that the syntax for this construct was deliberately changed to "default disable iff" so that the syntax "default disable" would remain available for SV-EC. Dave Rich made some comment about this in the Champions meeting of 2007-12-20 that I did not follow.
User avatar (0005692)
Neil Korpusik (administrator)
2008-01-12 18:08

The following proposal was unanimously approved by the SV-EC in the
conference call held January 7, 2008.

   The SV-EC has considered the impact of default disable on covergroups and
   decided that at this time it would not be appropriate to adopt the default
   disable for those constructs.
 
The Category is being set back to SV-AC with a status of Resolved. The
current proposal is now ready for review by the Champions.
User avatar (0005758)
Lisa Piper (developer)
2008-01-18 17:55

reopening to address feedback from the champions:

0001648 adds the following in 16.15:
 
 Furthermore, the default extends to any nested module, interface, or
 program declarations.
 
 I think that sentence should include nested generate blocks as
 well.
 
 The effect of a default disable iff item is independent of the
 position of the declaration within that scope.=20
 
 For consistency, I think "item" should be "declaration" here.
 
 Declaring more than one default disable iff item within the same
 module, interface, program declaration, or generate scope shall be an error.
 
 I think 'generate scope' should be 'generate block'.
 
 // Disable condition is rst - no explicit specification, inferred
 from // default disable statement I think the 2nd line of the comment should be
 // default disable iff declaration
User avatar (0005786)
John Havlicek (manager)
2008-01-22 07:45

On 2007-10-24, SV-CC sent mail that they had reviewed the proposal and found that version acceptable.
User avatar (0005814)
Neil Korpusik (administrator)
2008-01-24 17:48

The Champions unanimously agreed to send the proposal back to the sv-ac
 for review in the Conference call of January 17th, 2008. At a minimum, the
 first issue needs to be addressed.
 
    1. 0001648 adds the following in 16.15: (page 5)
         "Furthermore, the default extends to any nested module,
          interface, or program declarations."
 
       I think that sentence should include nested generate blocks as well

    2. "The effect of a default disable iff item is independent of the
        position of the declaration within that scope."
 
       For consistency, I think "item" should be "declaration" here.
       There are 2 sentences there that call it an "item". "item" should
       be changed to "declaration"
 
    3. "Declaring more than one default disable iff item within the same
        module, interface, program declaration, or generate scope shall
        be an error."
 
       I think 'generate scope' should be 'generate block'.
 
    4. // Disable condition is rst - no explicit specification, inferred
       // from default disable statement
 
       I think the 2nd line of the comment should be
       // from default disable iff declaration
User avatar (0005924)
John Havlicek (manager)
2008-02-05 10:25
edited on: 2008-02-05 10:25

2008-02-05: voice vote to approve the proposal dated 2008-01-31. 8y/0n/0a. This revision addresses all feedback from Champions.

User avatar (0006437)
Neil Korpusik (administrator)
2008-04-05 17:32

The proposal was unanimously approved by the Champions
in the conference call of March 20, 2008.
User avatar (0006438)
Neil Korpusik (administrator)
2008-04-05 17:33

The proposal was unanimously approved by the Working Group
in the conference call of March 27, 2008.
User avatar (0007089)
Lisa Piper (developer)
2008-06-25 12:31

I have reviewed the changes in draft 6 and have the following comments:

1. Syntax 16-20 “default disable iff clocking_identifier ;” should be
                 “default disable iff expression_or_dist ;”

2. The word “logic” in the following should be bold:
               module examples_with_default (input logic a, b, clk, rst, rst1);

3. In the following, the word “block” should be on the next line so there is a comment at the start
// Only enable condition and clocking event are inferred from an always
block
// Assertion a8 is equivalent to

4. The word if-else should be in courier bold:
“In assertion a8 the inferred enabling condition is from the else clause of the if-else statement,”
User avatar (0007146)
Dmitry Korchemny (manager)
2008-07-01 03:20

The status was changed to "feedback" instead of "editor". Unrolling the status changes.
User avatar (0007151)
Dmitry Korchemny (manager)
2008-07-01 03:24

Undoing previous status changes.
User avatar (0007152)
Dmitry Korchemny (manager)
2008-07-01 03:25

Undoing previous status changes.
User avatar (0007153)
Dmitry Korchemny (manager)
2008-07-01 03:26

See Lisa's comments above.
User avatar (0007155)
Dmitry Korchemny (manager)
2008-07-01 09:10

One more note from Lisa.

Syntax error in example, p. 400 of Draft 6

The example has

    default disable rst1;

It should be
    
    default disable iff rst1;
User avatar (0007206)
Dmitry Korchemny (manager)
2008-07-14 07:26

End of 16.16 The last comment of the last example has "always block", should be "always procedure"
User avatar (0007422)
Stuart Sutherland (manager)
2008-09-01 04:21

Corrections noted in bug notes 0007089, 0007155 and 0007206 were added in draft 7, except for item "4". The "if-else" should not be in courier-bold font. It is referring to the decision construct, not the keywords "if" and "else".
User avatar (0007535)
John Havlicek (manager)
2008-09-20 13:59

Draft 7 Review: 1648 (bug notes 7089 and 7206)

. In 16.16, I think that assertion a8, the always procedure that contains it,
  and the preceding comment should be deleted. This is because concurrent
  assertions in procedural code have been changed by SV-SC, and this example
  is not consistent with those changes.
User avatar (0007562)
Stuart Sutherland (manager)
2008-10-01 18:52

The changes requested in bug note 7535 were implemented in draft 7a.
User avatar (0007685)
Dmitry Korchemny (manager)
2008-10-27 01:56

The last paragraph should be deleted (see 0002398 bug note 7544):

"In assertion a8 the inferred enabling condition is from the else clause of the if-else statement, and thus it has to represent the complementary interpretation of the four-valued expression in the if condition. One such form is as indicated in the comment above a8. Other equivalent forms may be used, such as ((rst != 'b0) !== 1'b1).
User avatar (0007715)
Stuart Sutherland (manager)
2008-12-02 21:44

The changes requested in bug note 7685 were implemented in draft 8.
User avatar (0007796)
Dmitry Korchemny (manager)
2008-12-21 09:01

Verified.
User avatar (0007797)
Dmitry Korchemny (manager)
2008-12-21 09:01

Verified.

- Issue History
Date Modified Username Field Change
2006-10-24 08:10 Dmitry Korchemny New Issue
2006-10-24 08:10 Dmitry Korchemny File Added: default_reset.pdf
2006-10-24 08:10 Dmitry Korchemny Type => Enhancement
2006-10-24 08:21 shalom Issue Monitored: shalom
2006-10-24 08:24 shalom Status new => assigned
2006-10-24 08:24 shalom Assigned To => Dmitry Korchemny
2007-02-07 09:26 Eduard_Cerny File Added: default_disable.070129.pdf
2007-02-23 08:01 Eduard_Cerny File Added: default_disable_1648.070223.pdf
2007-02-25 08:14 Eduard_Cerny File Added: default_disable_1648.070225.pdf
2007-02-25 08:14 Eduard_Cerny File Deleted: default_disable_1648.070223.pdf
2007-02-25 08:14 Eduard_Cerny File Deleted: default_disable.070129.pdf
2007-03-08 08:57 Eduard_Cerny File Added: default_disable_1648.070308.pdf
2007-03-08 08:57 Eduard_Cerny Assigned To Dmitry Korchemny => Eduard_Cerny
2007-03-20 13:50 Eduard_Cerny File Added: enablingCondition_1737.070320.htm
2007-03-28 13:40 Eduard_Cerny File Deleted: enablingCondition_1737.070320.htm
2007-03-29 08:02 Eduard_Cerny File Added: default_disable_1648.070328.pdf
2007-04-04 11:10 Eduard_Cerny File Added: default_disable_1648.070404.pdf
2007-04-20 16:54 Eduard_Cerny File Added: default_disable_1648.070420.pdf
2007-04-20 16:54 Eduard_Cerny File Deleted: default_reset.pdf
2007-04-20 16:54 Eduard_Cerny File Deleted: default_disable_1648.070225.pdf
2007-04-20 16:54 Eduard_Cerny File Deleted: default_disable_1648.070308.pdf
2007-04-20 16:54 Eduard_Cerny File Deleted: default_disable_1648.070328.pdf
2007-04-20 16:54 Eduard_Cerny File Deleted: default_disable_1648.070404.pdf
2007-05-02 07:11 Eduard_Cerny File Added: default_disable_1648.070502.pdf
2007-05-02 09:04 Eduard_Cerny File Added: default_disable_1648.070502.pdf
2007-05-02 09:04 Eduard_Cerny File Deleted: default_disable_1648.070502.pdf
2007-06-11 14:33 Eduard_Cerny File Added: default_disable_1648.070611.pdf
2007-06-11 14:33 Eduard_Cerny File Deleted: default_disable_1648.070420.pdf
2007-06-11 14:34 Eduard_Cerny File Deleted: default_disable_1648.070502.pdf
2007-06-12 06:00 Eduard_Cerny File Added: default_disable_1648.070612.pdf
2007-06-25 12:50 John Havlicek Note Added: 0003846
2007-06-25 12:50 John Havlicek Status assigned => resolved
2007-06-25 12:50 John Havlicek Resolution open => fixed
2007-07-18 13:51 Eduard_Cerny Status resolved => feedback
2007-07-18 13:51 Eduard_Cerny Resolution fixed => reopened
2007-07-18 13:51 Eduard_Cerny Note Added: 0003944
2007-07-18 13:51 Eduard_Cerny File Added: default_disable_1648.070718.pdf
2007-07-18 13:52 Eduard_Cerny File Deleted: default_disable_1648.070611.pdf
2007-07-18 13:52 Eduard_Cerny File Deleted: default_disable_1648.070612.pdf
2007-07-18 13:53 Eduard_Cerny Note Added: 0003945
2007-07-18 13:53 Eduard_Cerny Status feedback => resolved
2007-07-18 13:53 Eduard_Cerny Resolution reopened => fixed
2007-08-27 14:09 Eduard_Cerny Status resolved => feedback
2007-08-27 14:09 Eduard_Cerny Resolution fixed => reopened
2007-08-27 14:09 Eduard_Cerny Note Added: 0004187
2007-08-27 14:10 Eduard_Cerny File Added: default_disable_1648.070827.pdf
2007-08-28 07:41 Eduard_Cerny File Added: default_disable_1648.070828.pdf
2007-08-28 07:41 Eduard_Cerny File Deleted: default_disable_1648.070827.pdf
2007-08-28 07:46 Eduard_Cerny Note Added: 0004196
2007-08-29 00:47 Dmitry Korchemny File Deleted: default_disable_1648.070718.pdf
2007-08-29 00:48 Dmitry Korchemny File Added: default_disable_1648.070829.pdf
2007-08-29 13:13 John Havlicek File Deleted: default_disable_1648.070829.pdf
2007-08-29 13:13 John Havlicek File Added: default_disable_1648.070829.pdf
2007-08-30 05:43 Dmitry Korchemny File Added: default_disable_1648.070830_dk.pdf
2007-08-30 05:44 Dmitry Korchemny Note Added: 0004214
2007-09-01 08:08 John Havlicek Note Added: 0004226
2007-09-04 12:27 Dmitry Korchemny File Deleted: default_disable_1648.070828.pdf
2007-09-04 12:29 Dmitry Korchemny File Added: default_disable_1648.070904_dk.pdf
2007-09-05 06:24 Dmitry Korchemny File Deleted: default_disable_1648.070829.pdf
2007-09-05 06:24 Dmitry Korchemny File Deleted: default_disable_1648.070904_dk.pdf
2007-09-05 06:25 Dmitry Korchemny File Added: default_disable_1648.070904_dk.pdf
2007-09-06 09:15 John Havlicek Note Added: 0004271
2007-09-06 09:15 John Havlicek Status feedback => resolved
2007-09-06 09:15 John Havlicek Resolution reopened => fixed
2007-09-09 07:21 Dmitry Korchemny Status resolved => feedback
2007-09-09 07:21 Dmitry Korchemny Resolution fixed => reopened
2007-09-09 07:21 Dmitry Korchemny Note Added: 0004310
2007-09-09 07:22 Dmitry Korchemny File Added: default_disable_1648.070909_dk.pdf
2007-09-09 07:22 Dmitry Korchemny File Deleted: default_disable_1648.070830_dk.pdf
2007-09-09 07:24 Dmitry Korchemny Status feedback => resolved
2007-09-09 07:24 Dmitry Korchemny Resolution reopened => fixed
2007-09-10 17:29 Neil Korpusik Status resolved => feedback
2007-09-10 17:29 Neil Korpusik Resolution fixed => reopened
2007-09-10 17:29 Neil Korpusik Note Added: 0004363
2007-09-12 08:17 Jim Vellenga Issue Monitored: Jim Vellenga
2007-09-12 08:20 Jim Vellenga Note Added: 0004470
2007-10-02 12:33 Eduard_Cerny File Added: 1648_default_disable_071001_ec_bt.pdf
2007-10-02 12:34 Eduard_Cerny File Deleted: default_disable_1648.070904_dk.pdf
2007-10-03 08:44 Bassam Tabbara Note Added: 0004765
2007-10-03 14:01 Bassam Tabbara Note Deleted: 0004765
2007-10-24 08:32 Doron Bustan Relationship added related to 0001757
2007-11-06 06:35 John Havlicek Note Added: 0005114
2007-11-07 08:00 John Havlicek File Added: 1648_default_disable_071107_jh.doc
2007-11-07 08:00 John Havlicek File Added: 1648_default_disable_071107_jh.pdf
2007-11-14 13:19 Lisa Piper File Added: 1648_default_disable_071114_jh_lp.doc
2007-11-14 13:20 Lisa Piper File Added: 1648_default_disable_071114_jh_lp.pdf
2007-11-19 08:10 Lisa Piper File Added: 1648_default_disable_071119_jh_lp.doc
2007-11-19 08:11 Lisa Piper File Added: 1648_default_disable_071119_jh_lp.pdf
2007-11-19 08:11 Lisa Piper File Deleted: 1648_default_disable_071114_jh_lp.doc
2007-11-19 08:12 Lisa Piper File Deleted: 1648_default_disable_071114_jh_lp.pdf
2007-11-19 08:14 Lisa Piper File Deleted: 1648_default_disable_071119_jh_lp.pdf
2007-11-19 08:14 Lisa Piper File Deleted: 1648_default_disable_071119_jh_lp.doc
2007-11-19 08:15 Lisa Piper File Added: 1648_default_disable_071119_jh_lp.doc
2007-11-19 08:16 Lisa Piper File Added: 1648_default_disable_071119_jh_lp.pdf
2007-11-20 19:18 Lisa Piper File Deleted: 1648_default_disable_071119_jh_lp.doc
2007-11-20 19:18 Lisa Piper File Deleted: 1648_default_disable_071119_jh_lp.pdf
2007-11-20 19:19 Lisa Piper File Added: 1648_default_disable_071120_jh_lp.doc
2007-11-20 19:19 Lisa Piper File Added: 1648_default_disable_071120_jh_lp.pdf
2007-12-04 02:36 Dmitry Korchemny Note Added: 0005461
2007-12-04 02:36 Dmitry Korchemny Status feedback => resolved
2007-12-04 02:36 Dmitry Korchemny Resolution reopened => fixed
2007-12-04 09:21 Lisa Piper Assigned To Eduard_Cerny => Lisa Piper
2007-12-04 09:21 Lisa Piper Status resolved => feedback
2007-12-04 09:21 Lisa Piper Resolution fixed => reopened
2007-12-04 09:21 Lisa Piper Note Added: 0005466
2007-12-04 09:22 Lisa Piper File Added: 1648_default_disable_071204_jh_lp.pdf
2007-12-04 09:22 Lisa Piper File Deleted: 1648_default_disable_071120_jh_lp.pdf
2007-12-04 09:23 Lisa Piper File Deleted: 1648_default_disable_071120_jh_lp.doc
2007-12-04 09:23 Lisa Piper File Deleted: 1648_default_disable_071107_jh.pdf
2007-12-04 09:24 Lisa Piper File Deleted: 1648_default_disable_071107_jh.doc
2007-12-04 09:24 Lisa Piper File Deleted: 1648_default_disable_071001_ec_bt.pdf
2007-12-04 09:24 Lisa Piper File Deleted: default_disable_1648.070909_dk.pdf
2007-12-04 09:25 Lisa Piper File Added: 1648_default_disable_071204_jh_lp.doc
2007-12-04 09:54 Lisa Piper Note Added: 0005467
2007-12-04 09:55 Lisa Piper Note Added: 0005468
2007-12-04 09:55 Lisa Piper Status feedback => resolved
2007-12-04 09:55 Lisa Piper Resolution reopened => fixed
2007-12-11 12:11 Dmitry Korchemny Relationship added related to 0001900
2007-12-19 15:54 John Havlicek Description Updated
2007-12-23 17:43 Neil Korpusik Note Added: 0005603
2007-12-23 17:43 Neil Korpusik Status resolved => feedback
2007-12-23 17:43 Neil Korpusik Category SV-AC => SV-EC
2007-12-24 13:01 John Havlicek Note Added: 0005628
2008-01-12 18:08 Neil Korpusik Note Added: 0005692
2008-01-12 18:08 Neil Korpusik Status feedback => resolved
2008-01-12 18:08 Neil Korpusik Category SV-EC => SV-AC
2008-01-12 18:11 Neil Korpusik Note Added: 0005693
2008-01-12 18:13 Neil Korpusik Note Deleted: 0005693
2008-01-18 17:55 Lisa Piper Status resolved => feedback
2008-01-18 17:55 Lisa Piper Resolution fixed => reopened
2008-01-18 17:55 Lisa Piper Note Added: 0005758
2008-01-18 18:16 Lisa Piper File Deleted: 1648_default_disable_071204_jh_lp.pdf
2008-01-18 18:16 Lisa Piper File Deleted: 1648_default_disable_071204_jh_lp.doc
2008-01-18 18:17 Lisa Piper File Added: 1648_default_disable_080118_jh_lp.doc
2008-01-18 18:18 Lisa Piper File Added: 1648_default_disable_080118_jh_lp.pdf
2008-01-22 07:45 John Havlicek Note Added: 0005786
2008-01-22 08:19 Lisa Piper File Added: 1648_default_disable_080121_jh_lp.doc
2008-01-22 08:28 Lisa Piper File Added: 1648_default_disable_080121_jh_lp.pdf
2008-01-24 17:48 Neil Korpusik Note Added: 0005814
2008-01-31 12:07 Lisa Piper File Added: 1648_default_disable_2008_0131_jh_lp.doc
2008-01-31 12:07 Lisa Piper File Deleted: 1648_default_disable_080118_jh_lp.doc
2008-01-31 12:07 Lisa Piper File Deleted: 1648_default_disable_080118_jh_lp.pdf
2008-01-31 12:08 Lisa Piper File Deleted: 1648_default_disable_080121_jh_lp.doc
2008-01-31 12:08 Lisa Piper File Deleted: 1648_default_disable_080121_jh_lp.pdf
2008-01-31 12:08 Lisa Piper File Added: 1648_default_disable_2008_0131_jh_lp.pdf
2008-02-05 10:25 John Havlicek Note Added: 0005924
2008-02-05 10:25 John Havlicek Note Edited: 0005924
2008-02-05 10:26 John Havlicek Status feedback => resolved
2008-02-05 10:26 John Havlicek Resolution reopened => fixed
2008-03-25 14:39 Dmitry Korchemny Relationship deleted related to 0001900
2008-03-25 14:39 Dmitry Korchemny Relationship added parent of 0001900
2008-03-26 07:24 Dmitry Korchemny Relationship deleted parent of 0001900
2008-03-26 07:32 Dmitry Korchemny Relationship added related to 0001900
2008-04-05 17:32 Neil Korpusik Note Added: 0006437
2008-04-05 17:33 Neil Korpusik Note Added: 0006438
2008-04-05 17:33 Neil Korpusik Status resolved => approved
2008-06-02 11:36 Stuart Sutherland Status approved => completed
2008-06-02 11:36 Stuart Sutherland Fixed in Version => P1800-2008/D6
2008-06-25 12:31 Lisa Piper Status completed => feedback
2008-06-25 12:31 Lisa Piper Resolution fixed => reopened
2008-06-25 12:31 Lisa Piper Note Added: 0007089
2008-07-01 03:20 Dmitry Korchemny Note Added: 0007146
2008-07-01 03:20 Dmitry Korchemny Status feedback => resolved
2008-07-01 03:20 Dmitry Korchemny Resolution reopened => fixed
2008-07-01 03:20 Dmitry Korchemny Note Added: 0007147
2008-07-01 03:20 Dmitry Korchemny Note Added: 0007148
2008-07-01 03:21 Dmitry Korchemny Note Added: 0007149
2008-07-01 03:21 Dmitry Korchemny Note Added: 0007150
2008-07-01 03:23 Dmitry Korchemny Note Deleted: 0007150
2008-07-01 03:24 Dmitry Korchemny Note Added: 0007151
2008-07-01 03:24 Dmitry Korchemny Status resolved => approved
2008-07-01 03:25 Dmitry Korchemny Status approved => completed
2008-07-01 03:25 Dmitry Korchemny Note Added: 0007152
2008-07-01 03:26 Dmitry Korchemny Note Added: 0007153
2008-07-01 03:26 Dmitry Korchemny Status completed => editor
2008-07-01 08:37 Dmitry Korchemny Note Deleted: 0007147
2008-07-01 08:37 Dmitry Korchemny Note Deleted: 0007148
2008-07-01 08:38 Dmitry Korchemny Note Deleted: 0007149
2008-07-01 09:10 Dmitry Korchemny Note Added: 0007155
2008-07-14 07:26 Dmitry Korchemny Note Added: 0007206
2008-09-01 04:21 Stuart Sutherland Status editor => completed
2008-09-01 04:21 Stuart Sutherland Fixed in Version P1800-2008/D6 => P1800-2009/D7
2008-09-01 04:21 Stuart Sutherland Note Added: 0007422
2008-09-20 13:59 John Havlicek Note Added: 0007535
2008-09-20 14:00 John Havlicek Status completed => editor
2008-10-01 18:52 Stuart Sutherland Status editor => completed
2008-10-01 18:52 Stuart Sutherland Note Added: 0007562
2008-10-27 01:56 Dmitry Korchemny Note Added: 0007685
2008-10-27 01:56 Dmitry Korchemny Status completed => editor
2008-12-02 21:44 Stuart Sutherland Status editor => completed
2008-12-02 21:44 Stuart Sutherland Note Added: 0007715
2008-12-21 09:01 Dmitry Korchemny Status completed => closed
2008-12-21 09:01 Dmitry Korchemny Note Added: 0007796
2008-12-21 09:01 Dmitry Korchemny Note Added: 0007797
2008-12-21 09:01 Dmitry Korchemny Fixed in Version P1800-2009/D7 => P1800-2009 Ballot


Mantis 1.1.7[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker