Fossil

Timeline
Login

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

50 check-ins occurring around 19c60b7fc9e2400e.

2019-04-26
16:45
Make sure that the "--nocgi" option gets removed from the command line (hint: short circuit evaluation of the && operator). ... (check-in: 417e2b4149 user: tsbg tags: backoffice-win)
16:39
Merge trunk. ... (check-in: 3a19db886f user: tsbg tags: backoffice-win)
2019-04-25
14:28
Make full use of the new file_tempname() in "fossil diff" with both --from and --to options. Improve file_tempname() to allow for a suggested differentiator tag. ... (check-in: 1dd2527f2a user: drh tags: trunk)
2019-04-24
12:59
Preserve the basis-file suffix when generating temporary file names. ... (check-in: a072be1eaf user: drh tags: trunk)
2019-04-23
13:50
Fix the computation of capabilities in the "Capability Summary" report so that it ignores the special users "nobody", "anonymous", "reader", and "developer". ... (check-in: 63febeb7f4 user: drh tags: trunk)
13:16
Updates to the "fossil git export" documentation. ... (check-in: 1c15ebf8dd user: drh tags: trunk)
12:46
Further improvements to the "fossil git status" command. ... (check-in: 8b18d011a4 user: drh tags: trunk)
01:05
On a "fossil git export", run appropriate "git update-ref" commands to make sure that all refs/heads point to the latest check-ins for the branch, even in cases there the branch has been renamed on the Fossil side by a tag. ... (check-in: ab68afe984 user: drh tags: trunk)
2019-04-22
15:22
New information about the git export shown by "fossil git status". ... (check-in: a0a5be0e97 user: drh tags: trunk)
15:09
Fix a problem in the git-export database schema upgrade logic. ... (check-in: 84949f51c8 user: drh tags: trunk)
14:22
Enhance the "fossil git export" so that it works for repositories that use a single artifact as both an ordinary file and as a check-in manifest. ... (check-in: fdde65e7f1 user: drh tags: trunk)
13:54
Add the "fossil git status" command. ... (check-in: f77ebeeaec user: drh tags: trunk)
2019-04-19
18:55
Enhance the /timeline query parameter parsing so that the ymd=, ym=, and yw= query parameters can optionally omit the date punctuation. ... (check-in: 9bdda2047f user: drh tags: trunk)
2019-04-18
14:06
(cherry-pick): Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 9ef58dcff2 user: jan.nijtmans tags: branch-2.8)
12:06
On the /artifact page, only show the "Line Numbers" checkbox if the artifact is displayed as text/plain. ... (check-in: 40c40f7fe6 user: drh tags: trunk)
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e89b user: mistachkin tags: httpRedir)
2019-04-17
22:23
(cherry-pick): Update the built-in SQLite to version 3.28.0. ... (check-in: 96c3562733 user: jan.nijtmans tags: branch-2.8)
19:40
Fix to the new autopush privilege warning logic. ... (check-in: 92406fa445 user: drh tags: trunk)
19:22
Update the built-in SQLite to version 3.28.0. ... (check-in: 14db745dfe user: drh tags: trunk)
19:01
Issue a gentle warning, rather than a scary error message, if the autopush following a commit fails due to insufficient permissions. ... (check-in: 3350be2c07 user: drh tags: trunk)
18:32
If a "fossil sync" gets a 301 or 302 redirect, then change the saved remote URL to the redirected URL. ... (check-in: e0026b6e46 user: drh tags: trunk)
14:50
Applied a fix to fossil-autocomplete.bash posted on the forum, said to avoid adding a space to the end of an autocompleted path: https://fossil-scm.org/forum/forumpost/7ba4a4c495 ... (check-in: 99ad7fc3f6 user: wyoung tags: trunk)
2019-04-11
14:12
Fix private content push bug mentioned on Forum. It's possible that this content has already been recorded as private so ignore unique constraint error. ... (check-in: 82aded4cff user: andybradford tags: trunk)
01:17
Update the built-in SQLite to the first 3.28.0 beta. ... (check-in: cbc21e5290 user: drh tags: trunk)
2019-04-08
15:36
Try to suppress an SQLite scan warning on servers for repositories with a large number of shunned or private artifacts. ... (check-in: 85dd55db66 user: drh tags: trunk)
2019-04-06
19:03
Sync and Clone HTTP requests omit the extra /xfer path element from the end. This should work fine with all versions of Fossil server published since 2010, but might require that the /xfer path element be added manually to the URL for server instances that predate check-in [94bb313444b0165e]. ... (check-in: 19c60b7fc9 user: drh tags: trunk)
2019-04-03
18:33
Update the built-in SQLite to the latest 3.28.0 alpha version. ... (check-in: 41974e0881 user: drh tags: trunk)
2019-04-02
03:26
The abbreviated certbot command didn't work here on my first Let's Encrypt renewal after writing the tls-nginx.md document, so changed that advice to use the full-strength form. ... (check-in: dadd134219 user: wyoung tags: trunk)
2019-04-01
00:43
Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 3d82794348 user: andybradford tags: trunk)
2019-03-30
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 expensive first step; fixed a few syntax problems that prevent the Python code from compiling on Python 3; documented some problems with running it under Anaconda on macOS; better documented the notebook's dependencies; many clarifications to the experimental report text. ... (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
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)