Changes To To Do List
Not logged in

Changes to "To Do List" between 2012-08-07 16:55:39 and 2012-08-07 16:57:21

     1      1     *  Get IPv6 working.
     2      2     *  WYSIWYG wiki editing.Code examples:
     3      3         [https://developer.mozilla.org/en-US/docs/Rich-Text_Editing_in_Mozilla].
     4      4         [http://www-archive.mozilla.org/editor/midasdemo/],
     5         -      [http://devedge-temp.mozilla.org/viewsource/2003/midas/01/index_en.html]
     6      5         [https://developer.mozilla.org/en/Midas].  
     7      6     *  Web-based file editing
     8      7     *  Display preferences stored in a cookie.  (1) Edit preferences screen
     9      8        (2)  sbs/unified/no-diff  (3) default timeline formats
    10      9     *  Automatically adjust side-by-side diff fontsize to fit
    11     10     *  full text search
    12     11     *  attachment text shown beside the attachment
................................................................................
    20     19        first.
    21     20     *   A download page holding builds.  Builds are not versioned and not synced.
    22     21         Special commands for syncing build products.
    23     22     *   Better error message if the repo file or its directory have the wrong
    24     23         permissions.
    25     24     *  Uncommit
    26     25     *   Sortable tables in ticket reports using
    27         -      [http://yoast.com/articles/sortable-table/ or the equivalent.]
           26  +      [http://yoast.com/articles/sortable-table/] or the equivalent.
    28     27     *   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].
    29     28     *   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).
    30     29     *   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.