Commit 2a72766ebce478e38e04cddba446dd5c4e594d71
- Date: Tue Apr 29 20:50:36 +0000 2008
- Committer: David A. Cuadrado (krawek@gmail.com)
- Author: David A. Cuadrado (krawek@gmail.com)
- Commit SHA1: 2a72766ebce478e38e04cddba446dd5c4e594d71
- Tree SHA1: 1f38592c946eac82cee2c4279f432eb4469e0f5a
Updated TODO
Signed-off-by: David A. Cuadrado <krawek@gmail.com>
Commit diff
| |   |
| 6 | 6 | * popular & active projects on frontpage |
| 7 | 7 | * make the top-header smaller (move gitorious logo to footer?) |
| 8 | 8 | |
| 9 | | * commits_by_author graph should use gitorious.org username (if found) |
| 10 | | |
| 11 | 9 | (in no particular order) |
| 12 | 10 | |
| 13 | 11 | two from Yurii: |
| … | … | |
| 14 | 14 | |
| 15 | 15 | * tree browser: deal better with funny characters: http://gitorious.org/projects/avara/repos/mainline/trees/master |
| 16 | 16 | * if you comment on a specific commit, you should get redirected back there |
| 17 | | * graphs should show username (if we have it) for avoiding confusion and for consistency |
| 18 | 17 | |
| 19 | 18 | > If you do `git archive --format=tar --prefix=myproject/ HEAD | gzip > |
| 20 | 19 | > myproject.tar.gz`, when .gitattributes specifies files that have |
| … | … | |
| 37 | 37 | * Nicer diff stats |
| 38 | 38 | * more interesting project stats on frontpage |
| 39 | 39 | * parse git submodule data and link to project if submodule is in gitorious |
| 40 | | * link to users in gitorious in commmits if email match |
| 41 | 40 | * add mainline as a remote branch in clones |
| 42 | 41 | * timezone support |
| 43 | 42 | * Email source_repository owner about merge_request changes |
| toggle raw diff |
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,8 +6,6 @@ new-ui:
* popular & active projects on frontpage
* make the top-header smaller (move gitorious logo to footer?)
-* commits_by_author graph should use gitorious.org username (if found)
-
(in no particular order)
two from Yurii:
@@ -16,7 +14,6 @@ two from Yurii:
* tree browser: deal better with funny characters: http://gitorious.org/projects/avara/repos/mainline/trees/master
* if you comment on a specific commit, you should get redirected back there
-* graphs should show username (if we have it) for avoiding confusion and for consistency
> If you do `git archive --format=tar --prefix=myproject/ HEAD | gzip >
> myproject.tar.gz`, when .gitattributes specifies files that have
@@ -40,7 +37,6 @@ two from Yurii:
* Nicer diff stats
* more interesting project stats on frontpage
* parse git submodule data and link to project if submodule is in gitorious
-* link to users in gitorious in commmits if email match
* add mainline as a remote branch in clones
* timezone support
* Email source_repository owner about merge_request changes |