1. 8d6e0c5 Added a contributing file to appear in pull requests and issues by Alex Bilbie · 12 years ago
  2. a434f90 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/develop by Alex Bilbie · 12 years ago
  3. 935d42f Ignore composer vendor directory by Alex Bilbie · 12 years ago
  4. c2300c8 Merge pull request #1783 from vlakoff/develop by Andrey Andreev · 12 years ago
  5. 035f499 Changelog: add entry for the change in "auto" method of redirect() by vlakoff · 12 years ago
  6. 530b946 redirect() documentation: add a note for IIS users by vlakoff · 12 years ago
  7. 4c81b72 Merge pull request #1806 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  8. 239e0e5 Better method for getting Output cache file embedded timestamp by vlakoff · 12 years ago
  9. b16dd29 Minor change in Output cache file check by vlakoff · 12 years ago
  10. 4a853e2 Merge pull request #1801 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  11. 5f733c4 Update reserved names documentation by vlakoff · 12 years ago
  12. cd0b93b Merge pull request #1794 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  13. a82e6a6 Merge pull request #1796 from toopay/test-suite by Andrey Andreev · 12 years ago
  14. 431afae Set code-coverage limit scope by Taufan Aditya · 12 years ago
  15. 8280885 directory_map() was skipping files and directories named "0" by vlakoff · 12 years ago
  16. 88e3857 Updated .travis.yml with new services param by Alex Bilbie · 12 years ago
  17. e316284 Minor adjustments by Andrey Andreev · 12 years ago
  18. aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
  19. f7e23b3 Removed the   from the default config variables in the pagination class. Fixes #187 and #208 by Alex Bilbie · 12 years ago
  20. 38cb0df Merge pull request #1720 from appleboy/doc by Alex Bilbie · 12 years ago
  21. 68b82e7 Merge pull request #1776 from eweap/db-display-error by Andrey Andreev · 12 years ago
  22. cbc768d Merge pull request #1760 from vlakoff/develop-2 by Alex Bilbie · 12 years ago
  23. 747a326 Check for "Loader" in $call['class'] instead of $call['file'] by Jonathan Bonnefoy · 12 years ago
  24. 4455810 Database display error supporting "Loader.php" and "MY_Loader.php" by Jonathan Bonnefoy · 12 years ago
  25. 3f3f135 Misc. style changes by Andrey Andreev · 12 years ago
  26. 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
  27. c8aa98f Merge pull request #1770 from dchill42/session by Alex Bilbie · 12 years ago
  28. 31d38f2 Merge pull request #1771 from pickupman/user_guide-migrations by Andrey Andreev · 12 years ago
  29. 2673539 Merge pull request #1750 from vlakoff/develop by Andrey Andreev · 12 years ago
  30. 62a5ee3 More complicated but faster method by vlakoff · 12 years ago
  31. 596e48d Add documation to user guide for Migrations class by Joe McFrederick · 12 years ago
  32. cd436e9 That doesn't go there. Put cache fix around correct query. by dchill42 · 12 years ago
  33. 97b0d83 Fixed issues #1756 and #1711 by dchill42 · 12 years ago
  34. ffeaf80 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/develop by Alex Bilbie · 12 years ago
  35. 5e97108 Added Calendar library unit test by Alex Bilbie · 12 years ago
  36. e775b86 Merge pull request #1764 from WDC/patch-2 by Alex Bilbie · 12 years ago
  37. 32c3e99 Merge pull request #1763 from pickupman/bugfix-form_validation-is_unique by Alex Bilbie · 12 years ago
  38. 88dabf1 Update application/config/constants.php by D. Marshall Lemcoe Jr. · 12 years ago
  39. 7c70d10 Fix #1741 is_unique duplicated in documentation for Form_validation by pickupman · 12 years ago
  40. 5f385d0 Slightly robuster test by vlakoff · 12 years ago
  41. 4e80d80 Merge pull request #1727 from pickupman/bugfix-loader-view_file by Alex Bilbie · 12 years ago
  42. c557083 Merge pull request #1728 from pickupman/bugfix-captcha_helper by Alex Bilbie · 12 years ago
  43. 9c0738b Merge pull request #1753 from vlakoff/lang by Alex Bilbie · 12 years ago
  44. 59d4990 A few forgotten double quotes in language strings by vlakoff · 12 years ago
  45. cdbcbfc Simplification in Text Helper's character_limiter() by vlakoff · 12 years ago
  46. f3fddf6 fix issue #1719 and update ip address length on captcha helper by Bo-Yi Wu · 12 years ago
  47. b7c5444 Merge pull request #1732 from IT-Can/mysql-compression by Alex Bilbie · 12 years ago
  48. 20ff766 Merge pull request #1749 from dchill42/sess_config by Phil Sturgeon · 12 years ago
  49. f8f36db Added autoload drivers config, added Session and Loader changes to changelog, added Session config items to upgrade guide by dchill42 · 12 years ago
  50. ac740ab Added session driver config items by dchill42 · 12 years ago
  51. ff1c125 Merge branch 'refs/heads/alexbilbie/develop' into codeigniter/develop by Alex Bilbie · 12 years ago
  52. 3104e3f Added PHPUnit to the development requirements of composer.json by Alex Bilbie · 12 years ago
  53. 096b894 Finished the final tests (except do_upload) by Alex Bilbie · 12 years ago
  54. ba1fbfb Added initial upload library tests by Alex Bilbie · 12 years ago
  55. 0c88690 Added lang mock and upload mock by Alex Bilbie · 12 years ago
  56. 1e40c21 Merge pull request #353 from dchill42/session by Phil Sturgeon · 12 years ago
  57. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  58. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  59. 08c8304 Minor session test improvements by dchill42 · 12 years ago
  60. 0fc3be5 Fixed multi-driver load return and last-ditch library subdirectory retry object names by dchill42 · 12 years ago
  61. 62ece33 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  62. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  63. 2d5c209 Merge branch 'feature/js-userguide-search' into develop by Derek Jones · 12 years ago
  64. 6a9b85e Merge pull request #1733 from IT-Can/word-mime-fix by Alex Bilbie · 12 years ago
  65. a819580 docx mimetype added by Michiel Vugteveen · 12 years ago
  66. 9819cba changelog fix by Michiel Vugteveen · 12 years ago
  67. cdb481b driver fix + userguide + changelog by Michiel Vugteveen · 12 years ago
  68. 329834e Switching to Sphinx's built in JavaScript search by Derek Jones · 12 years ago
  69. 87687e1 fixed RST indentation error in 3.0.0 upgrade instructions code sample by Derek Jones · 12 years ago
  70. 0afe5d9 Fixing code sample styling and footer link by Derek Jones · 12 years ago
  71. 49f7b72 mysql driver updated by Michiel Vugteveen · 12 years ago
  72. c27721f compression test by Michiel Vugteveen · 12 years ago
  73. 0b1d56f database added config option by Michiel Vugteveen · 12 years ago
  74. 07cdcf8 Fixes issue #1678 by pickupman · 12 years ago
  75. 0f8a793 Merging heads by pickupman · 12 years ago
  76. 64f470b Fix bug #1000 by Joe McFrederick · 12 years ago
  77. 58854c3 Merge pull request #1714 from ollierattue/develop by Andrey Andreev · 12 years ago
  78. c2d3bcf Merge pull request #1698 from cryode/develop by Andrey Andreev · 12 years ago
  79. c58c782 Remove change log entry for Bug fix #1695 by Eric Roberts · 12 years ago
  80. 4935425 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  81. 8b4869a Removed invalid 'application/vnd.ms-excel [official]' mime type from xls by Ollie Rattue · 12 years ago
  82. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  83. 6701823 Add changelog entry for pull #1601 by Andrey Andreev · 12 years ago
  84. b5ecafe Working mime types for xls and xlsx file extensions by Ollie Rattue · 12 years ago
  85. 327e5c9 Merge pull request #1707 from IT-Can/fix-issue-1706 by Alex Bilbie · 12 years ago
  86. 28ff292 fix issue 1706 by Michiel Vugteveen · 12 years ago
  87. b3816b7 Minor doc fixes by dchill42 · 12 years ago
  88. 19d0f56 Bug fix #1695 - change Nintendo mobile user agents to be more specific. by Eric Roberts · 12 years ago
  89. 3169f26 Updated Loader and Session documentation by dchill42 · 12 years ago
  90. 0e88408 Updated comments about default driver by dchill42 · 12 years ago
  91. 5628ba0 Relocated driver base class inclusion so drivers can be loaded with library() by dchill42 · 12 years ago
  92. f79afb5 Added session_id to userdata and applied sess_time_to_update by dchill42 · 12 years ago
  93. 17636e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  94. 6c94c2d Merge pull request #1601 from rwillert/patch-1 by Phil Sturgeon · 12 years ago
  95. 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
  96. 4153c92 Coding standard cleanup and added userdata resync on sess_regenerate() by dchill42 · 12 years ago
  97. 7e92b73 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  98. 5748600 Added Session driver library unit tests and added driver library autoloading to test framework by dchill42 · 12 years ago
  99. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
  100. 3a2d573 Added upgrade note about the breaking change in the email library. Problem noticed in #1671 by Alex Bilbie · 12 years ago