summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
AgeCommit message (Collapse)AuthorFilesLines
2011-01-06Altered User agent library so that is_browser(), is_mobile() and is_robot() ↵Phil Sturgeon1-0/+25
can optionally check for a specific browser or mobile device.
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-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 ↵Greg Aker1-0/+8
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist.
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 ↵Pascal Kriete1-3/+0
for 2.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 ↵Derek Jones1-0/+5
when using sanitize_filename() for user input
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
sessions to auto-expire when the browser window is closed.
2010-09-02added a teeny bit stronger wording to encourage use of database for sessions ↵Derek Jones1-1/+3
where validation is necessary or undesirable actions could occur by a user manipulating their cookies
2010-08-31Significant changes to the Encryption libraryDerek Jones1-5/+39
- Removed double-encoding with XOR scheme when Mcrypt is available. Additional obfuscation was not significantly aiding security, and came at a very high performance cost. - Changed the default encryption mode from ECB to CBC for much improved security - Added an encode_from_legacy() method to allow re-encoding of permanent data that was originally encoded with the older methods.
2010-08-31added link for encryption key in Session class to the explanation in the ↵Derek Jones1-1/+1
Encryption lib
2010-08-31Added fatal error to Session class when no encryption key is set in the ↵Derek Jones1-0/+3
config file, for additional assurance that session manipulation can be prevented
2010-08-16guide typoDerek Allard1-1/+1
2010-07-26guide typoDerek Allard1-1/+1
2010-07-16example fixDerek Allard1-1/+1
2010-07-13Automated merge with http://hg.ellislab.com/CodeIgniter2Derek Allard1-12/+9
2010-07-13example fixDerek Allard1-1/+1
2010-07-12201007 file upload bug fixDerek Jones1-12/+9
2010-07-05suppress page listDerek Allard1-0/+9
2010-07-05Added the ability to suppress first, previous, next and last links by ↵Derek Allard1-5/+7
setting their values to FALSE in the pagination library.
2010-07-05userguide linksDerek Allard1-1/+1
2010-07-05minor capitalizationDerek Allard1-1/+1
2010-07-05fixed missing </p> in guideDerek Allard2-3/+3
2010-05-11fixed whitespace, massaged Zip read_dir() docsDerek Jones1-2/+2
2010-05-11Added an option to remove the preceding trail of empty folders when creating ↵Phil Sturgeon1-1/+11
a Zip archive.
2010-04-28corrected references to Input class since the Security methods are now their ↵Derek Jones2-2/+2
own library. Fixes #31
2010-04-15Update to File Upload library to return boolean on do_xss_clean().Greg Aker1-0/+6
2010-04-15Removing deprecated Validation class.Greg Aker1-740/+0
Form_validation going forward! Removed references to the validation classes documentation page in the changelog as well.
2010-03-30fixed syntax error in documentation example for XML-RPC send_response() methodDerek Jones1-1/+1
2010-03-29fixed casing of EllisLabDerek Jones29-29/+29
2010-03-25moved application folder outside of the system folderDerek Jones4-5/+5
2010-03-22added documentation for philsturgeon's submission of download() for the FTP ↵Derek Jones1-0/+13
library
2010-03-18Added a $xss_clean class variable to the XMLRPC library, enabling control ↵Robin Sowell1-0/+2
over the use of the Security library's xss_clean() method.
2010-03-11got rid of some redundancy in the preliminary jQuery lib docsDerek Jones1-92/+2
2010-03-11full on scaffolding removalDerek Jones1-5/+0
2010-03-10added docs for application Packages, added third_party folder to the ↵Derek Jones1-0/+49
application folder
2010-03-10updated Upload class docs to be accurate with the * filter for allowed_typesDerek Jones1-1/+1
2010-03-10added Security class docs, cleaned up Input class for changes to bothDerek Jones3-30/+176
2010-03-10added docs for Output class propertyDerek Jones1-0/+6
2010-03-10added ability to enable/disable individual sections of the ProfilerDerek Jones1-0/+3
2010-03-10completely removed Plugins from CodeIgniterDerek Jones1-4/+1