Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch wiki-history Excluding Merge-Ins
This is equivalent to a diff from 8ec00b975b to 9ff7d9e5e3
|
2021-03-23
| ||
| 14:50 | Implement selection of two arbitrary versions of a wiki for comparison (radio-button selects a baseline, anchor sign clears this selection). Also let several sequential edits by the same user be "recycled" into a single row. Effectively this backouts [cef8425cf4a482a3]. See also a [forum:4a67bd1c5d354e75|forum thread] check-in: 6ebf5c7c9f user: george tags: trunk | |
| 13:31 | Merge changes from trunk Closed-Leaf check-in: 9ff7d9e5e3 user: george tags: wiki-history | |
|
2021-03-22
| ||
| 12:43 | Update to SQLite 3.35.3 preview for testing. check-in: 8ec00b975b user: drh tags: trunk | |
| 03:03 | Ported /chat from windows.fetch() to fossil.fetch() for XHR calls, as discussed in [forum:/forumpost/04b37ca5a5 | forum post 04b37ca5a5]. check-in: e9ed315866 user: stephan tags: trunk | |
|
2021-03-13
| ||
| 22:15 | Avoid segfault while serving [/help?cmd=/wdiff|/wdiff] page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. check-in: 7b81aac17a user: george tags: wiki-history | |
Added src/fossil.page.whistory.js.