Project:
xbug
Code Location:
git://github.com/l0b0/xbug.gitmaster
bugs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?xml version="1.0" encoding="UTF-8"?> <bugs xmlns="http://xbug.sourceforge.net/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xbug.svn.sourceforge.net/viewvc/xbug/bugs.xsd"> <bug xml:id="0"> <summary>Make a fully usable bug handling system in a single file</summary> <description/> <severity>Undefined</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="1"> <summary>Only copy "Reporter" field value when creating a new bug</summary> <description>Currently, all values are copied from the last bug.</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="2"> <summary>Table view with a summary of the bugs</summary> <description>Should show only one line per bug, with nice color codes n'such</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="3"> <summary>Log view with filtering options</summary> <description>Might be too similar to the table view to make it a separate bug.</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="4"> <summary>Make the bug numbers increase when adding bugs</summary> <description>Currently, all bugs are #0.</description> <severity>Cosmetic</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="5"> <summary>Save files to file in the sequence they are created, with the last items at the bottom</summary> <description/> <severity>Functionality</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="6"> <summary>Add severity field</summary> <description>Severity: High!</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="7"> <summary>Make xbug work with other XForms readers</summary> <description>Currently only tested in Firefox</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="8"> <summary>Modify the XForms file itself if possible</summary> <description>To really only use a single file for everything - Functionality, bugs, configuration.</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="9"> <summary>Search</summary> <description>This is a non-goal for xbug for now.</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Won't fix</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="10"> <summary>Separate projects</summary> <description>This is a non-goal for xbug for now.</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Won't fix</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="11"> <summary>Access control</summary> <description>This is a non-goal for xbug for now.</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Won't fix</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="12"> <summary>Convert to CSV</summary> <description>Should be easy enough with XSLT.</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="13"> <summary>Convert from CSV</summary> <description>Perl script?</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="14"> <summary>Convert to plaintext</summary> <description>Should be easy enough with XSLT.</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="15"> <summary>Enable "live" filtering of items</summary> <description>Filters: Status, resolution, reporter (selection list of unique names)</description> <severity>Functionality</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="16"> <summary>Avoid the <bug> end and start tags appearing on the same line</summary> <description/> <severity>Cosmetic</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="17"> <summary>More compact display</summary> <description>Filters and bug select1s should show up next to each other.</description> <severity>Cosmetic</severity> <status>Resolved</status> <resolution>Fixed</resolution> <reporter>Victor Engmark</reporter> </bug> <bug xml:id="18"> <summary>Make the heading editable</summary> <description>"Bugs" is not very useful - It could be the name of the project or something else identifiable by the user.</description> <severity>Functionality</severity> <status>New</status> <resolution>None</resolution> <reporter>Victor Engmark</reporter> </bug> </bugs>
