Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of www/fileformat.wiki
2018-12-07
| ||
19:36 | Reworded 2 references to 40-character artifact IDs, since those particular IDs may now be longer than 40 characters. file: [339f6a90] check-in: [565c2173] user: stephan branch: trunk, size: 34798 | |
2018-10-09
| ||
15:21 | Bolded the card letters in fileformat.wiki and normalized 'X card' vs 'X-card' vs '"X" card' to make it easier to search for a given card type in the document. file: [a058b119] check-in: [a1437b24] user: wyoung branch: trunk, size: 34813 | |
2018-08-12
| ||
21:40 | Fixed a few references to MIME type "text/x-fossil" in the fileformat document. It's "text/x-fossil-wiki" everywhere else. file: [8b2330f9] check-in: [e00cdbe7] user: wyoung branch: trunk, size: 33740 | |
2018-08-08
| ||
18:32 | Typo fix file: [c62827e0] check-in: [15b20343] user: wyoung branch: trunk, size: 33730 | |
2018-07-24
| ||
02:14 | Typo fixes. file: [594b66ee] check-in: [452be61b] user: drh branch: forum-v2, size: 33730 | |
2018-07-19
| ||
21:31 | Enhance the manifest parser to support parsing of Forum posts artifacts. At the same time, simplify the artifact syntax error detection logic using tables rather than straight code. file: [3b74370b] check-in: [e893e9d0] user: drh branch: forum-v2, size: 33731 | |
19:43 | Proposed new design for the forum. Individual posts are stored as ordinary artifacts and thus participate in sync just like any other artifact. There is a new artifact type used to describe forum posts. This check-in defines the format of the new artifact type. Follow-up check-ins on this thread will attempt to flesh-out the idea in code. file: [51ccb966] check-in: [15fa6053] user: drh branch: forum-v2, size: 33538 | |
2017-10-19
| ||
20:39 | Initial changes for adding attachments to check-ins. file: [9270a4bc] check-in: [cb385ba0] user: drh branch: checkin-attachment, size: 30530 | |
2017-03-02
| ||
12:08 | Few (textual) typos. Eliminate unneccary spacing. file: [c5e5f4a2] check-in: [b098c939] user: jan.nijtmans branch: trunk, size: 29606 | |
00:10 | Documentation updates - remove references to SHA1 as the only available hash algorithm. file: [c9c36b1f] check-in: [796db898] user: drh branch: trunk, size: 29609 | |
2017-02-28
| ||
10:12 | Update the change log for version 2.0. file: [8877469c] check-in: [89077b05] user: drh branch: fossil-2.0, size: 29967 | |
10:06 | Updates to to the fileformat.wiki document. file: [0ebcd0af] check-in: [d9bef53b] user: drh branch: fossil-2.0, size: 29968 | |
2017-02-27
| ||
22:33 | Back out the change to the cluster artifact M-card that added an alias name. The plan is to transmit alias information by new cards in the sync protocol. file: [7b54b9c5] check-in: [a6ee563c] user: drh branch: fossil-2.0, size: 30531 | |
22:20 | Abandon the HNAME table idea. Instead, continue to use the BLOB.UUID as the primary artifact name and add the ALIAS table for aliased artifact names after a hash algorithm change. Add the optional alias argument to the M-card. file: [b03f5176] check-in: [2e42c9cb] user: drh branch: fossil-2.0, size: 30701 | |
2017-01-10
| ||
20:32 | Improvements to comments and file format docs. file: [c55f4e64] check-in: [f0c19ea1] user: mistachkin branch: remarks-on-checkins, size: 32312 | |
19:08 | Expand the scope of the new Remark artifact so that it may be attached to either a check-in or a branch. file: [a7f3a7e4] check-in: [b78d1a67] user: drh branch: remarks-on-checkins, size: 32312 | |
2017-01-08
| ||
21:04 | A couple more typo fixes in the file format document. file: [671e7a8e] check-in: [290404ec] user: mistachkin branch: remarks-on-checkins, size: 31997 | |
02:03 | Fix a typo in the file format document. file: [0dfbff9f] check-in: [1c7438d4] user: mistachkin branch: remarks-on-checkins, size: 32003 | |
2017-01-07
| ||
19:10 | Describe the Remark artifact used to record check-in remarks. file: [88c0acfa] check-in: [0e9021f8] user: drh branch: remarks-on-checkins, size: 32006 | |
18:54 | Clarification of the W card in the file-format document. file: [4e1f7829] check-in: [5e9e7673] user: drh branch: trunk, size: 30002 | |
2016-11-07
| ||
00:33 | Integrate andygoth-changes, try two file: [651cec77] check-in: [e7764947] user: andygoth branch: trunk, size: 29970 | |
2016-11-02
| ||
10:16 | Eliminate unnecessary end-of-line spacing in wiki. No textual changes. file: [71931bb7] check-in: [f47b7052] user: jan.nijtmans branch: trunk, size: 29973 | |
2016-09-27
| ||
17:23 | One more tweak to fileformat.wiki file: [981373a4] check-in: [731eb897] user: andygoth branch: trunk, size: 30004 | |
17:19 | Fix a couple tiny editorial inconsistencies in fileformat.wiki file: [61ac00f0] check-in: [9c2116a0] user: andygoth branch: trunk, size: 30004 | |
2016-02-18
| ||
10:13 | Minor correction to the P-card docs. file: [af854d34] check-in: [576d64c9] user: stephan branch: trunk, size: 29991 | |
2016-01-07
| ||
20:42 | minor typo fix. file: [9ef84f4a] check-in: [82bb1901] user: stephan branch: hierarchical-manifests, size: 33079 | |
2015-12-22
| ||
13:40 | Further design changes to hierarchical manifests. Still no actual code. file: [0b7c241e] check-in: [47aa9282] user: drh branch: hierarchical-manifests, size: 33078 | |
07:18 | Describe an enhancement to manifest artifacts that allows for an hierarchical description of the structure of a check-in. It is hoped that this new format will work more efficiently for large repositories, and make clone and pull from Git much easier and faster. This check-in is a documentation change only. the new hierarchical manifest type has not yet been implemented in code. file: [68fac263] check-in: [7576a0f1] user: drh branch: hierarchical-manifests, size: 34145 | |
2015-02-26
| ||
21:52 | replace 'checkin' by 'check-in' in WWW-docs, except in links, arguments and combined words already containing a hyphen file: [1cd023bf] check-in: [3312e40f] user: michai branch: ml-jb-doc-typos, size: 29923 | |
21:33 | fixed more typos and grammatical errors in WWW-docs as specified by ML-posted patches file: [d54f8450] check-in: [bf1b9972] user: michai branch: ml-jb-doc-typos, size: 29922 | |
20:18 | fixed a number of typos in WWW-docs, as suggested on ML file: [01e30821] check-in: [05fc09c5] user: michai branch: ml-jb-doc-typos, size: 29922 | |
2015-02-14
| ||
17:56 | Rename the "event artifact" type to "technical note" or "technote". The format of the artifact is unchanged. Add the ability to enter and edit technotes as markdown and plain text in addition to wiki. file: [6bbd0727] check-in: [bd50848e] user: drh branch: trunk, size: 29922 | |
2015-01-05
| ||
20:36 | Fix typos in the file-format documentation. file: [736c516e] check-in: [f7d7ce35] user: drh branch: trunk, size: 29738 | |
2014-07-23
| ||
04:23 | Minor corrections to documentation. file: [d7f9a26e] check-in: [f1b148df] user: andybradford branch: trunk, size: 29738 | |
2014-05-14
| ||
16:05 | minor doc correction. file: [f5afc371] check-in: [ec44f61a] user: stephan branch: trunk, size: 29735 | |
2014-02-24
| ||
18:38 | Documented the 'l' F-card permission and added a minor clarification regarding F-card UUID values for removed files. file: [078c8487] check-in: [007c32bd] user: stephan branch: trunk, size: 29730 | |
2013-09-11
| ||
20:11 | typo and unnecessary "align=center" file: [5c944bb2] check-in: [53e00425] user: jan.nijtmans branch: trunk, size: 29629 | |
2013-08-26
| ||
07:56 | Document that the C-card in events is optional. Proof: /event/bfdf42305400f6ca. Don't output C-card in events when not necessary (code copied from attach.c) file: [64d335a6] check-in: [6a03e932] user: jan.nijtmans branch: trunk, size: 30486 | |
2013-08-23
| ||
21:40 | remove incorrect remark. file: [2c030547] check-in: [45843c8e] user: jan.nijtmans branch: trunk, size: 30486 | |
10:07 | typo's file: [4a584b56] check-in: [882f7a5d] user: jan.nijtmans branch: trunk, size: 30564 | |
2013-08-19
| ||
18:33 | Minor addenda to the R-card calculation notes. file: [9974dfbc] check-in: [9d50b77e] user: stephan branch: trunk, size: 30566 | |
2013-08-16
| ||
14:36 | update documentation file: [ec459889] check-in: [d10eee3a] user: jan.nijtmans branch: merge-integrate, size: 30389 | |
09:14 | Added a minor clarification regarding fossilization of strings to the R card demo. file: [29e518dc] check-in: [76d901dd] user: stephan branch: trunk, size: 30331 | |
2013-08-15
| ||
20:22 | Make formatting of the syntax for the various cards consistent, including in the summary table. file: [f6f61f4f] check-in: [4e9522ab] user: mistachkin branch: trunk, size: 30025 | |
15:46 | minor tweaks to the file format summary table. file: [2187614d] check-in: [f9bda0a2] user: stephan branch: trunk, size: 29921 | |
00:37 | minor typo fix. file: [0eb151c6] check-in: [80bf17c0] user: stephan branch: trunk, size: 29915 | |
00:37 | Reworked the manifest summary table to indicate how many of each card type are required. file: [8b0555f3] check-in: [559047a0] user: stephan branch: trunk, size: 29914 | |
2013-08-13
| ||
13:37 | c/the the/the/ file: [15799bb3] check-in: [0b75e2e6] user: jan.nijtmans branch: trunk, size: 29669 | |
12:50 | fixed a misspelled closing tag :/. file: [66f21bd2] check-in: [df60acb6] user: stephan branch: trunk, size: 29673 | |
12:47 | Added missing name anchor and section number. Minor text improvements. file: [ec700131] check-in: [04764ae2] user: stephan branch: trunk, size: 29671 | |
12:39 | Added an "Addenda" section as a place for describing the file format algorithms in more detail (hints for implementors). file: [d42b1629] check-in: [1b5513cb] user: stephan branch: trunk, size: 29500 | |
2013-08-11
| ||
16:17 | Changed status of J card from (R?) to (R). file: [8ca6c260] check-in: [b86fb096] user: stephan branch: trunk, size: 28599 | |
13:55 | Fixed the required designation on the U card in Manifests. file: [62268191] check-in: [bc601702] user: stephan branch: trunk, size: 28600 | |
13:53 | Expanded the control artifact/card summary table to distinguish between optional and required cards. file: [df900489] check-in: [e946977e] user: stephan branch: trunk, size: 28601 | |
2013-08-03
| ||
17:11 | Added missing U card from the initial description of Control Artifact requirements. file: [5153d93a] check-in: [cac2d695] user: stephan branch: trunk, size: 28347 | |
2013-04-01
| ||
13:50 | Add the --mimetype option to the "commit" command. file: [552b13ef] check-in: [6d4339bb] user: drh branch: markdown, size: 28338 | |
2013-03-29
| ||
16:38 | Add the N-card to control artifacts for wiki, checkins, events, and attachments, which opens up the possibility (not yet implemented) of being able to save wiki text, check-in comments, event text, and attachment descriptions in a variety of formats, such as text/plain, text/html, or text/x-markdown. file: [08ecddfc] check-in: [2336a2d8] user: drh branch: markdown, size: 28334 | |
2012-08-17
| ||
18:14 | Fixed a number of "the the" duplications in comments, documentation, and HTML (templates). Left the 17 occurences of same in sqlite.c alone. file: [45ac15ba] check-in: [b00e462f] user: andreask branch: trunk, size: 27243 | |
2012-08-06
| ||
11:15 | Fix minor documentation typo. file: [9bb16476] check-in: [372879b3] user: drh branch: trunk, size: 27247 | |
2011-02-26
| ||
15:32 | Extend the file format for manifests to include the Q-card for recording cherry-picks. Parse and ignore these cards for now. file: [dc9aca3a] check-in: [7fcbbb1d] user: drh branch: trunk, size: 27248 | |
2011-02-25
| ||
17:59 | Update the file format documentation to make it clear that a Z-card is required on all artifacts. file: [a7cf7b7b] check-in: [51c3f3b6] user: drh branch: trunk, size: 25881 | |
14:20 | Comment and documentation updates on the tagging mechanism. No substantive code changes. file: [3a75033c] check-in: [80f89e3f] user: drh branch: trunk, size: 25855 | |
2011-02-09
| ||
23:08 | Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number. file: [c1b23735] check-in: [81ad6e2e] user: drh branch: trunk, size: 25843 | |
2011-01-07
| ||
16:20 | Record fractional seconds for artifact times. file: [7342f61f] check-in: [722d7cac] user: drh branch: trunk, size: 25824 | |
2010-11-01
| ||
14:23 | Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. file: [34cd0cc7] check-in: [d0753799] user: drh branch: trunk, size: 25701 | |
2010-10-19
| ||
17:57 | Fix a typo in the file format documentation. file: [c9153f4a] check-in: [0f3086be] user: drh branch: experimental, size: 25701 | |
17:01 | Improvements to the file format documentation to better describe the new B-card on manifests. file: [20a739ee] check-in: [f56c622b] user: drh branch: experimental, size: 25700 | |
2010-10-17
| ||
17:25 | Add the ability to parse and use manifests with the B-card. Add documentation for the B-card. file: [9db967cb] check-in: [ec56d8ff] user: drh branch: experimental, size: 25449 | |
2010-10-04
| ||
01:21 | Updates and corrections to the file format documentation. file: [6457b729] check-in: [3e48b683] user: drh branch: experimental, size: 24786 | |
2010-10-02
| ||
03:28 | Add the ability to assign background colors to the timeline entries for events. file: [f651ce38] check-in: [a5110365] user: drh branch: experimental, size: 24640 | |
00:25 | First working code for displaying and editing events. file: [7cb0118d] check-in: [419903eb] user: drh branch: experimental, size: 23730 | |
2010-10-01
| ||
22:17 | Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. file: [b44889d5] check-in: [ed8738b6] user: drh branch: experimental, size: 23662 | |
2010-07-23
| ||
14:38 | Fixed a link error in wiki file: [482a8026] check-in: [6c73d1b2] user: BMorgat branch: trunk, size: 21198 | |
09:37 | Fixed various typos and omissions in help sections file: [84132a03] check-in: [44b02c3d] user: BMorgat branch: trunk, size: 21194 | |
2010-06-11
| ||
12:27 | Fix documentation typos. file: [c9824275] check-in: [b16b4337] user: drh branch: trunk, size: 21198 | |
2010-03-16
| ||
16:52 | Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. file: [5fee1a58] check-in: [615a52f0] user: drh branch: trunk, size: 21196 | |
15:38 | Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. file: [23f2c83b] check-in: [d5a4e41c] user: drh branch: trunk, size: 21273 | |
2010-02-24
| ||
04:11 | Updates to the file format documentation. file: [de56e1cb] check-in: [f01ec9db] user: drh branch: trunk, size: 16010 | |
2009-08-08
| ||
22:40 | Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. file: [ab44da6d] check-in: [8b630bb5] user: drh branch: trunk, size: 15806 | |
2009-04-07
| ||
04:12 | typo file: [9924363b] check-in: [6fe981ec] user: bch branch: trunk, size: 16094 | |
04:04 | typo file: [f082b96f] check-in: [434c350a] user: bch branch: trunk, size: 16102 | |
2009-01-25
| ||
16:00 | Update the file format documentation. file: [e6fabaf4] check-in: [c6646951] user: drh branch: trunk, size: 16103 | |
2009-01-23
| ||
00:16 | Change "baseline" to "check-in" in the on-line documentation. file: [745e72bd] check-in: [904ee40b] user: drh branch: trunk, size: 15282 | |
2008-11-11
| ||
03:50 | doc changes -- spelling corrections and embedded ref pages. file: [d69c059d] check-in: [9eb6ea75] user: kejoki branch: trunk, size: 15282 | |
2008-10-26
| ||
02:16 | Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. file: [49c16eb3] check-in: [efb759a0] user: drh branch: trunk, size: 15278 | |
2008-10-24
| ||
13:27 | Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. file: [e95af362] check-in: [e8c4f69c] user: drh branch: trunk, size: 14354 | |
2008-10-21
| ||
06:10 | Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. file: [3e2ac76c] check-in: [2bde9f9b] user: drh branch: trunk, size: 14316 | |
2008-10-05
| ||
01:03 | Documentation updates. file: [fff56efd] check-in: [c8893c69] user: drh branch: trunk, size: 13499 | |
2008-07-29
| ||
13:07 | Documentation updates. file: [51b55c19] check-in: [9d10726d] user: drh branch: trunk, size: 12892 | |
2008-07-20
| ||
17:37 | Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.) file: [3dee4db5] check-in: [6ecc392f] user: drh branch: trunk, size: 12868 | |
2008-07-15
| ||
14:33 | Additional documentation updates. file: [9be529e4] check-in: [adc0b3bf] user: drh branch: trunk, size: 12845 | |
2008-05-15
| ||
20:25 | initial ports of static .html to static /doc .wiki file: [346d6f32] check-in: [d87ca60c] user: stephan branch: trunk, size: 12421 Added | |