Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2013-05-13 14:22:54.
|
2013-05-28
| ||
| 10:11 | • Edit [7f0507c04da883bb|7f0507c04d]: Mark "Closed". artifact: 5dd845dbb4 user: jan.nijtmans | |
| 10:10 | • Edit [4e573871bcef9199|4e573871bc]: Mark "Closed". artifact: b2c9546327 user: jan.nijtmans | |
| 10:10 | • Edit [7f0507c04da883bb|7f0507c04d]: Cancel tag "pending-review". artifact: 4f87c3ec49 user: jan.nijtmans | |
|
2013-05-27
| ||
| 10:25 | • Edit [0a5abbee920b7520|0a5abbee92]: Mark "Closed". artifact: 46cae1b50b user: jan.nijtmans | |
| 10:21 | • Edit [5dd6b69799969974|5dd6b69799]: Mark "Closed". artifact: 15ac2cbc8e user: jan.nijtmans | |
| 09:56 | rebase Closed-Leaf check-in: 7f0507c04d user: jan.nijtmans tags: cleanDashN | |
| 09:53 | Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. Closed-Leaf check-in: 4e573871bc user: jan.nijtmans tags: cleanDashN | |
| 08:53 | Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. Leaf check-in: 6758c2b0d5 user: jan.nijtmans tags: cleanX | |
|
2013-05-24
| ||
| 07:01 | "fossil update" operates on the local filesystem, so it should have the --case-sensitive option. check-in: 13c7c61ada user: jan.nijtmans tags: trunk | |
|
2013-05-23
| ||
| 10:13 | After a sync, report "Sync finished" in stead of "Pull finished" check-in: 97040d6436 user: jan.nijtmans tags: trunk | |
|
2013-05-22
| ||
| 07:11 | Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans ... Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: pending-review | |
|
2013-05-21
| ||
| 14:45 | Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". check-in: 44025538c4 user: jan.nijtmans tags: pending-review | |
| 13:56 | Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. check-in: e91d65afe5 user: jan.nijtmans tags: trunk | |
|
2013-05-20
| ||
| 10:58 | doc fix check-in: 122b631c31 user: jan.nijtmans tags: trunk | |
|
2013-05-15
| ||
| 09:33 | Allow "fossil all ... -U|--user <username>" check-in: b388e7347d user: jan.nijtmans tags: trunk | |
| 08:54 | Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" check-in: 6d09745a6f user: jan.nijtmans tags: trunk | |
| 08:16 | doc fix. check-in: dd6adf451a user: jan.nijtmans tags: trunk | |
| 08:13 | Some more -v|--verbose additions. Old options names are deprecated, but still work. check-in: e3f7ba556b user: jan.nijtmans tags: trunk | |
| 07:15 | rebase Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore | |
| 07:02 | Doc update: ignore-glob setting should be used to prevent *.log files from being added. check-in: 1162df8e41 user: jan.nijtmans tags: trunk | |
|
2013-05-14
| ||
| 14:58 | When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. check-in: 24effbc370 user: jan.nijtmans tags: prevent-adding-ignored-files | |
| 14:15 | Function file_tree_name() should respect case-sensitive setting. Add --case-sensitive option to test-tree-name. check-in: 0df0ce8025 user: jan.nijtmans tags: trunk | |
| 11:36 | doc fixes. check-in: a38fa0b80b user: jan.nijtmans tags: trunk | |
| 07:45 | Re-apply off-by-one fix. Otherwise blobs like {0x00, 0x0a, 0x00} will result in access of the 4th byte of the BLOB. In test-looks-like-utf, could_be_utf16() should be called always, otherwise the behavior on UTF-16 without BOM will be endian-dependant. check-in: e545d3514e user: jan.nijtmans tags: trunk | |
|
2013-05-13
| ||
| 14:22 | upgrade to zlib 1.2.8 check-in: bb4776e2e0 user: jan.nijtmans tags: trunk | |
| 10:50 | unused variable "fossilTimer" check-in: 55d7e2c14a user: jan.nijtmans tags: trunk | |
| 10:28 | • Edit [967d8a711e430406|967d8a711e]: Edit check-in comment. artifact: ee37ca1771 user: jan.nijtmans | |
| 10:10 | Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. check-in: d60a75fd08 user: jan.nijtmans tags: clean-with-ignore | |
| 09:36 | Setting "ignore-glob" is equivalent to putting patterns in both "clean-glob" and "keep-glob". Rename .fossil-settings/keep-glob to .fossil-settings/ignore-glob, so that "fossil" and "fossil.exe" patterns don't need to be duplicated any more in two different versioned settings. check-in: 967d8a711e user: jan.nijtmans tags: trunk | |
| 09:21 | One more off-by-one error. check-in: 1484625d6e user: jan.nijtmans tags: trunk | |
| 09:12 | Some optimizations. No change in functionality. - In clean_cmd, use new function vfile_scan2. - When checking for multiple bytes/characters always do that in order of likelihood: '\n' is more likely than '\0', which is more likely than '\r'. - Off-by-one error in looks_like_utf16(). - Allow starts_with_utf16_bom() to be used in detecting UTF-16... check-in: fa50694405 user: jan.nijtmans tags: trunk | |
|
2013-05-07
| ||
| 21:55 | Prevent "fossil" and "fossil.exe" ever being added by "fossil addremove". check-in: 0ea8cc5637 user: jan.nijtmans tags: trunk | |
| 13:03 | Only call db_get_do_versionable() after checking that it's a boolean versionable setting. check-in: a60df3be44 user: jan.nijtmans tags: trunk | |
| 08:17 | If versionable settings are present, disallow editing of the corresponding fields in the /setup_settings page. check-in: 3cba68a83e user: jan.nijtmans tags: trunk | |
| 07:52 | Move check for g.localOpen inside db_get_do_versionable(), because all callers will need this. Add "disabled" parameter to onoff_attribute(), entry_attribute() and textarea_attribute(). check-in: 10d8abcd0c user: jan.nijtmans tags: trunk | |
|
2013-05-06
| ||
| 11:12 | • Edit [9e4a7190af7e6d78|9e4a7190af]: Mark "Closed". artifact: 1db5236cfe user: jan.nijtmans | |
| 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 "ig... 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. Leaf 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 | |