Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user andybradford occurring around 2015-11-21 17:25:58.
2016-09-30
| ||
03:50 | • Edit [4556962ded6f6497|4556962ded]: Edit check-in comment. ... (artifact: b01972fafe user: andybradford) | |
03:49 | Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962ded user: andybradford tags: diff-show-changes) | |
2016-09-13
| ||
03:43 | • Edit [a85eb7c6dcc616b9|a85eb7c6dc]: Edit check-in comment. ... (artifact: 13bf82bf3f user: andybradford) | |
03:42 | Fix timeline command bug reported by Roy Keene. If the nearest artifact found is a wiki page, it may not have a child, so instead use the time of whatever name_to_uuid finds. For example: fossil timeline after 2015-03-14T13:46:20 ... (check-in: a85eb7c6dc user: andybradford tags: trunk) | |
2016-09-08
| ||
02:09 | Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f864 user: andybradford tags: stash-fixes-openssl-1.1.0) | |
2016-07-04
| ||
22:08 | Detect old stashfile schema and recreate to allow file renames to be stashed in existing checkout databases. ... (check-in: a13217b897 user: andybradford tags: stash-fixes) | |
20:13 | Merge in trunk and resolve conflict. ... (check-in: 003b6581ef user: andybradford tags: stash-fixes) | |
2016-06-09
| ||
02:22 | Use sqlite3_snprintf instead because it guarantees that the buffer will be zero-terminated and to avoid warnings on OpenBSD. ... (check-in: 460b93b53e user: andybradford tags: trunk) | |
2016-02-27
| ||
16:38 | Bring in latest developments on trunk. ... (check-in: eda22812d1 user: andybradford tags: stash-fixes) | |
2016-02-20
| ||
20:53 | Preserve the trailing slash for checkouts so fossil can remove a checkout that no longer exists but is still a directory. ... (check-in: f7a5e10ce9 user: andybradford tags: trunk) | |
2016-02-17
| ||
04:49 | Given that both origname and newname are always provided when stashing a file, allow both a rename and an add by changing the PRIMARY KEY for stashfile. This does mean the schema for stashfile has changed and to take advantage it will be necessary to close and open the repository again (or update manually with SQL). ... (check-in: ca574f818a user: andybradford tags: stash-fixes) | |
01:20 | • Edit [fea4d80ee7b880bb|fea4d80ee7]: Move to branch stash-fixes. ... (artifact: 5d7e5abee6 user: andybradford) | |
2016-02-13
| ||
05:00 | If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80ee7 user: andybradford tags: stash-fixes) | |
2016-02-07
| ||
04:15 | Defer requiring json loading until after it is determined that fossil json works. ... (check-in: 5d700c7d85 user: andybradford tags: trunk) | |
2016-02-06
| ||
20:35 | Normalize the the directory in which the Fossil being tested is found so relative paths also work. ... (check-in: 25f7d3c103 user: andybradford tags: trunk) | |
2016-01-14
| ||
15:35 | Use the editor setting in amend test for interactive edits because it has precedence over both VISUAL and EDITOR. ... (check-in: cc265caba7 user: andybradford tags: trunk) | |
2015-12-17
| ||
03:29 | Minor corrections in grammar to Fossil vs Git rewrite. ... (check-in: 0b90da304f user: andybradford tags: trunk) | |
2015-12-11
| ||
15:53 | Remove incorrect documentation regarding cloning via SSH. Fossil does not touch passwords when SSH is used for cloning. ... (check-in: 230fdcf692 user: andybradford tags: trunk) | |
2015-12-03
| ||
08:57 | Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4af user: andybradford tags: pending-review) | |
08:36 | Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. ... (check-in: 81bdb68764 user: andybradford tags: pending-review) | |
2015-11-30
| ||
00:23 | Remove extra colon and space in section topics in style guidelines. ... (check-in: 069084afc2 user: andybradford tags: trunk) | |
2015-11-29
| ||
03:51 | Fix incorrect form generation for zip pages from redirected anonymous login. This only happens when the zip permission is only allowed after anonymous login is successful. ... (check-in: 167dec48fb user: andybradford tags: trunk) | |
2015-11-28
| ||
19:59 | Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. ... (Closed-Leaf check-in: 5f32bf719d user: andybradford tags: pending-review) | |
2015-11-22
| ||
05:30 | Restore historical behavior of allowing both pull-only and pullonly in autosync setting. ... (check-in: acc0200a4a user: andybradford tags: trunk) | |
2015-11-21
| ||
17:25 | If the proc argument list is an empty list, don't segfault by accessing memory outside the bounds of the array. For example, as used in the footer [/artifact/7f36cbf30a82ef3cec30c1917a96415fa7d76eeb?txt=1&ln=3] ... (check-in: 7c3cb470e6 user: andybradford tags: trunk) | |
2015-08-12
| ||
05:39 | Remove unused variable after merge of check-in-edit changes. ... (check-in: d17dc8f220 user: andybradford tags: trunk) | |
2015-08-11
| ||
04:03 | Integrate new command [/help?cmd=amend|amend] into trunk. ... (check-in: c73c95cc65 user: andybradford tags: trunk) | |
2015-08-07
| ||
05:16 | Merge in changes from trunk. ... (Closed-Leaf check-in: 5246eac0c8 user: andybradford tags: check-in-edit) | |
05:15 | Integrate change to disallow passing in a NULL pointer to blob_append. ... (check-in: dd75bc574d user: andybradford tags: trunk) | |
2015-08-06
| ||
05:14 | If caller doesn't provide a UUID, leave it out of the message. ... (check-in: fbf3a5dd87 user: andybradford tags: check-in-edit) | |
04:52 | Add additional tests and helper procedures and isolate some tests more. ... (check-in: 892e523f7c user: andybradford tags: check-in-edit) | |
2015-08-05
| ||
06:42 | Add test for NULL UUID argument handling. ... (check-in: 5c9a0fa7cf user: andybradford tags: check-in-edit) | |
2015-08-02
| ||
05:34 | • Edit [2d714a4e48251549|2d714a4e48]: Move to branch pending-review. ... (artifact: 17776d17b5 user: andybradford) | |
04:17 | Additional tests for the rest of the arguments. ... (check-in: ac3ccc4e72 user: andybradford tags: check-in-edit) | |
04:16 | If the UUID is not legitimate or cannot be found, return an error. ... (check-in: e4b5c2c227 user: andybradford tags: check-in-edit) | |
02:44 | Avoid using a null pointer resulting in a segfault if caller sends in null. ... (Closed-Leaf check-in: 2d714a4e48 user: andybradford tags: pending-review) | |
2015-08-01
| ||
06:46 | Add some tests for -close and -hide. ... (check-in: b1dd95c7d9 user: andybradford tags: check-in-edit) | |
06:40 | Make -close and -hide no-ops if the checkin already has those tags. ... (check-in: 1c8fdd253e user: andybradford tags: check-in-edit) | |
01:47 | Add test for newly added code that checks the datetime format is correct. ... (check-in: 3740d83f39 user: andybradford tags: check-in-edit) | |
2015-07-31
| ||
07:33 | Add test for -date option. ... (check-in: f2748b4535 user: andybradford tags: check-in-edit) | |
07:22 | • Edit [44fda3228b18d6f6|44fda3228b]: Edit check-in comment. ... (artifact: 1f83548eae user: andybradford) | |
07:22 | Check that the date provided will actually come back out of the database before allowing it in. Also, allow altering a date or user that may be wrong. ... (check-in: 44fda3228b user: andybradford tags: check-in-edit) | |
2015-07-30
| ||
06:53 | Add comment header to test file. ... (check-in: 161f4348ca user: andybradford tags: check-in-edit) | |
06:49 | Begin adding tests for new amend command. ... (check-in: ae7b579d82 user: andybradford tags: check-in-edit) | |
06:43 | • Edit [4c4a954910ef7d94|4c4a954910]: Cancel tag "pending-review". ... (artifact: fbbe30184f user: andybradford) | |
2015-07-29
| ||
03:26 | Merge in released version of SQLite from trunk. ... (check-in: 4c4a954910 user: andybradford tags: check-in-edit) | |
03:23 | Minor grammar correction in comment, no functional change. ... (check-in: f8b0a3e8cd user: andybradford tags: check-in-edit) | |
03:00 | • Edit [ee463a39be9ed503|ee463a39be]: Cancel tag "pending-review". ... (artifact: 5bf466f6ee user: andybradford) | |
2015-07-25
| ||
17:02 | Merge in latest changes from trunk. ... (check-in: ee463a39be user: andybradford tags: check-in-edit) | |
17:01 | Add support for comment file via -M so the prompt message is not confusing when it mentions the use of -M. ... (check-in: 37aeb1c43e user: andybradford tags: check-in-edit) | |