# # ChangeLog for / # # Generated by Trac 0.10.3 # 05/20/13 05:05:20 # 04/16/11 22:51:16 brian [116] * trunk/lib/Kismet/Actions.pm (added) * trunk/lib/Kismet/Cmd.pm (modified) * trunk/lib/Kismet/Exit.pm (modified) * trunk/lib/Kismet/Player.pm (modified) * trunk/lib/Kismet/Room.pm (modified) * trunk/lib/Kismet/World.pm (modified) periodic save 04/14/11 01:10:07 brian [115] * trunk/lib/Kismet (added) * trunk/lib/Kismet/Account.pm (added) * trunk/lib/Kismet/Cmd.pm (added) * trunk/lib/Kismet/Comm.pm (added) * trunk/lib/Kismet/Const.pm (added) * trunk/lib/Kismet/DB.pm (added) * trunk/lib/Kismet/Exit.pm (added) * trunk/lib/Kismet/Object.pm (added) * trunk/lib/Kismet/Player.pm (added) * trunk/lib/Kismet/Request.pm (added) * trunk/lib/Kismet/Room.pm (added) * trunk/lib/Kismet/World.pm (added) * trunk/lib/Kismet/wait.js (added) periodic update 08/13/10 20:59:24 clinton [114] * tags/1.1 (added) * tags/1.1/1.1.113 (copied) * tags/1.1/Mungo-1.1.113.tar.gz (added) Release/tag v1.1.113 08/13/10 20:14:24 clinton [113] * trunk/lib/Mungo.pm (modified) Clarify StatINC is for dev only 08/13/10 19:54:17 clinton [112] * trunk/lib/Mungo.pm (modified) Let's call it 1.1, why not 08/13/10 19:52:56 clinton [111] * trunk/INSTALL (added) * trunk/INSTALL.MacOS (added) Install instructions for the menatlly defetctive, and Brian's OSX trail of tears 08/13/10 19:50:06 clinton [110] * trunk/bin (added) * trunk/bin/extract-perl-from-mungo.pl (added) * trunk/lib/Mungo.pm (modified) Update docs to include StatINC 02/12/10 20:57:36 bclapper [109] * trunk/lib/Mungo.pm (modified) specify unsafe characters to encode_entities because not doing so breaks utf-8 01/27/10 00:59:18 jesus [108] * trunk/lib/Mungo/Response.pm (modified) * trunk/t/11-redirect.t (modified) Fixes #30 and updates to tests to make sure the output is the new expected behaviour 01/26/10 23:31:21 jesus [107] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Quiet.pm (modified) Fix OK symbole and always call End() -- we might do something useful in there. wink 01/26/10 23:24:52 jesus [106] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Quiet.pm (modified) cleanse was wiping the code. 01/26/10 23:20:18 jesus [105] * trunk/lib/Mungo/Response.pm (modified) optimize the output print handler for blank inputs 01/19/10 18:56:56 bclapper [104] * trunk/lib/Mungo/Response.pm (modified) Ability to determine if a file was TrapIncluded or not 01/07/10 18:40:54 jesus [103] * trunk/lib/Mungo/Quiet.pm (modified) actually set the used error code to 500, refs #16 01/07/10 18:34:53 jesus [102] * trunk/lib/Mungo/Response.pm (modified) this addresses 500 on errors. fixes #16 12/31/09 16:18:03 jesus [101] * trunk/lib/Mungo.pm (modified) Add support for <%~ .... %> which does HTML entity encoding before output 12/30/09 04:09:06 clinton [100] * trunk/inc/Test/Builder (added) * trunk/inc/Test/Builder.pm (added) * trunk/inc/Test/Builder/IO (added) * trunk/inc/Test/Builder/IO/Scalar.pm (added) * trunk/inc/Test/Builder/Module.pm (added) * trunk/inc/Test/Builder/Tester (added) * trunk/inc/Test/Builder/Tester.pm (added) * trunk/inc/Test/Builder/Tester/Color.pm (added) * trunk/inc/Test/More.pm (added) * trunk/inc/Test/Simple.pm (added) * trunk/inc/Test/Tutorial.pod (added) Add Test::More to inc bundle 12/23/09 18:14:15 bclapper [99] * trunk/lib/Mungo/Quiet.pm (modified) ability to turn off the stack trace portion of error output 12/22/09 16:36:15 clinton [98] * trunk/t/lib/MungoTestUtils.pm (modified) Adjust include order to ensure inc copy of LWP gets loaded, not system copy (take two) tid10737 tid10982 12/22/09 16:13:23 clinton [97] * trunk/MANIFEST (modified) * trunk/lib/Mungo.pm (modified) Update Manifest, and remove debugging statement from Mungo::CurrentFile(), tid10737 tid10892 12/21/09 22:54:13 clinton [96] * trunk/t/04-parser.t (modified) * trunk/t/05-comments.t (modified) * trunk/t/06-blocks.t (modified) * trunk/t/07-include.t (modified) * trunk/t/09-form.t (modified) * trunk/t/10-upload.t (modified) * trunk/t/11-redirect.t (modified) * trunk/t/12-end.t (modified) * trunk/t/13-errors.t (modified) * trunk/t/14-cookies.t (modified) * trunk/t/15-i18n.t (modified) * trunk/t/16-cache-compiled.t (modified) * trunk/t/17-buffer.t (modified) * trunk/t/18-quiet.t (modified) * trunk/t/19-filename.t (modified) Rearrange module load order to make sure bundled version of LWP gets used, tid10737 tid10892 12/21/09 22:46:03 clinton [95] * trunk/inc/Bundle (added) * trunk/inc/Bundle/LWP.pm (added) * trunk/inc/File (added) * trunk/inc/File/Listing.pm (added) * trunk/inc/HTML/Form.pm (added) * trunk/inc/HTTP/Config.pm (added) * trunk/inc/HTTP/Cookies (added) * trunk/inc/HTTP/Cookies.pm (added) * trunk/inc/HTTP/Cookies/Microsoft.pm (added) * trunk/inc/HTTP/Cookies/Netscape.pm (added) * trunk/inc/HTTP/Daemon.pm (added) * trunk/inc/HTTP/Date.pm (added) * trunk/inc/HTTP/Headers (added) * trunk/inc/HTTP/Headers.pm (added) * trunk/inc/HTTP/Headers/Auth.pm (added) * trunk/inc/HTTP/Headers/ETag.pm (added) * trunk/inc/HTTP/Headers/Util.pm (added) * trunk/inc/HTTP/Message.pm (added) * trunk/inc/HTTP/Negotiate.pm (added) * trunk/inc/HTTP/Request (added) * trunk/inc/HTTP/Request.pm (added) * trunk/inc/HTTP/Request/Common.pm (added) * trunk/inc/HTTP/Response.pm (added) * trunk/inc/HTTP/Status.pm (added) * trunk/inc/LWP (added) * trunk/inc/LWP.pm (added) * trunk/inc/LWP/Authen (added) * trunk/inc/LWP/Authen/Basic.pm (added) * trunk/inc/LWP/Authen/Digest.pm (added) * trunk/inc/LWP/Authen/Ntlm.pm (added) * trunk/inc/LWP/ConnCache.pm (added) * trunk/inc/LWP/Debug.pm (added) * trunk/inc/LWP/DebugFile.pm (added) * trunk/inc/LWP/MediaTypes.pm (added) * trunk/inc/LWP/MemberMixin.pm (added) * trunk/inc/LWP/Protocol (added) * trunk/inc/LWP/Protocol.pm (added) * trunk/inc/LWP/Protocol/GHTTP.pm (added) * trunk/inc/LWP/Protocol/cpan.pm (added) * trunk/inc/LWP/Protocol/data.pm (added) * trunk/inc/LWP/Protocol/file.pm (added) * trunk/inc/LWP/Protocol/ftp.pm (added) * trunk/inc/LWP/Protocol/gopher.pm (added) * trunk/inc/LWP/Protocol/http.pm (added) * trunk/inc/LWP/Protocol/http10.pm (added) * trunk/inc/LWP/Protocol/https.pm (added) * trunk/inc/LWP/Protocol/https10.pm (added) * trunk/inc/LWP/Protocol/loopback.pm (added) * trunk/inc/LWP/Protocol/mailto.pm (added) * trunk/inc/LWP/Protocol/nntp.pm (added) * trunk/inc/LWP/Protocol/nogo.pm (added) * trunk/inc/LWP/RobotUA.pm (added) * trunk/inc/LWP/Simple.pm (added) * trunk/inc/LWP/UserAgent.pm (added) * trunk/inc/LWP/media.types (added) * trunk/inc/Net (added) * trunk/inc/Net/HTTP (added) * trunk/inc/Net/HTTP.pm (added) * trunk/inc/Net/HTTP/Methods.pm (added) * trunk/inc/Net/HTTP/NB.pm (added) * trunk/inc/Net/HTTPS.pm (added) * trunk/inc/WWW/RobotRules (added) * trunk/inc/WWW/RobotRules.pm (added) * trunk/inc/WWW/RobotRules/AnyDBM_File.pm (added) Add LWP to the inc bundle, tid10737 tid10892 12/21/09 22:19:15 bclapper [94] * trunk/lib/Mungo/Quiet.pm (modified) copy preamble support from Mungo 12/21/09 22:01:04 clinton [93] * trunk/inc (added) * trunk/inc/Carp (added) * trunk/inc/Carp/Assert (added) * trunk/inc/Carp/Assert.pm (added) * trunk/inc/Carp/Assert/More.pm (added) * trunk/inc/HTML (added) * trunk/inc/HTML/Tagset.pm (added) * trunk/inc/HTTP (added) * trunk/inc/HTTP/Server (added) * trunk/inc/HTTP/Server/Simple (added) * trunk/inc/HTTP/Server/Simple.pm (added) * trunk/inc/HTTP/Server/Simple/CGI (added) * trunk/inc/HTTP/Server/Simple/CGI.pm (added) * trunk/inc/HTTP/Server/Simple/CGI/Environment.pm (added) * trunk/inc/Sub (added) * trunk/inc/Sub/Uplevel.pm (added) * trunk/inc/Sub/Uplevel.pod (added) * trunk/inc/Test (added) * trunk/inc/Test/Exception.pm (added) * trunk/inc/Test/LongString.pm (added) * trunk/inc/Test/WWW (added) * trunk/inc/Test/WWW/Mechanize.pm (added) * trunk/inc/Tree (added) * trunk/inc/Tree/DAG_Node.pm (added) * trunk/inc/URI (added) * trunk/inc/URI.pm (added) * trunk/inc/URI/Escape.pm (added) * trunk/inc/URI/Heuristic.pm (added) * trunk/inc/URI/IRI.pm (added) * trunk/inc/URI/QueryParam.pm (added) * trunk/inc/URI/Split.pm (added) * trunk/inc/URI/URL.pm (added) * trunk/inc/URI/WithBase.pm (added) * trunk/inc/URI/_foreign.pm (added) * trunk/inc/URI/_generic.pm (added) * trunk/inc/URI/_idna.pm (added) * trunk/inc/URI/_ldap.pm (added) * trunk/inc/URI/_login.pm (added) * trunk/inc/URI/_punycode.pm (added) * trunk/inc/URI/_query.pm (added) * trunk/inc/URI/_segment.pm (added) * trunk/inc/URI/_server.pm (added) * trunk/inc/URI/_userpass.pm (added) * trunk/inc/URI/data.pm (added) * trunk/inc/URI/file (added) * trunk/inc/URI/file.pm (added) * trunk/inc/URI/file/Base.pm (added) * trunk/inc/URI/file/FAT.pm (added) * trunk/inc/URI/file/Mac.pm (added) * trunk/inc/URI/file/OS2.pm (added) * trunk/inc/URI/file/QNX.pm (added) * trunk/inc/URI/file/Unix.pm (added) * trunk/inc/URI/file/Win32.pm (added) * trunk/inc/URI/ftp.pm (added) * trunk/inc/URI/gopher.pm (added) * trunk/inc/URI/http.pm (added) * trunk/inc/URI/https.pm (added) * trunk/inc/URI/ldap.pm (added) * trunk/inc/URI/ldapi.pm (added) * trunk/inc/URI/ldaps.pm (added) * trunk/inc/URI/mailto.pm (added) * trunk/inc/URI/mms.pm (added) * trunk/inc/URI/news.pm (added) * trunk/inc/URI/nntp.pm (added) * trunk/inc/URI/pop.pm (added) * trunk/inc/URI/rlogin.pm (added) * trunk/inc/URI/rsync.pm (added) * trunk/inc/URI/rtsp.pm (added) * trunk/inc/URI/rtspu.pm (added) * trunk/inc/URI/sip.pm (added) * trunk/inc/URI/sips.pm (added) * trunk/inc/URI/snews.pm (added) * trunk/inc/URI/ssh.pm (added) * trunk/inc/URI/telnet.pm (added) * trunk/inc/URI/tn3270.pm (added) * trunk/inc/URI/urn (added) * trunk/inc/URI/urn.pm (added) * trunk/inc/URI/urn/isbn.pm (added) * trunk/inc/URI/urn/oid.pm (added) * trunk/inc/WWW (added) * trunk/inc/WWW/Mechanize (added) * trunk/inc/WWW/Mechanize.pm (added) * trunk/inc/WWW/Mechanize/Cookbook.pod (added) * trunk/inc/WWW/Mechanize/Examples.pod (added) * trunk/inc/WWW/Mechanize/FAQ.pod (added) * trunk/inc/WWW/Mechanize/Image.pm (added) * trunk/inc/WWW/Mechanize/Link.pm (added) * trunk/t/lib/MungoTestUtils.pm (modified) Bundle Test::WWW::Mechanize and (most) of its dependencies to allow testing, tid10737 tid10892 12/21/09 19:57:32 clinton [92] * trunk/MANIFEST (modified) * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Response.pm (modified) * trunk/t/19-filename.t (added) * trunk/t/htdocs/19-filename (added) * trunk/t/htdocs/19-filename/one-level.asp (added) * trunk/t/htdocs/19-filename/stringy.asp (added) * trunk/t/htdocs/19-filename/two-level.asp (added) Add ability to determine current Mungo file, resolves trac29, tid10892 tid10737 12/21/09 19:54:07 clinton [91] * trunk/lib/Mungo/Quiet.pm (modified) * trunk/t/01-dependencies.t (modified) Fix two problems reported by bclapper - spurious Test::WWW::mechanize dependency, and use Mungo from within Mungo::Quiet, tid10737 tid10892 12/12/09 03:02:08 jesus [90] * trunk/Makefile.PL (modified) optionally pull APXS from environment 12/09/09 20:09:53 dhubbard [89] * trunk/lib/Mungo/Request.pm (modified) Return the first private IP for REMOTE_IP when no non-private IP's exist 12/07/09 20:02:21 clinton [88] * trunk/t/10-upload.t (modified) * trunk/t/htdocs/10-upload/file-upload-summary.asp (modified) Add content-type checks on upload (checks for presence, doesn't do any checking for various types), tid10737 tid10892 tid10543 12/07/09 19:25:42 clinton [87] * trunk/t/17-buffer.t (modified) Skip all buffer tests if local version of LWP::UserAgent does not support handlers, tid10737 tid10892 12/07/09 19:24:12 clinton [86] * trunk/Makefile.PL (modified) Require explicit passing of apxs option to perl Makefile.PL tid10737 tid10892, 12/04/09 23:07:15 clinton [85] * trunk/MANIFEST (modified) * trunk/t/18-quiet.t (added) * trunk/t/conf/extra.conf.in (modified) * trunk/t/htdocs/18-quiet (added) * trunk/t/htdocs/18-quiet/bad-use.asp (added) * trunk/t/htdocs/18-quiet/mungo-error-doc.txt (added) * trunk/t/lib/MungoTestUtils.pm (modified) Basic tests for Quiet. Still need stack trace tests. tid10737 tid10892 trac26 12/04/09 23:04:19 clinton [84] * trunk/lib/Mungo/Request.pm (modified) Add comments, and grok, tid10737 tid10892 12/04/09 22:10:37 clinton [83] * trunk/MANIFEST (modified) * trunk/t/17-buffer.t (added) * trunk/t/conf/extra.conf.in (modified) * trunk/t/htdocs/17-buffer (added) * trunk/t/htdocs/17-buffer/buffer-in-page.asp (added) * trunk/t/htdocs/17-buffer/buffer-via-conf.asp (added) * trunk/t/htdocs/17-buffer/late-headers-sub-stub.inc (added) * trunk/t/htdocs/17-buffer/late-headers-subinclude.asp (added) * trunk/t/htdocs/17-buffer/late-headers.asp (added) * trunk/t/htdocs/17-buffer/no-buffer.asp (added) * trunk/t/htdocs/17-buffer/unbuffer-override-conf.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Add tests for Buffer feature, tid10737 tid10892, resolves trac24 12/04/09 19:48:34 clinton [82] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Response.pm (modified) Document Buffer feature, tid10737 tid10892 12/04/09 16:45:24 clinton [81] * trunk/MANIFEST (modified) * trunk/t/16-cache-compiled.t (added) * trunk/t/htdocs/16-cache-compiled (added) * trunk/t/htdocs/16-cache-compiled/echo-compile-time.asp (added) Add caching of compiled code test, tid10737 tid10892. Resolves trac25. 12/03/09 22:50:14 clinton [80] * trunk/MANIFEST (added) Add MANIFEST file for cleaner make build, tid10737 tid10892 12/03/09 22:39:37 clinton [79] * trunk/tests (deleted) Removing old-style tests in favor of Apache::Test-based tests under t/, tid10737 tid10892 12/03/09 22:37:48 clinton [78] * trunk/t/15-i18n.t (added) * trunk/t/htdocs/15-i18n (added) * trunk/t/htdocs/15-i18n/no-handler.asp (added) * trunk/t/htdocs/15-i18n/read-accept-languages.asp (added) * trunk/t/htdocs/15-i18n/reverse.asp (moved) * trunk/t/htdocs/15-i18n/set-read-preferred-lang.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Expand and update i18n tests, tid10737 tid10892 trac23 12/03/09 22:33:13 clinton [77] * trunk/tests/pages/buffer.asp (deleted) Removing oddball test for undocumented feature until I know what to do with it, tid10373 tid10892 trac24 12/03/09 21:07:47 clinton [76] * trunk/t/14-cookies.t (added) * trunk/t/htdocs/14-cookies (added) * trunk/t/htdocs/14-cookies/clear-cookie.asp (added) * trunk/t/htdocs/14-cookies/dump-cookies.asp (added) * trunk/t/htdocs/14-cookies/read-cookie.asp (added) * trunk/t/htdocs/14-cookies/set-cookie.asp (moved) * trunk/t/htdocs/14-cookies/set-multivalue.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Single and multivalue cookie tests, tid10737 tid10892 12/03/09 20:31:28 clinton [75] * trunk/lib/Mungo/Cookie.pm (modified) Permit negative numbers for Expire times, and put in markers for POD improvements, tid10737 tid10892 12/02/09 20:41:03 clinton [74] * trunk/tests/pages/error0001.asp (deleted) * trunk/tests/pages/error0002.asp (deleted) * trunk/tests/pages/error0003.asp (deleted) * trunk/tests/pages/evaldie.asp (deleted) Update and greatly expand the error-handling tests. Found some problems and made tickets. tid10737 tid10892 12/02/09 20:40:54 clinton [73] * trunk/t/13-errors.t (added) * trunk/t/conf/extra.conf.in (modified) * trunk/t/htdocs/13-errors (added) * trunk/t/htdocs/13-errors/catch-exception.asp (copied) * trunk/t/htdocs/13-errors/compile-stricture.asp (added) * trunk/t/htdocs/13-errors/compile-syntax.asp (added) * trunk/t/htdocs/13-errors/compile-use-source-dump.asp (added) * trunk/t/htdocs/13-errors/compile-use.asp (added) * trunk/t/htdocs/13-errors/lib (added) * trunk/t/htdocs/13-errors/lib/MungoTest13Runtime.pm (added) * trunk/t/htdocs/13-errors/lib/MungoTest13WontCompile.pm (added) * trunk/t/htdocs/13-errors/runtime-croak-in-package.asp (added) * trunk/t/htdocs/13-errors/runtime-die-in-package.asp (added) * trunk/t/htdocs/13-errors/runtime-method-on-unblessed.asp (added) * trunk/t/htdocs/13-errors/strict-by-default.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Update and greatly expand the error-handling tests. Found some problems and made tickets. tid10737 tid10892 12/02/09 17:36:53 clinton [72] * trunk/t/04-parser.t (modified) * trunk/t/05-comments.t (modified) * trunk/t/06-blocks.t (modified) * trunk/t/07-include.t (modified) * trunk/t/09-form.t (modified) * trunk/t/12-end.t (modified) * trunk/t/lib/MungoTestUtils.pm (modified) Refactored tests to make better use of shared testing code, tid10737 tid10892 12/01/09 20:06:25 clinton [71] * trunk/t/12-end.t (added) * trunk/t/htdocs/12-end (added) * trunk/t/htdocs/12-end/headers-preceding-end.asp (added) * trunk/t/htdocs/12-end/no-following-text.asp (added) * trunk/t/htdocs/12-end/preceding-text.asp (added) * trunk/t/htdocs/12-end/within-loop.asp (added) * trunk/tests/pages/end.asp (deleted) Add tests for End(), tid10737 tid10892 11/30/09 22:59:21 clinton [70] * trunk/t/11-redirect.t (added) * trunk/t/htdocs/11-redirect (added) * trunk/t/htdocs/11-redirect/headers-preceding-redirect.asp (added) * trunk/t/htdocs/11-redirect/no-following-text.asp (moved) * trunk/t/htdocs/11-redirect/preceding-text.asp (added) * trunk/t/htdocs/11-redirect/target.asp (moved) * trunk/tests/pages/fileupload.asp (deleted) * trunk/tests/pages/form.asp (deleted) * trunk/tests/pages/qs.asp (deleted) Updated and added redirect tests, tid10892 tid10737 11/25/09 00:40:40 clinton [69] * trunk/t/10-upload.t (added) * trunk/t/htdocs/10-upload (added) * trunk/t/htdocs/10-upload/file-upload-summary.asp (added) * trunk/t/htdocs/10-upload/multi-large.asp (added) * trunk/t/htdocs/10-upload/multi-small.asp (added) * trunk/t/htdocs/10-upload/single-large.asp (added) * trunk/t/htdocs/10-upload/single-small.asp (added) * trunk/t/htdocs/10-upload/zero-size.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Add upload tests tid10737 tid10892 11/25/09 00:37:32 clinton [68] * trunk/lib/Mungo/MultipartFormData.pm (modified) Bless synthetic handle for small files to be an IO::Handle, so that the interface is consistent, tid10737 tid10892 11/24/09 23:39:49 clinton [67] * trunk/lib/Mungo/MultipartFormData.pm (modified) Fixed bug introduced in r66 in which all file uploads got the empty string as a name 11/24/09 01:50:38 clinton [66] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/MultipartFormData.pm (modified) * trunk/lib/Mungo/Request.pm (modified) Improve commenting throughout MultiPartFormData, document upload API in Request, and fix trac18 bug in which duplicate CGI params were overwritten, tid10737 tid10892 11/23/09 18:54:15 clinton [65] * trunk/t/09-form.t (added) * trunk/t/htdocs/09-form (added) * trunk/t/htdocs/09-form/empty-axwfu.asp (added) * trunk/t/htdocs/09-form/empty-default.asp (added) * trunk/t/htdocs/09-form/empty-mpfd.asp (added) * trunk/t/htdocs/09-form/empty-string-axwfu.asp (added) * trunk/t/htdocs/09-form/empty-string-default.asp (added) * trunk/t/htdocs/09-form/empty-string-mpfd.asp (added) * trunk/t/htdocs/09-form/escaped-string-axwfu.asp (added) * trunk/t/htdocs/09-form/escaped-string-default.asp (added) * trunk/t/htdocs/09-form/escaped-string-mpfd.asp (added) * trunk/t/htdocs/09-form/form-post-dumper-echo.asp (added) * trunk/t/htdocs/09-form/integer-axwfu.asp (added) * trunk/t/htdocs/09-form/integer-default.asp (added) * trunk/t/htdocs/09-form/integer-mpfd.asp (added) * trunk/t/htdocs/09-form/repeated-axwfu.asp (added) * trunk/t/htdocs/09-form/repeated-default.asp (added) * trunk/t/htdocs/09-form/repeated-mpfd.asp (added) * trunk/t/htdocs/09-form/string-axwfu.asp (added) * trunk/t/htdocs/09-form/string-default.asp (added) * trunk/t/htdocs/09-form/string-mpfd.asp (added) * trunk/t/htdocs/09-form/two-axwfu.asp (added) * trunk/t/htdocs/09-form/two-default.asp (added) * trunk/t/htdocs/09-form/two-mpfd.asp (added) * trunk/t/htdocs/09-form/unescaped-string-axwfu.asp (added) * trunk/t/htdocs/09-form/unescaped-string-default.asp (added) * trunk/t/htdocs/09-form/unescaped-string-mpfd.asp (added) * trunk/t/lib/MungoTestUtils.pm (modified) Add form tests, tid10737 tid10892 trac18 11/20/09 23:40:10 clinton [64] * trunk/t/08-query.t (added) * trunk/t/htdocs/08-query (added) * trunk/t/htdocs/08-query/dumper-echo.asp (added) Querystring tests, tid10737 11/20/09 22:50:00 clinton [63] * trunk/t/07-include.t (added) * trunk/t/htdocs/07-include (added) * trunk/t/htdocs/07-include/args.inc (added) * trunk/t/htdocs/07-include/include-pass-args.asp (added) * trunk/t/htdocs/07-include/include-relative.asp (added) * trunk/t/htdocs/07-include/include-string.asp (added) * trunk/t/htdocs/07-include/success.inc (added) * trunk/t/htdocs/07-include/trap-include.asp (added) * trunk/tests/pages/basic.asp (deleted) * trunk/tests/pages/include_0001.asp (deleted) * trunk/tests/pages/include_0001a.inc (deleted) * trunk/tests/pages/include_0002.asp (deleted) * trunk/tests/pages/include_0003.asp (deleted) Added Include tests, tid10737 11/20/09 22:49:05 clinton [62] * trunk/t/04-parser.t (modified) * trunk/t/htdocs/04-parser/quoted-start-tag-bug17.asp (added) Added test for parser bug, tid10737 11/20/09 22:02:02 clinton [61] * trunk/t/06-blocks.t (added) * trunk/t/htdocs/06-blocks/bare-block.asp (added) * trunk/t/htdocs/06-blocks/for-last.asp (added) * trunk/t/htdocs/06-blocks/for-next.asp (added) * trunk/t/htdocs/06-blocks/for.asp (added) * trunk/t/htdocs/06-blocks/if-else.asp (added) * trunk/t/htdocs/06-blocks/if-elsif-else.asp (added) * trunk/t/htdocs/06-blocks/if.asp (added) * trunk/t/htdocs/06-blocks/unless.asp (added) * trunk/t/htdocs/06-blocks/while.asp (added) Added block tests, tid10737 11/20/09 22:01:30 clinton [60] * trunk/t/lib (added) * trunk/t/lib/MungoTestUtils.pm (added) Added macro to run tests from a hash, tid10737 11/19/09 23:03:41 clinton [59] * trunk/t/03-running.t (modified) * trunk/t/04-parser.t (modified) * trunk/t/05-comments.t (added) * trunk/t/htdocs/04-parser/literal-trailer.asp (modified) * trunk/t/htdocs/04-parser/printed-trailer-newline.asp (added) * trunk/t/htdocs/04-parser/printed-trailer.asp (added) * trunk/t/htdocs/05-comments/hash-inside-equals-block.asp (added) * trunk/t/htdocs/05-comments/hash-outside-block.asp (added) * trunk/t/htdocs/05-comments/hash-starts-block.asp (added) * trunk/t/htdocs/05-comments/hash-throughout-block.asp (added) * trunk/t/htdocs/05-comments/html-comment.asp (added) * trunk/t/htdocs/05-comments/pod-entire-block.asp (added) Parser and comment tests, tid10737 11/19/09 21:36:29 clinton [58] * trunk/t/htdocs/04-parser/interpolated-trailer.asp (moved) * trunk/t/htdocs/04-parser/literal-trailer.asp (moved) * trunk/t/htdocs/04-parser/no-leader-no-trailer.asp (moved) * trunk/t/htdocs/04-parser/no-trailer.asp (moved) Moving parser test pages, tod10737 11/19/09 21:09:00 clinton [57] * trunk/Makefile.PL (modified) * trunk/README (added) * trunk/t (added) * trunk/t/01-dependencies.t (added) * trunk/t/02-use.t (added) * trunk/t/03-running.t (added) * trunk/t/04-parser.t (added) * trunk/t/TEST.PL (added) * trunk/t/conf (added) * trunk/t/conf/extra.conf.in (added) * trunk/t/htdocs (added) * trunk/t/htdocs/03-running (added) * trunk/t/htdocs/03-running/as-asp.asp (added) * trunk/t/htdocs/03-running/mungo (added) * trunk/t/htdocs/03-running/mungo/as-html.html (added) * trunk/t/htdocs/04-parser (added) * trunk/t/htdocs/05-comments (added) * trunk/t/htdocs/06-blocks (added) * trunk/t/htdocs/README (added) * trunk/t/logs (added) Adding Apache::Test style tests harness, tid 10737 11/18/09 20:33:33 clinton [56] * trunk/lib/Mungo.pm (modified) Patch from clapper, tid10737 11/13/09 16:50:46 jesus [55] * trunk/Makefile.PL (modified) * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Response.pm (modified) * trunk/tests/pages/i18n.asp (added) basic i18n gettext-style translation support 11/12/09 20:34:38 clinton [54] * trunk/lib/Mungo.pm (modified) Fix bareword error on DECLINED, tid10737 11/12/09 19:49:14 clinton [53] * trunk/lib/Mungo.pm (modified) Enable svn kw substitution for version, tid10737 11/04/09 18:10:58 clinton [52] * trunk/lib/Mungo.pm (modified) Documentation for MungoPreamble feature, tid10737 11/03/09 19:50:02 clinton [51] * trunk/lib/Mungo.pm (modified) Changes from bclapper and theo regarding MungoPreamble, tid10737 tid10294 08/19/09 20:35:06 clinton [50] * trunk/lib/Mungo/Request.pm (modified) Add IsSecure convenience method to Request 08/10/09 18:20:21 clinton [49] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Quiet.pm (modified) * trunk/lib/Mungo/Response.pm (modified) Improve error handling further, and declare Mungo::Quiet ready for rollout 08/10/09 15:58:56 clinton [48] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Quiet.pm (added) * trunk/lib/Mungo/Response.pm (modified) Adding debugging for error handling, and also a queiter error handler 06/15/09 22:36:39 clinton [47] * trunk/lib/Mungo/Response.pm (modified) Patch to fix bug when reading cookies that have not yet been set 04/23/09 19:29:51 cschammel [46] * trunk/lib/Mungo.pm (modified) md5_hex barfs if contents are UTF-8 characters, however you can use perl's representation of UTF-8 instead. More info http://perldoc.perl.org/Digest/MD5.html 04/21/09 19:07:47 clinton [45] * trunk/lib/Mungo/Cookie.pm (modified) * trunk/lib/Mungo/Response.pm (modified) Send HTTP headers regardless of status code 03/25/09 15:31:13 clinton [44] * trunk/lib/Mungo/Request.pm (modified) Fix to allow multi-valued query-string parameters 03/05/09 16:05:18 clinton [43] * trunk/lib/Mungo/Request.pm (modified) Add ability to get any request header 09/17/08 03:32:19 jesus [42] * trunk/lib/Mungo/Arbiter.pm (modified) * trunk/lib/Mungo/Arbiter/Response.pm (modified) * trunk/lib/Mungo/Response.pm (modified) refs #15. Need to test this extensively, but it behaves as expected in my cursory tests. 09/16/08 21:06:33 jesus [41] * trunk/lib/Mungo.pm (modified) if these things die, then the response finish won't run which is 'uber-bad'. Put them in the eval so they to are exception handled. fixes #14 07/21/08 15:35:30 jesus [40] * trunk/tests/Makefile (modified) * trunk/tests/httpd2.conf.in (added) * trunk/tests/pages/end.asp (modified) * trunk/tests/startup.pl.in (modified) fixups and support Apache2 more sensibly 07/08/08 03:36:10 clinton [39] * trunk/lib/Mungo/Response.pm (modified) I hate you, milkman Dan. 07/08/08 03:10:06 clinton [38] * trunk/lib/Mungo/Response.pm (modified) Fix bug in which an empty IO Stack wreaks havok. 07/07/08 21:10:36 clinton [37] * trunk/lib/Mungo/Request.pm (modified) AddREMOTE_IP to ServerVariables support 06/20/08 15:01:51 clinton [36] * trunk/lib/Mungo/Response.pm (modified) Install mungo-style die handler even when not being used as a mod_perl handler 06/18/08 17:49:51 clinton [35] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Cookie.pm (modified) * trunk/lib/Mungo/Request.pm (modified) * trunk/lib/Mungo/Response.pm (modified) Updated docs to include Cookie docs 03/03/08 15:48:38 jesus [34] * trunk/lib/Mungo/Request.pm (modified) fixes #13 Looks like the posts have charset on the end of the Content-Type header. We should of course handle a variety of attributed after the content- type is specified. 02/20/08 21:39:15 clinton [33] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Response.pm (modified) First stabs at documentation 02/20/08 21:27:16 jesus [32] * docs/docbuild.conf (modified) this might make more sense 02/20/08 20:42:21 jesus [31] * docs/docbuild.conf (added) * docs/index.xml (added) doc configs 02/20/08 20:42:02 jesus [30] * docs (added) docs placeholder 02/04/08 21:52:15 lfayer [29] * trunk/lib/Mungo/Request.pm (modified) return referer from ServerVariables. Supports both REFERER and REFERRER. refs #12 01/09/08 22:49:02 jesus [28] * trunk/lib/Mungo/MultipartFormData.pm (modified) misdiagnosis. File::Temp was too old. But that's the one shipped with 5.8.8, so let's work around by opening with IO::File, refs #4 01/08/08 17:19:35 jesus [27] * trunk/lib/Mungo/MultipartFormData.pm (modified) UNIVERSAL::can was failing on File::Temp object. Just be more brutish. refs #4 01/07/08 14:53:26 jesus [26] * trunk/lib/Mungo/Request.pm (modified) unbreaks last commit, and fixes #11 01/07/08 14:49:32 jesus [25] * trunk/lib/Mungo/Request.pm (modified) closes #11 12/27/07 19:44:05 jesus [24] * trunk/Makefile.PL (modified) * trunk/lib/Mungo/MultipartFormData.pm (modified) fixes #10 12/18/07 17:13:09 brian [23] * trunk/lib/Mungo.pm (modified) Track ticket #9 - functions added 11/08/07 03:36:10 jesus [22] * tags/1.0/Mungo-1.0.1.tar.gz (added) Mungo release tarball 11/08/07 03:33:27 jesus [21] * tags/1.0/1.0.1 (copied) Tag the 1.0.1 release 11/08/07 03:32:57 jesus [20] * branches/1.0/lib/Mungo.pm (modified) set the version for release 11/08/07 03:11:49 jesus [19] * tags/1.0 (added) hold 1.0 releases 11/08/07 03:11:31 jesus [18] * branches/1.0 (copied) branch 1.0 10/30/07 21:17:23 jesus [17] * trunk/lib/Mungo.pm (modified) * trunk/lib/Mungo/Cookie.pm (modified) * trunk/lib/Mungo/MultipartFormData.pm (modified) * trunk/lib/Mungo/Request.pm (modified) * trunk/lib/Mungo/Response.pm (modified) * trunk/tests/pages/fileupload.asp (modified) * trunk/tests/pages/qs.asp (modified) first whack at resolving mod_perl2 support. refs #8