Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent timeline items
2018-03-30
| ||
12:25 | [c4e1e20b3a] Leaf: Fix a typo in the compiling.md document. (user: drh, tags: trunk) | |
12:23 | [c555d600c0] Use site-absolute URLs on the README.md file. (user: drh, tags: trunk) | |
11:19 | [f32ee075ea] Fix typo in the security.md page. (user: drh, tags: trunk) | |
2018-03-29
| ||
15:32 | [8cec7dcae8] Update the security page to talk about the fact that parameter names must not contain special characters. (user: drh, tags: trunk) | |
2018-03-28
| ||
20:25 | [127706d944] Update the built-in SQLite to the first 3.23.0 beta. (user: drh, tags: trunk) | |
2018-03-09
| ||
17:49 | [1e5ec777a7] 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. (user: drh, tags: trunk) | |
2018-03-02
| ||
14:02 | [88695e2d91] Add the download.md document. (user: drh, tags: trunk) | |
2018-02-27
| ||
04:05 | [3d9bec254b] Fix typos in the security.md document. (user: drh, tags: trunk) | |
2018-02-19
| ||
12:32 | [9352328572] Leaf: 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. (user: drh, tags: regsub-command) | |
2018-02-18
| ||
23:45 | [a3a740ad51] Allow "%html%(...)%" as an alternative to "%html(...)" for use in cases where the "..." contains one or more ")" characters. (user: drh, tags: trunk) | |
2018-02-16
| ||
19:24 | [99b13e374c] 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. (user: drh, tags: trunk) | |
2018-02-14
| ||
01:56 | [d5adad95cd] 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". (user: drh, tags: trunk) | |
01:52 | • Fixed ticket [a38160c721]: When entering a "+" in an input field in a form, the plus disappears on receiving it plus 4 other changes (user: drh) | |
01:52 | [9580d1fedb] In the formajax02.tcl example, use the encodeURIComponent() javascript function instead of escape() so that the "+" character is correctly escaped. Fix for ticket [a38160c72116b1ba04c] (user: drh, tags: trunk) | |
2018-02-10
| ||
20:21 | [43323e55a9] Add an edit function to the shopping list application. (user: drh, tags: trunk) | |
2018-02-08
| ||
19:52 | • New ticket [a38160c721] When entering a "+" in an input field in a form, the plus disappears on receiving it. (user: anonymous) | |
12:31 | [cea1360863] More improvements to test01.tcl. (user: drh, tags: trunk) | |
12:15 | [e17c170f16] Typos from Andreas. Added the file-upload test to test01.tcl. (user: drh, tags: trunk) | |
04:42 | [b25f6825c5] Fix minor problems with the two self-scripts. (user: drh, tags: trunk) | |
02:17 | [654ca1127b] Add she-bangs to the self.tcl and self2.tcl examples. (user: drh, tags: trunk) | |
02:07 | [0afcafe89f] Add the self2.tcl example script (user: drh, tags: trunk) | |
01:31 | [b1545db25b] Add cache-control to the self.tcl example script. (user: drh, tags: trunk) | |
01:24 | [8f65cebe60] Add the "self.tcl" example application that displays a copy of itself. (user: drh, tags: trunk) | |
00:14 | [3e1e061441] Add a documentation file on how to compile wapptclsh. (user: drh, tags: trunk) | |
2018-02-07
| ||
23:55 | [e4fc8bab33] Fix yet another typo. (user: drh, tags: trunk) | |
23:53 | [7afff168cb] Fix documentation typos reported by Andreas Kupries. (user: drh, tags: trunk) | |
20:00 | [8b769e4771] Improvements to the same-origin detection logic. (user: drh, tags: trunk) | |
18:33 | [f6b7dbaa54] More documentation updates (user: drh, tags: trunk) | |
14:27 | [651c5f305b] Documentation enhancements. (user: drh, tags: trunk) | |
01:38 | [8e060c0dec] Mention the license (2-clause BSD) on the homepage. (user: drh, tags: trunk) | |
01:37 | [ea88c28347] New and improved documentation. (user: drh, tags: trunk) | |
2018-02-06
| ||
17:58 | [6cd6484c92] Fix filename dequoting in multipart/form-data interpretation. Add two test files for multipart/form-data testing. (user: drh, tags: trunk) | |
16:54 | [4cc53a980a] Adjust the regexp commands used to parse multipart/form-data to improved performance with very large upload files. (user: drh, tags: trunk) | |
16:36 | [089322b3a4] Enhance the file upload test to show uploaded images inline. (user: drh, tags: trunk) | |
15:47 | [70438dc56d] Add support for decoding multipart/form-data on POST queries. (user: drh, tags: trunk) | |
13:14 | [7700f1866a] Add the WAPP_MODE cgi parameter. (user: drh, tags: trunk) | |
12:46 | [a931abfc06] Add the "--local PORT" option to wapp-start. (user: drh, tags: trunk) | |
12:37 | [bacdb61533] Move the implementation of wapp-start to the end of the file, where it seems to fit in better. No changes to logic. (user: drh, tags: trunk) | |
2018-02-05
| ||
04:34 | [7a829f83e3] Add SQLite search to the list of known users of Wapp in the wild. (user: drh, tags: trunk) | |
04:21 | [de2bae5c84] Update documentation to include the SCRIPT_FILENAME and DOCUMENT_ROOT cgi parameters. (user: drh, tags: trunk) | |
01:31 | [95e6f7d2d2] Fix automatic CGI detection so that it works with CGI 1.1. (user: drh, tags: trunk) | |
00:45 | [20f4274937] Make sure the SCRIPT_FILENAME is a full pathname for the standalone server. (user: drh, tags: trunk) | |
2018-02-04
| ||
23:38 | [4c985fa7e4] Add the (pwd)= output line to wapp-debug-env. (user: drh, tags: trunk) | |
19:49 | [bccd3dd07f] Make CGI parameters DOCUMENT_ROOT and SCRIPT_FILENAME available to the application. (user: drh, tags: trunk) | |
17:58 | [1bb173f9a3] Tweaks to the homepage. No changes to code. (user: drh, tags: trunk) | |
2018-02-02
| ||
16:14 | [405b0e8963] Add real-world usage examples for Wapp. (user: drh, tags: trunk) | |
16:03 | [d45c7180be] Remove deprecated interfaces. Improved comments in the wapp.tcl source code. (user: drh, tags: trunk) | |
15:40 | [c0fdd17fd6] More tweaks to the homepage documentation. (user: drh, tags: trunk) | |
14:51 | [985de3d884] Updates to the documentation. (user: drh, tags: trunk) | |
05:45 | [7387e256f9] Further tweaks to the documentation. (user: drh, tags: trunk) | |