summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-08-15Fix issue #1712Andrey Andreev1-1/+1
2012-07-29Adding a common stringify_attributes function for dealing with attributes thr...Eric Barnes1-38/+3
2012-07-28Adding optional attributes as array or object for html helperEric Barnes1-19/+40
2012-07-22Comment fix. Html5 is most popular these days and should be added to comment....Przemyslaw Tomaszewski1-3/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie1-3/+3
2012-05-17Clean up the helpersAndrey Andreev1-4/+4
2012-04-27Fix docblocks A-HTimothy Warren1-93/+94
2012-03-26Remove access description lines and cleanup the html helperAndrey Andreev1-41/+25
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-06Improve html, inflector & language helpersAndrey Andreev1-46/+24
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-1/+8
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-8/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-05newline character ending for link_tag() function resultMrHyde1-1/+1
2011-08-13Fixed issue #199 - Attributes passed as string does not include a space betwe...Eric Barnes1-0/+4
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-5/+5
2011-04-25Fixed double-space typo.Razican1-5/+5
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-4/+4
2011-04-18Added an optional third parameter to heading() which allows adding html attri...Greg Aker1-2/+3
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
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, helper...bubbafoley1-1/+10
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 betwee...Greg Aker1-3/+3
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 pro...Derek Allard1-0/+6
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
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
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
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 th...Derek Allard1-3/+3
2008-03-30Fixed a bug in link_tag() of the URL helper where a key was passed instead of...Derek Allard1-1/+1
2008-03-06Modified img() in the HTML Helper to remove an unneeded space.Derek Allard1-1/+1