| OLD | NEW |
| 1 |
| 1 Bugs | 2 Bugs |
| 2 ---- | 3 ---- |
| 3 | 4 |
| 4 If a user never logs in, someone else can grab their nickname | 5 If a user never logs in, someone else can grab their nickname |
| 5 See the issue tracker at code.google.com/p/rietveld for more bugs | 6 See the issue tracker at code.google.com/p/rietveld for more bugs |
| 6 | 7 |
| 7 Data Cleaning | 8 Data Cleaning |
| 8 ------------- | 9 ------------- |
| 9 | 10 |
| 10 Email addresses should be lowercased before comparing | 11 Email addresses should be lowercased before comparing |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 Make Edit Issue show the form inline instead of opening a new page? | 55 Make Edit Issue show the form inline instead of opening a new page? |
| 55 Fields "SVN Base" and "Base" have hard-to-guess names | 56 Fields "SVN Base" and "Base" have hard-to-guess names |
| 56 Better UI for adding branches? (Low priority now we have upload.py) | 57 Better UI for adding branches? (Low priority now we have upload.py) |
| 57 Right-justify the "Id" and "Drafts (mine)" headings in the Issues list table | 58 Right-justify the "Id" and "Drafts (mine)" headings in the Issues list table |
| 58 | 59 |
| 59 Software Engineering | 60 Software Engineering |
| 60 -------------------- | 61 -------------------- |
| 61 | 62 |
| 62 Unittests | 63 Unittests |
| 63 Move library.py to codereview/templatetags/codereview.py to match the default | 64 Move library.py to codereview/templatetags/codereview.py to match the default |
| 64 Django project layout. | 65 Django project layout. |
| OLD | NEW |