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