Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
27 check-ins related to "technoteattachcli"
|
2016-05-14
| ||
| 00:48 | Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. check-in: 05cd9fa2bf user: rberteig tags: trunk | |
|
2016-05-06
| ||
| 14:08 | Add tests for the mimetype on wiki command. Update help text to list valid mimetypes Closed-Leaf check-in: 6fa5570b9a user: dave.vines tags: technoteattachcli | |
|
2016-05-05
| ||
| 18:26 | Fix bug detected by wiki-15 and wiki-15.1. Left hand thought that the mtime column was the timestamp of the tech note. Right hand thought that the mtime column was the last modification time of the tech note. Left hand was right and the relevant query has been updated to use the objid (assigned as the new tech note manifest is added) as the indication of the most recently modified version of the tech note check-in: e9d7c5aa29 user: dave.vines tags: technoteattachcli | |
|
2016-05-04
| ||
| 00:22 | Document short options for fossil wiki list command. check-in: 99b1a1eae0 user: rberteig tags: technoteattachcli | |
|
2016-05-03
| ||
| 08:17 | Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. check-in: 8c8ccac9be user: rberteig tags: technoteattachcli | |
| 07:11 | Move loop variable declaration out of for loop for C89 happiness. check-in: 5a0dbf97ba user: rberteig tags: technoteattachcli | |
|
2016-05-02
| ||
| 16:19 | Do not run "all" commands against encrypted repos if encryption is not supported. check-in: a13ef5e6a6 user: drh tags: trunk | |
|
2016-04-18
| ||
| 19:18 | Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes check-in: 7ed9c7e4a9 user: dave.vines tags: technoteattachcli | |
| 13:36 | add TECHNOTEID to fossil attach command check-in: 70131d08e2 user: dave.vines tags: technoteattachcli | |
| 08:17 | add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). check-in: aeaef8fbb1 user: dave.vines tags: technoteattachcli | |
|
2016-04-12
| ||
| 19:14 | add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) check-in: f486d0f069 user: dave.vines tags: technoteattachcli | |
|
2016-04-04
| ||
| 17:30 | Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. check-in: cbda43e71b user: dave.vines tags: technoteattachcli | |
|
2016-04-01
| ||
| 14:47 | Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. check-in: 3d2341a296 user: dave.vines tags: technoteattachcli | |
|
2016-03-28
| ||
| 12:12 | Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) check-in: 4ce3c62b53 user: dave.vines tags: technoteattachcli | |
|
2016-03-24
| ||
| 22:27 | Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some additional tests. check-in: b81125e250 user: rberteig tags: technoteattachcli | |
| 18:28 | Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. check-in: 420a5fc0bf user: rberteig tags: technoteattachcli | |
|
2016-03-23
| ||
| 21:19 | Add a 1.2 sec delay before the test wiki-30 because it explicitly uses the current date and time, and other changes made to technotes implicitly use the current time, causing a technote name collision if the test script happens to execute with the relevent bits happening within the same wall clock second, at least on Windows. This is partly a kludge to make this test case pass reliably. It would probably be better for test cases to not have more than one reference to 'now' in a way that would cause a name collision, that is worth further investigation. Also, at first glance it doesn't look like the suite actually created to technotes at the same second, but rather it was one of the edits to an older technote that is causing the collision. check-in: c29c75c938 user: rberteig tags: technoteattachcli | |
| 20:51 | Added wiki.test as received from David Vines. This is a snapshot, the test file (usually) runs, but has an issue that I am diagnosing related to the test wiki-30. check-in: f7513f8749 user: rberteig tags: technoteattachcli | |
|
2016-03-13
| ||
| 23:55 | Merged trunk for changes since January and test suite improvements. check-in: 8fa24960ac user: rberteig tags: technoteattachcli | |
| 21:08 | Fix two issues with Older/Newer buttons at timeline edges. check-in: f7c19ec0cc user: rberteig tags: trunk | |
|
2016-01-05
| ||
| 10:12 | [c541b6e734] Remove unintended white space change in wiki.c check-in: d4dc7ad8dc user: dave.vines tags: technoteattachcli | |
| 08:40 | [c541b6e734] Move attachment command from wiki.c to attach.c check-in: 64a5ef28e5 user: dave.vines tags: technoteattachcli | |
| 08:34 | [c541b6e734] Move attachment from wiki subcommand to top level command check-in: 16f864af8f user: dave.vines tags: technoteattachcli | |
|
2016-01-02
| ||
| 10:49 | [c541b6e734] Correct merge check-in: 85aa2a6f76 user: dave.vines tags: technoteattachcli | |
| 10:46 | [c541b6e734] Add cli for attaching to wiki pages and tech notes check-in: b208bf7577 user: dave.vines tags: technoteattachcli | |
| 10:34 | Create new branch named "technoteattachcli" check-in: 5712fa8f13 user: dave.vines tags: technoteattachcli (unpublished) | |
|
2015-12-31
| ||
| 16:10 | Fix a harmless compiler warning in an assert() in delta.c. check-in: d891af8385 user: drh tags: trunk | |