Differences From:
File
todo.txt
part of check-in
[34accdd0cd]
- More descriptive build process in win32.txt, also removed win32 port from the todo.txt
by
jnc on
2007-09-22 21:40:01.
Also file
todo.txt
part of check-in
[96f0d64a70]
- Merged win32 info update and branch addition
by
jnc on
2007-09-23 03:17:30.
[view]
To:
File
todo.txt
part of check-in
[c82fb61775]
- Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined.
by
jnc on
2007-09-24 06:53:46.
[view]
@@ -21,9 +21,9 @@
* Bug: pull is ending prematurely.
* Bug: Make sure merge and other commands (check-out) do not try
to use a phantom.
-¿
+¿
* The ipaddr field of the rcvfrom table is not being set. This
field should be the IP address from which information is received
for the local repository. So when somebody does a push of new
files we record the ipaddr. Or when we do a pull, we record
@@ -47,11 +47,9 @@
* Enhancements to the diff and tkdiff commands in the cli.
Allow the entire tree or a subtree to be diffed, not just a
single file. Allow diffs against any two arbitrary versions,
- not just diffs against the current check-out. Allow
- configuration options to replace tkdiff with some other
- visual differ of the users choice. Example: eskil.
+ not just diffs against the current check-out.
* Ticketing interface (expand this bullet)
+ Create new tickets as files in the file hierarchy
@@ -119,4 +117,8 @@
* Make the interface to fossil look pretty and be customizable so
that other people will be attracted to it, will take over maintenance
of it, and we can eventually move on to other things.
+
+ This has begun, but I wonder if we need to use a templating system for
+ full customization. If the CSS is done correctly, you can change 99.9%
+ of everything. See: http://www.csszengarden.com/