Wapp

Timeline
Login

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

10 check-ins that include changes to files matching 'tests/*'

2024-04-15
10:28
Rebrand as "W3" (Leaf check-in: c0bf5ea896 user: drh tags: w3)
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-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-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)
2018-02-06
17:58
Fix filename dequoting in multipart/form-data interpretation. Add two test files for multipart/form-data testing. (check-in: 6cd6484c92 user: drh tags: trunk)
16:36
Enhance the file upload test to show uploaded images inline. (check-in: 089322b3a4 user: drh tags: trunk)
15:47
Add support for decoding multipart/form-data on POST queries. (check-in: 70438dc56d user: drh tags: trunk)
2018-02-04
19:49
Make CGI parameters DOCUMENT_ROOT and SCRIPT_FILENAME available to the application. (check-in: bccd3dd07f user: drh tags: trunk)
2018-02-01
22:07
Move test files into the tests/ folder. Add the encode-binary-file.tcl utility script. Add an image to tests/test01.tcl. Move the "-translation binary" out of wappInt-handle-request and into wappInt-handle-cgi-request. (check-in: 7c173f40cb user: drh tags: trunk)