Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
834db57d95f6e16d56eb39312145f448 |
| User & Date: | stephan 2022-04-08 08:45:09.836 |
Context
|
2022-04-10
| ||
| 18:49 | Added "Embedded Documentation" section to the glossary per larrybr's request in /chat. It's a Fossil-specific term of art. It also gives us a place to contrast with the wiki; that could live in the docs for the wiki or embedded docs instead, but the glossary is where newbies go to get oriented on terms, so the "but which should I use" question fa... check-in: e583b48a04 user: wyoung tags: trunk | |
|
2022-04-08
| ||
| 08:46 | Merged in trunk. check-in: e8a1382fc3 user: stephan tags: markdown-tagrefs | |
| 08:45 | Cherrypicked [2f3c84b3e9ed], which wash intended for trunk. check-in: 834db57d95 user: stephan tags: trunk | |
|
2022-04-07
| ||
| 15:37 | s/Safara/Safari/, per report from [forum:9e8015e09c | forum post 9e8015e09c]. check-in: 2f3c84b3e9 user: stephan tags: markdown-tagrefs | |
|
2022-04-06
| ||
| 16:42 | Minor consistency fix about ambiguous sub-command dispatch and error reporting, see related [forum:/forumpost/48d6de4f8e2afdde|forum post]. check-in: 512905efd3 user: mgagnon tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
358 359 360 361 362 363 364 | @ every historical version of every file and creating ZIPs and tarballs of @ every historical check-in, which can use a lot of CPU and bandwidth @ even for relatively small projects.</p> @ @ <p>The "UserAgent and Javascript" value for this setting provides @ superior protection from robots. However, that setting also prevents @ the visited/unvisited colors on hyperlinks from displaying correctly | | | 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 |
@ every historical version of every file and creating ZIPs and tarballs of
@ every historical check-in, which can use a lot of CPU and bandwidth
@ even for relatively small projects.</p>
@
@ <p>The "UserAgent and Javascript" value for this setting provides
@ superior protection from robots. However, that setting also prevents
@ the visited/unvisited colors on hyperlinks from displaying correctly
@ on Safari-derived browsers. (Chrome and Firefox work fine.) Since
@ Safari is the underlying rendering engine on all iPhones and iPads,
@ this means that hyperlink visited/unvisited colors will not operate
@ on those platforms when "UserAgent and Javascript" is selected.</p>
@
@ <p>Additional parameters that control the behavior of Javascript:</p>
@ <blockquote>
entry_attribute("Delay in milliseconds before enabling hyperlinks", 5,
|
| ︙ | ︙ |