Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8d230be45cd12378a061088ed052db51 |
User & Date: | drh 2018-06-21 12:24:00.316 |
Context
2018-06-21
| ||
15:02 | Provide an implementation for popen() and pclose() on Windows to fix the build. ... (check-in: 565b5ff0 user: drh tags: trunk) | |
12:34 | Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e8 user: drh tags: email-alerts) | |
12:24 | Remove the configuration of the show-version-diffs property from the /setup_timeline page as that property is no longer used. ... (check-in: 8d230be4 user: drh tags: trunk) | |
2018-06-20
| ||
22:53 | Do not show the "Change user:" form on the /logout page. It adds little value but much confusion. ... (check-in: 00bed59b user: drh tags: trunk) | |
Changes
Changes to src/setup.c.
︙ | ︙ | |||
1511 1512 1513 1514 1515 1516 1517 | "tdf", "0", count(azTimeFormats)/2, azTimeFormats); @ <p>If the "HH:MM" or "HH:MM:SS" format is selected, then the date is shown @ in a separate box (using CSS class "timelineDate") whenever the date @ changes. With the "YYYY-MM-DD HH:MM" and "YYMMDD ..." formats, @ the complete date and time is shown on every timeline entry using the @ CSS class "timelineTime". (Property: "timeline-date-format")</p> | < < < < < < < < < | 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 | "tdf", "0", count(azTimeFormats)/2, azTimeFormats); @ <p>If the "HH:MM" or "HH:MM:SS" format is selected, then the date is shown @ in a separate box (using CSS class "timelineDate") whenever the date @ changes. With the "YYYY-MM-DD HH:MM" and "YYMMDD ..." formats, @ the complete date and time is shown on every timeline entry using the @ CSS class "timelineTime". (Property: "timeline-date-format")</p> @ <hr /> entry_attribute("Max timeline comment length", 6, "timeline-max-comment", "tmc", "0", 0); @ <p>The maximum length of a comment to be displayed in a timeline. @ "0" there is no length limit. @ (Property: "timeline-max-comment")</p> |
︙ | ︙ |