aboutsummaryrefslogtreecommitdiffstats
path: root/test/cgi
Commit message (Expand)AuthorAgeFilesLines
* * test/cgi/test_cgi_core.rb: Add test for CGI#header.xibbar2012-11-081-1/+7
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-051-0/+29
* Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+16
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-044-30/+39
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-041-0/+8
* * lib/cgi/util.rb (CGI.escapeHTML): use &#39;naruse2012-08-211-2/+2
* Suppress warnings.naruse2012-08-144-7/+8
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-141-1/+1
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-2/+2
* Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-171-0/+8
* Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-041-4/+0
* Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-041-1/+1
* Wed Jul 4 08:24:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-031-0/+4
* test: why believe source directories are writable always?nobu2012-05-081-2/+1
* * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn2012-01-231-0/+12
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-201-0/+6
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-091-1/+14
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Validate date insorah2011-07-061-1/+5
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Adding space aftersorah2011-07-061-4/+3
* * test/cgi/test_cgi_header.rb(test_cgi_header_nph): Fix bug depends tosorah2011-07-061-1/+6
* Prevent timing failure.naruse2010-11-151-1/+1
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-131-0/+1
* * 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