Wapp

Timeline
Login

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

50 events occurring on or before 2023-04-12 08:42:30.

2023-04-12
08:42 Post: what value is wapp adding? (artifact: e5eae4def8 user: anonymous)
08:33 Post: fossil clone https://wapp.tcl.tk isn't sufficient (artifact: 106a8a36c5 user: anonymous)
08:15 Post: can't find package wapp (artifact: 062f3c73c7 user: anonymous)
2023-02-18
15:59
Update the built-in SQLite implementation to the latest 3.41.0 beta. (check-in: cef7dee326 user: drh tags: trunk)
2022-11-16
19:15
Update the built-in SQLite to the official version 3.40.0 release. (check-in: 6f5b05852e user: drh tags: trunk)
2022-11-15
14:57 Reply: Problem running wapp with scgi (artifact: 3e0a12fc11 user: rhcarvalho)
11:54 Reply: wapp-default always get run (artifact: 7b73d2cd6f user: Rokasg)
11:21 Reply: wapp-default always get run (artifact: 7aa2efbd46 user: drh)
06:52 Post: Problem running wapp with scgi (artifact: 67f7060f7e user: Rokasg)
06:41 Reply: wapp-default always get run (artifact: 6f781c5785 user: Rokasg)
00:04 Reply: wapp-default always get run (artifact: b21e770957 user: drh)
2022-11-14
20:55 Post: wapp-default always get run (artifact: e3d0ebf9cc user: Rokasg)
20:47 Reply: Blog (artifact: d164c8eb62 user: Rokasg)
2022-11-13
16:39 Reply: Blog (artifact: 446b397151 user: rhcarvalho)
12:31 Reply: Blog (artifact: 1e13973cb2 user: anonymous)
06:19 Post: Blog (artifact: 7b6c784d06 user: Rokasg)
2022-11-10
20:50 Reply: Wapp opening two browsers on Linux (artifact: c16773f004 user: rhcarvalho)
11:44
Ignore stderr returns from xdg-open, as suggested by forum post 07078234d6. (check-in: 253fa3bcea user: drh tags: trunk)
11:24 Post: Wapp opening two browsers on Linux (artifact: 07078234d6 user: rhcarvalho)
2022-11-08
14:39
Update the built-in SQLite to the latest 3.40.0 beta. (check-in: f4a6f71da6 user: drh tags: trunk)
2022-10-21
09:38 Post: Using Wapp with HTMX (artifact: 1f37cd88d7 user: anonymous)
2022-09-30
12:29
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all of the fixes of version 3.39.4. (check-in: be1f948a5c user: drh tags: trunk)
12:28
Correction to the documentation of the "wapp" command. (check-in: 4cc307273e user: drh tags: trunk)
2022-08-29
13:22 Reply: Makefile.openbsd (artifact: 313cb71f4b user: anonymous)
12:32 Post: Simple LRU cache for Wapp (artifact: ea2605654d user: anonymous)
12:26 Post: Building wapptclsh with TclTLS (artifact: 7e8b0131da user: anonymous)
2022-08-27
21:16 Reply: clock format in static compiled wapptclsh? (artifact: a437965325 user: anonymous)
2022-08-23
12:50
Update the built-in SQLite to the latest 3.40.0 alpha version. (check-in: f44b8326fc user: drh tags: trunk)
2022-08-22
07:52 Post: Multi-file upload (artifact: 23ec9be157 user: geoffrey)
2022-08-01
10:21
Remove application code that was accidentally pasted into commands.md. Forum post 73a0daf2d9. (check-in: a75c921e06 user: drh tags: trunk)
10:17 Post: commands.md database section (artifact: 73a0daf2d9 user: anonymous)
2022-07-28
12:56
Update the built-in SQLite to the latest 3.40.0 alpha. (check-in: 6bc7d7957f user: drh tags: trunk)
12:41
Fix the wapp-redirect command so that (1) it also does a wapp-reset and (2) so that it uses reply code 303 instead of 307, thus making it usable for redirect-after-POST. (check-in: f48c405b79 user: drh tags: trunk)
12:24
Add the -debug option that causes reply content to go uncompressed. (check-in: e89db24eca user: drh tags: trunk)
2022-07-27
20:46
Fix documentation for the wapp-param-list command. (check-in: d739a6767c user: drh tags: trunk)
2022-02-13
22:57 Closed ticket [b0d195faaf]: broccoli.gif requires URL path in documentaton plus 4 other changes (artifact: 360a0e6cc1 user: drh) ... 2 similar events omitted.
19:39
Adjust the REQUEST_URI query parameter such that it includes the QUERY_STRING if any. In other words, REQUEST_URI should be the second field of the first line of the original HTTP request. This is how Apache and Nginx both work. (check-in: 3028f8c9ea user: drh tags: trunk)
2021-11-26
12:28 Reply: Insufficient validation of form input (artifact: e4873382d9 user: drh)
12:27
Update the built-in SQLite to the latest 3.37.0 beta. (check-in: 66bdd66cee user: drh tags: trunk)
12:23
Require that all POST parameters have lower-case alphanumeric names. Ignore any POST parameter that have upper-case letters or special characters in their names. See forum post 5220ee9ac0. (check-in: 27c4c3a75e user: drh tags: trunk)
2021-11-24
20:29 Post: ::http::geturl -query fails (artifact: 99a0e82d2b user: radCAD)
20:23 Post: ::http::geturl -query fails (artifact: 87645d13e6 user: radCAD)
2021-09-20
12:10
Enhance the wapp-reply-code command so that if given the argument of just "ABORT" Wapp will drop the TCP/IP connection without sending any reply at all. (check-in: a8fb6ca1fd user: drh tags: trunk)
12:10
Update the documentation to describe the new capabilities of wapp-reply-code. (Leaf check-in: f4a169b8db user: drh tags: abort-request)
2021-09-15
12:04
In this branch is a proposed patch whereby if the page handler calls "wapp-reply-code ABORT" then the request is cancelled and the TCP/IP connection is closed without sending any reply at all. (check-in: a757b342da user: drh tags: abort-request)
2021-09-13
12:56 Post: Insufficient validation of form input (artifact: 5220ee9ac0 user: anonymous)
2021-06-18
13:33
Further rebustness in the %qp and %url substitutions. This is a correction to the previous check-in. (check-in: d776a1b60b user: drh tags: trunk)
13:09
Fix a problem with backslashes in the %qp() and %url() encoders. See https://sqlite.org/forum/forumpost/8fb639b5ad for the original report. (check-in: edd8b4f267 user: drh tags: trunk)