1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242
|
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2005-09-30 Andreas Kupries <andreask@activestate.com>
* pkgIndex.tcl: Applied fix for [SF Tcllib Bug 756939], and
* ncgi.tcl: accepted [SF Tcllib RFE 842066]. Added new
* ncgi.man: commands 'ncgi::names' and 'ncgi::exists'.
* ncgi.test: Extended the documentation and testsuite. Bumped
version to 1.3
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6.1 ========================
*
2004-05-04 Brent Welch <welch@panasas.com>
* ngci.tcl: Added text/xml to the list of types allowed by
ncgi::nvlist. This is to support URL fetches in tclhttpd from
active X objects that specify their inputs in "xml".
2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6 ========================
*
2004-02-09 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: The variable '_tmpfiles' was used in conjunction with
* ncgi.test: some 8.4'isms. The package is certified for Tcl 8.2.
Replaced the offending constructs with equivalents
acceptable to the lesser cores. Spelling fixes in the
* formdata.txt: tests, and supporting data file.
2003-07-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.man: Trival spelling fix.
2003-06-16 Andreas Kupries <andreask@activestate.com>
* ncgi.test:
* ncgi.tcl (importFile): Got a rewritten version from Steve
Cassidy which fixes some bugs. We now also have tests for
'importFile'. See tcllib patch 611595 for the original code.
2003-05-09 Andreas Kupries <andreask@activestate.com>
* ncgi.tcl (import_file): Brace [expr].
2003-05-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.4 ========================
*
2003-05-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.test: Fixed all the tests which use a sub-process. The
auto_path was not propagated, causing the sub-process to require
an installed tcllib for correct operation (i.e. to find the
other packages ncgi depends on, like fileutil). also changed the
test prolog to match the other testsuites.
2003-04-25 Andreas Kupries <andreask@activestate.com>
* ncgi.tcl (::ncgi::query): Added code to handle binary data in
query/upload correctly.
2003-04-23 Andreas Kupries <andreask@activestate.com>
* ncgi.man:
* ncgi.tcl: Added command [importFile] from tcllib patch
611595. The command [tempfile] was relocated into fileutil
instead.
2003-04-10 Andreas Kupries <andreask@activestate.com>
* pkgIndex.tcl:
* ncgi.man:
* ncgi.tcl: Fixed bug #614591. Set version of the package to to
1.2.2. Also fixed equivalnet of bug #648679.
2003-02-05 David N. Welton <davidw@dedasys.com>
* ncgi.tcl: Use string match instead of regexp.
2002-08-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: Updated 'info exist' to 'info exists'.
2002-08-15 David N. Welton <davidw@dedasys.com>
* ncgi.tcl (ncgi::setValueList): Fix [ 593254 ] ncgi::SetValue bug
- SetValue now works correctly with multipart values with spaces
in them.
2002-08-09 David N. Welton <davidw@dedasys.com>
* ncgi.test: Added two new tests for setValue.
* ncgi.tcl (ncgi::multipart): Fix [ 564279 ] ncgi::multipart bug -
commented out offending 'puts' statements.
2002-04-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.man: Added doctools manpage.
2002-01-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* Bumped version to 1.2.1
2001-10-20 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl (ncgi::redirect): Fixed bug #464560 reported by Ed
Rolfe <erolfe@users.sourceforge.net>. The proposed fix is not
used as it does not pass the testsuite. We check for the
existence of "env(REQUEST_URI)" instead, again, and use the
appropriate alternate information if it does not exist.
2001-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.n:
* ncgi.test:
* ncgi.tcl:
* pkgIndex.tcl: Version up to 1.2
2001-09-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: Restricted export list to public API.
[456255]. Patch by Hemang Lavana
<hemanglavana@users.sourceforge.net>
2001-09-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: Added missing [global env]. Bug [458023].
2001-08-01 Jeff Hobbs <jeffh@ActiveState.com>
* ncgi.tcl: made require Tcl 8.1+, sped up encode and decode.
2001-07-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: Frink 2.2 run, fixed dubious code.
2001-06-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ncgi.tcl: Fixed dubious code reported by frink.
2001-06-15 Melissa Chawla <melissachawla@yahoo.com>
* ncgi.tcl: Applied George Wu's patch (gwu@acm.org) to the
multipart function. It failed to process binary data correctly
because it replaced all "\r\n" sequences with "\n".
2000-07-31 Brent Welch <welch@scriptics.com>
* ncgi.tcl: Added ncgi::setValue, ncgi::setValueList,
ncgi::setDefaultValue, ncgi::setDefaultValueList to push values
back into the CGI environment.
2000-05-26 Melissa Chawla <hershey@scriptics.com>
* ncgi.tcl: fixed bug 5727 where Netscape prepends an extra \n to
post data sent via HTTPS. Urlencoded post does not include
preceding or trailing whitespace, so to be safe, we trim
whitespace off the post data before parsing the attributes.
2000-05-15 Brent Welch <welch@scriptics.com>
* ncgi.tcl: Changed ncgi::redirect so it grabs the server name
from REQUEST_URI before using the SERVER_NAME value. This is so
the server name matches the previous page better. Otherwise a
transition from "www" to "www.scriptics.com" can trigger
Basic Authentication challenges.
2000-05-02 Brent Welch <welch@scriptics.com>
* ncgi/ncgi.tcl:
Moved the '+' decoding from nvlist down into ncgi::decode.
Changed ncgi::value to strip out the structure associated with
multipart/form-data values. Use ncgi::valueList to get the
structured value.
2000-05-02 Sandeep Tamhankar <sandeep@scriptics.com>
* ncgi.tcl: Changed ncgi::parseMimeValue such that a key-value
pair like name="" would turn into the list {name {}} instead of
{name {""}}.
2000-04-26 Brent Welch <welch@scriptics.com>
* ncgi.tcl, ncgi.test: changed names to get capitalization
right: setCookie, valueList, importAll, urlStub
2000-04-17 Brent Welch <welch@scriptics.com>
* ncgi.tcl: Fixed ncgi::reset with no query data. Fixed
ncgi::multipart because it usually gets \r\n data.
2000-04-14 Brent Welch <welch@scriptics.com>
* ncgi.tcl: Changed ncgi::list to ncgi::nvlist (for "name value
list") becauase of the inevitable conflict with the global list
command. Added ncgi::importall to import a set of cgi variables.
Added multipart/form-data parsing. Added ncgi::cookie and
ncgi::setcookie.
2000-03-20 Eric Melski <ericm@scriptics.com>
* ncgi.test: Fixed tests that created files with "source ncgi.tcl"
in them to use full path for sourcing, so that tests could be run
from any directory. [Bug: 4393]
2000-03-15 Brent Welch <welch@scriptics.com>
* ncgi.tcl: added ncgi::reset so the ncgi package can be used inside
TclHttpd
* ncgi.test: added ncgi::reset tests, renumbered everything, and
switch most tests to use ncgi::reset
2000-03-10 Eric Melski <ericm@scriptics.com>
* pkgIndex.tcl: Added package index file.
* ncgi.test: Added code to add source dir to auto_path, so that
tests could be run on uninstalled package. Added call to
tcltest::cleanupTests.
|