1. 7e92b73 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  2. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 13 years ago
  3. c587225 Fixed _parent references and several minor bugs by dchill42 · 13 years ago
  4. bdb9999 Some clean-up and style changes by Andrey Andreev · 13 years ago
  5. a87aab3 Only clear if request was successful by Alex Bilbie · 13 years ago
  6. d7bc8d0 New parameter to automatically clear the parameters by Alex Bilbie · 13 years ago
  7. b901e73 After sending an email clear the parameters by Alex Bilbie · 13 years ago
  8. 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 13 years ago
  9. 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 13 years ago
  10. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
  11. afee226 Changed TRUE and FALSE values to be uppercase by Alex Bilbie · 13 years ago
  12. fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
  13. 685cdd7 Add a changelog entry for issue #1605 (pull #1606) and remove some spaces by Andrey Andreev · 13 years ago
  14. 5d50453 fix issue #1605 covert page number type from float to int by Bo-Yi Wu · 13 years ago
  15. a44cf57 Added data-ci-pagination-page="x" to pagination output so JS frameworks can hook on. by Phil Sturgeon · 13 years ago
  16. 3d9cec9 #1558 by Andrey Andreev · 13 years ago
  17. 166c20b Merge pull request #1576 from Dumk0/patch-6 by Phil Sturgeon · 13 years ago
  18. dc128cd added space after (int) by Dumk0 · 13 years ago
  19. 62e6816 improvement for latest migration id calculation by Dumk0 · 13 years ago
  20. 5db4827 Fixed annotation for CI_Migration->find_migrations() method by Dumk0 · 13 years ago
  21. 0121571 Merge pull request #1550 from krynble/develop by Andrey Andreev · 13 years ago
  22. 24063af Fixed code styling by Omar · 13 years ago
  23. c02e7c5 Add changelog entry for pull #1556 by Andrey Andreev · 13 years ago
  24. 09217ce Update xmlrpc coding style by Valentin Sheyretski · 13 years ago
  25. cfcf34e Update develop by Valentin Sheyretski · 13 years ago
  26. 9dee535 Added proxy to XML/RPC client by Valio · 13 years ago
  27. 7a14286 Respect php.ini's values for calculating the probability of a session gc by Christopher Guiney · 13 years ago
  28. bb531d6 Fixing imagemagick maintain ratio not implemented by Omar · 13 years ago
  29. 68b9b82 Allow session garbace collection percentage to be configured. by Christopher Guiney · 13 years ago
  30. 580388b valid_email() to always return boolean by Andrey Andreev · 13 years ago
  31. d37f0e9 Correct variable names by Timothy Warren · 13 years ago
  32. 384b342 Update other email validation methods by Timothy Warren · 13 years ago
  33. acb962e Use ctype_* functions in Form_validation instead of PCRE when possible by Andrey Andreev · 13 years ago
  34. 625c43a Fix a PHPDoc error in FTP Class by vlakoff · 13 years ago
  35. e01db4b Correct solution to #1533 by Andrey Andreev · 13 years ago
  36. 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
  37. 290f004 Fix issue #1533 by Andrey Andreev · 13 years ago
  38. f82b929 Added ['reuse_query_string'] to Pagination. by Phil Sturgeon · 13 years ago
  39. 8d3099d Fix issue #79 by Andrey Andreev · 13 years ago
  40. af6d850 Fixed Migrations and an incorrect strict comparison. by Phil Sturgeon · 13 years ago
  41. 9e5a9b5 Property values aligned into one vertical line by Dumk0 · 13 years ago
  42. 6ac5144 Fix issue #1328 by Andrey Andreev · 13 years ago
  43. 0159ae7 AND -> && by Andrey Andreev · 13 years ago
  44. 88c4727 Pagination: fixed 'rel' attribute handling, added custom attributes support, deprecated 'anchor_class' setting by Andrey Andreev · 13 years ago
  45. 5ad6ba8 Merge pull request #1479 from srtfisher/develop by Phil Sturgeon · 13 years ago
  46. d60e700 Add an option to disable MIME detection in the Upload library (issue #1494) by Andrey Andreev · 13 years ago
  47. 95b2f4f Really important space fix :) by vkeranov · 13 years ago
  48. f51b1fb Fix CI_Calendar::generate() not accepting NULLs (introduced in d261b1e89c3d4d5191036d5a5660ef6764e593a0) by Andrey Andreev · 13 years ago
  49. 0140ddd Fix issue #318 + added a default to the switch() in CI_Output::minify() by Andrey Andreev · 13 years ago
  50. e446ad3 Optimize encode_php_tags() by Andrey Andreev · 13 years ago
  51. ceaf887 some optimizations by Michiel Vugteveen · 13 years ago
  52. 64cfef0 fixed other functions by Michiel Vugteveen · 13 years ago
  53. a8221ad fix by Michiel Vugteveen · 13 years ago
  54. eccde13 exact length passed as string needs to be casted to int by Michiel Vugteveen · 13 years ago
  55. ee11269 A TTL of 0 will keep the cache persistant. by Sean Fisher · 13 years ago
  56. 3dad2e7 Replace strncmp() usage with strpos() by Andrey Andreev · 13 years ago
  57. 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
  58. 35d6b35 Merge pull request #1223 from Razican/new_date by Andrey Andreev · 13 years ago
  59. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  60. 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
  61. f696c1f Fix issue #1202 by Andrey Andreev · 13 years ago
  62. 5a1e5e3 Add support for the anchor 'rel' attribute in the Pagination library by Andrey Andreev · 13 years ago
  63. 7eb7ebf Switch protected properties in Pagination class to public and fix 2 issues from d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  64. c9195a7 Add changelog for pull #1017 by Andrey Andreev · 13 years ago
  65. 187742c Merge pull request #1017 from burakerdem/patch-1 by Andrey Andreev · 13 years ago
  66. ba26176 Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) by Andrey Andreev · 13 years ago
  67. 0ee287e fixes by Michiel Vugteveen · 13 years ago
  68. 46a0429 fixes by Michiel Vugteveen · 13 years ago
  69. 3a7fb04 tab fixes by Michiel Vugteveen · 13 years ago
  70. dca9f23 get upload data with index key by Michiel Vugteveen · 13 years ago
  71. 5a25718 Merge branch 2.1-stable into develop by Andrey Andreev · 13 years ago
  72. 9e674f7 Cleanup the new Redis cache driver and add a changelog entry for it by Andrey Andreev · 13 years ago
  73. ba9350f Merge pull request #948 from mptre/develop by Andrey Andreev · 13 years ago
  74. 5ccf5ce Fixed according to feedback. by Anton Lindqvist · 13 years ago
  75. 94c6b1f Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Anton Lindqvist · 13 years ago
  76. bb2da6f Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class by Joffrey Jaffeux · 13 years ago
  77. ba7f50b replace get_config by config_item by Joffrey Jaffeux · 13 years ago
  78. d09ff35 Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix by Andrey Andreev · 13 years ago
  79. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  80. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  81. 61fb9c1 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_1374 by Cory · 13 years ago
  82. 6683c3c Merge pull request #1415 from mickeywu/develop by Andrey Andreev · 13 years ago
  83. cbe905e Fixing extra td; Issue #1374 by Cory · 13 years ago
  84. 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
  85. 8fe766d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  86. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  87. 3fa2b61 Merge pull request #1403 from cryode/bug/cache_backup by Phil Sturgeon · 13 years ago
  88. 005dd43 Merge pull request #1420 from IT-Can/fix-issue-1419 by Andrey Andreev · 13 years ago
  89. 79eca3d Fix issue #1423 by Andrey Andreev · 13 years ago
  90. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  91. b14f228 remove static by Michiel Vugteveen · 13 years ago
  92. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  93. bfc1cad Made set_header() public in Email library and updated documentation. by Mickey Wu · 13 years ago
  94. bf50a3b Fix issue where cache backup is ignored on first call. by Eric Roberts · 13 years ago
  95. 470805b Fix issues #44 & #110 by Andrey Andreev · 13 years ago
  96. 13a9bf4 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  97. 55a6ddb Input, Session and Cookie get's will return NULL. by Phil Sturgeon · 13 years ago
  98. 7d3399e Merge pull request #1320 from thallisphp/patch-2 by Phil Sturgeon · 13 years ago
  99. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  100. fff6c2a Improve the solution for issue #1342 by Andrey Andreev · 13 years ago