- 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
- 2e1f180 Fixed type in the JavaScript documentation for animate(). by Phil Sturgeon · 14 years ago
- a36f637 Merged changes. by Phil Sturgeon · 14 years ago
- 65f6ad4 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
- 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
- e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
- d1c21a4 Added changelog note for multi-environment support for configs by katzgrau · 14 years ago
- 71018b3 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
- 60ed1a3 Added $this->output->set_content_type() and method chaining to other methods. by Phil Sturgeon · 14 years ago
- 58f5f0f Adding a link to the User Agent Class docs from the user_agent function of the input class by katzgrau · 14 years ago
- 9b77fe3 Updated input documentation to use NULL instead of empty string for new post() and get() changes. by Phil Sturgeon · 14 years ago
- 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
- d8d1e24 Secure cookies can now be made with the set_cookie() helper and Input Class method. by Phil Sturgeon · 14 years ago
- d98325d Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor by Phil Sturgeon · 14 years ago
- feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
- ff1cfa1 Updated the post method and added the new functionality to the get method also by vascopj · 14 years ago
- 3c6e485 cleaned up some redundant code in the Loader->library function by Kellas Reeves · 14 years ago
- ef112c0 Added decimal, less_than and greater_than rules to the Form validation Class. by Phil Sturgeon · 14 years ago
- d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
- d91d0f7 Fixed breadcrumb and removed errand parentheses. by Eric Barnes · 14 years ago
- a898fb5 some doc cleanup for the javascript class by Derek Jones · 14 years ago
- 9d3ad26 some cleanup for the javascript class docs by Derek Jones · 14 years ago
- d709c39 Wrong branch, and the drivers were not alphabetical. by Pascal Kriete · 14 years ago
- 3b405bf Adding an experimental note to the javascript docs. Decided to not link it in the navigation. by Pascal Kriete · 14 years ago
- 1c97d56 Added csrf to security docs by Eric Barnes · 14 years ago
- 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
- 898949f updated copyrights to 2011 by Derek Jones · 14 years ago
- 42aa95b Added documentation for environments by joelcox · 14 years ago
- dac1b46 Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device. by Phil Sturgeon · 14 years ago
- 2000f10 js and css was loaded via absolute url instead of pointing relative. Fixes #289 by Eric Barnes · 14 years ago
- 2e3b0a9 js and css was loaded via absolute url instead of pointing relative. Fixes #289 by Eric Barnes · 14 years ago
- 3d2cde8 Fixed version in file uploading docs. Fixes: #255 by Eric Barnes · 14 years ago
- 5808bad Fixed version in file uploading docs. Fixes: #255 by Eric Barnes · 14 years ago
- bde25d9 Initial commit of Caching Driver. by Greg Aker · 14 years ago
- 081ac9d Adding is_ajax_request() method to CI_Input by Greg Aker · 14 years ago
- ec2f571 Adding request_headers() and get_request_header() methods to the input class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist. by Greg Aker · 14 years ago
- a705698 some doc fixes to show __construct instead of CI_Controller by Pascal Kriete · 14 years ago
- b32b82a Fix #225 typo in cart lib docs by Greg Aker · 14 years ago
- c1ce1ce Fix #219 broken images in the documentation by Greg Aker · 14 years ago
- 16fcb2e Updating code examples in user guide to use CI_Controller instead of Controller by Greg Aker · 14 years ago
- b77e5e2 Removed the validation library deprectation warning. It's no longer valid for 2.0. by Pascal Kriete · 14 years ago
- aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
- 2ef3759 modified the security helper to assist in preventing directory traversal when using sanitize_filename() for user input by Derek Jones · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 34cf0a8 typo fix by Derek Allard · 14 years ago
- a33b93c user guide typo fixes #128 by Derek Jones · 14 years ago
- eaa71ba Added a new config item to the Session class (sess_expire_on_close) to allow sessions to auto-expire when the browser window is closed. by Derek Jones · 14 years ago
- 95e05a0 added a teeny bit stronger wording to encourage use of database for sessions where validation is necessary or undesirable actions could occur by a user manipulating their cookies by Derek Jones · 14 years ago
- 09c7793 Significant changes to the Encryption library by Derek Jones · 14 years ago
- 52ace43 added link for encryption key in Session class to the explanation in the Encryption lib by Derek Jones · 14 years ago
- 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
- d8153f5 guide typo by Derek Allard · 14 years ago
- 6dba102 guide typo by Derek Allard · 14 years ago
- 32cada7 example fix by Derek Allard · 15 years ago
- c419c2a Automated merge with http://hg.ellislab.com/CodeIgniter2 by Derek Allard · 15 years ago
- 9a42f58 example fix by Derek Allard · 15 years ago
- e9d723f 201007 file upload bug fix by Derek Jones · 15 years ago
- e01fd0f suppress page list by Derek Allard · 15 years ago
- 96bb75c Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the pagination library. by Derek Allard · 15 years ago
- c778e79 userguide links by Derek Allard · 15 years ago
- bb6a687 minor capitalization by Derek Allard · 15 years ago
- 8d027fa fixed missing </p> in guide by Derek Allard · 15 years ago
- 2735b3e fixed whitespace, massaged Zip read_dir() docs by Derek Jones · 15 years ago
- 26872de Added an option to remove the preceding trail of empty folders when creating a Zip archive. by Phil Sturgeon · 15 years ago
- 42526cf corrected references to Input class since the Security methods are now their own library. Fixes #31 by Derek Jones · 15 years ago
- f82e51c Update to File Upload library to return boolean on do_xss_clean(). by Greg Aker · 15 years ago
- ef88a90 Removing deprecated Validation class. by Greg Aker · 15 years ago
- b705475 fixed syntax error in documentation example for XML-RPC send_response() method by Derek Jones · 15 years ago
- d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
- f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
- 7ec3650 added documentation for philsturgeon's submission of download() for the FTP library by Derek Jones · 15 years ago
- 66a3fc0 Added a $xss_clean class variable to the XMLRPC library, enabling control over the use of the Security library's xss_clean() method. by Robin Sowell · 15 years ago
- 1cf1149 got rid of some redundancy in the preliminary jQuery lib docs by Derek Jones · 15 years ago
- cf57955 full on scaffolding removal by Derek Jones · 15 years ago
- 2ede2f6 added docs for application Packages, added third_party folder to the application folder by Derek Jones · 15 years ago
- 0d69ee3 updated Upload class docs to be accurate with the * filter for allowed_types by Derek Jones · 15 years ago
- 9898b89 added Security class docs, cleaned up Input class for changes to both by Derek Jones · 15 years ago
- 5034e3f added docs for Output class property by Derek Jones · 15 years ago
- ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
- c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
- b8354c1 adding initial docs for javascript and jquery libs by Derek Jones · 15 years ago
- 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
- 7b5b0e2 expanded abilities of Table library by Derek Jones · 15 years ago
- 0ce73ef The Unit Test Class now has an optional "notes" field available to it, and allows for discrete display of test result items using $this->unit->set_test_items(). by Derek Allard · 15 years ago
- 27ed2cc user guide clarification on large image processing by Derek Allard · 15 years ago
- b5f211b doc updates, corrections and clarifications. by Derek Allard · 15 years ago
- 028cbb5 extra period in a sentence (the horror!) :) by Derek Allard · 15 years ago
- 563885b fixed an incorrectly labelled config key example by Derek Allard · 15 years ago
- 1ca94e8 Documented append_output() in the Output Class. by Derek Allard · 15 years ago
- a7b2e45 added a parse_string() method to the Parser by Derek Allard · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- 82d6ec4 Added "is_object" into the list of unit tests capable of being run. by Derek Allard · 15 years ago
- f3c4f27 a series of clarifications of the docs by Derek Allard · 15 years ago
- 2aab785 Documented a second argument in the decode() function for the Encryption Class by Derek Allard · 15 years ago
- efb37ca missing version point in cart doc by Derek Allard · 15 years ago
- bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
- 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
- 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- d13f012 note on a page about deprecation by Derek Allard · 16 years ago