1. 226e704 Merge pull request #1847 from daniel-honestempire/develop by Andrey Andreev · 12 years ago
  2. 13be557 Fix escape_like_str() tests by Andrey Andreev · 12 years ago
  3. 2ea33c3 Fix issue #1789 by Andrey Andreev · 12 years ago
  4. 824b4f2 Updated changelog to include changes to the Encryption library by Daniel Morris · 12 years ago
  5. ada7775 Removed redundant parenthesis around `in_array()` by Daniel Morris · 12 years ago
  6. a9923f5 Support for hashing algorithms other than SHA1 and MD5 by Daniel Morris · 12 years ago
  7. 7bd1690 Added .dot and .dotx mimes. Fixes #1803 by Alex Bilbie · 12 years ago
  8. 50f7834 Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828 by Alex Bilbie · 12 years ago
  9. 5ff5a3f Merge pull request #1821 from Kristories/patch-1 by Andrey Andreev · 12 years ago
  10. a5e329f Update user_guide_src/source/libraries/loader.rst by W. Kristianto · 12 years ago
  11. 3596558 Merge pull request #1820 from appleboy/pagination by Alex Bilbie · 12 years ago
  12. 8f72bdc Merge pull request #1819 from appleboy/document by Alex Bilbie · 12 years ago
  13. 6b4e362 Fixed #1817 Pagination class error by Bo-Yi Wu · 12 years ago
  14. 65bdaf5 Fixed pagination document error. by Bo-Yi Wu · 12 years ago
  15. 4cfde87 Merge pull request #1816 from progmedia/develop by Andrey Andreev · 12 years ago
  16. 14c9331 Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy by Adam McCann · 12 years ago
  17. 628c77c Changed the contributing file to a markdown document as Github doesn't support rendering contributing file as rst by Alex Bilbie · 12 years ago
  18. 8d6e0c5 Added a contributing file to appear in pull requests and issues by Alex Bilbie · 12 years ago
  19. a434f90 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/develop by Alex Bilbie · 12 years ago
  20. 935d42f Ignore composer vendor directory by Alex Bilbie · 12 years ago
  21. c2300c8 Merge pull request #1783 from vlakoff/develop by Andrey Andreev · 12 years ago
  22. 035f499 Changelog: add entry for the change in "auto" method of redirect() by vlakoff · 12 years ago
  23. 530b946 redirect() documentation: add a note for IIS users by vlakoff · 12 years ago
  24. 4c81b72 Merge pull request #1806 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  25. 239e0e5 Better method for getting Output cache file embedded timestamp by vlakoff · 12 years ago
  26. b16dd29 Minor change in Output cache file check by vlakoff · 12 years ago
  27. 4a853e2 Merge pull request #1801 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  28. 5f733c4 Update reserved names documentation by vlakoff · 12 years ago
  29. cd0b93b Merge pull request #1794 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  30. a82e6a6 Merge pull request #1796 from toopay/test-suite by Andrey Andreev · 12 years ago
  31. 431afae Set code-coverage limit scope by Taufan Aditya · 12 years ago
  32. 8280885 directory_map() was skipping files and directories named "0" by vlakoff · 12 years ago
  33. 88e3857 Updated .travis.yml with new services param by Alex Bilbie · 12 years ago
  34. e316284 Minor adjustments by Andrey Andreev · 12 years ago
  35. aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
  36. f7e23b3 Removed the   from the default config variables in the pagination class. Fixes #187 and #208 by Alex Bilbie · 12 years ago
  37. 38cb0df Merge pull request #1720 from appleboy/doc by Alex Bilbie · 12 years ago
  38. 68b82e7 Merge pull request #1776 from eweap/db-display-error by Andrey Andreev · 12 years ago
  39. cbc768d Merge pull request #1760 from vlakoff/develop-2 by Alex Bilbie · 12 years ago
  40. 747a326 Check for "Loader" in $call['class'] instead of $call['file'] by Jonathan Bonnefoy · 12 years ago
  41. 4455810 Database display error supporting "Loader.php" and "MY_Loader.php" by Jonathan Bonnefoy · 12 years ago
  42. 3f3f135 Misc. style changes by Andrey Andreev · 12 years ago
  43. 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
  44. c8aa98f Merge pull request #1770 from dchill42/session by Alex Bilbie · 12 years ago
  45. 31d38f2 Merge pull request #1771 from pickupman/user_guide-migrations by Andrey Andreev · 12 years ago
  46. 2673539 Merge pull request #1750 from vlakoff/develop by Andrey Andreev · 12 years ago
  47. 62a5ee3 More complicated but faster method by vlakoff · 12 years ago
  48. 596e48d Add documation to user guide for Migrations class by Joe McFrederick · 12 years ago
  49. cd436e9 That doesn't go there. Put cache fix around correct query. by dchill42 · 12 years ago
  50. 97b0d83 Fixed issues #1756 and #1711 by dchill42 · 12 years ago
  51. ffeaf80 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/develop by Alex Bilbie · 12 years ago
  52. 5e97108 Added Calendar library unit test by Alex Bilbie · 12 years ago
  53. e775b86 Merge pull request #1764 from WDC/patch-2 by Alex Bilbie · 12 years ago
  54. 32c3e99 Merge pull request #1763 from pickupman/bugfix-form_validation-is_unique by Alex Bilbie · 12 years ago
  55. 88dabf1 Update application/config/constants.php by D. Marshall Lemcoe Jr. · 12 years ago
  56. 7c70d10 Fix #1741 is_unique duplicated in documentation for Form_validation by pickupman · 12 years ago
  57. 5f385d0 Slightly robuster test by vlakoff · 12 years ago
  58. 4e80d80 Merge pull request #1727 from pickupman/bugfix-loader-view_file by Alex Bilbie · 12 years ago
  59. c557083 Merge pull request #1728 from pickupman/bugfix-captcha_helper by Alex Bilbie · 12 years ago
  60. 9c0738b Merge pull request #1753 from vlakoff/lang by Alex Bilbie · 12 years ago
  61. 59d4990 A few forgotten double quotes in language strings by vlakoff · 12 years ago
  62. cdbcbfc Simplification in Text Helper's character_limiter() by vlakoff · 12 years ago
  63. f3fddf6 fix issue #1719 and update ip address length on captcha helper by Bo-Yi Wu · 12 years ago
  64. b7c5444 Merge pull request #1732 from IT-Can/mysql-compression by Alex Bilbie · 12 years ago
  65. 20ff766 Merge pull request #1749 from dchill42/sess_config by Phil Sturgeon · 12 years ago
  66. f8f36db Added autoload drivers config, added Session and Loader changes to changelog, added Session config items to upgrade guide by dchill42 · 12 years ago
  67. ac740ab Added session driver config items by dchill42 · 12 years ago
  68. ff1c125 Merge branch 'refs/heads/alexbilbie/develop' into codeigniter/develop by Alex Bilbie · 12 years ago
  69. 3104e3f Added PHPUnit to the development requirements of composer.json by Alex Bilbie · 12 years ago
  70. 096b894 Finished the final tests (except do_upload) by Alex Bilbie · 12 years ago
  71. ba1fbfb Added initial upload library tests by Alex Bilbie · 12 years ago
  72. 0c88690 Added lang mock and upload mock by Alex Bilbie · 12 years ago
  73. 1e40c21 Merge pull request #353 from dchill42/session by Phil Sturgeon · 12 years ago
  74. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  75. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  76. 08c8304 Minor session test improvements by dchill42 · 12 years ago
  77. 0fc3be5 Fixed multi-driver load return and last-ditch library subdirectory retry object names by dchill42 · 12 years ago
  78. 62ece33 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  79. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  80. 2d5c209 Merge branch 'feature/js-userguide-search' into develop by Derek Jones · 12 years ago
  81. 6a9b85e Merge pull request #1733 from IT-Can/word-mime-fix by Alex Bilbie · 12 years ago
  82. a819580 docx mimetype added by Michiel Vugteveen · 12 years ago
  83. 9819cba changelog fix by Michiel Vugteveen · 12 years ago
  84. cdb481b driver fix + userguide + changelog by Michiel Vugteveen · 12 years ago
  85. 329834e Switching to Sphinx's built in JavaScript search by Derek Jones · 12 years ago
  86. 87687e1 fixed RST indentation error in 3.0.0 upgrade instructions code sample by Derek Jones · 12 years ago
  87. 0afe5d9 Fixing code sample styling and footer link by Derek Jones · 12 years ago
  88. 49f7b72 mysql driver updated by Michiel Vugteveen · 12 years ago
  89. c27721f compression test by Michiel Vugteveen · 12 years ago
  90. 0b1d56f database added config option by Michiel Vugteveen · 12 years ago
  91. 07cdcf8 Fixes issue #1678 by pickupman · 12 years ago
  92. 0f8a793 Merging heads by pickupman · 12 years ago
  93. 64f470b Fix bug #1000 by Joe McFrederick · 12 years ago
  94. 58854c3 Merge pull request #1714 from ollierattue/develop by Andrey Andreev · 12 years ago
  95. c2d3bcf Merge pull request #1698 from cryode/develop by Andrey Andreev · 12 years ago
  96. c58c782 Remove change log entry for Bug fix #1695 by Eric Roberts · 12 years ago
  97. 4935425 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  98. 8b4869a Removed invalid 'application/vnd.ms-excel [official]' mime type from xls by Ollie Rattue · 12 years ago
  99. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  100. 6701823 Add changelog entry for pull #1601 by Andrey Andreev · 12 years ago