Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typos in documentation and on the "Setup/Users" screen. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
085bfaeec7d85ec452b548cc5e0e3a7d |
| User & Date: | drh 2016-08-17 16:02:01.256 |
Context
|
2016-08-17
| ||
| 17:25 | Send the parent-project-name and parent-project-code configurations when syncing the project configurations. check-in: 08e65c2bb1 user: drh tags: trunk | |
| 16:02 | Fix typos in documentation and on the "Setup/Users" screen. check-in: 085bfaeec7 user: drh tags: trunk | |
| 15:56 | For the "query -nocomplain" TH1 command, make sure the SQLite log does not add error messages to the output. check-in: 801eca62a8 user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
716 717 718 719 720 721 722 |
@ onchange="updateCapabilityString()" />
@ Ticket Report%s(B('t'))</label><br />
@ <label><input type="checkbox" name="ax"%s(oa['x'])
@ onchange="updateCapabilityString()" />
@ Private%s(B('x'))</label><br />
@ <label><input type="checkbox" name="ay"%s(oa['y'])
@ onchange="updateCapabilityString()" />
| | | 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 |
@ onchange="updateCapabilityString()" />
@ Ticket Report%s(B('t'))</label><br />
@ <label><input type="checkbox" name="ax"%s(oa['x'])
@ onchange="updateCapabilityString()" />
@ Private%s(B('x'))</label><br />
@ <label><input type="checkbox" name="ay"%s(oa['y'])
@ onchange="updateCapabilityString()" />
@ Write Unversioned%s(B('y'))</label><br />
@ <label><input type="checkbox" name="az"%s(oa['z'])
@ onchange="updateCapabilityString()" />
@ Download Zip%s(B('z'))</label>
@ </td></tr>
@ </table>
@ </td>
@ </tr>
|
| ︙ | ︙ |
Changes to www/childprojects.wiki.
1 2 3 4 5 6 | <title>Child Projects</title> <h2>Background</h2> The default behavior of Fossil is to share everything (all check-ins, tickets, wiki, etc) between all clients and all servers. Such a policy | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <title>Child Projects</title> <h2>Background</h2> The default behavior of Fossil is to share everything (all check-ins, tickets, wiki, etc) between all clients and all servers. Such a policy helps to promote a cohesive design for a cathedral-style project run by a small cliche of developers - the sort of project for which Fossil was designed. But sometimes it is desirable to branch off a side project that does not sync back to the master but does continue to track changes in the master. For example, the master project might be an open-source project like [https://www.sqlite.org/|SQLite] and a team might want to do a proprietary |
| ︙ | ︙ |