Fossil

Timeline
Login

Timeline

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

50 events by user drh occurring around 2020-08-12 12:56:32.

2020-08-16
19:08
Enhance the db_repository_filename() routine to return the canonical filename. ... (check-in: f304c56974 user: drh tags: trunk)
17:47
Fix the manifest_reparent_checkin() routine so that the "parent" tag will actually work. ... (check-in: 2bdbbc8a0e user: drh tags: trunk)
17:18
Mention the "fossil backup" command in the 2.12 change log. ... (check-in: a02bcb033b user: drh tags: trunk)
16:36 Edit [d075b6199c87449d|d075b6199c]: Change background color to "#d0c0ff". ... (artifact: 0228cf4c91 user: drh)
16:35
Fix the release version on the home page. ... (check-in: 4c45033033 user: drh tags: trunk)
16:06
Fix segfault in /artifact introduced by check-in [b699040d701464ce] and reported [https://fossil-scm.org/forum/forumpost/a073f05cc3|on the forum]. ... (check-in: 5a9ac6ca3e user: drh tags: trunk)
15:51
Fixed a recursion bug in fossil.dom.append(e,array) (currently unused, but will be soon). ... (check-in: 2018954b3f user: drh tags: trunk)
15:51
Disable HTTPS redirect for the "test-http" command. That command is used by the "ssh:" transport method and redirects to https will break ssh: transport. ... (check-in: ea6365a8df user: drh tags: trunk)
15:50 Edit [4c16a24995b48fbb|4c16a24995]: Move to branch bad-merge. Add propagating "closed". ... (artifact: f49142a424 user: drh)
15:47
Disable HTTPS redirect for the "test-http" command. That command is used by the "ssh:" transport method and redirects to https will break ssh: transport. ... (check-in: edf63d73c5 user: drh tags: bad-merge)
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)