Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 1649 Bytes
1 | Legend: |
2 | [ ] not done |
3 | [*] done |
4 | [+] in progess |
5 | |
6 | ### General |
7 | [*] RSS! [DONE] |
8 | [*] General Admin interfaces [DONE] |
9 | [+] Refine the overall design |
10 | [ ] Beef up the Admin interface |
11 | [ ] User/login/roles mangement |
12 | [ ] Or enforce uft8 (using iconv) |
13 | [ ] Clean up html markup + css |
14 | [ ] Add indexes on db |
15 | [ ] Cache things |
16 | [ ] Work out some neat ConfigManager thingie, so Repository functions won't be enabled if no svn bindings are installed |
17 | [ ] Add some sort of project title to the above, that goes in rss feeds, <title> etc |
18 | [ ] Cache RSS |
19 | |
20 | ### Repository browser |
21 | [+] Create html/controller code for browsing at a specific revision |
22 | [ ] check so that filesize is reasonable before sending it to the browser, error out if not |
23 | [ ] Make more basic syntaxes for common filetypes |
24 | [ ] Show revision and log info when viewing a file (+ diff with previous? + "back in time"?) |
25 | |
26 | ### Changeset browser/viewer |
27 | [ ] show/download one single udiff for a changeset |
28 | |
29 | ## Tickets |
30 | [*] Fix dodgy-ness when attempting to add changes to a ticket with empty values [DONE] |
31 | [*] Attachments, both to initial tickets and followups [DONE] |
32 | [*] Ability to sort by ticket #, date, status, severity etc (tablesort) [DONE] |
33 | [ ] Post commit hooks for closing/reopening tickets etc |
34 | [ ] Add ability to create & save a filter (and then /tickets/filter/1 for example) |
35 | [ ] Add time estimation |
36 | [ ] Decide on what markup and/or html to allow in comments/tickets |
37 | [ ] Email subscriptions |
38 | [ ] Move TicketChange.attachment to a seperate Attachment model |
39 | [ ] Be able to assign a Ticket to a user. |
40 | |
41 | ## Search |
42 | [ ] Search in changesets |
43 | [ ] Search in tickets |
44 | |
45 | ### "Builder" (continous integration of builds) |
46 | writeme |