Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2020-08-08 18:19:35.
2020-08-16
| ||
15:20 | Fix the "fossil clone" command so that it works with "file:" URLs. ... (check-in: 9d2b7cab7a user: drh tags: trunk) | |
15:03 | Put the date on the 2.12 release. Start a change-log for 2.13. ... (check-in: 522e7204c0 user: drh tags: trunk) | |
14:08 | When compiling with FOSSIL_DEBUG (from the --fossil-debug configure option) do not attempt to "compress" built-in javascript by removing comments and surplus whitespace. This makes the javascript easier to read in a debugger. ... (check-in: 41b9873b43 user: drh tags: trunk) | |
13:39 | Improvements to line-numbered text output. ... (check-in: b699040d70 user: drh tags: trunk) | |
13:33 | Fix scrolling bug in FF and Chrome. ... (check-in: 22f2d083d6 user: drh tags: trunk) | |
13:32 | Increment the version number to 2.13 to start the next development cycle. ... (check-in: db5868e082 user: drh tags: trunk) | |
13:18 | Version 2.12 ... (check-in: d075b6199c user: drh tags: trunk, release, version-2.12) | |
2020-08-14
| ||
13:33 | Update the built-in SQLite to the official released version 3.33.0. ... (check-in: 0d6ed8c0b6 user: drh tags: trunk) | |
2020-08-12
| ||
18:09 | Update the change log to mention the two new virtual tables added to the "fossil sql" command. ... (check-in: d79f08df7b user: drh tags: trunk) | |
18:06 | Add the "builtin" virtual table to the "fossil sql" command. This vtab provides access to all of the built-in support files. ... (check-in: c6359b4ec1 user: drh tags: trunk) | |
17:20 | Add new columns "formatted" and "html" to the "helptext" virtual table. ... (check-in: 53adb7dc6c user: drh tags: trunk) | |
15:02 | • Changes to wiki page "To Do List" ... (artifact: 1c651ef727 user: drh) | |
14:52 | • Changes to wiki page "To Do List" ... (artifact: e5dfb31d24 user: drh) | |
13:54 | • Changes to wiki page "To Do List" ... (artifact: 00e435417e user: drh) | |
12:56 | Improved detection of potential read/write txn conflicts. Hold a write transaction on the server-side for the duration of an /xfer request, to avoid unexpected SQLITE_BUSY errors. ... (check-in: d9543f4c2c user: drh tags: trunk) | |
2020-08-11
| ||
20:00 | Add the --db-verify option to the "fossil dbstat" command. This option simply runs "fossil test-integrity" after doing the other dbstat processing. It is a way to access the test-integrity functionality without using the (unsupported) "test-integrity" command. ... (check-in: 95e91b13d2 user: drh tags: trunk) | |
2020-08-10
| ||
20:04 | Update the built-in SQLite to the second 3.33.0 beta, as part of beta testing. ... (check-in: 9120ff5faa user: drh tags: trunk) | |
12:12 | Tweaks to the change log. ... (check-in: f4c731afb7 user: drh tags: trunk) | |
12:08 | Improved handling of long posts in the forum. ... (check-in: c265daea91 user: drh tags: trunk) | |
2020-08-09
| ||
13:49 | Revise and simplify the list of 1st-tier commands that are shown by the "fossil help" command. ... (check-in: 84f697e570 user: drh tags: trunk) | |
00:04 | More refinements to built-in help pages for commands. ... (check-in: a31a717e17 user: drh tags: trunk) | |
2020-08-08
| ||
23:55 | Fix the /help webpage to accept prefixes on the cmd= query parameter. ... (check-in: f2f419ea9b user: drh tags: trunk) | |
23:51 | Many updates to built-in help pages. No changes to code. ... (check-in: c965636958 user: drh tags: trunk) | |
20:13 | Enhance built-in help text formatting so that text contained within [[...]] is a hyperlink to another help page. ... (check-in: 71992d0f08 user: drh tags: trunk) | |
18:19 | Fix typo in built-in documentation for "fossil open". ... (check-in: 9ec3274f35 user: drh tags: trunk) | |
18:14 | Never allow the "fossil open" command to proceed on a non-empty working directory unless either the --force or --keep options are used. ... (check-in: 99ab1118f5 user: drh tags: trunk) | |
17:29 | Do not allow "fossil open URL" without a --workdir option to work on a non-empty directory. ... (check-in: f0805380f7 user: drh tags: trunk) | |
17:18 | Fix documentation typo. ... (check-in: 08ab286028 user: drh tags: trunk) | |
15:01 | More improvements to "fossil open": Make sure the --repodir is converted into a full pathname so that it is unaffected by --workdir. Report an error with --nested if the new repo would be rooted in the same directory as another repository. ... (check-in: 15a7b1fd37 user: drh tags: trunk) | |
01:55 | When doing an open on a URI, verify that the working directory is not within an existing checkout prior to performing the clone. ... (check-in: 19677d7629 user: drh tags: trunk) | |
01:44 | Updates to a slightly newer SQLite in an attempt to avoid a C89 declaration order issue. ... (check-in: 0d813dbf91 user: drh tags: trunk) | |
2020-08-07
| ||
21:18 | Updated documentation for the "open" command. ... (check-in: 08255208e9 user: drh tags: trunk) | |
20:28 | Update the built-in SQLite to the first 3.33.0 beta. ... (check-in: e83d5bad7a user: drh tags: trunk) | |
14:58 | Update the change log for the enhancements to "fossil open". ... (check-in: d59270f76d user: drh tags: trunk) | |
13:59 | Allow the REPOSITORY argument to "fossil open" to be a URI, in which case the URI is cloned first and then the clone is opened. ... (check-in: dfc5ceed73 user: drh tags: trunk) | |
12:41 | Add the "--workdir DIR" option to the "fossil open" command. ... (check-in: 0629d2a0d7 user: drh tags: trunk) | |
2020-08-06
| ||
20:31 | Improved ETags caching information in replies, to help browser avoid unnecessary HTTP requests. ... (check-in: ec5a063bdc user: drh tags: trunk) | |
20:26 | Fix self-registration so that it can work even if email alerts are not enabled. See forum post [https://www.fossil-scm.org/forum/info/e012e702de4ed1e2]. ... (check-in: 02c3080bb2 user: drh tags: trunk) | |
2020-07-31
| ||
23:54 | Fix caching for bundled access to /builtin. Add a missing semicolon to the end of graph.js. ... (check-in: 139db4c54e user: drh tags: trunk) | |
22:04 | Simplify the internal interfaces used for injecting built-in Javascript files onto a web page. ... (check-in: 036a9d5c58 user: drh tags: trunk) | |
21:57 | Further simplification of the javascript loading code. ... (Closed-Leaf check-in: b7f70ffc14 user: drh tags: refactor-js-handling) | |
21:47 | Replace various style_emit_script...() calls with builtin_request_js(). ... (check-in: 699a977cfc user: drh tags: refactor-js-handling) | |
21:32 | Reduce the number of jsmode options to three: inline, separate, bundled. ... (check-in: 38f3d9785b user: drh tags: refactor-js-handling) | |
20:16 | Fix lines for separate JS modes. ... (check-in: 314bb1579e user: drh tags: refactor-js-handling) | |
20:02 | Begin integrating the builtin_request_js() interface. ... (check-in: 13caa6e61e user: drh tags: refactor-js-handling) | |
16:58 | Add routines for standardized loading of javascript resources. ... (check-in: 01d96c6b45 user: drh tags: refactor-js-handling) | |
16:06 | Move the /builtin webpage from style.c over to builtin.c. Add the new "m=" query parameter enabling it to return multiple JS files in a single request. ... (check-in: 956d2f8db9 user: drh tags: trunk) | |
14:20 | Always regenerate the VERSION.h file, and hence change the FOSSIL_BUILD_HASH value, every time "make" is run. ... (check-in: 01c03ca16a user: drh tags: trunk) | |
12:03 | Merge enhancements from trunk into the ajax-wiki-editor branch. ... (check-in: a8cb9b1a7b user: drh tags: ajax-wiki-editor) | |
11:29 | • Changes to wiki page "Release Build How-To" ... (artifact: 123cb9c4c6 user: drh) | |