Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

77 events for the month beginning 2019-03-01

Following month ↑
2019-03-30
16:13 Edit [3b23b3289d1c7305|3b23b3289d]: Edit check-in comment. artifact: a56f7a774c user: andybradford
15:40
Backout [f517cb7f] because they both come together anyway and this one is a macro. See https://fossil-scm.org/forum/forumpost/da64c38d6a for discussion. check-in: 3b23b3289d user: andybradford tags: trunk
00:46
Support both "1)" and "1." for numbered lists in markdown, as commonmark does. Patch from A. Kupries. check-in: 9d6a0aac42 user: drh tags: trunk
2019-03-27
19:59
Added Jupyter nbviewer link for www/image-format-vs-repo-size.ipynb, and made a few small edits to the notebook after seeing it in that viewer. check-in: f52d63e37b user: wyoung tags: trunk
18:45
Several improvements to the image-format-vs-repo-size experiment and the report documenting it: dropped the first 3 columns of data to make the bar chart clearer; drawing the bar chart on a transparent BG in case it's used on a page with a non-white BG, as with a selected Fossil forum post; added axis labels; added a run time calculation to the exp... check-in: 41e5237acd user: wyoung tags: trunk
13:22
Expand the dates in the timeline description when using punctuationless dates in the query parameters. check-in: 99abe50b1f user: drh tags: trunk
13:16
Accept pure numeric ISO8601 date/time strings (without punctuation) if there are not conflicts with other identifiers. check-in: 437f39b87c user: drh tags: trunk
2019-03-26
01:45
Remove extra output when requirements are found and there is really no need for a warning here either. check-in: 1aab3f3178 user: andybradford tags: trunk
2019-03-25
19:47 Edit [c3f118c529e94c8f|c3f118c529]: Mark "Closed". artifact: 3174ca3139 user: drh
18:43
Capture both SSL library requirements before attempting to build the code. check-in: f517cb7f25 user: andybradford tags: trunk
14:02
Check for the presence of BIO_ADDR_hostname_string before using it. check-in: 0ef9501cfa user: andybradford tags: trunk
12:13
If the login fails during a clone or sync, fail the command immediately rather than reprompting for a new password, as the sync is going to eventually fail anyhow. check-in: e4ca60cd49 user: drh tags: trunk
11:31
Use the BIO_ADDR_hostname_string() function from OpenSSL to obtain the IP address of the remote side, if that function is available. check-in: 8a4ad5cb54 user: drh tags: trunk
06:18
Typo fix, reported in the forum: administator. check-in: 1614c9b5d0 user: stephan tags: trunk
2019-03-24
18:56
Fixed a few bugs in the Makefile in the www/image-format-vs-repo-size.md doc, and added a caveat about potential further bugs. check-in: 82ad5914f1 user: wyoung tags: trunk
18:50
Added my two recently-created documents to the permuted doc index check-in: 41579b4c84 user: wyoung tags: trunk
17:25
Added "Image Format vs Fossil Repo Size" article and supporting files. check-in: 05f95db774 user: wyoung tags: trunk
2019-03-23
21:47
Fix password change reported on Fossil Forum bug by ending the form tag properly. check-in: 643123d591 user: andybradford tags: trunk
21:44
Add missing HTML tag for nobr to skin. check-in: 5152d81e4d user: andybradford tags: trunk
2019-03-22
18:39
Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. check-in: c546212f10 user: drh tags: trunk
11:56
Fossil needs SQLite 3.28.0 now, so check for that. check-in: e3258f1b43 user: jan.nijtmans tags: trunk
2019-03-21
23:51
(cherry-pick): Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: http://blog.unicode.org/2018/09/new-japanese-era.html check-in: 31aefc3bc6 user: jan.nijtmans tags: branch-2.8
20:50
Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: http://blog.unicode.org/2018/09/new-japanese-era.html check-in: 9b679012e0 user: jan.nijtmans tags: trunk
2019-03-20
12:34
An attempt to get the --autopush option of "fossil git export" to work with ssh. check-in: cd212e8022 user: drh tags: trunk
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. check-in: 6cc5354821 user: andybradford tags: db-begin-txn-updates
2019-03-18
19:27
Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil. check-in: c2cfaa6a72 user: drh tags: trunk
12:04
Add the /secureraw page that requires the complete HASH before it will deliver an artifact. check-in: 7abfca6752 user: drh tags: trunk
11:48
Fix a minor typo in a comment used to generate "stash" documentation. check-in: aaa726e191 user: drh tags: trunk
10:38
Update the built-in SQLite to the latest 3.28.0 alpha version. check-in: 831e1af254 user: drh tags: trunk
2019-03-17
10:44
Fix for _popen and _pclose with Visual C++ in the new export.c module. check-in: 931da0c3e3 user: wyoung tags: trunk
07:01
Expanded the "Standalone server" section of www/server.wiki to add more examples. Also fixed a few grammar problems elsewhere in the doc. check-in: f153777f3e user: wyoung tags: trunk
06:42
Moved the section on stunnel configuration from www/server.wiki to www/ssl.wiki, adding links from one to the other. Also changed all remaining references to "SSL" in server.wiki to "TLS". check-in: 355c16a528 user: wyoung tags: trunk
06:18
Expanded the discussion of the difference between "fossil ui" and "fossil server" in www/server.wiki. check-in: 67e30333d1 user: wyoung tags: trunk
06:13
Wiki formatting fix pass on www/server.wiki in preparation for more substantial changes: removed all explicit <p> tags where they don't affect rendering; changed all <a name...><h2> with <h2 id=...>; added whitespace; moved <blockquote> tags down to their own line since they're key to the page layout. check-in: 3406f0eb2d user: wyoung tags: trunk
05:05
Added information on 2FA to the new mirroringtogithub.md doc check-in: a2ef43104f user: wyoung tags: trunk
04:21
Clarity, formatting, and grammar edit pass on the new www/mirrortogithub.md document. check-in: 5cb3e09464 user: wyoung tags: trunk
03:50
Only showing the file name extension to MIME type map page on the sitemap if the accessing user has an ability to check in named files. I can't see how anyone else would care what that table contains. check-in: 71d66284b4 user: wyoung tags: trunk
03:47
Removed the Markdown and Wiki help page links from the Help section of the sitemap when the accessing user has no ability to create content in those formats: no wiki, ticket, or forum creation capability, no checkin rights, and no Admin rights. check-in: 7ff6d5b0e9 user: wyoung tags: trunk
01:42
Add the "fossil git export" command to the 2.9 change log. check-in: 17b517f5ee user: drh tags: trunk
01:40
Add the "How To Mirror A Fossil Repository On GitHub" document. check-in: 21b57fae40 user: drh tags: trunk
00:14
Automatically run "git repack -adf" after an initial export to git using the "fossil git export" command. (Recommended by Linus Torvalds himself.) check-in: e4d87cd16b user: drh tags: trunk
00:02
Do not use the --input-marks option with "git fast-import". Instead, remember older Git-names and insert them directly into the fast-import stream. check-in: 8e6f3ced08 user: drh tags: trunk
2019-03-16
18:58
Make the configuration database (~/.fossil) optional for the sync command. check-in: d1b88ad570 user: drh tags: trunk
17:04
Abandon an export to Git if a phantom artifact is encountered on any check-in that is less than one year old. This is a defense against generating an incorrect export from a repository that has an incomplete sync. Shunned artifacts are always ignored, regardless of age. check-in: de0bbcb53c user: drh tags: trunk
13:58
When the "fossil git export" command displays the "git push" command it is about to run, omit the display of any password that happens to be embedded in the URL. check-in: aaa937a8e1 user: drh tags: trunk
13:31
Fix a missing newline when printing the git push command on --autopush. check-in: df619db6e4 user: drh tags: trunk
13:23
Update the "fossil git export" command so that it remembers the last repository name and reuses it if no repository is specified. Add the --force option. check-in: fe98905e9a user: drh tags: trunk
13:06
Add the --autopush option to the "fossil git export" command. check-in: ac5ae7b733 user: drh tags: trunk
01:07
Add a README.md file for the sake of the GitHub test mirror. check-in: ced33d1abf user: drh tags: trunk
00:58
Add the "fossil git export" command, designed to simplify making a Git mirror of a working Fossil repository. check-in: 702959420f user: drh tags: trunk
00:26
Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd
2019-03-15
21:36
Do the export within a transaction for performance. Record a complete two-way map of Git and Fossil names in the mirror.mmark table. check-in: c4f9b177f4 user: drh tags: mirror-cmd
20:01
Add the "FossilOrigin-Name:" footer on all exported comments. check-in: 051cd3825e user: drh tags: mirror-cmd
16:38
Rename "fossil mirror" to "fossil git export". Deprecate the "fossil export" command. check-in: 2faec6b748 user: drh tags: mirror-cmd
16:11
Export "manifest", "manifest.uuid", and "manifest.tags" files if that is what the repository needs. check-in: eafe5ce624 user: drh tags: mirror-cmd
13:12
The branch names should start with "refs/heads" (with an "s" at the end), not just "refs/head". check-in: d74371680d user: drh tags: mirror-cmd
11:48
Render any phantom or shunned artifacts as an empty file. check-in: 2487f505cd user: drh tags: mirror-cmd
2019-03-14
20:16
The mirror command is now able to export all of Fossil itself, though tags are still not exported. check-in: a3471a5eef user: drh tags: mirror-cmd
19:43
Fix the export so that it is able to handle phantom check-ins. check-in: 4a480954e7 user: drh tags: mirror-cmd
18:55
Sanitize branch names to conform to Git restrictions. check-in: 11bcc4eb10 user: drh tags: mirror-cmd
18:20
Progress on the "fossil mirror" command. check-in: 5063eb521e user: drh tags: mirror-cmd
17:16
Begin work on the "fossil mirror" command. check-in: dbc1c62a99 user: drh tags: mirror-cmd
13:52
When doing a "fossil stash" make sure that the stash has committed before deleting changes from disk, so that the changes can be recovered if something goes wrong. check-in: 60af514d13 user: drh tags: trunk
2019-03-13
18:46
Continuing work on the VCCP design. Closed-Leaf check-in: c3f118c529 user: drh tags: vccp
15:34
Continuing work on the VCCP spec. This is an incremental check-in. check-in: 60794e993c user: drh tags: vccp
2019-03-09
21:57
Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. check-in: b37bb7dc79 user: drh tags: vccp
2019-03-08
00:42
Update the documentation on the "fossil backoffice" command. check-in: 35c8103e6d user: drh tags: trunk
2019-03-07
17:57
Add the --poll option to "fossil backoffice" to allow it to act as a backoffice launch daemon. check-in: 1021afc6aa user: drh tags: trunk
16:43
Enhancements to the "backoffice" command: Added the --nodelay option and added the ability to specify multiple repositories. check-in: 96fc484876 user: drh tags: trunk
2019-03-04
13:58
Improvements to Append Wiki privilege suggested by jakesfr. check-in: 3790dbbd36 user: drh tags: trunk
2019-03-02
20:33
Improvements to the document that describes the delta format. check-in: 81e61d78fd user: drh tags: trunk
18:18
Enable make install without first calling make workflow by adjusting the install target prerequisites. This allows make install to be called on a fresh clone/checkout of Fossil because otherwise OBJDIR is missing and make install fails. check-in: 904eb8a5ec user: andybradford tags: trunk
2019-03-01
21:46
Merge trunk. Update to Openssl 1.1.1b check-in: b7695eeea2 user: jan.nijtmans tags: openssl-1.1
21:42
Update to openssl 1.0.2r check-in: a416666563 user: jan.nijtmans tags: trunk
21:37
Update custom makefile. Remove some unnecessary spacing in documentation check-in: e2751b18af user: jan.nijtmans tags: trunk
10:30
(cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "fossil regexp", "fossil grep" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) check-in: e217b8b988 user: jan.nijtmans tags: branch-2.8
09:38
Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "fossil regexp", "fossil grep" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) check-in: b2c424ada8 user: jan.nijtmans tags: trunk
Previous month ↓