diff options
author | W. Trevor King <wking@tremily.us> | 2012-09-17 09:01:20 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-09-17 09:01:20 -0400 |
commit | 25296754756cbae7a435952f0017b20e71fd5c1e (patch) | |
tree | f2ce081b2c84c6466421fd9f6ea95a34429b4cd8 /.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values | |
parent | a95915c6c7d6a4e29c1e5547580e0c1fed2467e1 (diff) | |
download | bugseverywhere-25296754756cbae7a435952f0017b20e71fd5c1e.tar.gz |
bea864: upgrade to Bugs Everywhere Directory v1.5 (YAML -> JSON).
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values')
-rw-r--r-- | .be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values | 45 |
1 files changed, 39 insertions, 6 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values index 375e44d..dedcf50 100644 --- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dcca51b3-bf8f-4482-8f67-662cfbcb9c6c/values @@ -1,17 +1,50 @@ -creator: Gianluca Montecchi <gian@grys.it> +{ -reporter: Gianluca Montecchi <gian@grys.it> -severity: minor -status: fixed + "creator": "Gianluca Montecchi <gian@grys.it>", -summary: BE should not crash if user.email and user.name are not defined -time: Mon, 03 Aug 2009 20:30:43 +0000 + + "reporter": "Gianluca Montecchi <gian@grys.it>", + + + + + + + "severity": "minor", + + + + + + + "status": "fixed", + + + + + + + "summary": "BE should not crash if user.email and user.name are not defined", + + + + + + + "time": "Mon, 03 Aug 2009 20:30:43 +0000" + + + + + + +} |