summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
AgeCommit message (Expand)AuthorFilesLines
2011-03-10Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-11/+30
2011-03-10Updated version number in User Guide html.Phil Sturgeon28-28/+28
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau1-10/+28
2011-03-10Added changelog note for multi-environment support for configskatzgrau1-1/+2
2011-03-08Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-1/+1
2011-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon1-0/+15
2011-02-24Adding a link to the User Agent Class docs from the user_agent function of th...katzgrau1-1/+1
2011-02-16Updated input documentation to use NULL instead of empty string for new post(...Phil Sturgeon1-2/+2
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...Phil Sturgeon9-155/+448
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class m...Phil Sturgeon1-8/+10
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon3-143/+171
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete2-2/+2
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj1-0/+20
2011-02-07Added decimal, less_than and greater_than rules to the Form validation Class.Phil Sturgeon1-141/+169
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon29-275/+189
2011-01-31Fixed breadcrumb and removed errand parentheses.Eric Barnes1-4/+5
2011-01-28some doc cleanup for the javascript classDerek Jones2-243/+148
2011-01-28some cleanup for the javascript class docsDerek Jones2-242/+147
2011-01-28Wrong branch, and the drivers were not alphabetical.Pascal Kriete1-1/+2
2011-01-28Adding an experimental note to the javascript docs. Decided to not link it in...Pascal Kriete1-1/+2
2011-01-28Added csrf to security docsEric Barnes1-1/+8
2011-01-28updating copyrights to 2011Derek Jones29-29/+29
2011-01-28updated copyrights to 2011Derek Jones28-28/+28
2011-01-16Added documentation for environmentsjoelcox1-0/+17
2011-01-06Altered User agent library so that is_browser(), is_mobile() and is_robot() c...Phil Sturgeon1-0/+25
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker1-0/+193
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-1/+8
2010-11-15Adding request_headers() and get_request_header() methods to the input class....Greg Aker1-0/+8
2010-11-10some doc fixes to show __construct instead of CI_ControllerPascal Kriete1-2/+2
2010-11-10Fix #225 typo in cart lib docsGreg Aker1-1/+1
2010-11-09Fix #219 broken images in the documentationGreg Aker3-3/+3
2010-11-09Updating code examples in user guide to use CI_Controller instead of ControllerGreg Aker3-10/+10
2010-11-09Removed the validation library deprectation warning. It's no longer valid for...Pascal Kriete1-3/+0
2010-10-07Automated merge with https://bitbucket.org/barrymieny/codeigniterDerek Jones1-0/+5
2010-10-07modified the security helper to assist in preventing directory traversal when...Derek Jones1-0/+5
2010-10-04Cleanup of stray spaces and tabsBarry Mieny14-71/+71
2010-09-07typo fixDerek Allard1-1/+1
2010-09-03user guide typo fixes #128Derek Jones1-1/+1
2010-09-02Added a new config item to the Session class (sess_expire_on_close) to allow ...Derek Jones1-0/+6
2010-09-02added a teeny bit stronger wording to encourage use of database for sessions ...Derek Jones1-1/+3
2010-08-31Significant changes to the Encryption libraryDerek Jones1-5/+39
2010-08-31added link for encryption key in Session class to the explanation in the Encr...Derek Jones1-1/+1
2010-08-31Added fatal error to Session class when no encryption key is set in the confi...Derek Jones1-0/+3
2010-08-16guide typoDerek Allard1-1/+1
2010-07-26guide typoDerek Allard1-1/+1
2010-07-16example fixDerek Allard1-1/+1