Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | minor doc correction. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ec44f61a831e4225feff1d6f020c1078 |
| User & Date: | stephan 2014-05-14 16:05:34.908 |
Context
|
2014-05-19
| ||
| 07:38 | [/help?cmd=new|fossil new] no longer creates an initial empty commit by default (but it still does when using --date-override). The first commit after checking out a new empty repository will become the initial commit. check-in: cac91b6cd1 user: jan.nijtmans tags: trunk | |
|
2014-05-14
| ||
| 16:39 | Added --format MIMETYPE flag to (wiki create|commit) and /json/wiki/save. check-in: 8f2d9e6923 user: stephan tags: wiki-keep-mimetype | |
| 16:05 | minor doc correction. check-in: ec44f61a83 user: stephan tags: trunk | |
|
2014-05-09
| ||
| 09:34 | [/help/stash|stash gdiff] now honors the "g" in gdiff. check-in: cd5a7e1290 user: stephan tags: trunk | |
Changes
Changes to www/fileformat.wiki.
| ︙ | ︙ | |||
357 358 359 360 361 362 363 | <b>Z</b> <i>checksum</i> </blockquote> The D card is the date and time when the wiki page was edited. The P card specifies the parent wiki pages, if any. The L card gives the name of the wiki page. The optional N card specifies the mimetype of the wiki text. If the N card is omitted, the | | | 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 | <b>Z</b> <i>checksum</i> </blockquote> The D card is the date and time when the wiki page was edited. The P card specifies the parent wiki pages, if any. The L card gives the name of the wiki page. The optional N card specifies the mimetype of the wiki text. If the N card is omitted, the mimetype is assumed to be text/x-fossil-wiki. The U card specifies the login of the user who made this edit to the wiki page. The Z card is the usual checksum over the either artifact and is required. The W card is used to specify the text of the wiki page. The argument to the W card is an integer which is the number of bytes of text in the wiki page. That text follows the newline character |
| ︙ | ︙ |