-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsr_changelog.html
202 lines (202 loc) · 5.47 KB
/
sr_changelog.html
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="sr_changelog.css" type="text/css" />
</head>
<body>
<h1 id="sr-testlink-changelog">SR-Testlink Changelog</h1>
<p><strong>Simple Report For Testlink Changelog</strong></p>
<h1 id="release-3.2---2017-03-24">Release: 3.2 - 2017-03-24</h1>
<h3 id="summary">Summary</h3>
<ul>
<li>Improve result table display</li>
</ul>
<h3 id="details">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Cleaning and update</li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Improve result table display</li>
</ul></li>
</ul>
<h1 id="release-3.1---2017-02-10">Release: 3.1 - 2017-02-10</h1>
<h3 id="summary-1">Summary</h3>
<ul>
<li>Modify the <code>FORM</code></li>
</ul>
<h3 id="details-1">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Add new <code>li</code> class for the <code>FORM</code></li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Display "filter" on the test plans <code>FORM</code> based on its first letter</li>
</ul></li>
</ul>
<h1 id="release-3.0---2017-01-11">Release: 3.0 - 2017-01-11</h1>
<h3 id="summary-2">Summary</h3>
<ul>
<li>Select several test plans is now possible</li>
<li>Modify the behavior of the coverage button</li>
<li>Known bug: After build selection, change test plan can lead to wrong result, use the "reset" button in this case</li>
<li>Rename the project</li>
</ul>
<h3 id="details-2">Details</h3>
<ul>
<li><strong>JAVASCRIPT</strong>
<ul>
<li>Cleaning</li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Coverage column disappears</li>
<li>Coverage doesn't show obsolete testcases or never executed testcases</li>
</ul></li>
<li><strong>SQL</strong>
<ul>
<li>Refactoring everything to take into account the multi-test plans request</li>
<li>Simplify the request on build table and testsuite table</li>
<li>New view (sr_vw_test plans)</li>
<li>Ignore testsuite starting with an <code>_</code></li>
</ul></li>
</ul>
<h1 id="release-2.3---date-2017-01-03">Release: 2.3 - Date 2017-01-03</h1>
<h3 id="summary-3">Summary</h3>
<ul>
<li>Sort test plans list by name in the form</li>
</ul>
<h3 id="details-3">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Split <strong>CSS</strong> file</li>
</ul></li>
<li><strong>SQL</strong>
<ul>
<li>Add "ORDER BY" in test plan request</li>
</ul></li>
</ul>
<h1 id="release-2.2---date-2015-11-02">Release: 2.2 - Date 2015-11-02</h1>
<h3 id="summary-4">Summary</h3>
<ul>
<li>Fix test condition on unset variables</li>
</ul>
<h3 id="details-4">Details</h3>
<ul>
<li><strong>PHP/HTML</strong>
<ul>
<li>Replace <code>if($_GET['xxxx'])</code> by <code>if(isset($_GET['xxxx']))</code> to test unset variables</li>
</ul></li>
</ul>
<h1 id="release-2.1---date-2015-10-08">Release: 2.1 - Date 2015-10-08</h1>
<h3 id="summary-5">Summary</h3>
<ul>
<li>Add a legend</li>
</ul>
<h3 id="details-5">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Add changelog CSS</li>
<li>Improve CSS for <code>sr_tools.php</code></li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>By default the checkbox <code>low level testsuite</code> is checked</li>
<li>Add a legend</li>
<li>Modify executed percent display</li>
</ul></li>
</ul>
<h1 id="release-2.0---date-2015-10-06">Release: 2.0 - Date 2015-10-06</h1>
<h3 id="summary-6">Summary</h3>
<ul>
<li>Consult without login</li>
<li>General display improvement</li>
</ul>
<h3 id="details-6">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>New style for the button</li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Save the state of <code>low level testsuite</code> checkbox</li>
<li>Allow anyone to consult the statistics</li>
<li>Hide misleading <code>total</code> row</li>
<li>Move the reset link (form reset)</li>
<li>Add a changelog page (click on version X.Y)</li>
</ul></li>
</ul>
<h1 id="release-1.2---date-2015-06-22">Release: 1.2 - Date 2015-06-22</h1>
<h3 id="summary-7">Summary</h3>
<ul>
<li>Add pie chart</li>
<li>Add "hide 100% passed"</li>
</ul>
<h3 id="details-7">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Update the <strong>CSS</strong></li>
</ul></li>
<li><strong>JAVASCRIPT</strong>
<ul>
<li>Add chart.js</li>
<li>Add new function to draw the pie chart</li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Add "hide 100% passed"</li>
<li>Add the percentage of passed.</li>
<li>Modify the FORM</li>
</ul></li>
<li><strong>SQL</strong>
<ul>
<li>Fix bugs</li>
</ul></li>
</ul>
<h1 id="release-1.1---date-2015-06-10">Release: 1.1 - Date 2015-06-10</h1>
<h3 id="summary-8">Summary</h3>
<ul>
<li>Add button to hide low level testsuite</li>
<li>Change the layout</li>
<li>Add <strong>CSS</strong></li>
</ul>
<h3 id="details-8">Details</h3>
<ul>
<li><strong>CSS</strong>
<ul>
<li>Add <strong>CSS</strong></li>
</ul></li>
<li><strong>JAVASCRIPT</strong>
<ul>
<li>Add new toggle function</li>
</ul></li>
<li><strong>PHP/HTML</strong>
<ul>
<li>Modify the FORM</li>
</ul></li>
<li><strong>SQL</strong>
<ul>
<li>Keep the testsuite level (in the tree view)</li>
</ul></li>
</ul>
<h1 id="release-1.0---date-2015-06-10">Release: 1.0 - Date 2015-06-10</h1>
<h3 id="summary-9">Summary</h3>
<ul>
<li>Beta version</li>
</ul>
<h3 id="details-9">Details</h3>
</body>
</html>