Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
48 check-ins related to "pending-review"
|
2014-04-30
| ||
| 16:35 | Merged in fix from Andy B. which resolves mis-resolution of db file name when fossil is run as root (chroot-related). Haiku OS runs everything as root. check-in: 5e47d555e4 user: stephan tags: trunk | |
| 07:54 | On second thought, make this also work for fossil server as well which has the same problem. Closed-Leaf check-in: 644e78cc89 user: andybradford tags: pending-review | |
| 07:11 | Minor cleanup (no change in functionality). check-in: b5e0937518 user: andybradford tags: pending-review | |
| 07:07 | Potential fix to allow fossil ui to be run as root---reopen the database after dropping privileges. check-in: d5432cf6c3 user: andybradford tags: pending-review | |
|
2014-04-29
| ||
| 21:29 | Make MinGW(-w64) compile work with USE_SYSTEM_SQLITE = 1. Only works if you have a static libsqlite3.a in your compiler environment. check-in: d00f2cfa80 user: jan.nijtmans tags: trunk | |
|
2014-02-15
| ||
| 06:14 | Create a repo and explicitly set the autosync setting so TH1 tests will run correctly regardless of the user's global setting. Leaf check-in: 3baa7e3dc1 user: joel tags: pending-review | |
| 05:57 | Fix compiler warning on MSVC. check-in: 783a2a1b73 user: mistachkin tags: trunk | |
|
2014-01-09
| ||
| 13:18 | Make sure it is not possible to add files that are outside of the current checkout. check-in: c6f32a262d user: drh tags: trunk | |
| 13:17 | Add comments to better explain what it happening for the out-of-tree check in the "add" command. Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review | |
| 05:56 | Attempts to add files outside the open checkout tree result in fatal error. check-in: f0de41fd5e user: andybradford tags: pending-review | |
|
2014-01-08
| ||
| 11:38 | Merge the checkout_on_root_fix. check-in: cbcd7056b6 user: drh tags: trunk | |
|
2013-11-12
| ||
| 03:43 | Merge change to fossil ui which first looks for default user if set before falling back to the Setup user. check-in: 1460b7476f user: andybradford tags: trunk | |
|
2013-11-10
| ||
| 03:49 | Logic correction. Should check if the local db is open before trying to use it, not before checking if the variable is null. Closed-Leaf check-in: 8a7a45e094 user: andybradford tags: pending-review | |
| 00:02 | Change fossil ui behavior to look for default-user first if set, otherwise look for user with Setup capability. check-in: 2fe1d8043e user: andybradford tags: pending-review | |
|
2013-11-08
| ||
| 15:46 | Fix temporary directory separator handling for Cygwin. For testing purposes. (Change taken over from SQLite's "cygDirSep" branch) check-in: 7bba46776c user: jan.nijtmans tags: trunk | |
|
2013-10-15
| ||
| 06:53 | Add a "Synchronize" button to the Admin->Transfers page (or "Pull" if the "dont-push" option is set). Remark: I'm not sure if determining the user with user_select() is correct here, that's the tricky point to get right. In case of "fossil ui" it works fine, but could be improved for usefulness in other situations. check-in: 7c24de9cf1 user: jan.nijtmans tags: tkt-change-hook | |
|
2013-10-14
| ||
| 13:57 | Clarification to the quickstart.wiki text. check-in: 0b9f725e15 user: drh tags: trunk | |
|
2013-10-08
| ||
| 13:51 | If the ".fslckout" file gets confused about the RID of the current checkout, still generate a valid manifest, only without the "P" record. check-in: e17e2174a9 user: drh tags: trunk | |
|
2013-10-07
| ||
| 08:35 | Hm. the db_finalize() and the newline append should be done within the "if"! Closed-Leaf check-in: 6135c92e4b user: jan.nijtmans tags: pending-review | |
| 08:10 | Prevent an invalid manifest to be generated if there is no parent manifest. check-in: aa01de5d16 user: jan.nijtmans tags: pending-review | |
| 07:41 | Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many t... check-in: ec81aee915 user: jan.nijtmans tags: trunk | |
|
2013-10-04
| ||
| 09:30 | Better error-message in case of "manifest file is malformed" Closed-Leaf check-in: 1eb438d61a user: jan.nijtmans tags: pending-review | |
| 09:10 | Fix compiler warning on Cygwin check-in: c05cc27300 user: jan.nijtmans tags: trunk | |
|
2013-09-25
| ||
| 08:36 | Remove unnecessary code which does not give any advantage. This fixes dynamical loading of Tcl 8.4 as well. Closed-Leaf check-in: 132c1b4cc2 user: jan.nijtmans tags: pending-review | |
| 08:29 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS only makes sense when USE_TCL_STUBS is defined as well. Use that consistantly in the code. Easier testing whether Tcl integration works fine, just by "fossil version -v". check-in: 0038f4c999 user: jan.nijtmans tags: pending-review | |
|
2013-09-23
| ||
| 10:17 | Prevent a crash in fossil during exit, when a mingw-compiled (with dw2) Tcl version is still loaded. This is clearly a dw2 bug (see: http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724), but the suggested workaround works and is managable. check-in: da96f916cb user: jan.nijtmans tags: trunk | |
|
2013-09-17
| ||
| 09:16 | New clean-zlib, clean-openssl, and clean-tcl targets in the MinGW makefiles. Cherrypick of [9112867c2d]. check-in: 249f6075d9 user: mistachkin tags: trunk | |
| 09:00 | Use Tcl_EvalObjv in any Tcl version, not only when compiled with Tcl 8.6 headers. Closed-Leaf check-in: 92fd8ddc13 user: jan.nijtmans tags: pending-review | |
| 08:43 | new clean-zlib, clean-openssl and clean-tcl targets in the mingw makefiles. check-in: 9112867c2d user: jan.nijtmans tags: pending-review | |
|
2013-09-16
| ||
| 23:38 | Support the ability to determine at runtime if the private stubs mechanism was used for Tcl. check-in: e10d117125 user: mistachkin tags: trunk | |
|
2013-09-10
| ||
| 14:35 | Make CSS consistent with other hrefs on in side box. check-in: fa9dfa478b user: andybradford tags: trunk | |
| 14:32 | Fix minor finfo line wrapping issue reported on mailing list. check-in: 4d846d94d3 user: andybradford tags: trunk | |
|
2013-08-27
| ||
| 13:28 | This manifest has a P-card and a Q-card to a non-existing (private) branch. The purpose was show that nothing fails in that situation. Remark: This manifest was the result of an experiment, synced by accident (sorry about that). Strangly enough on localhost:8080 an arrow going all the way down is visible, on fossil-scm.org the arrow is not there. Closed-Leaf check-in: e19cfba537 user: jan.nijtmans tags: pending-review | |
| 12:04 | Fix the display of arrows with a private branch as starting point. If UUID's are missing from R-cards (except for the first argument) and Q-cards, this is not fatal: The merge source might be private in some other repository and not (yet) synced. "fossil test-missing" should not report errors for this situation. check-in: 60389c1f41 user: jan.nijtmans tags: pending-review | |
| 08:57 | Protect Q-card from having the same UUID as the parent. Example: "fossil merge --cherrypick trunk" followed by "fossil commit --allow-empty" check-in: d5649979ed user: jan.nijtmans tags: trunk | |
|
2013-08-18
| ||
| 04:22 | Add CSS class to anchor for open leaves for consistency. Closed-Leaf check-in: 8ad0a8796a user: andybradford tags: pending-review | |
|
2013-08-17
| ||
| 19:38 | Resolved ticket [05f4bbc266]. check-in: 635598ed93 user: stephan tags: trunk | |
|
2013-08-09
| ||
| 01:09 | Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). Closed-Leaf check-in: bdbf144ed3 user: andybradford tags: pending-review | |
|
2013-08-08
| ||
| 14:00 | Merge the fork in trunk. check-in: 0e822db7f1 user: drh tags: trunk | |
|
2013-07-01
| ||
| 09:08 | rebase Leaf check-in: d57bddaa37 user: jan.nijtmans tags: pending-review | |
|
2013-06-29
| ||
| 15:41 | Fix the build on windows by using "_pclose" instead of "pclose". check-in: 07463fbf02 user: drh tags: trunk | |
|
2013-06-24
| ||
| 09:53 | rebase check-in: 50d466dcdd user: jan.nijtmans tags: pending-review | |
| 08:27 | Use file_tree_name(), not file_canonical_name(), as in Richard's example [c8253f4066] for "fossil ls|changes|status" too. Advantage: 1) a panic when an out-of-tree filename is given on the command line 2) shortcut when any command line argument is "." (or resolves to the top of the tree in any other way) check-in: ae01244396 user: jan.nijtmans tags: trunk | |
|
2013-05-30
| ||
| 08:16 | In the "fossil clean" messages/prompts, distinguish between "unmanaged" and "ignored" files. check-in: 48fcfa8507 user: jan.nijtmans tags: pending-review | |
| 07:28 | Additional protection for fossil executables being removed by "fossil clean", even when using --ignore "". Add a warning when kept files are refused to be removed, don't keep this situation silent any more. Backport various improvements from cleanX branch: Use of capitals in messages, missing blob_reset() calls. check-in: 67c9cd12ad 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 | |