Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
565c21739c5681118e24dc5e1df03a4c |
| User & Date: | stephan 2018-12-07 19:36:09.175 |
Context
|
2018-12-11
| ||
| 16:28 | Enhance the /wcontent page to show a sortable list of wiki pages together with the number of versions and the time of last change. check-in: 81c22bc6b8 user: drh tags: trunk | |
|
2018-12-10
| ||
| 08:07 | Attempt to get the backoffice running on Windows. check-in: c52fb5eddb user: tsbg tags: backoffice-win | |
|
2018-12-07
| ||
| 19:36 | Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. check-in: 565c21739c user: stephan tags: trunk | |
|
2018-12-04
| ||
| 23:08 | Fixed a use of fclose() on a handle opened with popen(), noticed by Stephan Beal. check-in: 1f4b4fcb62 user: wyoung tags: trunk | |
Changes
Changes to www/fileformat.wiki.
| ︙ | ︙ | |||
303 304 305 306 307 308 309 | The <b>D</b> card and the <b>Z</b> card of a control artifact are the same as in a manifest. The <b>T</b> card represents a [./branching.wiki#tags | tag or property] that is applied to some other artifact. The <b>T</b> card has two or three values. The | | | 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 | The <b>D</b> card and the <b>Z</b> card of a control artifact are the same as in a manifest. The <b>T</b> card represents a [./branching.wiki#tags | tag or property] that is applied to some other artifact. The <b>T</b> card has two or three values. The second argument is the lowercase artifact ID of the artifact to which the tag is to be applied. The first value is the tag name. The first character of the tag is either "+", "-", or "*". The "+" means the tag should be added to the artifact. The "-" means the tag should be removed. The "*" character means the tag should be added to the artifact and all direct descendants (but not descendants through a merge) down to but not including the first descendant that contains a |
| ︙ | ︙ | |||
435 436 437 438 439 440 441 | <b>U</b> <i>user-name</i><br /> <b>Z</b> <i>checksum</i> </blockquote> The <b>A</b> card specifies a filename for the attachment in its first argument. The second argument to the <b>A</b> card is the name of the wiki page or ticket or technical note to which the attachment is connected. The | | | 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 | <b>U</b> <i>user-name</i><br /> <b>Z</b> <i>checksum</i> </blockquote> The <b>A</b> card specifies a filename for the attachment in its first argument. The second argument to the <b>A</b> card is the name of the wiki page or ticket or technical note to which the attachment is connected. The third argument is either missing or else it is the lower-case artifact ID of the attachment itself. A missing third argument means that the attachment should be deleted. The <b>C</b> card is an optional comment describing what the attachment is about. The <b>C</b> card is optional, but there can only be one. A single <b>D</b> card is required to give the date and time when the attachment |
| ︙ | ︙ |