Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a regex which causes _some_ links in releaselog/*.html to mis-link. Problem reported in forum post a670224fd0f5747c. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c2778c7a65df9e0bff694f23df4e6b6e |
User & Date: | stephan 2025-03-26 11:56:57.501 |
Original Comment: | Fix a regex which causes _some_ links in releaselog/*.html to mis-link. Problem reported in [forum:a670224fd0f5747c|forum post a670224fd0f5747c]. |
Context
2025-03-26
| ||
14:20 | Merge the latest fixes from branch-3.49 back into trunk. (Leaf check-in: 6f5e245190 user: drh tags: trunk) | |
11:56 | Fix a regex which causes _some_ links in releaselog/*.html to mis-link. Problem reported in forum post a670224fd0f5747c. (check-in: c2778c7a65 user: stephan tags: trunk) | |
2025-03-21
| ||
21:59 | Compatibility fixes for tcl v8 vs v9. (check-in: c093d9e0cf user: stephan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
7035 7036 7037 7038 7039 7040 7041 | } else { hd_keywords "Version $vers" "*version $vers" } set thisvers $vers hd_enable_main 0 set firstItem 1 hd_puts "<h2>$hdr</h2>" | | | 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 | } else { hd_keywords "Version $vers" "*version $vers" } set thisvers $vers hd_enable_main 0 set firstItem 1 hd_puts "<h2>$hdr</h2>" regsub -all {<a href="(?!https?:)} $desc {<a href="../} desc foreach {key value} $options { if {$key=="inadditionto"} { set d2 [lindex $aChng([expr {$i+$value}]) 1] regsub {(<p>[^\n]*\n)?<li>SQLITE_SOURCE_ID.*$} $d2 {} d2 hd_resolve "<p><ol class='lessindent'>$d2</ol></p>" } if {$key=="patchagainst"} { |
︙ | ︙ |