aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi/html.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* * lib/cgi/html.rb: remove 'super {yield}' which is for old version.xibbar2013-04-111-30/+6
* * lib/cgi/html.rb: fix indent. delete unnecessary code.xibbar2013-04-111-4/+2
* * lib/cgi/html.rb: fix tagmaker because attributes should recognize.xibbar2013-04-111-1/+1
* * lib/cgi/{core,html}.rb : Update define tagmakerxibbar2013-04-111-137/+120
* Don't redefine methodsnaruse2012-11-041-0/+1
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-041-1/+1
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-041-2/+53
* * lib/cgi/html.rb: Use << instead of +=.naruse2012-07-251-16/+16
* * lib/cgi/html.rb (element_init): suppress redefine warning.naruse2012-07-251-0/+4
* Wed Jul 4 08:18:01 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-031-4/+4
* Wed Jul 4 08:11:15 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-031-2/+2
* * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain2011-05-161-1/+1
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-58/+58
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-2/+2
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-8/+8
* * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):xibbar2008-09-281-3/+3
* * lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar2008-09-171-6/+6
* * lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]xibbar2008-09-091-0/+1021