Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typos in documentation text. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
862d630ffb8821c99cd9a7c753f04385 |
| User & Date: | drh 2018-06-14 19:33:01.492 |
Context
|
2018-06-20
| ||
| 12:23 | Fix over-length code lines in the setup.c source file. check-in: 7001228a09 user: drh tags: trunk | |
|
2018-06-19
| ||
| 10:31 | Add /json/timeline/event for access to minimal information about events. check-in: c760791644 user: ben tags: ben-json-timeline | |
|
2018-06-14
| ||
| 19:33 | Fix typos in documentation text. check-in: 862d630ffb user: drh tags: trunk | |
| 13:48 | Reinstate the timeline arrow foreground color changes that were removed by check-in [7ac88481a69dd], but with fixes to avoid integer overflow. check-in: 57a0143b52 user: drh tags: trunk | |
Changes
Changes to src/add.c.
| ︙ | ︙ | |||
251 252 253 254 255 256 257 | ** Make arrangements to add one or more files or directories to the ** current checkout at the next commit. ** ** When adding files or directories recursively, filenames that begin ** with "." are excluded by default. To include such files, add ** the "--dotfiles" option to the command-line. ** | | | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | ** Make arrangements to add one or more files or directories to the ** current checkout at the next commit. ** ** When adding files or directories recursively, filenames that begin ** with "." are excluded by default. To include such files, add ** the "--dotfiles" option to the command-line. ** ** The --ignore and --clean options are comma-separated lists of glob patterns ** for files to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore ** option does not appear on the command line then the "ignore-glob" setting ** is used. If the --clean option does not appear on the command line then ** the "clean-glob" setting is used. ** ** If files are attempted to be added explicitly on the command line which ** match "ignore-glob", a confirmation is asked first. This can be prevented |
| ︙ | ︙ |
Changes to src/skins.c.
| ︙ | ︙ | |||
932 933 934 935 936 937 938 |
@ </p>
@
@ <a name='step2'></a>
@ <h1>Step 2: Authenticate</h1>
@
if( isSetup ){
@ <p>As an administrator, you can make any edits you like to this or
| | | | 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 |
@ </p>
@
@ <a name='step2'></a>
@ <h1>Step 2: Authenticate</h1>
@
if( isSetup ){
@ <p>As an administrator, you can make any edits you like to this or
@ any other skin. You can also authorize other users to edit this
@ skin. Any user whose login name matches the comma-separated list
@ of GLOB expressions below is given special permission to edit
@ the draft%d(iSkin) skin:
@
@ <form method='POST' action='%R/setup_skin#step2' id='f02'>
@ <p class='skinInput'>
@ <input type='hidden' name='sk' value='%d(iSkin)'>
@ Authorized editors for skin draft%d(iSkin):
|
| ︙ | ︙ |