Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
35 check-ins using file src/shell.c version c376af0949
|
2021-06-17
| ||
| 23:34 | Amend "Interwiki Tag Map" heading at the bottom of [/md_rules] and [/wiki_rules] pages: turn the word "Map" into a link to the [/intermap] page. check-in: 5061599031 user: george tags: trunk | |
| 22:51 | On the <tt>/rptsql</tt> page wrap a report's source code and the tickets schema with CODE elements having class="language-sql". check-in: d3ca01a81e user: george tags: trunk | |
| 10:32 | Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in [forum:/forumpost/29e7250723461d18 | forum post 29e7250723461d18]. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) Closed-Leaf check-in: dcbc8ba9fc user: stephan tags: mistake | |
| 02:20 | /announce page: add an explicit ACTION value for the form so that a 'to=...' URL parameter does not end up shadowing the 'to' field of the form and causing the announcement to be sent to the URL-provided address even if that form field is edited. check-in: 2fa43ef4fb user: stephan tags: trunk | |
|
2021-06-16
| ||
| 20:26 | Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions Leaf check-in: 6429a4bdc2 user: ashepilko tags: test-msc89 | |
| 20:24 | Add a test program for MSVC C89 implementations of rint() and snprintf() check-in: c945679735 user: ashepilko tags: test-msc89 | |
| 20:24 | Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again check-in: da9f362015 user: ashepilko tags: trunk | |
| 13:10 | Update to the "how the download page works" document to talk about how Source Tarball links are now computed on-the-fly. check-in: 8f4fd8c1d8 user: drh tags: trunk | |
| 12:44 | On the /cachestat page, provide a link to the timeline check-in context for the origin of each item in the cache. check-in: 61c33f67b3 user: drh tags: trunk | |
| 05:23 | Internal docs: removed outdated references to skn_NAME paths. check-in: 9d845ebb00 user: stephan tags: trunk | |
| 03:12 | Show the exact size of each cache entry in the web cache status page. check-in: 45e11fe4c5 user: drh tags: trunk | |
| 01:10 | Improvements to the "fossil cache" command. check-in: e0ebe6f033 user: drh tags: trunk | |
|
2021-06-15
| ||
| 22:31 | Do not allow links with "../" substring or <tt>'<'</tt> character. The former enforces that the link maps into a repo-local page; the later enforces defense against injection of malicious HTML elements. check-in: 6261c94b1e user: george tags: rptview-submenu-paralink | |
| 21:45 | Merge from trunk check-in: f445855917 user: george tags: rptview-submenu-paralink | |
| 21:37 | Merge from trunk check-in: cea36e6c86 user: george tags: wcontent-subsets | |
| 21:27 | Merge from trunk check-in: 1cf5c43ea5 user: george tags: th1-doc-vars | |
| 17:20 | Factored out an extraneous var from [1bb06c94]. No functional changes. check-in: e0686dda41 user: stephan tags: trunk | |
| 17:11 | An improved matcher algo for [76916757] and a slight padding adjustment of (.mainmenu a) elements in the default skin to work around a Firefox-specific quirk where the active link underlining did not appear. check-in: 6d9ac907e5 user: stephan tags: trunk | |
| 14:57 | Corrected the is-active marking for the current page's main menu entry in skins which do such marking. It was mismatching other entries when the current page's path was a prefix of an inactive menu entry's path, as reported in [forum:/forumpost/c3d646ab0ad1a4c0 | forum post c3d646ab0ad1a4c0]. check-in: 769167578b user: stephan tags: trunk | |
| 14:25 | Cherrypicked [2ee87308], which was intended for the trunk. check-in: 6456fab6fe user: stephan tags: trunk | |
| 14:24 | The SCRIPT argument to the test-th-eval command may now be a file name or a script string. (Edit: closing branch - we have yet to find a compelling use for this feature.) Closed-Leaf check-in: 2ee8730870 user: stephan tags: chat-user-last-seen | |
| 11:13 | Update the "Latest Release" information on the homepage. check-in: f8f54535d5 user: drh tags: trunk | |
| 03:00 | Merged in trunk for SSL improvements and deployment to test server. check-in: 422323618e user: stephan tags: chat-user-last-seen | |
| 02:44 | xekri skin: recolor links in fossil-PopupWidget elements so that the links are visible. check-in: d2c8ba0f66 user: stephan tags: trunk | |
| 02:29 | /chat: in the popup which is triggered by tapping a user's name add a link to the /timeline filtered on that user, per suggestion by Sean in the forum. check-in: b71be5ef36 user: stephan tags: trunk | |
| 01:30 | Update the change log for the TLS security patch. check-in: 3c1a27646c user: drh tags: trunk | |
| 00:39 | Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: aaab2a15d1 user: drh tags: trunk | |
|
2021-06-14
| ||
| 20:43 | Update the built-in SQLite to the latest 3.36.0 beta, including the bug fix to the authorizer callback such that it uses SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEX, for attached indexes. check-in: a9917d4fc7 user: drh tags: trunk | |
| 19:54 | Indentation level fix on the previous patch (style change only). check-in: b18c06e87a user: stephan tags: trunk | |
| 19:51 | Allow DROP INDEX and DROP VIEW through the ticket-schema authorizer. Enhance the test-db-prepare command so that it can use the ticket-schema or report authorizers for testing purposes. check-in: c717f1ef9a user: drh tags: trunk | |
| 19:48 | Add reminder hints to the authorizer function header comments about how to test those functions using the "test-db-prepare" command. Closed-Leaf check-in: b594f486ef user: drh tags: tktschema-allow-drop | |
| 19:44 | Doc typo fix. check-in: 323e3dfcbd user: stephan tags: tktschema-allow-drop | |
| 19:36 | test-db-prepare command: added --auth-report and --auth-ticket flags to install either the report or ticket schema authorizer for purposes of testing the given statement preparation. Basic sanity tests pass but needs more testing. check-in: 1bb06c94d6 user: stephan tags: tktschema-allow-drop | |
| 19:08 | Per /chat discussion: reopenened branch, merged in trunk, removed this branch's DROP TABLE option (potential data loss risk) but kept DROP VIEW/INDEX (no permanent damage can be done with those). Not yet ready for merge: addition of test code to run against the SQL authorizers is pending. check-in: 02226325b6 user: stephan tags: tktschema-allow-drop | |
| 15:36 | Update the built-in SQLite to the first 3.36.0 beta. check-in: 3bb3c516f1 user: drh tags: trunk | |