summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-2/+2
2012-05-17Cleanup the core classesAndrey Andreev1-16/+15
2012-04-30Reverted recent commit, cookie_prefix was breaking things.Phil Sturgeon1-1/+0
2012-04-27Update system/core/Input.php ziv1-0/+1
2012-04-23Use tabs to separate class propertiesTimothy Warren1-7/+7
2012-04-19Fix syntax errorTimothy Warren1-1/+1
2012-04-19Additional formatting fixesTimothy Warren1-100/+121
2012-03-18add support for httponly cookiesfreewil1-4/+9
2012-03-10Remove PHP 5.1.6-specific codeAndrey Andreev1-30/+1
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-0/+17
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-07comment fixMichiel Vugteveen1-1/+1
2012-03-07oopsMichiel Vugteveen1-1/+1
2012-03-07removed is_methodMichiel Vugteveen1-18/+6
2012-03-07added method() and is_method()Michiel Vugteveen1-0/+29
2012-02-08Remove a few spacesAndrey Andreev1-2/+2
2012-02-08Fix CI_Input::is_ajax_request()Andrey Andreev1-37/+29
2012-02-05Adding in a few 503 status codes for common errors in response to this Expres...Kevin Cupp1-0/+1
2012-01-08Switch private methods to protectedAndrey Andreev1-5/+5
2012-01-08Switch some public properties to protectedAndrey Andreev1-6/+4
2012-01-07Improve code Input & Model librariesAndrey Andreev1-64/+33
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-1/+0
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-4/+7
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-20get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-2/+6
2011-09-24Suppress warnings generated by get_magic_quotes_gpc() (issue #467)Andrey Andreev1-1/+1
2011-09-13Update: change _fetch_from_array form private to protectedBo-Yi Wu1-3/+3
2011-09-12Update: modified return bool value on commentBo-Yi Wu1-1/+1
2011-09-12Update: check filter_var function existBo-Yi Wu1-1/+1
2011-09-12Update: add public or private prefix.Bo-Yi Wu1-13/+17
2011-09-12Update: if php version >= 5.2, use filter_var to check validate ip.Bo-Yi Wu1-0/+6
2011-08-21Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into de...Phil Sturgeon1-4/+4
2011-08-21Changed orderJohn Bellone1-1/+1
2011-08-21Making changes to stop remote spoofingJohn Bellone1-4/+4
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon1-13/+51
2011-08-14Added some docs to CI core filesDavid Behler1-0/+2
2011-08-14Added some docs to CI core filesDavid Behler1-13/+49
2011-08-13Fixed conflicts.Phil Sturgeon1-1/+1
2011-08-13Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci...Phil Sturgeon1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-12/+12
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-12/+12
2011-04-25Fixed double-space typo.Razican1-12/+12
2011-04-05Moving security to core.Pascal Kriete1-9/+7
2011-03-16Standardized newlines even more extensively in Input class.Phil Sturgeon1-1/+1
2011-02-18Bugfix in foreach-loop ('name' must be last, as it also is the array's name);...tobiasbg1-8/+7
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change in...Phil Sturgeon1-27/+65
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class m...Phil Sturgeon1-3/+4
2011-02-15Input post() and get() will now return a full array if the first argument is ...Phil Sturgeon1-21/+15
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon1-3/+3