Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2013-04-23 08:40:45.
2013-05-06
| ||
11:00 | Store filename in intermediate variable ... (check-in: d7afa8f153 user: jan.nijtmans tags: trunk) | |
10:13 | Add option --keep to "fossil clean", and matching versionable setting "keep-glob". Now you can specify which files should be kept without confirmation and which files can be removed (--ignore, "ignore-glob") without confirmation. If you want the old behavior, specify "keep-glob" to have the same value as "ignore-glob". Add versioned settings "ignore-glob" and "keep-glob" to the fossil repository. ... (check-in: 982f9ec738 user: jan.nijtmans tags: trunk) | |
09:40 | On the /vdiff web-page, presence of "v" should mean "v=1", just as on the /event and /timeline web-pages. Add "&sbs=1" in various /vdiff and /fdiff url's, so it no longer depends on the default value. Replace some "v=1" parameters with the short form "v". ... (check-in: d24afd17c6 user: jan.nijtmans tags: trunk) | |
2013-05-03
| ||
13:50 | Prompt before cleaning files > 10M. Those file deletions are not undo-able. ... (check-in: 8e74f0fe40 user: jan.nijtmans tags: undo-clean) | |
12:06 | Make "fossil clean" undo-able. ... (check-in: 5b4cece445 user: jan.nijtmans tags: undo-clean) | |
12:02 | • Edit [57cfcc262168497f|57cfcc2621]: Edit check-in comment. ... (artifact: 5ebc69ed87 user: jan.nijtmans) | |
11:50 | Implement "fossil undo -n|--dry-run" as replacement for the --explain flag which does the same. (--explain is retained but no longer documented) ... (check-in: 57cfcc2621 user: jan.nijtmans tags: trunk) | |
2013-05-02
| ||
19:44 | Fix --chdir on Windows/Cygwin when using non-ascii characters or characters invalid for win32 filenames. On Cygwin, allow enter_chroot_jail() using win32 paths as well. ... (check-in: 12bc63aae5 user: jan.nijtmans tags: trunk) | |
15:05 | • Edit [9e4a7190af7e6d78|9e4a7190af]: Move to branch clean-with-ignore. ... (artifact: acac3439c1 user: jan.nijtmans) | |
15:04 | rebase ... (Closed-Leaf check-in: 9e4a7190af user: jan.nijtmans tags: clean-with-ignore) | |
14:15 | • Edit [e89269e51b9de986|e89269e51b]: Mark "Closed". ... (artifact: 324992338c user: jan.nijtmans) | |
13:52 | rebase ... (Closed-Leaf check-in: e89269e51b user: jan.nijtmans tags: short-cgi-params) | |
13:47 | • Edit [71d48d346cfd641e|71d48d346c]: Move to branch short-cgi-params. ... (artifact: 5306d39864 user: jan.nijtmans) | |
07:58 | See alternative implementation on trunk. Was: Improve cgi parameter parsing in add_param_list(). Boolean options, like "v" and "sbs" can now take forms like "v=true" or simply "v" (in stead of "v=1") or "v=off" (in stead of "v=0"). /timeline already accepted the shortened form, now /event, /vdiff and other web pages do as well. ... (check-in: 71d48d346c user: jan.nijtmans tags: short-cgi-params) | |
2013-05-01
| ||
13:31 | If sbs=0 and v=0, then both buttons "Side-by-side Diff" and "Unified Diff" should be shown on the /vdiff page. Note that sbs=1 implies v=1, so it is not necessary to put both parameters on any /vdiff. ... (check-in: 4e4d0fa527 user: jan.nijtmans tags: trunk) | |
09:42 | Add -v|--verbose as alternative to "-l|--detail" everywhere. And "v=" and "verbose=" as alternative to the "detail=" URL parameter. ... (check-in: 5214a2a8b8 user: jan.nijtmans tags: trunk) | |
2013-04-28
| ||
20:20 | • Edit [c967b6619f60a6cc|c967b6619f]: Mark "Closed". ... (artifact: b329738794 user: jan.nijtmans) | |
20:19 | All ui pages (and their JSON equivalent) should handle filenames case-sensitive because they don't access the file system ... (check-in: 4c5c96c9e0 user: jan.nijtmans tags: trunk) | |
2013-04-26
| ||
09:29 | One more: --new-file makes the diff command much more verbose. Fix /event?v= ... (Closed-Leaf check-in: 0a5abbee92 user: jan.nijtmans tags: verbose) | |
08:28 | Rename --detail, --showfiles, --files to -v|--verbose (but keep original as deprecated) ... (check-in: 34ed0afc8a user: jan.nijtmans tags: verbose) | |
07:11 | New option -c|--ckout to "fossil all ignore" ... (check-in: 14779a31ec user: jan.nijtmans tags: trunk) | |
2013-04-24
| ||
07:56 | The default for the "case-sensitive" setting should be "off" on Cygwin/Mac/Windows, as documented. ... (check-in: 95934c2692 user: jan.nijtmans tags: trunk) | |
07:28 | All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. ... (Closed-Leaf check-in: c967b6619f user: jan.nijtmans tags: page-case-sensitive) | |
06:54 | Revert [681b17ce0e], because Chiselapp found a new home. ... (check-in: 59e4742a60 user: jan.nijtmans tags: trunk) | |
2013-04-23
| ||
08:40 | Add --limit as alias to --count in "fossil timeline" for consistancy with other commands. Add many short options, like "-a" for "--all" and "-c" for "--closed" (The JSON part already had those) ... (check-in: 8b17c2360a user: jan.nijtmans tags: trunk) | |
2013-04-21
| ||
21:59 | Add -n|--dry-run options to commands which already have --test or --nochange. ... (check-in: 0b866397a8 user: jan.nijtmans tags: trunk) | |
2013-04-19
| ||
14:27 | • Edit [e72af5058edcafd4|e72af5058e]: Mark "Closed". ... (artifact: c52a7ec9de user: jan.nijtmans) | |
07:55 | Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (Closed-Leaf check-in: e72af5058e user: jan.nijtmans tags: count-nochange) | |
2013-04-18
| ||
11:27 | • Ticket [a2dc3b67a2] Versioned files in Windows still appear as extras if not commited with proper case status still Open with 3 other changes ... (artifact: 8d518a3c64 user: jan.nijtmans) | |
11:11 | • Closed ticket [85017e9273]: Under Windows, renamed file keeps getting "ADDED". plus 4 other changes ... (artifact: 4161936951 user: jan.nijtmans) | |
08:46 | Use the function filename_collation() everywhere in stead of passing caseSensitive as parameter. ... (check-in: 3c781f4f0b user: jan.nijtmans tags: trunk) | |
2013-04-17
| ||
14:00 | Document "fossil tag --type TYPE" and "fossil timeline --count N --type TYPE" ... (check-in: f8e526c212 user: jan.nijtmans tags: trunk) | |
10:16 | • Ticket [85017e9273] Under Windows, renamed file keeps getting "ADDED". status still Open with 3 other changes ... (artifact: b1a4741737 user: jan.nijtmans) | |
10:15 | Only create index when "case-sensitive" is off. ... (check-in: 87ac9af8c6 user: jan.nijtmans tags: trunk) | |
09:35 | • Ticket [85017e9273] Under Windows, renamed file keeps getting "ADDED". status still Open with 3 other changes ... (artifact: 428c8aff3d user: jan.nijtmans) | |
09:30 | • Edit [d0764530d329ae05|d0764530d3]: Mark "Closed". ... (artifact: 802d72ad99 user: jan.nijtmans) | |
09:30 | Fix [85017e9273]: Under Windows, renamed file keeps getting "ADDED". ... (check-in: e8e444eceb user: jan.nijtmans tags: trunk) | |
09:19 | Cygwin: the default value of the "case-sensitive" setting now depends on the case-sensitive setting of the windows kernel. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. Alphabetize some command documentation. ... (check-in: 9359b41fd5 user: jan.nijtmans tags: trunk) | |
2013-04-16
| ||
10:05 | • Ticket [85017e9273] Under Windows, renamed file keeps getting "ADDED". status still Open with 3 other changes ... (artifact: 07786b1951 user: jan.nijtmans) | |
09:59 | Suggested fix for [85017e9273] ... (Closed-Leaf check-in: d0764530d3 user: jan.nijtmans tags: ticket-85017e9273) | |
09:01 | More comments ... (check-in: d3e5f30be8 user: jan.nijtmans tags: ui-no-utf8) | |
2013-04-15
| ||
12:35 | merge trunk ... (check-in: 3d82be0e3f user: jan.nijtmans tags: ui-no-utf8) | |
2013-04-10
| ||
11:08 | Document keep-glob. Rebase ... (check-in: 191f4e0f93 user: jan.nijtmans tags: clean-with-ignore) | |
11:04 | Document encoding-glob setting ... (check-in: 375648368c user: jan.nijtmans tags: trunk) | |
10:53 | Chisel is going the way of the dodo ... (check-in: 681b17ce0e user: jan.nijtmans tags: trunk) | |
2013-04-09
| ||
18:32 | • Edit [ab4e8638bf6a8be5|ab4e8638bf]: Mark "Closed". ... (artifact: cdda398cff user: jan.nijtmans) | |
2013-04-08
| ||
21:05 | rebase ... (check-in: 88ece116a4 user: jan.nijtmans tags: clean-with-ignore) | |
10:42 | Consistant use of DIFF_CANNOT_COMPUTE_??? messages ... (check-in: b18276cbde user: jan.nijtmans tags: ui-no-utf8) | |
09:20 | • Edit [2d14d82c6b7665d2|2d14d82c6b]: Edit check-in comment. ... (artifact: 28937e7386 user: jan.nijtmans) | |
09:03 | Implement LOOK_INVALID for utf-16, and use it to detect UTF-16 without BOM in network byte order ... (check-in: 2d14d82c6b user: jan.nijtmans tags: ui-no-utf8) | |