1. c377081 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  2. 308692d Merge pull request #622 from kenjis/fix_active_record.rst by Phil Sturgeon · 13 years ago
  3. c35d2c9 fix user guide active_record.rst formatting, remove old PHP 5 note, now only PHP 5 is supported. by kenjis · 13 years ago
  4. 7aae368 Changed mysql charset to PDO option by Timothy Warren · 13 years ago
  5. a662da3 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  6. 3932ca1 Merge pull request #607 from burakerdem/patch-1 by Greg Aker · 13 years ago
  7. 7710854 Removed short open tags. by Burak Erdem · 13 years ago
  8. 8e1ed05 Merge pull request #553 from narfbg/ci-oci8-driver-php5 by Phil Sturgeon · 13 years ago
  9. 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
  10. 8e66cd7 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  11. fb53330 Revert "Changed session table user_agent field to 255 to accomodate long agent strings. Truncation of this data would cause the session to not match when the "sess_match_useragent" config option was set to TRUE." by Timothy Warren · 13 years ago
  12. da21ef5 Revert "matched case on hex colours, and added changelog entry" by Timothy Warren · 13 years ago
  13. 51a19b8 Revert "new welcome styles, more in fit with colour scheme" by Timothy Warren · 13 years ago
  14. ccde9d4 Minor format fix by Timothy Warren · 13 years ago
  15. 0f6659d Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  16. d1a5ba2 Fix mysql charset bug by Timothy Warren · 13 years ago
  17. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  18. fbc4c5d Merge pull request #601 from kenjis/fix_user_guide by Eric Barnes · 13 years ago
  19. f1c7f89 Merge pull request #600 from narfbg/ci-issue-467 by Phil Sturgeon · 13 years ago
  20. 087a7a8 fix RST format and typo by kenjis · 13 years ago
  21. af72862 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  22. bc95e47 Some public and protected method declarations by Andrey Andreev · 13 years ago
  23. d8442dd Merge remote-tracking branch 'upstream/develop' into ci-oci8-driver-php5 by Andrey Andreev · 13 years ago
  24. 9fca615 I wasn't following the CI code style guide. by diegorivera · 13 years ago
  25. c73c1c0 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  26. 739e5f8 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  27. bc844cc Merge pull request #595 from diegorivera/patch-1 by Derek Jones · 13 years ago
  28. 2b9aa8f I wasn't following the CI code style guide. by diegorivera · 13 years ago
  29. 23af23e Merge pull request #596 from daylerees/develop by Phil Sturgeon · 13 years ago
  30. 8cae06a matched case on hex colours, and added changelog entry by Dayle Rees · 13 years ago
  31. a0c6a24 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  32. 8499d2a new welcome styles, more in fit with colour scheme by Dayle Rees · 13 years ago
  33. 33c3280 Update system/libraries/Email.php by diegorivera · 13 years ago
  34. 825e970 Merge pull request #594 from ktomk/patch-8 by Derek Jones · 13 years ago
  35. 30cc1be Merge pull request #592 from kenjis/fix_changelog by Derek Jones · 13 years ago
  36. 62fa21a Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  37. bf18178 Merge pull request #569 from timw4mail/patch-2 by Derek Jones · 13 years ago
  38. 6864736 fix changelog difference between HTML and RST by kenjis · 13 years ago
  39. 66bd589 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  40. 5160cc9 Renamed constant, added 10px margin to backtrace by Timothy Warren · 13 years ago
  41. 8bf0038 Minor formatting changes by Timothy Warren · 13 years ago
  42. d609a59 Minor formatting changes by Timothy Warren · 13 years ago
  43. 9a902cb Moved backtrace constant to config/constants.php by Timothy Warren · 13 years ago
  44. 7d53c0d Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2 by Timothy Warren · 13 years ago
  45. 9616842 updated Directory helper docs to use proper PHP method Sphinx roles by Derek Jones · 13 years ago
  46. 84bcc6e fixed typo in AR docs. NOTE: Sphinx gives a ReST error for unknown title targets, but they do exist, and links are built properly by Derek Jones · 13 years ago
  47. caa1db6 added some additional notes to the 2.0.0 update notes to highlight some of the potential gotchas, fixes #588 by Derek Jones · 13 years ago
  48. 12e93fe Merge pull request #307 from kylefarris/isue-276 by Derek Jones · 13 years ago
  49. 3e414f9 Check for string value before doing str_replace. (Issue #439) by Chris Muench · 13 years ago
  50. 52aff71 Added changelog item by Timothy Warren · 13 years ago
  51. deb6596 Added changelog item by Timothy Warren · 13 years ago
  52. 2d096c0 Added changelog item by Timothy Warren · 13 years ago
  53. d926b8f Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2 by Timothy Warren · 13 years ago
  54. 112e2be Merge pull request #586 from blasto333/develop by Eric Barnes · 13 years ago
  55. 43ded09 Merge pull request #587 from plasticated/patch-1 by Eric Barnes · 13 years ago
  56. f7a01fc Changed session table user_agent field to 255 to accomodate long agent strings. Truncation of this data would cause the session to not match when the "sess_match_useragent" config option was set to TRUE. by Shealan Forshaw · 13 years ago
  57. 3ad3503 Check for string value before doing str_replace. (Issue #439) by Chris Muench · 13 years ago
  58. 0cd4d60 Merge pull request #583 from blasto333/develop by Phil Sturgeon · 13 years ago
  59. 9593349 Fixes issue #439 some slashes not escaped in session data by Chris Muench · 13 years ago
  60. 3078bb6 Merge pull request #579 from appleboy/bug/cache by Greg Aker · 13 years ago
  61. 4d7c27e Fix #576: using ini_get() to detect if apc is enabled or not by Bo-Yi Wu · 13 years ago
  62. 053dbc8 Updated changelog to new changelog format. by Kyle Farris · 13 years ago
  63. 48d8fb6 Updated to new documentation for new active record methods. by Kyle Farris · 13 years ago
  64. 02e7c8b REALLY fixed merge problem. by Kyle Farris · 13 years ago
  65. 5494077 Fixed merge error. by Kyle Farris · 13 years ago
  66. ad17f4b Merged with development by Kyle Farris · 13 years ago
  67. db46d02 trying to resolve some merge issues by Kyle Farris · 13 years ago
  68. a2125a5 Merge pull request #575 from ounziw/develop by Eric Barnes · 13 years ago
  69. bb859fd Line Break for L165 $mysql = '20061124092345'; $unix = mysql_to_unix($mysql); by Fumito Mizuno · 13 years ago
  70. 5600828 Switch debug backtrace based on SHOW_ERROR_BACKTRACE contstant by Timothy Warren · 13 years ago
  71. 233b671 Added backtrace contstant by Timothy Warren · 13 years ago
  72. bb11767 Fixed code style issue by Timothy Warren · 13 years ago
  73. 2873ac6 Added simple backtrace to php error file by Timothy Warren · 13 years ago
  74. 10266cc Merge pull request #566 from appleboy/bug by Greg Aker · 13 years ago
  75. d3a32a2 Update: fix typo error #564 by Bo-Yi Wu · 13 years ago
  76. 63490d5 Merge pull request #559 from timw4mail/develop by Phil Sturgeon · 13 years ago
  77. 2c129c8 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  78. 8352f09 removed 'index' listing from tutorial index toc by Derek Jones · 13 years ago
  79. 9286a8f unhid general topics ToC for navigation by Derek Jones · 13 years ago
  80. bf6df69 Merge branch 'feature/userguide-toc' into develop by Derek Jones · 13 years ago
  81. e347927 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Timothy Warren · 13 years ago
  82. 619b122 incremental improvement to user guide ToC by Derek Jones · 13 years ago
  83. 77a8c1f Merge pull request #266 from joelcox/feature/tutorial by Eric Barnes · 13 years ago
  84. c2b4881 Fixed markup glitches from HTML to RST parser. by Joël Cox · 13 years ago
  85. 7447927 Fixed an extraneous new line by Timothy Warren · 13 years ago
  86. 01b56bc Fixed some formatting issues with the changelog by Timothy Warren · 13 years ago
  87. bdbe6d2 Merge pull request #558 from timw4mail/develop by Phil Sturgeon · 13 years ago
  88. a2097a0 Converted database constructors to PHP5 type by Timothy Warren · 13 years ago
  89. a2e7cd4 Revert "Removed blue background from code examples to improve readability" by Timothy Warren · 13 years ago
  90. 3bf17fb Initial conversion of the HTML to RST using pandoc. by Joël Cox · 13 years ago
  91. 8ffcb2c Merged develop branch in tutorial. by Joël Cox · 13 years ago
  92. f4fb1db Moved tutorial to new user guide directory. by Joël Cox · 13 years ago
  93. 6f61fb2 Removed blue background from code examples to improve readability by Timothy Warren · 13 years ago
  94. 56b21e1 Remove another 2 old comments by Andrey Andreev · 13 years ago
  95. 5c3a202 Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 style functions by Andrey Andreev · 13 years ago
  96. 6a15b2d CI_Loader::driver() processes empty library. Fixed. by Tom Klingenberg · 13 years ago
  97. 6858c07 added last updated date to footer by Derek Jones · 13 years ago
  98. aed7e48 Merge pull request #547 from purwandi/develop by Derek Jones · 13 years ago
  99. a8b5a9f Merge pull request #527 from timw4mail/develop by Phil Sturgeon · 13 years ago
  100. d669153 if statment code style update by Timothy Warren · 13 years ago