Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
62 check-ins using file docs/usageexamples.md version 1189cc3c5d
2019-04-23
| ||
19:52 | Improvements to the tableajax01.tcl example. (check-in: ab89ab225b user: drh tags: trunk) | |
19:35 | Add a "self" page to the fileupload.tcl demo. (check-in: cdd099b81e user: drh tags: trunk) | |
18:04 | Fix a typo in the quickref.md document. (check-in: 713d5e77fc user: drh tags: trunk) | |
2019-04-15
| ||
19:00 | Update the built-in SQLite to the 3.28.0 beta. (check-in: 482776f0ef user: drh tags: trunk) | |
2019-04-10
| ||
15:22 | Improved JSON string literal encoding. (check-in: 4b187296d9 user: drh tags: trunk) | |
2019-04-09
| ||
13:11 | Update the built-in SQLite to the latest 3.28.0 alpha. (check-in: 58675822f3 user: drh tags: trunk) | |
2019-04-08
| ||
20:14 | For the %string() substitution, encode newlines and carriage returns using backslash escapes. (check-in: 6385090072 user: drh tags: trunk) | |
2019-04-01
| ||
01:57 | Documentation improvements. (check-in: 38fa4334e3 user: drh tags: trunk) | |
01:31 | Fix error in the first example of the "intro.md" page. (check-in: 83e002a08c user: drh tags: trunk) | |
00:53 | Improved SCGI security: (1) The --scgi option only listens on IP address 127.0.0.1. The new --remote-scgi option must be used if the webserver is on a different machine. (2) The new --fromip option can be used to restrict incoming requests to a particular IP address. (3) In SCGI mode, the new parameter "SERVER_ADDR" contains the IP address of the webserver that originated the SCGI request. (check-in: fb5eafae32 user: drh tags: trunk) | |
2019-03-08
| ||
00:08 | Add the forgotten helloworld.md documentation file. (check-in: 5f79eb875f user: drh tags: trunk) | |
2019-03-07
| ||
14:49 | More documentation improvements. (check-in: 984d973c34 user: drh tags: trunk) | |
14:37 | Further documentation refinements. (check-in: 271766c541 user: drh tags: trunk) | |
13:34 | Documentation updates: improvements to the description of URL mapping and CGI variables. (check-in: 2eac47dda7 user: drh tags: trunk) | |
2019-03-06
| ||
23:12 | More documentation tweaks. (check-in: 7be9077b84 user: drh tags: trunk) | |
22:49 | Documentation tweaks. (check-in: ced8768917 user: drh tags: trunk) | |
20:47 | Use the -command argument to regexp to provide wapp-subst and wapp-trim that are fast and that avoid doing command substitution outside of quoted regions. (check-in: df36e56f70 user: drh tags: trunk) | |
19:43 | Update the documentation on wapp-subst to acknowledge that command substitution does occur outside of quoted regions. (check-in: 72cf27176a user: drh tags: trunk) | |
19:32 | Alternative implementation of wapp-subst that does not allow command substitution within unquoted sections. (Leaf check-in: 627a5a8bbc user: drh tags: new-subst-algorithm) | |
17:44 | Update the fileupload.tcl example so that uploaded images are shown in-line. This demonstrates how to use the TCL "binary encode" command to generate base64 from the raw image content and how to modify content-security-policy to allow "data:" sources for images. (check-in: af9968656c user: drh tags: trunk) | |
2019-03-04
| ||
19:18 | Fix the multipart/form-data parser so that it can accept none-file uploads. Add the "fileupload.tcl" example. (check-in: cfa2467c17 user: drh tags: trunk) | |
2019-02-16
| ||
12:07 | Minor updates to the documentation. (check-in: ca3221ef4e user: drh tags: trunk) | |
00:26 | Add the -nowait option to the wapp-start proc. (check-in: 102ae00863 user: drh tags: trunk) | |
2019-02-05
| ||
23:32 | Update the built-in tclsqlite3.c to the latest 3.27.0 beta. (check-in: 52cd62c2ac user: drh tags: trunk) | |
2018-12-01
| ||
13:24 | Update the built-in tclsqlite3.c file to version 3.26.0 final. (check-in: d7e3ba32d0 user: drh tags: trunk) | |
2018-11-27
| ||
17:27 | Update the built-in SQLite to the lastest 3.26.0 beta for testing. (check-in: 6a4d54bab7 user: drh tags: trunk) | |
2018-08-31
| ||
15:01 | Add the mediaquery.tcl example script. (check-in: c736164111 user: drh tags: trunk) | |
01:10 | Fix the doclist.html document so that it works for non-root repositories. (check-in: f7863d2470 user: drh tags: trunk) | |
00:34 | Fix a bad hyperlink on the sitemap.md page. (check-in: 9afa5209e2 user: drh tags: trunk) | |
00:33 | Add the copyright.md document. (check-in: 7bd900c058 user: drh tags: trunk) | |
00:13 | Add the sitemap.md and doclist.html documents. (check-in: fbe42f35ca user: drh tags: trunk) | |
2018-08-06
| ||
11:51 | Typo fix on the intro.md documentation page. (check-in: 766f64396a user: drh tags: trunk) | |
11:48 | Avoid an extra \n at the end of the content in an CGI reply. Fix suggested by Gerome Fournier (check-in: f914bf8729 user: drh tags: trunk) | |
2018-05-31
| ||
19:57 | Fix a comment typo. (check-in: 6fdf62dd60 user: drh tags: trunk) | |
2018-05-30
| ||
17:01 | Update the built-in SQLite to the 3.24.0 beta. (check-in: 6036d4fc11 user: drh tags: trunk) | |
2018-05-21
| ||
15:25 | Add the filelist.tcl example script. (check-in: fba858d541 user: drh tags: trunk) | |
2018-05-08
| ||
01:12 | Fix a typo in the documentation. (check-in: 123ddf6cef user: drh tags: trunk) | |
2018-05-01
| ||
21:03 | Add a "package require Tcl 8.6", suggested by AKU. (check-in: 9ca390e69f user: drh tags: trunk) | |
2018-03-30
| ||
12:25 | Fix a typo in the compiling.md document. (check-in: c4e1e20b3a user: drh tags: trunk) | |
12:23 | Use site-absolute URLs on the README.md file. (check-in: c555d600c0 user: drh tags: trunk) | |
11:19 | Fix typo in the security.md page. (check-in: f32ee075ea user: drh tags: trunk) | |
2018-03-29
| ||
15:32 | Update the security page to talk about the fact that parameter names must not contain special characters. (check-in: 8cec7dcae8 user: drh tags: trunk) | |
2018-03-28
| ||
20:25 | Update the built-in SQLite to the first 3.23.0 beta. (check-in: 127706d944 user: drh tags: trunk) | |
2018-03-09
| ||
17:49 | Improve %string() to escape < so that </script> does not cause problems in embedded javascript. Improve %html() to escape " and \ to avoid problems with HTML used inside a javascript string. (check-in: 1e5ec777a7 user: drh tags: trunk) | |
2018-03-02
| ||
14:02 | Add the download.md document. (check-in: 88695e2d91 user: drh tags: trunk) | |
2018-02-27
| ||
04:05 | Fix typos in the security.md document. (check-in: 3d9bec254b user: drh tags: trunk) | |
2018-02-19
| ||
12:32 | Attempt to reimplement wapp-subst and wapp-trim using the -command option to regsub. This prevents bracket-command evaluatation in unsubstituted script, but it does not handle backslash escapes quite right. (Closed-Leaf check-in: 9352328572 user: drh tags: regsub-command) | |
2018-02-18
| ||
23:45 | Allow "%html%(...)%" as an alternative to "%html(...)" for use in cases where the "..." contains one or more ")" characters. (check-in: a3a740ad51 user: drh tags: trunk) | |
2018-02-16
| ||
19:24 | In "local" and "server" modes, if a TCL error occurs in the page processing routine, write that error onto standard output in addition to sending it back as the reply to request. (check-in: 99b13e374c user: drh tags: trunk) | |
2018-02-14
| ||
01:56 | In the formajax02.tcl example, change the name of the AJAX accept procedure to "acceptajax" which makes more sense than the former name of "acceptjson". (check-in: d5adad95cd user: drh tags: trunk) | |
01:52 | In the formajax02.tcl example, use the encodeURIComponent() javascript function instead of escape() so that the "+" character is correctly escaped. Fix for ticket [a38160c72116b1ba04c] (check-in: 9580d1fedb user: drh tags: trunk) | |
2018-02-10
| ||
20:21 | Add an edit function to the shopping list application. (check-in: 43323e55a9 user: drh tags: trunk) | |
2018-02-08
| ||
12:31 | More improvements to test01.tcl. (check-in: cea1360863 user: drh tags: trunk) | |
12:15 | Typos from Andreas. Added the file-upload test to test01.tcl. (check-in: e17c170f16 user: drh tags: trunk) | |
04:42 | Fix minor problems with the two self-scripts. (check-in: b25f6825c5 user: drh tags: trunk) | |
02:17 | Add she-bangs to the self.tcl and self2.tcl examples. (check-in: 654ca1127b user: drh tags: trunk) | |
02:07 | Add the self2.tcl example script (check-in: 0afcafe89f user: drh tags: trunk) | |
01:31 | Add cache-control to the self.tcl example script. (check-in: b1545db25b user: drh tags: trunk) | |
01:24 | Add the "self.tcl" example application that displays a copy of itself. (check-in: 8f65cebe60 user: drh tags: trunk) | |
00:14 | Add a documentation file on how to compile wapptclsh. (check-in: 3e1e061441 user: drh tags: trunk) | |
2018-02-07
| ||
23:55 | Fix yet another typo. (check-in: e4fc8bab33 user: drh tags: trunk) | |
23:53 | Fix documentation typos reported by Andreas Kupries. (check-in: 7afff168cb user: drh tags: trunk) | |