| | @@ -3432,32 +3432,19 @@ |
| 3432 | 3432 | ** SETTING: admin-log boolean default=off |
| 3433 | 3433 | ** |
| 3434 | 3434 | ** When the admin-log setting is enabled, configuration changes are recorded |
| 3435 | 3435 | ** in the "admin_log" table of the repository. |
| 3436 | 3436 | */ |
| 3437 | | -#if defined(_WIN32) |
| 3438 | 3437 | /* |
| 3439 | | -** SETTING: allow-symlinks boolean default=off versionable |
| 3438 | +** SETTING: allow-symlinks boolean default=off sensitive |
| 3440 | 3439 | ** |
| 3441 | 3440 | ** When allow-symlinks is OFF, symbolic links in the repository are followed |
| 3442 | 3441 | ** and treated no differently from real files. When allow-symlinks is ON, |
| 3443 | 3442 | ** the object to which the symbolic link points is ignored, and the content |
| 3444 | 3443 | ** of the symbolic link that is stored in the repository is the name of the |
| 3445 | 3444 | ** object to which the symbolic link points. |
| 3446 | 3445 | */ |
| 3447 | | -#endif |
| 3448 | | -#if !defined(_WIN32) |
| 3449 | | -/* |
| 3450 | | -** SETTING: allow-symlinks boolean default=on versionable |
| 3451 | | -** |
| 3452 | | -** When allow-symlinks is OFF, symbolic links in the repository are followed |
| 3453 | | -** and treated no differently from real files. When allow-symlinks is ON, |
| 3454 | | -** the object to which the symbolic link points is ignored, and the content |
| 3455 | | -** of the symbolic link that is stored in the repository is the name of the |
| 3456 | | -** object to which the symbolic link points. |
| 3457 | | -*/ |
| 3458 | | -#endif |
| 3459 | 3446 | /* |
| 3460 | 3447 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 3461 | 3448 | ** If enabled, the /login page provides a button that will automatically |
| 3462 | 3449 | ** fill in the captcha password. This makes things easier for human users, |
| 3463 | 3450 | ** at the expense of also making logins easier for malicious robots. |
| | @@ -3507,11 +3494,11 @@ |
| 3507 | 3494 | ** there is no cron job periodically running "fossil backoffice", |
| 3508 | 3495 | ** email notifications and other work normally done by the |
| 3509 | 3496 | ** backoffice will not occur. |
| 3510 | 3497 | */ |
| 3511 | 3498 | /* |
| 3512 | | -** SETTING: backoffice-logfile width=40 |
| 3499 | +** SETTING: backoffice-logfile width=40 sensitive |
| 3513 | 3500 | ** If backoffice-logfile is not an empty string and is a valid |
| 3514 | 3501 | ** filename, then a one-line message is appended to that file |
| 3515 | 3502 | ** every time the backoffice runs. This can be used for debugging, |
| 3516 | 3503 | ** to ensure that backoffice is running appropriately. |
| 3517 | 3504 | */ |
| | @@ -3584,11 +3571,11 @@ |
| 3584 | 3571 | /* |
| 3585 | 3572 | ** SETTING: crnl-glob width=40 versionable block-text |
| 3586 | 3573 | ** This is an alias for the crlf-glob setting. |
| 3587 | 3574 | */ |
| 3588 | 3575 | /* |
| 3589 | | -** SETTING: default-perms width=16 default=u |
| 3576 | +** SETTING: default-perms width=16 default=u sensitive |
| 3590 | 3577 | ** Permissions given automatically to new users. For more |
| 3591 | 3578 | ** information on permissions see the Users page in Server |
| 3592 | 3579 | ** Administration of the HTTP UI. |
| 3593 | 3580 | */ |
| 3594 | 3581 | /* |
| | @@ -3596,11 +3583,11 @@ |
| 3596 | 3583 | ** If enabled, permit files that may be binary |
| 3597 | 3584 | ** or that match the "binary-glob" setting to be used with |
| 3598 | 3585 | ** external diff programs. If disabled, skip these files. |
| 3599 | 3586 | */ |
| 3600 | 3587 | /* |
| 3601 | | -** SETTING: diff-command width=40 |
| 3588 | +** SETTING: diff-command width=40 sensitive |
| 3602 | 3589 | ** The value is an external command to run when performing a diff. |
| 3603 | 3590 | ** If undefined, the internal text diff will be used. |
| 3604 | 3591 | */ |
| 3605 | 3592 | /* |
| 3606 | 3593 | ** SETTING: dont-push boolean default=off |
| | @@ -3611,11 +3598,11 @@ |
| 3611 | 3598 | /* |
| 3612 | 3599 | ** SETTING: dotfiles boolean versionable default=off |
| 3613 | 3600 | ** If enabled, include --dotfiles option for all compatible commands. |
| 3614 | 3601 | */ |
| 3615 | 3602 | /* |
| 3616 | | -** SETTING: editor width=32 |
| 3603 | +** SETTING: editor width=32 sensitive |
| 3617 | 3604 | ** The value is an external command that will launch the |
| 3618 | 3605 | ** text editor command used for check-in comments. |
| 3619 | 3606 | */ |
| 3620 | 3607 | /* |
| 3621 | 3608 | ** SETTING: empty-dirs width=40 versionable block-text |
| | @@ -3654,16 +3641,16 @@ |
| 3654 | 3641 | ** An empty list prohibits editing via that page. Note that |
| 3655 | 3642 | ** it cannot edit binary files, so the list should not |
| 3656 | 3643 | ** contain any globs for, e.g., images or PDFs. |
| 3657 | 3644 | */ |
| 3658 | 3645 | /* |
| 3659 | | -** SETTING: gdiff-command width=40 default=gdiff |
| 3646 | +** SETTING: gdiff-command width=40 default=gdiff sensitive |
| 3660 | 3647 | ** The value is an external command to run when performing a graphical |
| 3661 | 3648 | ** diff. If undefined, text diff will be used. |
| 3662 | 3649 | */ |
| 3663 | 3650 | /* |
| 3664 | | -** SETTING: gmerge-command width=40 |
| 3651 | +** SETTING: gmerge-command width=40 sensitive |
| 3665 | 3652 | ** The value is a graphical merge conflict resolver command operating |
| 3666 | 3653 | ** on four files. Examples: |
| 3667 | 3654 | ** |
| 3668 | 3655 | ** kdiff3 "%baseline" "%original" "%merge" -o "%output" |
| 3669 | 3656 | ** xxdiff "%original" "%baseline" "%merge" -M "%output" |
| | @@ -3794,11 +3781,11 @@ |
| 3794 | 3781 | ** the associated files within the checkout -AND- the "rm" |
| 3795 | 3782 | ** and "delete" commands will also remove the associated |
| 3796 | 3783 | ** files from within the checkout. |
| 3797 | 3784 | */ |
| 3798 | 3785 | /* |
| 3799 | | -** SETTING: pgp-command width=40 |
| 3786 | +** SETTING: pgp-command width=40 sensitive |
| 3800 | 3787 | ** Command used to clear-sign manifests at check-in. |
| 3801 | 3788 | ** Default value is "gpg --clearsign -o" |
| 3802 | 3789 | */ |
| 3803 | 3790 | /* |
| 3804 | 3791 | ** SETTING: forbid-delta-manifests boolean default=off |
| | @@ -3854,22 +3841,22 @@ |
| 3854 | 3841 | ** |
| 3855 | 3842 | ** If repolist-skin has a value of 2, then the repository is omitted from |
| 3856 | 3843 | ** the list in use cases 1 through 4, but not for 5 and 6. |
| 3857 | 3844 | */ |
| 3858 | 3845 | /* |
| 3859 | | -** SETTING: self-register boolean default=off |
| 3846 | +** SETTING: self-register boolean default=off sensitive |
| 3860 | 3847 | ** Allow users to register themselves through the HTTP UI. |
| 3861 | 3848 | ** This is useful if you want to see other names than |
| 3862 | 3849 | ** "Anonymous" in e.g. ticketing system. On the other hand |
| 3863 | 3850 | ** users can not be deleted. |
| 3864 | 3851 | */ |
| 3865 | 3852 | /* |
| 3866 | | -** SETTING: ssh-command width=40 |
| 3853 | +** SETTING: ssh-command width=40 sensitive |
| 3867 | 3854 | ** The command used to talk to a remote machine with the "ssh://" protocol. |
| 3868 | 3855 | */ |
| 3869 | 3856 | /* |
| 3870 | | -** SETTING: ssl-ca-location width=40 |
| 3857 | +** SETTING: ssl-ca-location width=40 sensitive |
| 3871 | 3858 | ** The full pathname to a file containing PEM encoded |
| 3872 | 3859 | ** CA root certificates, or a directory of certificates |
| 3873 | 3860 | ** with filenames formed from the certificate hashes as |
| 3874 | 3861 | ** required by OpenSSL. |
| 3875 | 3862 | ** |
| | @@ -3879,11 +3866,11 @@ |
| 3879 | 3866 | ** Checking your platform behaviour is required if the |
| 3880 | 3867 | ** exact contents of the CA root is critical for your |
| 3881 | 3868 | ** application. |
| 3882 | 3869 | */ |
| 3883 | 3870 | /* |
| 3884 | | -** SETTING: ssl-identity width=40 |
| 3871 | +** SETTING: ssl-identity width=40 sensitive |
| 3885 | 3872 | ** The full pathname to a file containing a certificate |
| 3886 | 3873 | ** and private key in PEM format. Create by concatenating |
| 3887 | 3874 | ** the certificate and private key files. |
| 3888 | 3875 | ** |
| 3889 | 3876 | ** This identity will be presented to SSL servers to |
| | @@ -3890,33 +3877,33 @@ |
| 3890 | 3877 | ** authenticate this client, in addition to the normal |
| 3891 | 3878 | ** password authentication. |
| 3892 | 3879 | */ |
| 3893 | 3880 | #ifdef FOSSIL_ENABLE_TCL |
| 3894 | 3881 | /* |
| 3895 | | -** SETTING: tcl boolean default=off |
| 3882 | +** SETTING: tcl boolean default=off sensitive |
| 3896 | 3883 | ** If enabled Tcl integration commands will be added to the TH1 |
| 3897 | 3884 | ** interpreter, allowing arbitrary Tcl expressions and |
| 3898 | 3885 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 3899 | 3886 | ** interpreter will be able to evaluate arbitrary TH1 |
| 3900 | 3887 | ** expressions and scripts. |
| 3901 | 3888 | */ |
| 3902 | 3889 | /* |
| 3903 | | -** SETTING: tcl-setup width=40 block-text |
| 3890 | +** SETTING: tcl-setup width=40 block-text sensitive |
| 3904 | 3891 | ** This is the setup script to be evaluated after creating |
| 3905 | 3892 | ** and initializing the Tcl interpreter. By default, this |
| 3906 | 3893 | ** is empty and no extra setup is performed. |
| 3907 | 3894 | */ |
| 3908 | 3895 | #endif /* FOSSIL_ENABLE_TCL */ |
| 3909 | 3896 | /* |
| 3910 | | -** SETTING: tclsh width=80 default=tclsh |
| 3897 | +** SETTING: tclsh width=80 default=tclsh sensitive |
| 3911 | 3898 | ** Name of the external TCL interpreter used for such things |
| 3912 | 3899 | ** as running the GUI diff viewer launched by the --tk option |
| 3913 | 3900 | ** of the various "diff" commands. |
| 3914 | 3901 | */ |
| 3915 | 3902 | #ifdef FOSSIL_ENABLE_TH1_DOCS |
| 3916 | 3903 | /* |
| 3917 | | -** SETTING: th1-docs boolean default=off |
| 3904 | +** SETTING: th1-docs boolean default=off sensitive |
| 3918 | 3905 | ** If enabled, this allows embedded documentation files to contain |
| 3919 | 3906 | ** arbitrary TH1 scripts that are evaluated on the server. If native |
| 3920 | 3907 | ** Tcl integration is also enabled, this setting has the |
| 3921 | 3908 | ** potential to allow anybody with check-in privileges to |
| 3922 | 3909 | ** do almost anything that the associated operating system |
| | @@ -3969,11 +3956,11 @@ |
| 3969 | 3956 | ** of a "fossil clone" or "fossil sync" command. The |
| 3970 | 3957 | ** default is false, in which case the -u option is |
| 3971 | 3958 | ** needed to clone or sync unversioned files. |
| 3972 | 3959 | */ |
| 3973 | 3960 | /* |
| 3974 | | -** SETTING: web-browser width=30 |
| 3961 | +** SETTING: web-browser width=30 sensitive |
| 3975 | 3962 | ** A shell command used to launch your preferred |
| 3976 | 3963 | ** web browser when given a URL as an argument. |
| 3977 | 3964 | ** Defaults to "start" on windows, "open" on Mac, |
| 3978 | 3965 | ** and "firefox" on Unix. |
| 3979 | 3966 | */ |
| 3980 | 3967 | |