Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

40 events occurring around c717f1ef9a1a4c91.

2021-06-15
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
14:21 Edit [fb3938ee09755806|fb3938ee09]: Add tag "version-2.14.2". Cancel tag "versino-2.14.2". artifact: 5e369f149b user: andygoth
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
01:22 Edit [fb3938ee09755806|fb3938ee09]: Add tag "versino-2.14.2". artifact: be75c606fc user: drh
01:21 Edit [7cfd58d771e77123|7cfd58d771]: Add tag "version-2.15.2". artifact: 80958a0e73 user: drh
01:01
Increase the version number to 2.15.2 Leaf check-in: 7cfd58d771 user: drh tags: branch-2.15, version-2.15.2
01:00
Increase the version number to 2.14.2 Leaf check-in: fb3938ee09 user: drh tags: branch-2.14, version-2.14.2
01:00
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: 8126093ee9 user: drh tags: branch-2.14
00:58
Fix the client-side SSL connection setup so that it actually verifies the hostname on the certification from the server. check-in: 7d85e21fd2 user: drh tags: branch-2.15
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
18:57 Edit [ca175c615109b48f|ca175c6151]: Remove the "Closed" mark. artifact: b6ebb31272 user: stephan
15:36
Update the built-in SQLite to the first 3.36.0 beta. check-in: 3bb3c516f1 user: drh tags: trunk
13:48
/chat: experimentally render a list of users ordered by most recent activity. Until/unless we can find a useful function for the list, though, it's really just a somewhat pretty screen space hog. check-in: c7ee6f4ef1 user: stephan tags: chat-user-last-seen
10:52
/chat now experimentally keeps track of the timestamp of the most recent message received from each user so that we can eventually integrate that information into the UI to provide a list of currently-active users (noting that we have no way of tracking the existence of lurkers). check-in: be07b8d137 user: stephan tags: chat-user-last-seen
10:48
Minor /chat-internal doc tweaks. check-in: 994bec3637 user: stephan tags: trunk
09:41
Squelch /chat poll timeout errors in the dev console unless an internal debugging flag is enabled. They're an expected error case and generate lots of console log entries. check-in: 1eddedeaec user: stephan tags: trunk
05:48
Squished a few minor errors on www/javascript.md check-in: 641a02c8f3 user: wyoung tags: trunk
2021-06-12
22:52 Edit [9690fc39dc938f4b|9690fc39dc]: Move to branch not-allowed.. Mark "Closed". artifact: 8a9100d1ed user: drh
22:51 Edit [ca175c615109b48f|ca175c6151]: Mark "Closed". Edit check-in comment. artifact: e7881988e9 user: drh
18:43
Add support for submenu parametric hyperlinks for /rptview and /wiki pages. Closed-Leaf check-in: 9690fc39dc user: george tags: not-allowed.
17:28
Add a note to the Changelog. No code changes. check-in: 528d628947 user: george tags: rptview-submenu-paralink
17:13 Changes to wiki page "branch/rptview-submenu-paralink" artifact: 1dd6aa350f user: george
14:59
Move the test for forum post ahead of the plink test in the /info page, because things other than check-ins can now appear in the plink table. [forum:/forumpost/52587290b9493eab|Forum post 52587290b9493eab]. check-in: 81ab30272e user: drh tags: trunk
2021-06-11
18:28
Up the version number to 2.16, as we are getting close to wanting to do a release. check-in: a01df78c31 user: drh tags: trunk
15:32
Update the built-in pikchr.c to the latest version that supports alternative spellings for "<-", "->", and "<->" tokens. check-in: 76e421bbd5 user: drh tags: trunk
09:27
On the forum post reply page, add a link back to the original post and its source view, as discussed in [forum:/forumpost/cf716a7ff8 | forum post cf716a7ff8]. Changed the forum post link/source links to use %!S instead of %S to determine the links' hash lengths. check-in: 62f0ce8374 user: stephan tags: trunk