Age | Commit message (Expand) | Author | Files | Lines |
2011-01-28 | updated copyrights to 2011 | Derek Jones | 28 | -28/+28 |
2011-01-16 | Added documentation for environments | joelcox | 1 | -0/+17 |
2011-01-06 | Altered User agent library so that is_browser(), is_mobile() and is_robot() c... | Phil Sturgeon | 1 | -0/+25 |
2010-12-28 | js and css was loaded via absolute url instead of pointing relative. Fixes #289 | Eric Barnes | 1 | -5/+5 |
2010-12-28 | js and css was loaded via absolute url instead of pointing relative. Fixes #289 | Eric Barnes | 1 | -5/+5 |
2010-12-27 | Fixed version in file uploading docs. Fixes: #255 | Eric Barnes | 1 | -1/+1 |
2010-12-27 | Fixed version in file uploading docs. Fixes: #255 | Eric Barnes | 1 | -1/+1 |
2010-12-21 | Initial commit of Caching Driver. | Greg Aker | 1 | -0/+193 |
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 class.... | Greg Aker | 1 | -0/+8 |
2010-11-10 | some doc fixes to show __construct instead of CI_Controller | Pascal Kriete | 1 | -2/+2 |
2010-11-10 | Fix #225 typo in cart lib docs | Greg Aker | 1 | -1/+1 |
2010-11-09 | Fix #219 broken images in the documentation | Greg Aker | 3 | -3/+3 |
2010-11-09 | Updating code examples in user guide to use CI_Controller instead of Controller | Greg Aker | 3 | -10/+10 |
2010-11-09 | Removed the validation library deprectation warning. It's no longer valid for... | Pascal Kriete | 1 | -3/+0 |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -0/+5 |
2010-10-07 | modified the security helper to assist in preventing directory traversal when... | Derek Jones | 1 | -0/+5 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 14 | -71/+71 |
2010-09-07 | typo fix | Derek Allard | 1 | -1/+1 |
2010-09-03 | user guide typo fixes #128 | Derek Jones | 1 | -1/+1 |
2010-09-02 | Added a new config item to the Session class (sess_expire_on_close) to allow ... | Derek Jones | 1 | -0/+6 |
2010-09-02 | added a teeny bit stronger wording to encourage use of database for sessions ... | Derek Jones | 1 | -1/+3 |
2010-08-31 | Significant changes to the Encryption library | Derek Jones | 1 | -5/+39 |
2010-08-31 | added link for encryption key in Session class to the explanation in the Encr... | Derek Jones | 1 | -1/+1 |
2010-08-31 | Added fatal error to Session class when no encryption key is set in the confi... | Derek Jones | 1 | -0/+3 |
2010-08-16 | guide typo | Derek Allard | 1 | -1/+1 |
2010-07-26 | guide typo | Derek Allard | 1 | -1/+1 |
2010-07-16 | example fix | Derek Allard | 1 | -1/+1 |
2010-07-13 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Derek Allard | 1 | -12/+9 |
2010-07-13 | example fix | Derek Allard | 1 | -1/+1 |
2010-07-12 | 201007 file upload bug fix | Derek Jones | 1 | -12/+9 |
2010-07-05 | suppress page list | Derek Allard | 1 | -0/+9 |
2010-07-05 | Added the ability to suppress first, previous, next and last links by setting... | Derek Allard | 1 | -5/+7 |
2010-07-05 | userguide links | Derek Allard | 1 | -1/+1 |
2010-07-05 | minor capitalization | Derek Allard | 1 | -1/+1 |
2010-07-05 | fixed missing </p> in guide | Derek Allard | 2 | -3/+3 |
2010-05-11 | fixed whitespace, massaged Zip read_dir() docs | Derek Jones | 1 | -2/+2 |
2010-05-11 | Added an option to remove the preceding trail of empty folders when creating ... | Phil Sturgeon | 1 | -1/+11 |
2010-04-28 | corrected references to Input class since the Security methods are now their ... | Derek Jones | 2 | -2/+2 |
2010-04-15 | Update to File Upload library to return boolean on do_xss_clean(). | Greg Aker | 1 | -0/+6 |
2010-04-15 | Removing deprecated Validation class. | Greg Aker | 1 | -740/+0 |
2010-03-30 | fixed syntax error in documentation example for XML-RPC send_response() method | Derek Jones | 1 | -1/+1 |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 29 | -29/+29 |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 4 | -5/+5 |
2010-03-22 | added documentation for philsturgeon's submission of download() for the FTP l... | Derek Jones | 1 | -0/+13 |
2010-03-18 | Added a $xss_clean class variable to the XMLRPC library, enabling control ove... | Robin Sowell | 1 | -0/+2 |
2010-03-11 | got rid of some redundancy in the preliminary jQuery lib docs | Derek Jones | 1 | -92/+2 |
2010-03-11 | full on scaffolding removal | Derek Jones | 1 | -5/+0 |
2010-03-10 | added docs for application Packages, added third_party folder to the applicat... | Derek Jones | 1 | -0/+49 |
2010-03-10 | updated Upload class docs to be accurate with the * filter for allowed_types | Derek Jones | 1 | -1/+1 |