Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-15 | Correcting URL for search box. | Wes Baker | 1 | -1/+1 | |
2013-07-08 | Fixing a typo in the user guide. | Wes Baker | 1 | -1/+1 | |
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 1 | -2/+2 | |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 1 | -1/+1 | |
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 1 | -1/+1 | |
2012-06-11 | Fixed conflicts | Phil Sturgeon | 1 | -1/+1 | |
Why were there conflicts merging into master? | |||||
2012-06-07 | Adding IPv6 support to the Input and Form_validation libraries. | Pascal Kriete | 1 | -1/+1 | |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 1 | -2/+2 | |
2011-11-02 | Resolved issue 167 - Input Class Userguide Update | Ben Edmunds | 1 | -9/+9 | |
2011-10-27 | Bumped CodeIgniter version to 2.1.0. | Phil Sturgeon | 1 | -1/+1 | |
2011-08-20 | updated version number in user guide, removed some stray merge markers found ↵ | Derek Jones | 1 | -1/+1 | |
in the change log | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -16/+16 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -16/+16 | |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 1 | -1/+1 | |
2011-04-02 | Added is_cli_request() method to documentation for Input class. | Phil Sturgeon | 1 | -1/+5 | |
2011-04-01 | Merged changes. | Phil Sturgeon | 1 | -3/+3 | |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 1 | -1/+1 | |
2011-02-24 | Adding a link to the User Agent Class docs from the user_agent function of ↵ | katzgrau | 1 | -1/+1 | |
the input class | |||||
2011-02-16 | Updated input documentation to use NULL instead of empty string for new ↵ | Phil Sturgeon | 1 | -2/+2 | |
post() and get() changes. | |||||
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class ↵ | Phil Sturgeon | 1 | -8/+10 | |
method. | |||||
2011-02-13 | Updated the post method and added the new functionality to the get method also | vascopj | 1 | -0/+20 | |
Updated the documentation | |||||
2011-01-28 | updating copyrights to 2011 | Derek Jones | 1 | -1/+1 | |
2010-11-22 | Adding is_ajax_request() method to CI_Input | Greg Aker | 1 | -1/+8 | |
2010-11-15 | Adding request_headers() and get_request_header() methods to the input ↵ | Greg Aker | 1 | -0/+8 | |
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist. | |||||
2010-03-29 | fixed casing of EllisLab | Derek Jones | 1 | -1/+1 | |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -29/+52 | |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 1 | -1/+1 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-09-11 | prep for 1.7.2 release | Derek Jones | 1 | -1/+1 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-02-11 | Prep for 1.7.1 release | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -230/+230 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -1/+1 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 1 | -1/+1 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -1/+1 | |
Made some doc style changes | |||||
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 1 | -1/+1 | |
2008-06-20 | Added get_post() to the Input class. | Derek Allard | 1 | -0/+12 | |
Documented get() in the Input class. | |||||
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 1 | -1/+1 | |
internationalization purposes (#4614) | |||||
2008-05-15 | added ability to use xss_clean() to test images, and improved security for ↵ | Derek Jones | 1 | -0/+5 | |
vectors particular to the Opera family of browsers | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -2/+2 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-07 | doc examples | Derek Allard | 1 | -1/+1 | |
2008-05-06 | updated version number in user guide to 1.6.2 | Derek Jones | 1 | -1/+1 | |
2008-05-06 | Flipped user guide page titles for easier recognition in tabs: | Derek Jones | 1 | -1/+1 | |
<title>CodeIgniter User Guide : Page TItle</title> to <title>Page Title : CodeIgniter User Guide</title> | |||||
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -2/+2 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-02-13 | Added Path Helper to table of contents and updated copyright dates for all ↵ | Derek Jones | 1 | -1/+1 | |
user guide pages | |||||
2008-02-12 | (no commit message) | Derek Allard | 1 | -1/+1 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 1 | -1/+1 | |
2008-02-04 | change version number from 1.6.0 to 1.6.1 | Derek Allard | 1 | -1/+1 | |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -2/+2 | |
2008-01-19 | Added attributes into <html> of userguide for valid html. | Derek Allard | 1 | -1/+1 | |