Blob of TODO.txt (raw blob data)

1 new-ui:
2 * mandatory project descriptions, at least a sentence or two
3 * tweak fonts-sizes and line-heights
4 * Clone stats graph on repositories#index
5 * divergence from mainline in +/-
6 * popular & active projects on frontpage
7 * make the top-header smaller (move gitorious logo to footer?)
8
9 (in no particular order)
10
11 two from Yurii:
12 1) show commits actually merged for merge request after actual merge (I see them on open request, but do not on merged one)
13 2) provide clone url on every repo browsing page, so I can get url to pull from even if I am reading a commit
14
15 * tree browser: deal better with funny characters: http://gitorious.org/projects/avara/repos/mainline/trees/master
16 * if you comment on a specific commit, you should get redirected back there
17
18 > If you do `git archive --format=tar --prefix=myproject/ HEAD | gzip >
19 > myproject.tar.gz`, when .gitattributes specifies files that have
20 > export-subst, it will expand keywords such as $Format:%cd$. Gitorious'
21 > "Download as gzipped tarball" apparently does not do this and I think
22 > it'd be pretty nice if it did.
23
24 * Deal gracefully with markdown errors (and/or look into using the other markdown libary instead)
25 * Markdownify atom feed body for projects.atom
26 * Make the fact that you _can_ clone/fork any repo more visible, maybe reword it since people confuse it with local cloning
27 * Show the most recent mergerequests on users dashboard so they can track them
28 * Make the archive download an external little mongrel/rack thing, and store the result per sha1
29 * Comments on MergeRequests and/or votes (or just comments when you resolve)
30 * only load scriptacolous+friends when needed
31 * git-blame rendering?
32 * Reword /about page
33 * mail the user when someone adds him as a comitter
34 * expire fragment caches for project+repos on deletion
35 *a Tone down the "owner" of a repository, or implement a proper "mirror" project type.
36 *b be able to mark a project as a "mirror"
37 * Nicer diff stats
38 * more interesting project stats on frontpage
39 * parse git submodule data and link to project if submodule is in gitorious
40 * add mainline as a remote branch in clones
41 * timezone support
42 * Email source_repository owner about merge_request changes
43 * Get rid of all the mocking in the controller tests, or at least clean it up
44 * Nag project owners with no commits to the mainline repos after a week or two
45 * gitk-style branch view
46 * Projects can add multiple "pages", not just the index description
47 * paginate comments
48 * OpenID login
49 * Clean up in commit diff CSS
50 * graph Repository#parent relationships properly
51 * (A RemoteRepository class for repositories hosted elsewhere?)
52 * Auto-remove cloned repositories that havent been committed to after 7 days?
53 * Refactor the Task/queue system
54 * A "Status" field for a project (though a wiki-frontpage makes this unneeded-ish)
55 * improve commenting and comments visibility
56 * handle mising/wrong SHA1s gracefully in browser
57 * parse SHA1s in commits+comments
58 * Detect renames etc when showing a commit
59 * Always add a "mainline-upstream" branch that track the mainline repos automagically to clones
60 ---
61
62 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.
63
64 Groups may be a better alternative to allowing multiple repositories in a project, so a Group (or Product?) has many projects.