1 1 * Add ticketing and bug tracking
2 2 * The ability to share server configurations. Arguments to "push" and "pull"
3 - * The equivalent of "cvs annotate"
3 + * The equivalent of "cvs annotate" (Partial implementation is now
4 + checked in. Need to add features.)
4 5 * Private branches that are not pushed or pulled.
5 6 * "diff" commands work against arbitrary versions.
6 7 * Easy way to change comments on check-ins
7 8 and do other tag manipulations.
8 9 * Search, including full-text search of
9 10 historical check-ins.
10 11 * Attachments on wiki pages and on tickets
11 12 * Ability to attach image files (GIFs and JPEGs) and
12 13 refer to these in wiki pages. Enhance wiki to the
13 14 point where it can host the existing fossil documentation.
14 15 * Ability to store an image for the logo in the upper-left corner.
15 16 * A selection of "skins" - sample configurations that serve as
16 17 baselines for customization.
17 - * Browse source files
18 18 * Execution of arbitrary actions on checkin
19 19 * Email notifications are one example of this
20 20 * The already existing auto-sync feature is a specialized form of the same
21 21 * Extend timeline and wiki history to allow users to see wiki page differences from edit to edit. [http://wiki.tcl.tk/_history/606|Example @ Tcler's Wiki].
22 22 * Ignore files (.o, .pyc, .class, .cvsignore, etc...) - extra command is hard to identify "extra" files inside of many projects.
23 23 * Add ability to delete or rename a page
24 24