Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins using file examples/env.tcl or env.tcl version 47d88c8606
2018-01-30
| ||
19:37 | Update the documentation page to remove all references to the ::Wapp dict. Describe the wapp-set-param, wapp-param-list, and wapp-param-exists interfaces used as an alternative to direct ::Wapp dict access. (check-in: 91b5a1ed09 user: drh tags: trunk) | |
19:09 | Use 307 instead of 302 to redirect. (check-in: d8cc844e83 user: drh tags: trunk) | |
19:07 | Add routines wapp-set-param, wapp-param-exists, and wapp-param-list which together eliminate the need to access the global ::wapp dict. (check-in: f9a0146ed6 user: drh tags: trunk) | |
17:28 | Support the -Dvariable=value option to set global TCL variables. (check-in: 6fa89b7c98 user: drh tags: trunk) | |
17:06 | Change wapp-debug-puts-env to just wapp-debug-env. (check-in: bf65f413cf user: drh tags: trunk) | |
16:09 | Pass the HTTPS CGI parameter through to the application code. (check-in: 622563732a user: drh tags: trunk) | |
13:18 | Automatically do gzip content-encoding on text/* replies if the TCL interpreter supports the zlib command. (check-in: 51541ac197 user: drh tags: trunk) | |
00:36 | Add the tableajax01.tcl example script (check-in: 5bace79173 user: drh tags: trunk) | |
2018-01-29
| ||
23:42 | Comment changes. Code is unaltered. (check-in: 142baa4cbd user: drh tags: trunk) | |
21:55 | Add wapp-cache-control. (check-in: 815db10773 user: drh tags: trunk) | |
20:54 | Add the --trace option useful for debugging. (check-in: 7e098c4180 user: drh tags: trunk) | |
18:08 | Add the wapp-debug-puts-env command for debugging. (check-in: 95eb5f5c75 user: drh tags: trunk) | |
01:10 | Add another ajax form example, this time using x-www-form-urlencoded content. (check-in: 39368df9be user: drh tags: trunk) | |
00:45 | Move the "env.tcl" example script into the examples/ folder. (check-in: afbbaffbe0 user: drh tags: trunk) | |
00:40 | Add the formajax01.tcl example script (check-in: bc899245cc user: drh tags: trunk) | |
2018-01-28
| ||
22:58 | Add the "env.tcl" demonstration and prototyping script. (check-in: 441f956cf2 user: drh tags: trunk) | |