Fossil

Timeline
Login

Timeline

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

50 most recent events occurring on or after 2020-08-22 16:24:53.

2020-08-26
01:40 Changes to wiki page "To Do List" ... (artifact: 39997d9537 user: drh)
01:30 Changes to wiki page "To Do List" ... (artifact: 4ab869e1ac user: drh)
01:22 Changes to wiki page "To Do List" ... (artifact: c4f9ffb57a user: drh)
2020-08-25
16:23
Yet another improvement to the "Latest Release" section of the homepage. ... (check-in: 5d32221c2a user: drh tags: trunk)
16:14
Further improvements to the "Latest Release" section of the homepage. ... (check-in: f282632beb user: drh tags: trunk)
16:10
Update the homepage with links to the latest release and the commits that have gone into it. ... (check-in: c508ed7a32 user: drh tags: trunk)
14:34
Improved titles for forum posts that show the original poster and the latest editor if they are different people. ... (check-in: 9543ddbef2 user: drh tags: trunk)
13:53
Tiniest style tweak for consistency ... (check-in: 7ea825864d user: andygoth tags: trunk)
13:47
Separately show original and edited user/date ... (check-in: 39a550c8d5 user: andygoth tags: trunk)
07:07
Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. ... (check-in: 1bfa36867d user: stephan tags: trunk)
07:00
The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). ... (check-in: 34f7fd72c6 user: stephan tags: trunk)
06:38 Edit [f741baa6be994348|f741baa6be]: Edit check-in comment. ... (artifact: 18a6bc6c61 user: drh)
06:32
Fix HTML formatting issues with a few built-in help pages. ... (check-in: 11384f1874 user: drh tags: trunk)
06:18
Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. ... (Closed-Leaf check-in: 3f08a9d200 user: stephan tags: misc-js-experiments)
05:04
Updated javascript.md page to track recent developments. ... (check-in: 3a1d3cc2dc user: wyoung tags: trunk)
00:01
Improvements to handling of line endings and BOM marks when doing a 3-way merge. ... (check-in: 88ff2642d3 user: drh tags: trunk)
2020-08-24
23:24
Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. ... (check-in: f741baa6be user: drh tags: trunk)
22:57
If both files being merged by 'fossil merge' contain a UTF-8 byte order mark (BOM), keep it in the produced merged file. ... (Closed-Leaf check-in: 91182cd1f3 user: marciogabe tags: merge-crlf-bom)
22:46
Improved cross-page caching of wikiedit/fileedit bundle, reducing those pages to a single request of 10-13k once cache is warm. Fixed non-bundled JS distribution of fileedit and wikiedit. ... (check-in: 20c50cd1e5 user: stephan tags: misc-js-experiments)
22:45
Adjust 'fossil merge' command to use CR/LF line endings for conflict markings if both files being merged already use such line ending type. ... (check-in: 60ecf5d9ed user: marciogabe tags: merge-crlf-bom)
22:20
Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. ... (check-in: c515e5fd9f user: stephan tags: misc-js-experiments)
20:49
Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. ... (check-in: 9edbb7eab1 user: stephan tags: misc-js-experiments)
20:24
Changed how fossil.confirmer pinSize option computes element width to be more robust in the face of CSS 'auto' width values. ... (check-in: 1f4143ba28 user: stephan tags: trunk)
12:35
For Hash or Wiki interwiki hyperlinks in Fossil Wiki without an alternative display, elide the initial interwiki tag from the display. ... (check-in: 2d1a493d9c user: drh tags: trunk)
04:44
Applied fix from [5244a548] to /json/wiki/list. ... (check-in: 5a568d8b1f user: stephan tags: trunk)
04:33
Reverted [37409e7dbe] in favor of [5244a548], which is cleaner, smaller, and works. ... (check-in: a7d8c58d48 user: stephan tags: trunk)
00:24
Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878f0 user: drh tags: sec2020)
2020-08-23
22:11
Provide backlinks from Forum posts. Run rebuild to insert Forum backlinks into the BACKLINK table after applying this patch. ... (check-in: 2df0e5c428 user: drh tags: trunk)
20:06
Updates to the "fossil config" command documentation and the change log. ... (check-in: 79b1cd4bf5 user: drh tags: trunk)
18:21 Changes to wiki page "To Do List" ... (artifact: a4e9891b1f user: drh)
18:13 Edit [5244a5484a103065|5244a5484a]: Edit check-in comment. ... (artifact: 8fe3e16080 user: drh)
18:12
For the wiki_render_page_list_json() function, only include pages on the list if they have one or more artifacts. This seems to clears the bug described by [forum:a9e345482e|"Wiki editor inop" forum post] ... (check-in: 5244a5484a user: drh tags: trunk)
17:47 Changes to wiki page "To Do List" ... (artifact: 8697c74407 user: drh)
17:39 Changes to wiki page "To Do List" ... (artifact: 2aff9c83cf user: drh)
17:31 Closed ticket [5a6e9ddeb7]: "fossil mv -hard" loses the execute bit plus 5 other changes ... (artifact: 4ee5fb1610 user: drh)
16:02
Merge the interwiki enhancement from trunk. ... (check-in: 26ac4b1ccf user: drh tags: sec2020)
15:55
Add support for interwiki links. ... (check-in: f4dc114a78 user: drh tags: trunk)
15:52
Add the /intermap page for adjusting the interwiki mapping using a Web interface. ... (Closed-Leaf check-in: dab94dda30 user: drh tags: interwiki)
14:25 Fixed ticket [5eac41b3aa]: Spurious "multiple open leaf check-ins" warning plus 5 other changes ... (artifact: 5aab185d3d user: drh)
14:04
Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. ... (check-in: 1a4158ea86 user: drh tags: interwiki)
03:40 New ticket [19ac939843] IMG tag sizes are wonky because of aggressive CSS. ... (artifact: ea2c20d392 user: stephan)
01:47
Fix syntax error in the previous commit. Dunno how I managed to check in a change that doesn't build.... ... (check-in: fa105da061 user: drh tags: interwiki)
01:43
Move much interwiki code into a new source files "interwiki.c". Add the "fossil interwiki" command for managing the list of remote wikis. ... (check-in: 0875073359 user: drh tags: interwiki)
00:47
Fix a bugs in the interwiki configuration transfer logic. ... (check-in: c959dde140 user: drh tags: interwiki)
00:29
Typo fix in comment ... (check-in: 684fb15a7a user: wyoung tags: interwiki)
2020-08-22
23:21
The "Code" on an inter-wiki link must be ascii alphanumeric. Sync the inter-wiki config table entries on clone. ... (check-in: 550536789f user: drh tags: interwiki)
20:23
Rudimentary support for [wikipedia:interwiki_links|interwiki links]. ... (check-in: 3ca23edc8f user: drh tags: interwiki)
19:07
Update the Fossil Wiki and Markdown cheat-sheets to include hyperlinks to one another. ... (check-in: 0ae2dbd40a user: drh tags: trunk)
16:26
Typo fix. Removed 13th quote, as the link is now 404, per note in the forum. ... (check-in: 659f6cd080 user: stephan tags: trunk)
16:24
Fix harmless compiler warnings. ... (check-in: a872067f7e user: drh tags: trunk)