1. eccde13 exact length passed as string needs to be casted to int by Michiel Vugteveen · 13 years ago
  2. 3dad2e7 Replace strncmp() usage with strpos() by Andrey Andreev · 13 years ago
  3. d163e0b Polish changes from pull #1233 - Session class already has the time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text by Andrey Andreev · 13 years ago
  4. 35d6b35 Merge pull request #1223 from Razican/new_date by Andrey Andreev · 13 years ago
  5. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  6. 6a56d50 Modified Form Validation class's set_rules() so it can now handle an array of rules, instead of just a string by Kevin Wood-Friend · 13 years ago
  7. f696c1f Fix issue #1202 by Andrey Andreev · 13 years ago
  8. 5a1e5e3 Add support for the anchor 'rel' attribute in the Pagination library by Andrey Andreev · 13 years ago
  9. 7eb7ebf Switch protected properties in Pagination class to public and fix 2 issues from d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  10. c9195a7 Add changelog for pull #1017 by Andrey Andreev · 13 years ago
  11. 187742c Merge pull request #1017 from burakerdem/patch-1 by Andrey Andreev · 13 years ago
  12. ba26176 Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) by Andrey Andreev · 13 years ago
  13. 0ee287e fixes by Michiel Vugteveen · 13 years ago
  14. 46a0429 fixes by Michiel Vugteveen · 13 years ago
  15. 3a7fb04 tab fixes by Michiel Vugteveen · 13 years ago
  16. dca9f23 get upload data with index key by Michiel Vugteveen · 13 years ago
  17. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  18. 9e674f7 Cleanup the new Redis cache driver and add a changelog entry for it by Andrey Andreev · 13 years ago
  19. ba9350f Merge pull request #948 from mptre/develop by Andrey Andreev · 13 years ago
  20. 5ccf5ce Fixed according to feedback. by Anton Lindqvist · 13 years ago
  21. 94c6b1f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  22. bb2da6f Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class by Joffrey Jaffeux · 13 years ago
  23. ba7f50b replace get_config by config_item by Joffrey Jaffeux · 13 years ago
  24. d09ff35 Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix by Andrey Andreev · 13 years ago
  25. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  26. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  27. 61fb9c1 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_1374 by Cory · 13 years ago
  28. 6683c3c Merge pull request #1415 from mickeywu/develop by Andrey Andreev · 13 years ago
  29. cbe905e Fixing extra td; Issue #1374 by Cory · 13 years ago
  30. 6ef498b Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 by Andrey Andreev · 13 years ago
  31. 8fe766d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  32. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  33. 3fa2b61 Merge pull request #1403 from cryode/bug/cache_backup by Phil Sturgeon · 13 years ago
  34. 005dd43 Merge pull request #1420 from IT-Can/fix-issue-1419 by Andrey Andreev · 13 years ago
  35. 79eca3d Fix issue #1423 by Andrey Andreev · 13 years ago
  36. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  37. b14f228 remove static by Michiel Vugteveen · 13 years ago
  38. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  39. bfc1cad Made set_header() public in Email library and updated documentation. by Mickey Wu · 13 years ago
  40. bf50a3b Fix issue where cache backup is ignored on first call. by Eric Roberts · 13 years ago
  41. 470805b Fix issues #44 & #110 by Andrey Andreev · 13 years ago
  42. 13a9bf4 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  43. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  44. 7d3399e Merge pull request #1320 from thallisphp/patch-2 by Phil Sturgeon · 13 years ago
  45. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  46. fff6c2a Improve the solution for issue #1342 by Andrey Andreev · 13 years ago
  47. 46d53fb Fix issue #1349 by Andrey Andreev · 13 years ago
  48. ca7d822 User_agent library improvements by Andrey Andreev · 13 years ago
  49. cdcceec Fix issue #1342 by Andrey Andreev · 13 years ago
  50. d348135 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Wes Baker · 13 years ago
  51. bb2c83b Added a return false if an image doesn't pass XSS cleaning to prevent file_get_contents from returning a NULL and passing through unscathed. by Wes Baker · 13 years ago
  52. 4c316b6 unset userdata by Michiel Vugteveen · 13 years ago
  53. f074dff Update system/libraries/Cart.php - To enable integrity when using associative arrays by ThallisPHP · 13 years ago
  54. 87a4b54 Merge pull request #1312 from petsagouris/fix-xmlrpc-typos by Andrey Andreev · 13 years ago
  55. 41d31cc Merge pull request #1313 from petsagouris/fix-form-validation-typo by Andrey Andreev · 13 years ago
  56. 306b378 Fixing some typos in the xmlrpc class. Also, fputs is an alias for fwrite. by George Petsagourakis · 13 years ago
  57. 2d51c08 Fixing some typos. by George Petsagourakis · 13 years ago
  58. 1a3885b Fix pagination anchor_class with multiple initializations by Andrey Andreev · 13 years ago
  59. 1eb1803 Merge pull request #1285 from Kosmin/patch-1 by Andrey Andreev · 13 years ago
  60. 3259e98 Update system/libraries/Javascript.php by Cosmin Atanasiu · 13 years ago
  61. 0b10a8c Update system/libraries/Javascript.php by Cosmin Atanasiu · 13 years ago
  62. a5918eb Update system/libraries/Javascript.php by Cosmin Atanasiu · 13 years ago
  63. 68f0981 Fix calendar and session libraries by Timothy Warren · 13 years ago
  64. 86611db Fixed Cart, Migration, Parser and Zip libraries by Timothy Warren · 13 years ago
  65. b82bc3a Fix Cache, Image_lib and Log libraries by Timothy Warren · 13 years ago
  66. b8e6285 Fix Config.php and partially fix Image_lib.php by Timothy Warren · 13 years ago
  67. 3182a76 Fix Table library docblocks by Timothy Warren · 13 years ago
  68. 042766b Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into library-cleanup by Timothy Warren · 13 years ago
  69. 6581cac Added missing commas. by Anton Lindqvist · 13 years ago
  70. 3093042 Align and sort valid cache drivers. by Anton Lindqvist · 13 years ago
  71. 92f10e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  72. fc90a7b Update system/libraries/Javascript.php by Cosmin Atanasiu · 13 years ago
  73. 210e664 Added redis auth support. by Anton Lindqvist · 13 years ago
  74. 0688ac9 Start comment cleanup of libraries by Timothy Warren · 13 years ago
  75. d3c9447 Adding in .ics MIME type for calendar invites. by Kevin King · 13 years ago
  76. 9664cc9 Update system/libraries/Zip.php by Tobias Tschech · 13 years ago
  77. c8175be Added Windows path compatibility to function read_dir by tschechniker · 13 years ago
  78. c870983 Replace old comments with proper docblocks in Xmlrpc.php by Andrey Andreev · 13 years ago
  79. d753afc Another form_validation fix by Andrey Andreev · 13 years ago
  80. cec2ba5 Fix some stuff broken during repo sync by Andrey Andreev · 13 years ago
  81. 320d37c Merge upstream branch by Andrey Andreev · 13 years ago
  82. 78f5577 Clean up the Form_validation library by Andrey Andreev · 13 years ago
  83. 38d0e93 Some very minor code style changes and comment fixes by Andrey Andreev · 13 years ago
  84. 2b39d9d Minor cleanup and style changes to the Table library by Andrey Andreev · 13 years ago
  85. 426faa9 Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimizations in the library by Andrey Andreev · 13 years ago
  86. 0d1c0a7 Clean up the Profiler library by Andrey Andreev · 13 years ago
  87. d3bc53d Minor style changes and optimizations to the User_agent library by Andrey Andreev · 13 years ago
  88. 1b81553 Minor cleanup and style fixes in the Unit_test and Image_lib libraries by Andrey Andreev · 13 years ago
  89. 443bbd9 Minor cleanup and style fixes in the Log and Javascript libraries by Andrey Andreev · 13 years ago
  90. 64803dc Merge pull request #1227 from ryanneufeld/develop by Andrey Andreev · 13 years ago
  91. f1bbb17 Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver by Ryan Neufeld · 13 years ago
  92. b3b94bc Merge pull request #1181 from matteomattei/develop by Andrey Andreev · 13 years ago
  93. 8f50b6b Some minor style changes in the XMLRPC class by Andrey Andreev · 13 years ago
  94. 8486e9c Renamed (with an underscore prefix) and switched from private to protected properties in the Driver library by Andrey Andreev · 13 years ago
  95. 8e6f7a9 Remove access description lines and cleanup the Upload library by Andrey Andreev · 13 years ago
  96. 9b1db79 Remove access description lines and cleanup the Migration library by Andrey Andreev · 13 years ago
  97. 796bc95 Remove access description lines and cleanup the Pagination library by Andrey Andreev · 13 years ago
  98. d69082b Remove access description lines and cleanup the Typography library by Andrey Andreev · 13 years ago
  99. 5227837 Remove access description lines and cleanup the Xmlrpcs library by Andrey Andreev · 13 years ago
  100. 6dbabb5 Switch a private property to protected and cleanup the Calendar library by Andrey Andreev · 13 years ago