| |   |
| 1 | | [ ] sidebar sometimes disappears (esp. on commit diff pages) |
| 2 | 1 | [ ] Paginated log view (like git log --skip=100 --max-count=100) |
| 3 | 2 | [ ] Nag project owners with no commits to the mainline repos after a week or two |
| 4 | 3 | [ ] gitk-style branch view |
| … | … | |
| 15 | 15 | [ ] Delete/archive a repos, by owner unless its the mainline one |
| 16 | 16 | [ ] Delete/close (prefer latter) a Project |
| 17 | 17 | [ ] Refactor the Task/queue system |
| 18 | | [ ] Log less in task.log (set "got X tasks to..." as debug level) |
| 19 | 18 | [ ] A "Status" field for a project (though a wiki-frontpage makes this unneeded-ish) |
| 20 | 19 | [ ] Mention somewhere that emails are displayed on the site, both in commits and on "profile" pages (so people can contact them) |
| 21 | 20 | [ ] improve commenting and comments visibility |
| 22 | 21 | [ ] handle mising/wrong SHA1s gracefully in browser |
| 23 | 22 | [ ] parse SHA1s in commits+comments |
| 24 | 23 | [ ] Normalize url fields (eg add http:// if it aint there) on User+Project |
| 25 | | |
| 24 | [ ] diff-display gets confused when there's an :add right after :mod (see edgecase1.diff) |
| 26 | 25 | --- |
| 27 | 26 | |
| 28 | 27 | a ProjectMirror that sucks in svn repositories. They need to be differentiated form normal projects (don't display owner etc, since it's a mirror). Also, the mainline repository should probably be immutable so people can commit changes to the actual mirror. |
| toggle raw diff |
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,4 +1,3 @@
-[ ] sidebar sometimes disappears (esp. on commit diff pages)
[ ] Paginated log view (like git log --skip=100 --max-count=100)
[ ] Nag project owners with no commits to the mainline repos after a week or two
[ ] gitk-style branch view
@@ -16,14 +15,13 @@
[ ] Delete/archive a repos, by owner unless its the mainline one
[ ] Delete/close (prefer latter) a Project
[ ] Refactor the Task/queue system
-[ ] Log less in task.log (set "got X tasks to..." as debug level)
[ ] A "Status" field for a project (though a wiki-frontpage makes this unneeded-ish)
[ ] Mention somewhere that emails are displayed on the site, both in commits and on "profile" pages (so people can contact them)
[ ] improve commenting and comments visibility
[ ] handle mising/wrong SHA1s gracefully in browser
[ ] parse SHA1s in commits+comments
[ ] Normalize url fields (eg add http:// if it aint there) on User+Project
-
+[ ] diff-display gets confused when there's an :add right after :mod (see edgecase1.diff)
---
a ProjectMirror that sucks in svn repositories. They need to be differentiated form normal projects (don't display owner etc, since it's a mirror). Also, the mainline repository should probably be immutable so people can commit changes to the actual mirror. |