Activity log for bug #1472594

Date Who What changed Old value New value Message
2015-07-08 12:14:44 Alex bug added bug
2015-07-08 12:17:27 Alex summary number of complitions for quota could exceed sample number of complitions for quota could be set bigger than sample size
2015-07-08 12:18:16 Alex description in quotarow.php it's possible to set any value for number of complitions , EVEN NEGATIVE guess requires some DB table field setting ajustment and extra querry/comparison for sample count currently fixed with adding "artificial" limits to input field attributes: <input name="completions" id="completions" min="0" max="1000"size="6" maxlength="6" style="width:6em;" required type="number"> in quotarow.php it's possible to set any value for number of complitions , EVEN NEGATIVE guess requires some DB table field setting ajustment and extra querry/comparison/evaluation for sample count currently fixed with adding "artificial" limits to input field attributes: <input name="completions" id="completions" min="0" max="1000"size="6" maxlength="6" style="width:6em;" required type="number">
2015-07-09 05:25:07 Adam Zammit quexs: status New Confirmed
2015-07-09 05:25:10 Adam Zammit quexs: importance Undecided Low
2015-07-09 14:20:27 Alex tags quotas