1. b9e090e Merge pull request #2480 from florisluiten/develop by Andrey Andreev · 12 years ago
  2. 2d7009c Removed empty line at EOF by Floris Luiten (lenwweb.nl) · 12 years ago
  3. c7325c1 added newlines to end of email header when send_multipart === false by Chris Ege · 12 years ago
  4. f55d514 Prevent email header injection by florisluiten · 12 years ago
  5. c6da1ef Change boolean to bool. Added whitespace. by buhay · 12 years ago
  6. 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
  7. 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
  8. 5c18265 Merge pull request #2303 from lracicot/develop by Andrey Andreev · 12 years ago
  9. 14e3523 Merge pull request #2369 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  10. e123a60 Modified do_upload() to use UPLOAD_ERR constants. by Darren Benney · 12 years ago
  11. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
  12. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  13. 7ee2034 removing linebreak by Sam Doidge · 12 years ago
  14. 5cb5c0a adding thumb_marker to image_lib->clear() by Sam Doidge · 12 years ago
  15. 89b67b4 Fix #2320 by Andrey Andreev · 12 years ago
  16. 65b8f83 reorder rules in product name regex by importance by Louis Racicot · 12 years ago
  17. 025b646 check if uft8 is enabled by Louis Racicot · 12 years ago
  18. 592e7d4 Full unicode support for the product name. by Louis Racicot · 12 years ago
  19. 837b203 Github broke the file encoding. I repaired it. by Louis Racicot · 12 years ago
  20. 141e2cb Update Cart.php by Louis Racicot · 12 years ago
  21. 2d33e22 Add unicode support in cart product name for unicode 00C000 to 00E01F. by Louis Racicot · 12 years ago
  22. 83c344e Cache file driver: clean() now preserves .htaccess and index files by vlakoff · 12 years ago
  23. bb5cf0a Merge pull request #2190 from danhunsaker/feature/exit-status by Andrey Andreev · 12 years ago
  24. fa01ae4 [ci skip] Fix #2289 by Andrey Andreev · 12 years ago
  25. 8626e93 Reverting changes to functions that have no business being used in CLI apps to begin with by Daniel Hunsaker · 12 years ago
  26. b2ac67a Oops, missed a few places where EXIT_SUCCESS was being used. by Daniel Hunsaker · 12 years ago
  27. 50dfe01 Updated in accordance with feedback from @narfbg by Daniel Hunsaker · 12 years ago
  28. e5d7af5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  29. 930d8ef Fix Session cookie driver storing untrimmed user agent string in the database causing set_userdata() calls to fail when $config['sess_match_useragent'] = TRUE by Daniel Robbins · 12 years ago
  30. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  31. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  32. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  33. f8e2d0e Issue #2086 Session_cookie's _update_db not guaranteed to update by Dionysis Arvanitis · 12 years ago
  34. d2dbee4 Merge pull request #2261 from nisheeth-barthwal/develop by Andrey Andreev · 12 years ago
  35. 6bb9890 Fixed the issue with bcc_batch_mode and subject by nisheeth-barthwal · 12 years ago
  36. f399425 Fix a code comment in Upload->_file_mime_type() by vlakoff · 12 years ago
  37. a44e691 Removed the unused $force paramter in Email::_smtp_connect() by nisheeth-barthwal · 12 years ago
  38. 193f0c7 removed PR from the bug list by nisheeth-barthwal · 12 years ago
  39. 758f40c Fixed curly braces. Removed redundant method set_useragent() by nisheeth-barthwal · 12 years ago
  40. 59209de Fixed tab-indentation. Made appropriate entries in changelog by nisheeth-barthwal · 12 years ago
  41. cf22557 Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added PHP useragent by nisheeth-barthwal · 12 years ago
  42. a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
  43. 3567246 Various cosmetic fixes by vlakoff · 12 years ago
  44. 3224f07 changes according to narfbg's request by Tim · 12 years ago
  45. 554d5dc changes according to narfbg's request by Tim · 12 years ago
  46. 0b60725 Added small feature to profiler: total execution time count by Tim · 12 years ago
  47. c226871 Fix issue #2230 by Andrey Andreev · 12 years ago
  48. 870f113 [ci skip] Remove unnecessary string casts in Pagination by Andrey Andreev · 12 years ago
  49. 4615416 Merge pull request #2199 from cryode/feature/pagination by Andrey Andreev · 12 years ago
  50. cc221dc [ci skip] Add a missing space by Andrey Andreev · 12 years ago
  51. df3bfed Cleaned up for pull request. by Sajan Parikh · 12 years ago
  52. 2d1608a Added Form Validation rule for alphanum + spaces. by Sajan Parikh · 12 years ago
  53. 8151cbb Fix/improve #2211 by Andrey Andreev · 12 years ago
  54. 7e55977 Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() by Andrey Andreev · 12 years ago
  55. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  56. 032af98 Replace is_numeric() with ctype_digit() by Eric Roberts · 12 years ago
  57. ba67f3b Move $get assignment to if/else. by Eric Roberts · 12 years ago
  58. 9668d1d Remove spaces from concats. by Eric Roberts · 12 years ago
  59. 662e342 Some micro-optimization to the Driver library loader by Andrey Andreev · 12 years ago
  60. 7960d20 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 12 years ago
  61. 3608e1a Libraries' filenames must be named in a ucfirst-like manner by Andrey Andreev · 12 years ago
  62. 9be4cd7 Remove str_replace in return by gommarah · 12 years ago
  63. 009c8f0 Upload library, clean_file_name function: Fix xss bug. by gommarah · 12 years ago
  64. 9f3a590 Multiple pagination bug fixes & optimizations. by Eric Roberts · 12 years ago
  65. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  66. 16c6d7e Fix a code comment in Image_lib by vlakoff · 12 years ago
  67. edc9afa Fix issue #2191. by Edwin Aw · 12 years ago
  68. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  69. 912f1bc A few adjustments to previous commit by vlakoff · 12 years ago
  70. 1228fe2 Replace is_null() with === / !== NULL by vlakoff · 12 years ago
  71. 5b5401a A tiny improvement by Andrey Andreev · 12 years ago
  72. 9cc707b fix imagejpeg() parameter, should be NULL instead of empty string by Ted Wood · 12 years ago
  73. f69973d Fix #2108 by Andrey Andreev · 12 years ago
  74. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  75. fc7024e Merge pull request #2077 from AndrewPodner/develop by Andrey Andreev · 12 years ago
  76. 4296a65 update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name) by Andrew Podner · 12 years ago
  77. 3bc548e Fix 2073 by Andrey Andreev · 12 years ago
  78. a8e34ac Fix #2074 by Andrey Andreev · 12 years ago
  79. d4eec9f Fix issue #539 by Andrey Andreev · 12 years ago
  80. 24a13f5 Format tweaks by Eric Roberts · 12 years ago
  81. b9e35f2 Merge branch 'refs/heads/develop' into feature/form_error_msgs by Eric Roberts · 12 years ago
  82. 05aa2d6 Add min_width and min_height options to the Upload class by Andrey Andreev · 12 years ago
  83. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  84. e1d6c46 Fix #2037 by Andrey Andreev · 12 years ago
  85. 0ab4d3a Remove Comment by William Knauss · 12 years ago
  86. 401fb49 Children Drivers by William Knauss · 12 years ago
  87. daaca88 Add 'valid_url' rule to Form Validation (issue #1966) by Andrey Andreev · 12 years ago
  88. 61797f6 CI_Email::print_debugger() option to limit the type of data to be printed by Andrey Andreev · 12 years ago
  89. cff3580 Switch CI_Form_validation:: to public by Andrey Andreev · 12 years ago
  90. 4abd094 Manually implement PR #2033 by Andrey Andreev · 12 years ago
  91. f5513d6 Merge pull request #2026 from johnathancroom/keep_flash_data_array by Andrey Andreev · 12 years ago
  92. 8d8543d Improved array keey_flashdata + Changelog by Johnathan Croom · 12 years ago
  93. 7e83f32 Revert some of the changes from PR #2029 by Andrey Andreev · 12 years ago
  94. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  95. 9d9849b Requested changed to keep_flashdata by Johnathan Croom · 12 years ago
  96. 4beca5c keep_flashdata accepts array by Johnathan Croom · 12 years ago
  97. 52de379 Minor changes to Xmlrpcs.php by vkeranov · 12 years ago
  98. b497d2b Minor changes to Xmlrpc.php by vkeranov · 12 years ago
  99. 44c3463 [ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa) by Andrey Andreev · 12 years ago
  100. 2d48b4f Fix #113 by Andrey Andreev · 12 years ago