summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Merge branch 'develop' into feature/form_validation/custom_error_per_fieldAhmedul Haque Abid2-2/+30
2014-01-09Updated comment messages.Ahmedul Haque Abid1-2/+2
2014-01-09Removed extra space between closing parenthesis.Ahmedul Haque Abid1-1/+1
2014-01-09Fixed a missed variable $errors in set_rules().Ahmedul Haque Abid1-1/+1
2014-01-09Changed $error_msg to $errorsAhmedul Haque Abid1-4/+4
2014-01-09Add CI_User_agent::parse() to allow parsing a custom user-agent stringAndrey Andreev1-0/+28
2014-01-08Remove preg_quote() call from CI_User_agent::_set_browser() and add another p...Andrey Andreev1-1/+1
2014-01-08Fix 2 errors caused by recent commitsAndrey Andreev1-1/+1
2014-01-08Added custom error messages functionality for individual fields.Ahmedul Haque Abid1-4/+20
2014-01-08Make newline standardization configurableAndrey Andreev1-1/+24
2014-01-08Optimize get_instance() calls/assignmentsAndrey Andreev4-23/+21
2014-01-08A tiny improvement in CI_Upload::do_xss_clean()Andrey Andreev1-2/+1
2014-01-08Some small improvements to the Xmlrpc classAndrey Andreev1-11/+11
2014-01-07Add ability for changing the original file path/name in CI_Zip::read_file()Andrey Andreev1-11/+14
2014-01-07Fix #2143Andrey Andreev1-9/+6
2014-01-07Add Basic HTTP authentication support to the XML-RPC libraryAndrey Andreev1-1/+30
2014-01-06Fix #2237: Parser library failed if the same tag pair is used more than once ...Andrey Andreev1-11/+19
2014-01-06Remove a redudant value checkAndrey Andreev1-1/+1
2014-01-06Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_user...Andrey Andreev1-5/+5
2014-01-06[ci skip] Fix a docblock typoAndrey Andreev1-1/+1
2014-01-06Make CI_Form_validation::error()'s first parameter mandatory and add a typehi...Andrey Andreev1-6/+6
2014-01-03Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't m...Andrey Andreev1-2/+2
2014-01-03[ci skip] Some spaces & docblock fixesAndrey Andreev2-15/+13
2014-01-03Merge pull request #2768 from porquero/patch-1Andrey Andreev1-1/+2
2014-01-03FTP class improvementsAndrey Andreev1-4/+4
2014-01-03Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense)Andrey Andreev1-1/+1
2013-12-23Remove _serialize() and _unserialize() methodsJordan Eldredge1-34/+4
2013-12-21Remove unneeded manual escaping of session dataJordan Eldredge1-60/+3
2013-12-14Added post-increment for $countCristian Riffo Huez1-1/+2
2013-12-13Merge pull request #2764 from refringe/feature/cookie_sessionAndrey Andreev1-1/+1
2013-12-13Issue #2763 - Fixes Session GC Probability CalculationTyler Brownell1-1/+1
2013-11-27[ci skip] Remove a few more spacesAndrey Andreev2-3/+3
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev1-4/+4
2013-10-29Spaces, log messageKakysha1-2/+2
2013-10-28Code cleanupKakysha1-2/+4
2013-10-28some code rewriteKakysha1-3/+3
2013-10-28Correct Redis connection troubleshootingKakysha1-4/+11
2013-10-28Added option to connect through unix socket in redis cache driverKakysha1-1/+8
2013-10-23Fix issue #2695Andrey Andreev1-4/+18
2013-10-21Add CI_Upload:: optionAndrey Andreev1-1/+9
2013-10-16Merge pull request #2661 from DaveMC08/feature/issue_2617Andrey Andreev1-9/+18
2013-10-16req. changes:David Cox Jr1-15/+4
2013-10-14Fix #2674Andrey Andreev1-1/+2
2013-09-25fix issue #2617David Cox Jr1-1/+21
2013-09-23[ci skip] Update Zip library docblocksAndrey Andreev1-19/+19
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev2-3/+2
2013-08-07An improved version of PR #2584, fixes #2583Andrey Andreev1-11/+13
2013-08-06Various typos and tabs adjustmentsvlakoff1-1/+1
2013-07-31Optimize CI_Session::__construct() routines and make driver validity check st...Andrey Andreev1-21/+18
2013-07-30Cache Log Error LevelsTyler Brownell4-4/+4