1. 230fca3 styleguided 2 by Petr Heralecky · 11 years ago
  2. de88615 styleguided by Petr Heralecky · 11 years ago
  3. 300e3f0 Added Email::attach_cid() returning CID by Petr Heralecky · 11 years ago
  4. 43d7fa7 Implement atomic increment/decrement in Cache library by Andrey Andreev · 11 years ago
  5. e9e885d Merge pull request #2802 from marcossffilho/develop by Andrey Andreev · 11 years ago
  6. 2e914b7 Updates for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  7. 7945d30 Fixed the comment and array alignment. by Ahmedul Haque Abid · 11 years ago
  8. d8a3716 Added space after 'if' condition by Ahmedul Haque Abid · 11 years ago
  9. ea29488 Changed the rest of 'error_msg' to 'errors' by Ahmedul Haque Abid · 11 years ago
  10. e9b0ccc Added the missing "is" in the comment by Ahmedul Haque Abid · 11 years ago
  11. 34cf490 Merge branch 'develop' into feature/form_validation/custom_error_per_field by Ahmedul Haque Abid · 11 years ago
  12. b07a428 Updated comment messages. by Ahmedul Haque Abid · 11 years ago
  13. 557c6ec Removed extra space between closing parenthesis. by Ahmedul Haque Abid · 11 years ago
  14. bc1cbad Fixed a missed variable $errors in set_rules(). by Ahmedul Haque Abid · 11 years ago
  15. 0742fad Changed $error_msg to $errors by Ahmedul Haque Abid · 11 years ago
  16. 27e91a0 Add CI_User_agent::parse() to allow parsing a custom user-agent string by Andrey Andreev · 11 years ago
  17. 10925d2 Remove preg_quote() call from CI_User_agent::_set_browser() and add another pattern for Opera by Andrey Andreev · 11 years ago
  18. 0cd7c92 Unnecessary rtrim and update docs for Calendar class by Marcos SF Filho · 11 years ago
  19. c4f6616 Join two if statement into one by Marcos SF Filho · 11 years ago
  20. a593e3e Code Corrections for the Calendar Pull Request by Marcos SF Filho · 11 years ago
  21. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  22. 42b4000 Added custom error messages functionality for individual fields. by Ahmedul Haque Abid · 11 years ago
  23. 7977e1d Update the Calendar Class by Marcos SF Filho · 11 years ago
  24. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  25. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  26. cab3e18 A tiny improvement in CI_Upload::do_xss_clean() by Andrey Andreev · 11 years ago
  27. e417f04 Some small improvements to the Xmlrpc class by Andrey Andreev · 11 years ago
  28. a20ec97 Add ability for changing the original file path/name in CI_Zip::read_file() by Andrey Andreev · 11 years ago
  29. 3b2803e Fix #2143 by Andrey Andreev · 11 years ago
  30. dc53d7b Add Basic HTTP authentication support to the XML-RPC library by Andrey Andreev · 11 years ago
  31. a9c7d18 Fix #2237: Parser library failed if the same tag pair is used more than once within a template by Andrey Andreev · 11 years ago
  32. 45549a2 Remove a redudant value check by Andrey Andreev · 11 years ago
  33. e6376aa Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_userdata() and unset_flashdata()'s first parameter mandatory by Andrey Andreev · 11 years ago
  34. 868301a [ci skip] Fix a docblock typo by Andrey Andreev · 11 years ago
  35. a4712f5 Make CI_Form_validation::error()'s first parameter mandatory and add a typehint for CI_Form_validation::error() by Andrey Andreev · 11 years ago
  36. cb66367 Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  37. a6eae87 [ci skip] Some spaces & docblock fixes by Andrey Andreev · 11 years ago
  38. 2ce19b1 Merge pull request #2768 from porquero/patch-1 by Andrey Andreev · 11 years ago
  39. b4c6218 FTP class improvements by Andrey Andreev · 11 years ago
  40. 430b14c Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  41. 5306cad Remove _serialize() and _unserialize() methods by Jordan Eldredge · 11 years ago
  42. 5d6b9c5 Remove unneeded manual escaping of session data by Jordan Eldredge · 11 years ago
  43. 0612e92 Added post-increment for $count by Cristian Riffo Huez · 11 years ago
  44. 37fe56f Merge pull request #2764 from refringe/feature/cookie_session by Andrey Andreev · 11 years ago
  45. 74c5f26 Issue #2763 - Fixes Session GC Probability Calculation by Tyler Brownell · 11 years ago
  46. 3ca060a [ci skip] Remove a few more spaces by Andrey Andreev · 11 years ago
  47. f964b16 Deprecate CI_Input::is_cli_request() and add common function is_cli() to replace it by Andrey Andreev · 11 years ago
  48. 333b69b Spaces, log message by Kakysha · 11 years ago
  49. 8f3f1f9 Code cleanup by Kakysha · 11 years ago
  50. ffe2130 some code rewrite by Kakysha · 11 years ago
  51. 2d14673 Correct Redis connection troubleshooting by Kakysha · 11 years ago
  52. 80d663a Added option to connect through unix socket in redis cache driver by Kakysha · 11 years ago
  53. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  54. 32c7212 Add CI_Upload:: option by Andrey Andreev · 11 years ago
  55. 3d759d7 Merge pull request #2661 from DaveMC08/feature/issue_2617 by Andrey Andreev · 11 years ago
  56. abcb67c req. changes: by David Cox Jr · 11 years ago
  57. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  58. 06fa739 fix issue #2617 simply adds the $_FILES array to profiler output of POST data by David Cox Jr · 11 years ago
  59. 88f41df [ci skip] Update Zip library docblocks by Andrey Andreev · 11 years ago
  60. 5932a73 Improvements to safe_mode detection (it doesn't exist in PHP 5.4) by Andrey Andreev · 11 years ago
  61. 2b956af An improved version of PR #2584, fixes #2583 by Andrey Andreev · 11 years ago
  62. c941d85 Various typos and tabs adjustments by vlakoff · 11 years ago
  63. c958eeb Optimize CI_Session::__construct() routines and make driver validity check stricter by Andrey Andreev · 12 years ago
  64. d967f72 Cache Log Error Levels by Tyler Brownell · 12 years ago
  65. 45a4544 Merge pull request #2556 from vlakoff/develop-4 by Andrey Andreev · 12 years ago
  66. 3b8b892 Fixes in JavaScript Library by vlakoff · 12 years ago
  67. 516527c Cache Driver - Backup Never Loaded by Tyler Brownell · 12 years ago
  68. 05370bf change empty function to Identical comparison operator by Hashem Qolami · 12 years ago
  69. 90803ce Fix Form Validation issue with text inputs which have array as name by Hashem Qolami · 12 years ago
  70. c05ab73 Cache result of is_referral() by vlakoff · 12 years ago
  71. 161f193 User_agent library: robuster detection in is_referral() by vlakoff · 12 years ago
  72. 6a3d7e5 Fix a Memcache(d) default configuration bug (based on #249) by Andrey Andreev · 12 years ago
  73. c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 12 years ago
  74. 903f31b Merge pull request #2447 from rlerdorf/develop by Andrey Andreev · 12 years ago
  75. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  76. 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
  77. 06faa55 Merge pull request #2452 from thallisphp/patch-3 by Andrey Andreev · 12 years ago
  78. 283408d Merge pull request #2411 from Dumk0/patch-1 by Andrey Andreev · 12 years ago
  79. c1fdef5 Merge pull request #2417 from thefuzzy0ne/fix/upload_dry by Andrey Andreev · 12 years ago
  80. 0b97f8e Add changelog entry for PR #2502 by Andrey Andreev · 12 years ago
  81. c906d25 Merge pull request #2502 from enapupe/patch-1 by Andrey Andreev · 12 years ago
  82. 58f677f 2.1.4 release related stuff by Andrey Andreev · 12 years ago
  83. 58706ad Merge pull request #2497 from yazuu/upload by Andrey Andreev · 12 years ago
  84. cd9797a Fix #2498 by Andrey Andreev · 12 years ago
  85. 7c72cfc Update Profiler.php to show HTTP_DNT status by Iacami · 12 years ago
  86. 74a228b New var name to make it more comprehensive by Adrian · 12 years ago
  87. b9e090e Merge pull request #2480 from florisluiten/develop by Andrey Andreev · 12 years ago
  88. 2d7009c Removed empty line at EOF by Floris Luiten (lenwweb.nl) · 12 years ago
  89. f496d13 Add a config var to let the choice of having the lower case on the extensions when uploading. by Adrian · 12 years ago
  90. 5d1cacf Force the file extension to lower case by Adrian · 12 years ago
  91. c7325c1 added newlines to end of email header when send_multipart === false by Chris Ege · 12 years ago
  92. f55d514 Prevent email header injection by florisluiten · 12 years ago
  93. 08ddfb8 Removed unused variable $name in Cache_memcached.php by ThallisPHP · 12 years ago
  94. 164a1f2 highlight_code() doesn't take an ENT_QUOTES arg by Rasmus Lerdorf · 12 years ago
  95. 9986070 values_parsing() only takes 1 arg by Rasmus Lerdorf · 12 years ago
  96. 0a6a88a Required args after optional ones by Rasmus Lerdorf · 12 years ago
  97. 86417d0 $element not $focus there by Rasmus Lerdorf · 12 years ago
  98. c6da1ef Change boolean to bool. Added whitespace. by buhay · 12 years ago
  99. 466e808 Correction for issue #2388. Updated _build_message() to return a boolean. This prevents email from sending if there is an error trying to attach an attachment to the email. by buhay · 12 years ago
  100. 05e6f1e fix typos in Parser.php by Dumk0 · 12 years ago