summaryrefslogtreecommitdiffstats
path: root/test/cgi
Commit message (Expand)AuthorAgeFilesLines
* * test/cgi: check by Encoding.nobu2009-12-235-19/+16
* * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):nobu2009-12-231-5/+2
* * test/cgi/test_cgi_multipart.rb (_read):xibbar2009-11-121-5/+1
* add a test.xibbar2009-07-301-0/+5
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-303-9/+44
* Set tempfile name with literal.naruse2009-07-141-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-2/+2
* * lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar2009-01-221-1/+1
* * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu2008-12-271-2/+2
* * lib/cgi/session.rb: fix bug for ignore session_id option.xibbar2008-12-181-0/+76
* fix for 1.8'sxibbar2008-12-051-1/+1
* merges r20309 from ruby_1_9_1 to trunk.yugui2008-11-221-9/+8
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-1110-0/+0
* fix test for 1.8xibbar2008-11-083-10/+57
* fix debug codexibbar2008-11-081-5/+1
* * lib/cgi/session.rb (FileStore): use marshalized data.xibbar2008-11-081-0/+59
* * test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa2008-10-281-1/+1
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-0/+1
* fix test for 1.8xibbar2008-10-241-3/+6
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-241-6/+22
* fix test of multipartxibbar2008-10-201-13/+17
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-062-4/+4
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-021-4/+4
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-0/+11
* add a testxibbar2008-09-281-0/+13
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-243-9/+9
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+38
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-243-8/+8
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-0/+8
* * lib/cgi/core.rb: performance improvement. xibbar2008-09-161-1/+1
* * test/cgi/test_cgi_tag_helper.rb : fix class namexibbar2008-09-081-1/+1
* * test/cgi/test_cgi_multipart.rb: add test for multipart.naruse2008-08-284-0/+305
* * test/cgi/test_cgi_modruby.rb: add test for mod_ruby adaptor.naruse2008-08-281-0/+145
* * test/cgi/test_cgi_header.rb: add test for CGI::Header.naruse2008-08-281-0/+177
* properties.nobu2008-08-271-0/+0
* * test/cgi/test_cgi_core.rb: add core test.naruse2008-08-271-0/+312
* * lib/cgi.rb (CGI::Cookie): remove delagate.naruse2008-08-271-0/+107
* * test/cgi/test_cgi_tag_helper.rb: add more tests for html3.naruse2008-08-261-0/+68
* * test/cgi/test_cgi_tag_helper.rb: added by Takeyuki Fujioka.naruse2008-08-261-0/+253