1. 3104e3f Added PHPUnit to the development requirements of composer.json by Alex Bilbie · 12 years ago
  2. 1e40c21 Merge pull request #353 from dchill42/session by Phil Sturgeon · 12 years ago
  3. 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
  4. 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
  5. 08c8304 Minor session test improvements by dchill42 · 12 years ago
  6. 0fc3be5 Fixed multi-driver load return and last-ditch library subdirectory retry object names by dchill42 · 12 years ago
  7. 62ece33 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  8. aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
  9. 2d5c209 Merge branch 'feature/js-userguide-search' into develop by Derek Jones · 12 years ago
  10. 6a9b85e Merge pull request #1733 from IT-Can/word-mime-fix by Alex Bilbie · 12 years ago
  11. a819580 docx mimetype added by Michiel Vugteveen · 12 years ago
  12. 329834e Switching to Sphinx's built in JavaScript search by Derek Jones · 12 years ago
  13. 87687e1 fixed RST indentation error in 3.0.0 upgrade instructions code sample by Derek Jones · 12 years ago
  14. 0afe5d9 Fixing code sample styling and footer link by Derek Jones · 12 years ago
  15. 58854c3 Merge pull request #1714 from ollierattue/develop by Andrey Andreev · 12 years ago
  16. c2d3bcf Merge pull request #1698 from cryode/develop by Andrey Andreev · 12 years ago
  17. c58c782 Remove change log entry for Bug fix #1695 by Eric Roberts · 12 years ago
  18. 4935425 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  19. 8b4869a Removed invalid 'application/vnd.ms-excel [official]' mime type from xls by Ollie Rattue · 12 years ago
  20. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  21. 6701823 Add changelog entry for pull #1601 by Andrey Andreev · 12 years ago
  22. b5ecafe Working mime types for xls and xlsx file extensions by Ollie Rattue · 12 years ago
  23. 327e5c9 Merge pull request #1707 from IT-Can/fix-issue-1706 by Alex Bilbie · 12 years ago
  24. 28ff292 fix issue 1706 by Michiel Vugteveen · 12 years ago
  25. b3816b7 Minor doc fixes by dchill42 · 12 years ago
  26. 19d0f56 Bug fix #1695 - change Nintendo mobile user agents to be more specific. by Eric Roberts · 12 years ago
  27. 3169f26 Updated Loader and Session documentation by dchill42 · 12 years ago
  28. 0e88408 Updated comments about default driver by dchill42 · 12 years ago
  29. 5628ba0 Relocated driver base class inclusion so drivers can be loaded with library() by dchill42 · 12 years ago
  30. f79afb5 Added session_id to userdata and applied sess_time_to_update by dchill42 · 12 years ago
  31. 17636e8 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  32. 6c94c2d Merge pull request #1601 from rwillert/patch-1 by Phil Sturgeon · 12 years ago
  33. 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
  34. 4153c92 Coding standard cleanup and added userdata resync on sess_regenerate() by dchill42 · 12 years ago
  35. 7e92b73 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  36. 5748600 Added Session driver library unit tests and added driver library autoloading to test framework by dchill42 · 12 years ago
  37. b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
  38. 3a2d573 Added upgrade note about the breaking change in the email library. Problem noticed in #1671 by Alex Bilbie · 12 years ago
  39. c587225 Fixed _parent references and several minor bugs by dchill42 · 12 years ago
  40. bdb9999 Some clean-up and style changes by Andrey Andreev · 12 years ago
  41. 4df0be8 Merge pull request #1672 from alexbilbie/alexbilbie-email-clear by Eric Barnes · 12 years ago
  42. 5f441ea Updated changelog by Alex Bilbie · 12 years ago
  43. a473d80 Updated email library documentation by Alex Bilbie · 12 years ago
  44. a87aab3 Only clear if request was successful by Alex Bilbie · 12 years ago
  45. d7bc8d0 New parameter to automatically clear the parameters by Alex Bilbie · 12 years ago
  46. b901e73 After sending an email clear the parameters by Alex Bilbie · 12 years ago
  47. b92c44b Merge pull request #1670 from CaSoft/develop by Andrey Andreev · 12 years ago
  48. b01b4f5 Merge pull request #1669 from EllisLab/feature/stringify_attributes by Eric Barnes · 12 years ago
  49. 45870a8 Merge branch 'develop' of github.com:CaSoft/CodeIgniter into develop by InFog · 12 years ago
  50. 00b3df4 Added documentation for mailto function. by InFog · 12 years ago
  51. 220aa6a Added documentation for mail_to function. by InFog · 12 years ago
  52. 49d2f30 Fixed messed up welcome controller. by Eric Barnes · 12 years ago
  53. 6d953a8 Merge pull request #1668 from ShadesOfLight/feature/stringify_attributes by Eric Barnes · 12 years ago
  54. 3211ede Refactored _stringify_attributes in system/core/Common.php by Chad Furman · 12 years ago
  55. a1abada refactored (crunched down) _stringify_attributes by Chad Furman · 12 years ago
  56. 19204f9 Refactored _stringify_attributes function by Eric Barnes · 12 years ago
  57. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
  58. 62ab8b2 Adding optional attributes as array or object for html helper by Eric Barnes · 12 years ago
  59. d83e727 Merge pull request #1640 from thecrypticace/develop by Alex Bilbie · 12 years ago
  60. f9ee005 Change log for IPv4 range mask support by Jordan Pittman · 12 years ago
  61. 27228c9 Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelog entries for pull #1654 by Andrey Andreev · 12 years ago
  62. f0ecb55 If $htdocs = FALSE delete_files would never unlink by Phil Sturgeon · 12 years ago
  63. 6e3d692 Merge pull request #1654 from Debeet/patch-1 by Alex Bilbie · 12 years ago
  64. 9defe90 Windows 8 and PlayStation 3 in user_agents.php by Debeet · 12 years ago
  65. 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 12 years ago
  66. 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 12 years ago
  67. f2fc944 Merge pull request #1648 from vlakoff/page-cache by Andrey Andreev · 12 years ago
  68. d9384ad output->_display_cache() simplifications by vlakoff · 12 years ago
  69. e3b5f8f Merge pull request #1647 from vlakoff/page-cache by Andrey Andreev · 12 years ago
  70. c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
  71. 1288fe3 output->_display_cache() optimization by vlakoff · 12 years ago
  72. 3c13522 Fix issue #1644 by Andrey Andreev · 12 years ago
  73. ede49ba Fix a bug in CI_DB_sqlsrv_driver::affected_rows() by Andrey Andreev · 12 years ago
  74. 8960acf Update system/core/Input.php by Jordan Pittman · 12 years ago
  75. 74cb495 Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 by Eric Barnes · 12 years ago
  76. a36df8a Merge pull request #1643 from firian/html-helper-comment-fix by Eric Barnes · 12 years ago
  77. 8711aeb Comment fix. Html5 is most popular these days and should be added to comment. Also - information that there are more doctypes than specified in comment was not included. by Przemyslaw Tomaszewski · 12 years ago
  78. a5a7135 Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the Proxy IPs config option by Jordan Pittman · 12 years ago
  79. fa4af2c Enable travis for feature/* branches by Andrey Andreev · 12 years ago
  80. 795b2b3 Merge pull request #1633 from vlakoff/htaccess by Andrey Andreev · 12 years ago
  81. d1f02a8 Improve the solution for issue #1631 by vlakoff · 12 years ago
  82. ec298a5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into codeigniter/develop by Alex Bilbie · 12 years ago
  83. 6697cf0 Updated .htaccess files with Apache 2.4+ safe deny statements. Fixes #1631 by Alex Bilbie · 12 years ago
  84. da038d2 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  85. 4253d32 Merge pull request #1627 from aroche/patch-1 by Andrey Andreev · 12 years ago
  86. 7f875b7 Fix on _update_batch() : wrong variable used for field selection by aroche · 12 years ago
  87. 36a9711 Merge pull request #1625 from jonnu/develop by Andrey Andreev · 12 years ago
  88. eee2df6 Inconsistency between log_message and show_error when encountering a non-existant class by jonnu · 12 years ago
  89. afee226 Changed TRUE and FALSE values to be uppercase by Alex Bilbie · 12 years ago
  90. 0875d69 Changed double quotes to single quotes to meet style guidelines by Alex Bilbie · 12 years ago
  91. 4876b48 Merge pull request #1621 from vlakoff/doc by Andrey Andreev · 12 years ago
  92. e40e56f Fix in index.php inline documentation by vlakoff · 12 years ago
  93. fbdad67 Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop by Eric Roberts · 12 years ago
  94. decc642 Merge pull request #1617 from vlakoff/doc by Andrey Andreev · 12 years ago
  95. fe83249 Some adjustments in inline documentation by vlakoff · 12 years ago
  96. f457920 Merge pull request #1615 from joellimberg/patch-1 by Andrey Andreev · 12 years ago
  97. 3cf174b Loader::model() - rename foreach ($model AS $single_model) to ($model AS $class). Consistent with ::library() and ::_ci_load_class() by Joel Limberg · 12 years ago
  98. 685cdd7 Add a changelog entry for issue #1605 (pull #1606) and remove some spaces by Andrey Andreev · 12 years ago
  99. 44fb02f Merge pull request #1616 from appleboy/page by Andrey Andreev · 12 years ago
  100. 5d50453 fix issue #1605 covert page number type from float to int by Bo-Yi Wu · 12 years ago