1 - * Add ticketing and bug tracking
2 - * The ability to share server configurations. Arguments to "push" and "pull"
3 - * The equivalent of "cvs annotate" (Partial implementation is now
4 - checked in. Need to add features.)
5 - * Private branches that are not pushed or pulled.
6 - * "diff" commands work against arbitrary versions.
7 - * Easy way to change comments on check-ins
8 - and do other tag manipulations.
9 - * Search, including full-text search of
10 - historical check-ins.
11 - * Attachments on wiki pages and on tickets
12 - * Ability to attach image files (GIFs and JPEGs) and
13 - refer to these in wiki pages. Enhance wiki to the
14 - point where it can host the existing fossil documentation.
15 - * Ability to store an image for the logo in the upper-left corner.
16 - * A selection of "skins" - sample configurations that serve as
17 - baselines for customization.
18 - * Execution of arbitrary actions on checkin
19 - * Email notifications are one example of this
20 - * The already existing auto-sync feature is a specialized form of the same
1 + * Get IPv6 working.
2 + * WYSIWYG wiki editing.Code examples:
3 + [https://developer.mozilla.org/en-US/docs/Rich-Text_Editing_in_Mozilla].
4 + [http://www-archive.mozilla.org/editor/midasdemo/],
5 + [http://devedge-temp.mozilla.org/viewsource/2003/midas/01/index_en.html]
6 + [https://developer.mozilla.org/en/Midas].
7 + * Web-based file editing
8 + * Display preferences stored in a cookie. (1) Edit preferences screen
9 + (2) sbs/unified/no-diff (3) default timeline formats
10 + * Automatically adjust side-by-side diff fontsize to fit
11 + * full text search
12 + * attachment text shown beside the attachment
13 + * Fix the "private" branch mechanism so that it is easy to convert
14 + a private branch into a public branch.
15 + * Automated self-test
16 + * Include zlib in the sources and use them if not installed on the build
17 + machine (which is often the case on windows).
18 + * Fix the gdiff command so that when many files are involved and an early
19 + one is cancelled, the process stops without going through all the rest
20 + first.
21 + * A download page holding builds. Builds are not versioned and not synced.
22 + Special commands for syncing build products.
23 + * Better error message if the repo file or its directory have the wrong
24 + permissions.
25 + * Uncommit
26 + * Sortable tables in ticket reports using
27 + [http://yoast.com/articles/sortable-table/ or the equivalent.]
21 28 * 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 - * Polish our current plain unidiff view of file/changeset differences. Google's view of deltas looks nice. [http://code.google.com/p/tclsdl/source/detail?r=8|Example of Google]. (Colorized side-by-side view through the 'diff' link, and colorized unidiff through the (+) button).
23 - * Ignore files (.o, .pyc, .class, .cvsignore, etc...) - extra command is hard to identify "extra" files inside of many projects.
24 - * Add ability to delete or rename a page
29 + * Polish our current plain diff view of file/changeset differences. Google's view of deltas looks nice. [http://code.google.com/p/tclsdl/source/detail?r=8|Example of Google]. (Colorized side-by-side view through the 'diff' link, and colorized unidiff through the (+) button).
25 30 * Partial commit of a modified file (i.e. choose which of many hunks should be committed). This needs a graphical interface (for the selection). Actually everything can be done in an interface, saving and restoring the file across the commit, with selected changes in the commit. No need to modify the core fossil app for this.
26 - * Possible Translation for the web interface ?
27 -
28 -Projects
29 -
30 - * [Import CVS Repositories]
31 -
32 -Bugs reported by users
33 - * [Opera]
34 - * [Windows XP]