summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2011-08-13Fixed issue #199 - Attributes passed as string does not include a space ↵Eric Barnes1-0/+4
between it and the opening tag.
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-5/+5
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-5/+5
2011-04-19Removing internal references to the EXT constant. Additionally, marked the ↵Greg Aker1-4/+4
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
2011-04-18Added an optional third parameter to heading() which allows adding html ↵Greg Aker1-2/+3
attributes to the rendered heading tag.
2011-04-06Made Environment Support optional. Comment out or delete the constant to ↵Phil Sturgeon1-1/+1
stop environment checks.
2011-03-22Fixed logic and removed the error supressingEric Barnes1-3/+3
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-2/+2
2011-03-17load config files from environment specific locations in core classes, ↵bubbafoley1-1/+10
helpers and libraries
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-11-09Fix #95 bug in the html helper where too much white space was rendered ↵Greg Aker1-3/+3
between the src and alt tags in the img() function.
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-3/+3
2010-07-05img() will now generate an empty string as an alt attribute if one is not ↵Derek Allard1-0/+6
provided.
2010-03-15code comment typo fixDerek Allard1-1/+1
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-09-16removed some trivial spaces from outputDerek Allard1-1/+1
2009-09-16removed some trivial spaces from outputDerek Allard1-4/+4
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-04-14doctype helper default value was missing a "1".Derek Allard1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-415/+415
2008-11-12Propset eol-style to CRLFDerek Jones1-415/+415
simplified paragraph tag cleanup regex
2008-11-02Added a doctype() function to the HTML helper.Derek Allard1-375/+415
2008-10-23Improved meta functionRick Ellis1-3/+23
2008-09-13updated copyrightRick Ellis1-1/+1
2008-07-21removing stray quotesDerek Allard1-1/+1
2008-07-21Removed added newlines ("\n") from most form and html helper functions.Derek Allard1-2/+2
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-15/+15
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-3/+3
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-03-30Fixed a bug in link_tag() of the URL helper where a key was passed instead ↵Derek Allard1-1/+1
of a value.
2008-03-06Modified img() in the HTML Helper to remove an unneeded space.Derek Allard1-1/+1
Modified anchor() in the URL helper to convert entities in the title attribute.
2008-01-30added img() to HTML helperDerek Allard1-22/+29
2008-01-30remove stylesheet() so as not to overly pollute function names, rename ↵Derek Allard1-21/+2
link() to link_tag() to avoid PHP collision.
2008-01-30added stylesheet() to html helperDerek Allard1-2/+24
2008-01-30Added link() to the HTML helper.Derek Allard1-4/+126
2008-01-28added ability to "extend" helpersDerek Jones1-61/+79
* modified Loader to check for prefixed helpers in application/helpers folder * surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent.
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-203/+203
update copyright year update Code Igniter to CodeIgniter
2006-11-04(no commit message)admin1-0/+21
2006-10-29(no commit message)admin1-0/+107
2006-10-21(no commit message)admin1-2/+2
2006-08-25Initial Importadmin1-0/+76