Changes between Version 253 and Version 254 of SprintIdeas
- Timestamp:
- Jul 17, 2008, 12:01:45 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v253 v254 30 30 * '''Fix existing bugs, rather than adding enhancements.''' Bugs are cases where we know something is not working correctly or as documented. Enhancements require a bit more of a judgment call from the maintainers about whether to include the feature, and one big goal of the sprint is to try and ''reduce'' the number of open tickets by getting patches committed and tickets closed. 31 31 32 * '''Choose noncontroversial tickets.''' Some issues are intrinsically controversial , such as the question of how (or whether) to implement auto-escaping in templates. For the sake of your own sanity, avoid these tickets during the sprint.32 * '''Choose noncontroversial tickets.''' Some issues are intrinsically controversial. For the sake of your own sanity, avoid these tickets during the sprint. 33 33 34 34 * '''Fix old bugs.''' There are any number of small, annoying bugs that have hung around for a long time. Some of them have patches, but the patches need to be updated. Start with the bug low numbers, and work up until you find something that interests you. … … 221 221 * #5079 cannot reproduce but added a patch to regression tests to be on the safe side 222 222 * #5116 let newforms.Select display disabled entries 223 223 224 * #5236 adding stack to connection.queries debug/profiling info 224 225 * #5295 Inner Join and order_by bug