Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins tagged with "artifact-view-links"
|
2021-03-01
| ||
| 07:37 | Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links) | |
|
2020-05-27
| ||
| 16:02 | Merged trunk changes in ... (check-in: 32f391f655 user: wyoung tags: artifact-view-links) | |
|
2020-05-06
| ||
| 11:51 | Add a TODO comment to the branch_of_file_rid() function. ... (check-in: d462f87d8a user: drh tags: artifact-view-links) | |
| 08:47 | Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. ... (check-in: da1adac6d1 user: wyoung tags: artifact-view-links) | |
| 08:44 | Fixed a typo. ... (check-in: d43afe59f3 user: wyoung tags: artifact-view-links) | |
| 08:20 | The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. ... (check-in: c27f646f25 user: wyoung tags: artifact-view-links) | |
| 07:38 | Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. ... (check-in: a9dda382bf user: wyoung tags: artifact-view-links) | |