Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
28 check-ins using file src/default_css.txt version 3f9dc58838
|
2019-05-29
| ||
| 13:27 | Activate the load limiter for the /vdiff page. ... (check-in: 76f4e009f9 user: drh tags: trunk) | |
| 00:57 | In the "fossil login-group" command, make sure to leave one group before joining another. ... (check-in: 535714e35c user: drh tags: trunk) | |
|
2019-05-28
| ||
| 20:53 | Make the new "login-group" command a secondary command in the help system so that one needs to include the "--all" option to see it. ... (check-in: fcec3edb03 user: drh tags: trunk) | |
| 20:51 | Add the login-group command for managing login groups from the command-line. ... (check-in: c3ba504d5c user: drh tags: trunk) | |
| 18:43 | Pedantic cleanup to how to the SQL compress()/decompress() UDFs report an OOM, which can happen via zlib, outside of fossil's fail-fast allocator. ... (check-in: 20abe25963 user: stephan tags: trunk) | |
|
2019-05-27
| ||
| 11:17 | Fix a memory leak in the delta_parse() table-valued function, pointed out by Ralf Junkers. ... (check-in: 9002a80ad6 user: drh tags: trunk) | |
|
2019-05-23
| ||
| 17:07 | Update the built-in SQLite to the latest 3.29.0 alpha. ... (check-in: 4f040a180a user: drh tags: trunk) | |
| 06:44 | Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (check-in: 5c40d6b0d4 user: jan.nijtmans tags: trunk) | |
|
2019-05-21
| ||
| 19:04 | Improved computation of the rail mapper for timelines on a branch. If the branch is across two or more rails, then all rails of that branch are moved to the left as far as practical. ... (check-in: d19df6161f user: drh tags: trunk) | |
| 18:35 | Improved layout for merge arrows. ... (check-in: e008e051cd user: drh tags: trunk) | |
| 17:59 | For timelines with the r= query parameter for a particular branch, try to draw that branch on the far left. ... (check-in: 51510bfcea user: drh tags: trunk) | |
|
2019-05-20
| ||
| 22:47 | For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (Closed-Leaf check-in: b39d8d69dd user: drh tags: selected-branch-on-left) | |
| 22:05 | Fix to the graph layout algorithm so that forks try to stay to the same rail, as they did in prior releases. ... (check-in: 7193681a84 user: drh tags: trunk) | |
| 20:33 | Add a new test case to the graph-test-1.wiki file that verifies that when a fork occurs, the longest chain of check-ins occurs directly above the fork. That test case is currently failing and needs to be fixed. ... (check-in: cfadf71f9c user: drh tags: trunk) | |
| 12:43 | Better solution than [344a3331d34d896], which doesn't involve runtime-detection. Works with both Openssl 1.0.2 and 1.1.x. ... (check-in: f23d509b48 user: jan.nijtmans tags: trunk) | |
|
2019-05-18
| ||
| 21:05 | Back out check-in [344a3331d34d896] because it does not work with openssl-1.0.1. ... (check-in: f08b93daa5 user: drh tags: trunk) | |
| 20:50 | Check-in [344a3331d34d896776] breaks the build when using openssl-1.0.1 so back it out for now. (Added:) The content is correct, but this check-in shows an unexpected merge. I don't know yet if the extra merge is a bug in fossil or a PBKAC. This check-in was originally to trunk but is now moved to a branch. ... (check-in: 8ac66ef33b user: drh tags: bad-merge) | |
| 00:19 | Fix harmless compiler warning. ... (check-in: 420244cbd3 user: mistachkin tags: trunk) | |
|
2019-05-17
| ||
| 23:47 | Updates to the change log. ... (check-in: 75867c972e user: drh tags: trunk) | |
| 23:34 | On Windows, avoid using BIO_ptr_ctrl with OpenSSL 1.1.1b as it does not appear to work as expected. ... (check-in: 344a3331d3 user: mistachkin tags: trunk) | |
| 19:49 | Improvements to the timeline graph layout: (1) Use a dotted vertical line to indicate a gab of one or more check-ins in a branch. (2) Do not necessarily draw branch lines all the way to the top or bottom of the page. Leave space for the rail to be reused by other branches. ... (check-in: d14590dbff user: drh tags: trunk) | |
| 19:30 | In the graph layout, make sure that the idxTop value is properly relayed across gaps. ... (Closed-Leaf check-in: e0186fdb5e user: drh tags: graph-improvements) | |
| 13:54 | Merge the %j string formatter enhancement from trunk. ... (check-in: 78d812e24d user: drh tags: graph-improvements) | |
| 12:05 | Merge changes from trunk. ... (check-in: 49f8f9e1fb user: drh tags: graph-improvements) | |
| 01:42 | Adjust the graph display flags for various query parameters to /timeline. ... (check-in: 1695ddbdc1 user: drh tags: graph-improvements) | |
|
2019-05-16
| ||
| 22:55 | Fix a single-character error in the graph JS for the previous check-in. ... (check-in: 377844c16c user: drh tags: graph-improvements) | |
| 22:53 | Improved merge risers for nodes with risers pointing to the top of screen. ... (check-in: aa854c87ae user: drh tags: graph-improvements) | |
| 22:35 | Fix the elipsis at the bottom of decenders so that they are the same color as the rest of the line. ... (check-in: 34fd632e16 user: drh tags: graph-improvements) | |