1. 64803dc Merge pull request #1227 from ryanneufeld/develop by Andrey Andreev · 13 years ago
  2. f1bbb17 Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver by Ryan Neufeld · 13 years ago
  3. b3b94bc Merge pull request #1181 from matteomattei/develop by Andrey Andreev · 13 years ago
  4. 8f50b6b Some minor style changes in the XMLRPC class by Andrey Andreev · 13 years ago
  5. 8486e9c Renamed (with an underscore prefix) and switched from private to protected properties in the Driver library by Andrey Andreev · 13 years ago
  6. 8e6f7a9 Remove access description lines and cleanup the Upload library by Andrey Andreev · 13 years ago
  7. 9b1db79 Remove access description lines and cleanup the Migration library by Andrey Andreev · 13 years ago
  8. 796bc95 Remove access description lines and cleanup the Pagination library by Andrey Andreev · 13 years ago
  9. d69082b Remove access description lines and cleanup the Typography library by Andrey Andreev · 13 years ago
  10. 5227837 Remove access description lines and cleanup the Xmlrpcs library by Andrey Andreev · 13 years ago
  11. 6dbabb5 Switch a private property to protected and cleanup the Calendar library by Andrey Andreev · 13 years ago
  12. b24b033 Switch private methods and properties to protected and cleanup the Cache library and drivers by Andrey Andreev · 13 years ago
  13. 74476e1 Switch private methods and properties to protected and cleanup the Parser library by Andrey Andreev · 13 years ago
  14. 6f042cc Switch private methods and properties to protected and cleanup the Cart library by Andrey Andreev · 13 years ago
  15. c4d979c Switch private methods to protected and cleanup the Ftp library by Andrey Andreev · 13 years ago
  16. bb2e518 Merge upstream branch by Andrey Andreev · 13 years ago
  17. e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
  18. c3b36f4 Centralize handling of attach() function for both real file and buffer string. by Matteo Mattei · 13 years ago
  19. 7686c12 Update system/libraries/Email.php by leandronf · 13 years ago
  20. b455294 (DSN) Delivery status notification feature by leandronf · 13 years ago
  21. 0336dc2 Remove EOF newline by Andrey Andreev · 13 years ago
  22. 407219d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip by Andrey Andreev · 13 years ago
  23. 1ce0c42 merged with latest develop. by Mike Funk · 13 years ago
  24. cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
  25. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  26. df59c68 Email class: adjust documentation and make the code backward compatible by Matteo Mattei · 13 years ago
  27. 5a98a3d Email class: move string_attach() to attach() and add documentation by Matteo Mattei · 13 years ago
  28. c2acb23 Fix comment typo in Form_validation.php by tiyowan · 13 years ago
  29. 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
  30. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  31. 5688d58 Add support for buffer string email attachment. by Matteo Mattei · 13 years ago
  32. 6b535f5 Fix some spaces and alignments in the new Wincache driver by Andrey Andreev · 13 years ago
  33. 93dfe41 Merge pull request #1174 from tiyowan/remove-defines by Andrey Andreev · 13 years ago
  34. 09aefde Merge pull request #1095 from colonelchlorine/develop by Phil Sturgeon · 13 years ago
  35. 5b9fd2d Replace function_exists() checks with MB_ENABLED constant by tiyowan · 13 years ago
  36. 8029532 Just some cleanup in the Table class by Andrey Andreev · 13 years ago
  37. 21e7a3b merged latest develop branch. by Mike Funk · 13 years ago
  38. 5fbaf27 Changed space to tab in docblock. by Mike Funk · 13 years ago
  39. 994105c merged with latest develop. by Mike Funk · 13 years ago
  40. 6b4deae Merge pull request #1079 from mikedfunk/feature/form_val_config by Andrey Andreev · 13 years ago
  41. 306f56c Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/all_flashdata by Mike Funk · 13 years ago
  42. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  43. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  44. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  45. 98626f1 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into feature/form_val_config by Mike Funk · 13 years ago
  46. 7f42d06 moved delimiter assigning to constructor, removed extra function. by Mike Funk · 13 years ago
  47. fd15423 Fixed bug with rules not being passed to _config_delimiters or back into $this->_config_rules. by Mike Funk · 13 years ago
  48. 3b2c508 Fix issue #501 by Andrey Andreev · 13 years ago
  49. 9fcb2ad merged latest develop branch, fixed changelog conflict. by Mike Funk · 13 years ago
  50. 1909b5b merged from develop, fixed conflict in user guide. by Mike Funk · 13 years ago
  51. 8f7db7b updated and merged user guide with develop branch. by Mike Funk · 13 years ago
  52. afca1f0 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  53. 883f80f Removed reset_validation() method from run() method by JonoB · 13 years ago
  54. 6b83123 Fixed a bug in CI_Session::_unserialize() by Andrey Andreev · 13 years ago
  55. 2baae20 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by John Crepezzi · 13 years ago
  56. c8da4fe Fix indentation for changes from pull #1121 by Andrey Andreev · 13 years ago
  57. 099c478 Allow users to specify an array for validation, instead of alway using the $_POST array by JonoB · 13 years ago
  58. 790eb70 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  59. 76988e6 Merged conflicts. by Phil Sturgeon · 13 years ago
  60. 010f1f4 Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used for the detection. by tubalmartin · 13 years ago
  61. 100934c Updated tabs, reinserted license, and fixed logic on get() by Mike Davies · 13 years ago
  62. 75b2c7f Merge pull request #1107 from diogoosorio/develop by Andrey Andreev · 13 years ago
  63. 593f798 Made the code more readable, updated the changelog. by Diogo Osório · 13 years ago
  64. 7fcc7bd #1080 - Check if the SMTP connection and authentication were successfull. by Diogo Osório · 13 years ago
  65. f142192 Limit db session select to single row by Timothy Warren · 13 years ago
  66. 676a0dd updated error_array #565 by Michiel Vugteveen · 13 years ago
  67. 963386b Fix issue #803 (Profiler library didn't handle objects properly) by Andrey Andreev · 13 years ago
  68. 6ca407e Fix issue #153 (E_NOTICE generated by getimagesize()) by Andrey Andreev · 13 years ago
  69. 59c5b53 Some other minor improvements to the Email library by Andrey Andreev · 13 years ago
  70. 76f15c9 Switch ANDs to &&, || to OR in the Email class by Andrey Andreev · 13 years ago
  71. 081c946 Remove access lines and fix method description blocks in the Email class by Andrey Andreev · 13 years ago
  72. 5081409 Switch private properties in the Email class to protected by Andrey Andreev · 13 years ago
  73. 03a5765 Added support for Wincache when running CI on Windows boxes by Mike Davies · 13 years ago
  74. 99f31cd Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip by Andrey Andreev · 13 years ago
  75. 0b5a486 Minor clean-up by Andrey Andreev · 13 years ago
  76. b578326 removed double slash by Michiel Vugteveen · 13 years ago
  77. 6b414d1 Merged in 2.1-stable changes. by Phil Sturgeon · 13 years ago
  78. c91a66c tab separation in docblock. by Mike Funk · 13 years ago
  79. a90b1f2 tab separator in _config_delimiters dockblock. by Mike Funk · 13 years ago
  80. aa20f5b using tabs as @item seperators in docblocks. by Mike Funk · 13 years ago
  81. 9af3337 fixed some mismatched brackets. by Mike Funk · 13 years ago
  82. 1ccdb9a changed _config_delimiters() to protected. by Mike Funk · 13 years ago
  83. 0adff1b Replace AND with && by Andrey Andreev · 13 years ago
  84. 46ac881 Fix issue #177 by Andrey Andreev · 13 years ago
  85. 326a5e7 added config process method checking for delimiter values, updated changelog and user guide. by Mike Funk · 13 years ago
  86. 46e3a9a added config check, changelog entry, and user guide update. by Mike Funk · 13 years ago
  87. c15e17c added all_flashdata function to Session.php by Mike Funk · 13 years ago
  88. 287dd45 Fixed issue #960 by Marcos Garcia · 13 years ago
  89. 6e09f23 Lowered the file permissions for file caches. by Yorick Peterse · 13 years ago
  90. c193166 Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than to less_than_equal_to by Nick Busey · 13 years ago
  91. 6c308b7 Fix some comment blocks by Andrey Andreev · 13 years ago
  92. 69ff798 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  93. 98c347d Adding equal to greater than, equal to less than form validators. by Nick Busey · 13 years ago
  94. 7ff563d Merge upstream by Andrey Andreev · 13 years ago
  95. 247e122 Merge remote-tracking branch 'upstream/develop' into develop-image-lib by Andrey Andreev · 13 years ago
  96. 99015bc Merge pull request #842 from narfbg/develop-encrypt by Phil Sturgeon · 13 years ago
  97. f863a02 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  98. 1841e6b Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  99. a3d19c4 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  100. ed65313 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago