Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file src/main.c version 183cf5e5ad
|
2019-07-29
| ||
| 15:12 | Enhancements to the copy/paste SVG icon and to the global options help page. ... (check-in: 93b0afc889 user: drh tags: trunk) | |
| 14:19 | Fix the build for -DFOSSIL_ENABLE_TH1_DOCS. The build was broken by check-in [ed2def5ffb96d74c] and on trunk by [ec56c69fe98d26d9]. ... (check-in: 8abeb62737 user: drh tags: trunk) | |
| 08:28 | Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af]. ... (Closed-Leaf check-in: 14f2ba0436 user: florian tags: svg-and-md-formatting) | |
| 08:14 | Trim spaces from the CSS background image SVG data URI for the copy icon, to make it look more compact -- this may not necessarily reduce the overall size of the final gzipped CSS resource delivered by the Fossil web server. The uncompressed source code for the icon is on the [branch/tooltip-copyhash] wiki page, with a comment why the variant with the "inaccurately" calculated outline looks better. ... (check-in: 0be9a2dbb7 user: florian tags: svg-and-md-formatting) | |
| 00:12 | Enhancements to the CGI extension documentation. ... (check-in: f80f753050 user: drh tags: trunk) | |
|
2019-07-27
| ||
| 17:11 | Enhancements to the CGI extension documentation. Update the 2.10 change log to mention this enhancement and other changes. ... (check-in: dfa5d50971 user: drh tags: trunk) | |
| 15:30 | Update the CGI extension documentation. Improved filename security in the CGI extension subsystem. ... (check-in: 12c8cc709d user: drh tags: trunk) | |
|
2019-07-26
| ||
| 20:54 | Do not allow /ext to return files whose names begin with "." or "-" even if those files occur in the top-level extroot directory. ... (check-in: e91de28b69 user: drh tags: trunk) | |
| 18:15 | Preliminary documentation for the /ext mechanism. ... (check-in: 893fca3a15 user: drh tags: trunk) | |
| 13:35 | Fix the fullcap() SQL function so that it correctly expands the capabilities of Admin and Setup users to include everything. ... (check-in: 384fdb6b4f user: drh tags: trunk) | |
| 06:14 | Removed an old (#if 0)'d-out block - the permissions check it was blocking out is performed further down in the function. ... (check-in: 7bd4bca2f4 user: stephan tags: trunk) | |
|
2019-07-25
| ||
| 23:56 | Neither Setup nor Admin users get Write-Unversioned permission by default. And only Setup users are able to include Write-Unversioned permission when editing a user. ... (check-in: 9ca4eb2bda user: drh tags: trunk) | |
| 21:11 | Add the /ext page that will run CGI or deliver static content from a document hierarchy specified by the --extroot command-line option on "fossil server" or the extroot: option in the CGI file. ... (check-in: ec56c69fe9 user: drh tags: trunk) | |
| 21:09 | Remove an unused variable. ... (Closed-Leaf check-in: c2a98a5d62 user: drh tags: extension-cgi) | |
| 20:53 | Ensure that the cgi_decode_post_parameters() routine does not delete the raw content used by the /xfer page. ... (check-in: af3a8dbe09 user: drh tags: extension-cgi) | |
| 20:20 | Enable the extroot: setting in CGI. ... (check-in: c116a9996b user: drh tags: extension-cgi) | |