Blob of TODO.txt (raw blob data)

1 new-ui:
2 * Fix menu bottom spacing issue in safari
3 * Clone stats graph on repositories#index
4 * divergence from mainline in +/-
5 * popular & active projects on frontpage
6 * make the top-header smaller (move gitorious logo to footer?)
7
8 (in no particular order)
9
10 two from Yurii:
11 1) show commits actually merged for merge request after actual merge (I see them on open request, but do not on merged one)
12 2) provide clone url on every repo browsing page, so I can get url to pull from even if I am reading a commit
13
14 * tree browser: deal better with funny characters: http://gitorious.org/projects/avara/repos/mainline/trees/master
15 * if you comment on a specific commit, you should get redirected back there
16 * graphs should show username (if we have it) for avoiding confusion and for consistency
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 * link to users in gitorious in commmits if email match
41 * add mainline as a remote branch in clones
42 * timezone support
43 * Email source_repository owner about merge_request changes
44 * Get rid of all the mocking in the controller tests, or at least clean it up
45 * Nag project owners with no commits to the mainline repos after a week or two
46 * gitk-style branch view
47 * Projects can add multiple "pages", not just the index description
48 * paginate comments
49 * OpenID login
50 * Clean up in commit diff CSS
51 * graph Repository#parent relationships properly
52 * (A RemoteRepository class for repositories hosted elsewhere?)
53 * Auto-remove cloned repositories that havent been committed to after 7 days?
54 * Refactor the Task/queue system
55 * A "Status" field for a project (though a wiki-frontpage makes this unneeded-ish)
56 * improve commenting and comments visibility
57 * handle mising/wrong SHA1s gracefully in browser
58 * parse SHA1s in commits+comments
59 * Detect renames etc when showing a commit
60 * Always add a "mainline-upstream" branch that track the mainline repos automagically to clones
61 ---
62
63 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.
64
65 Groups may be a better alternative to allowing multiple repositories in a project, so a Group (or Product?) has many projects.