summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22nav links in html helperDerek Allard1-8/+20
2009-05-26Directory helper's directory_map tweaked to allow inclusion of hidden files.Robin Sowell1-2/+5
2009-04-22updated copyrights to 2009Derek Jones21-21/+21
2009-04-20Tweaked form_dropdown to note it requires a multi-item array to trigger the ↵Robin Sowell1-1/+1
automatic 'multiselect'.
2009-04-14example fixDerek Allard1-1/+1
2009-04-08added form_multiselect() to form helper to make it easier to create ↵Derek Jones1-0/+8
multiselect fields, and to make it a bit more semantically correct to boot
2009-02-12fixed an example in url_title with capitalizationDerek Allard1-1/+1
2009-02-11Prep for 1.7.1 releaseDerek Jones21-21/+21
2009-02-10Changed the default "type" of form_button() to "button" from "submit" in the ↵Derek Allard2-2/+7
form helper.
2009-02-05Added the ability to have optgroups in form_dropdown() within the form helper.Derek Allard1-0/+1
2009-02-04link_tag() not link() in exampleDerek Allard1-1/+1
2009-02-04added a note explicitly outlining id as a settable option in form_dropdown()Derek Allard1-3/+3
2008-12-09added $lowercase parameter to url_title() to allow forced lowercaseDerek Jones1-1/+9
2008-11-13Changing EOL style to LFDerek Allard21-3804/+3804
2008-11-12Propset eol-style to CRLFDerek Jones2-464/+464
simplified paragraph tag cleanup regex
2008-11-02Added a doctype() function to the HTML helper.Derek Allard1-312/+367
2008-10-26Fixed a typoRick Ellis1-1/+1
2008-10-26fixed some typosRick Ellis2-14/+2
2008-10-23(no commit message)Rick Ellis1-0/+50
2008-10-17Description was bas-ackwardRick Ellis1-5/+9
2008-10-01Fixed extra text in img() function description of the userguideDerek Allard1-2/+1
2008-09-25clarificationDerek Allard1-1/+1
2008-09-25Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date ↵Derek Allard1-2/+2
helper. Added a missing quote in an example on the index page
2008-09-04removed random invisible character (ASCII 194) from HTML and PHP filesDerek Jones1-3/+3
2008-08-31typo fixDerek Allard1-1/+1
2008-08-26Added Form Validation Library and updated docsRick Ellis21-27/+70
2008-08-26Made a Loader changes so that the new validation class will work.Rick Ellis21-21/+21
Made some doc style changes
2008-08-21further whitespace fixesDerek Allard3-36/+36
2008-08-20Added descriptions for current_url() and uri_segments()Rick Ellis1-0/+12
2008-07-20guide example fix for form_hiddenDerek Allard1-1/+1
2008-07-16fixed a series of "next" and "previous" topic links that pointed to the ↵Derek Allard3-3/+3
wrong pages.
2008-07-13adds vs add typo fixDerek Allard1-1/+1
2008-06-27Moved the <label> output ability from the language library to a language ↵Derek Jones1-0/+98
helper (hotfix for 1.6.3)
2008-06-27Documented the language file use of byte_format() in the number helper.Derek Allard1-0/+5
2008-06-27Minor example fix in Number helperDerek Allard1-1/+1
Added 1.6.4 to changelog page
2008-06-27changed user guide version to 1.6.3Derek Jones20-20/+20
2008-06-26changed your-site.com to example.com doc-wideDerek Jones4-15/+15
2008-06-19added terabytes to number helperDerek Allard3-2/+104
added number helper guide pages, menus, toc, etc
2008-05-31Charset information in the userguide has been moved above title for ↵Derek Allard19-135/+135
internationalization purposes (#4614)
2008-05-25fix curly quotes in form_button exampleDerek Allard1-8/+8
2008-05-15date examplesDerek Allard1-15/+57
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-1/+1
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-08clarification note on autolink() emailDerek Allard1-1/+1
2008-05-08added symbolic_permissions() and octal_permissions() to the File helperDerek Jones1-0/+18
2008-05-08Added a Reserved Names page to the userguide, and migrated reserved ↵Derek Allard1-3/+6
controller names into it. Added a Common Functions page to the userguide for globally available functions.
2008-05-07fix up a few footnote linksDerek Allard2-5/+3
2008-05-06updated version number in user guide to 1.6.2Derek Jones19-19/+19
2008-05-06Added a Compatibility HelperDerek Jones1-0/+118
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones18-18/+18
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title>
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-5/+14
the File Helper. Changed ( ! condition) into (! condition) within the code