1. 903f31b Merge pull request #2447 from rlerdorf/develop by Andrey Andreev · 12 years ago
  2. e18de50 Cherry-picking some changes from PR #2425: by Andrey Andreev · 12 years ago
  3. 2ecc06c [ci skip] Just removing some empty lines by Andrey Andreev · 12 years ago
  4. 06faa55 Merge pull request #2452 from thallisphp/patch-3 by Andrey Andreev · 12 years ago
  5. 283408d Merge pull request #2411 from Dumk0/patch-1 by Andrey Andreev · 12 years ago
  6. c1fdef5 Merge pull request #2417 from thefuzzy0ne/fix/upload_dry by Andrey Andreev · 12 years ago
  7. 0b97f8e Add changelog entry for PR #2502 by Andrey Andreev · 12 years ago
  8. c906d25 Merge pull request #2502 from enapupe/patch-1 by Andrey Andreev · 12 years ago
  9. 58f677f 2.1.4 release related stuff by Andrey Andreev · 12 years ago
  10. 333b80e Issue #2508 by Andrey Andreev · 12 years ago
  11. 58706ad Merge pull request #2497 from yazuu/upload by Andrey Andreev · 12 years ago
  12. cd9797a Fix #2498 by Andrey Andreev · 12 years ago
  13. 7c72cfc Update Profiler.php to show HTTP_DNT status by Iacami · 12 years ago
  14. 74a228b New var name to make it more comprehensive by Adrian · 12 years ago
  15. b9e090e Merge pull request #2480 from florisluiten/develop by Andrey Andreev · 12 years ago
  16. 2d7009c Removed empty line at EOF by Floris Luiten (lenwweb.nl) · 12 years ago
  17. f496d13 Add a config var to let the choice of having the lower case on the extensions when uploading. by Adrian · 12 years ago
  18. bb08afd Merge pull request #2488 from Xeli/develop by Andrey Andreev · 12 years ago
  19. 9899997 some more readablility tweaks in system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  20. 7cc2945 remove else clause in is_https function, just add return FALSE as fallback by Richard Deurwaarder (Xeli) · 12 years ago
  21. 4055d57 remove newline again in system/core/Common.php, silly editor keeps adding it by Richard Deurwaarder (Xeli) · 12 years ago
  22. 23dc052 fix indentation according to codeigniter codestyle system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  23. 4760aef Revert "remove newline at eof in syste/core/Common" by Richard Deurwaarder (Xeli) · 12 years ago
  24. 5d1cacf Force the file extension to lower case by Adrian · 12 years ago
  25. 7061bd0 remove newline at eof in syste/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  26. 668d009 remove newline in system/core/Common.php by Richard Deurwaarder (Xeli) · 12 years ago
  27. 7cd4055 Use codeigniter coding style by Richard Deurwaarder (Xeli) · 12 years ago
  28. a2bbb04 Merge pull request #2403 from groovenectar/loader-fix by Andrey Andreev · 12 years ago
  29. 983b313 Change True -> TRUE per codeigniter guidelines by Richard Deurwaarder (Xeli) · 12 years ago
  30. 1074bbf Add support for https behind a reverse proxy using X-Forwarded-Proto by Richard Deurwaarder (Xeli) · 12 years ago
  31. c7325c1 added newlines to end of email header when send_multipart === false by Chris Ege · 12 years ago
  32. f55d514 Prevent email header injection by florisluiten · 12 years ago
  33. 08ddfb8 Removed unused variable $name in Cache_memcached.php by ThallisPHP · 12 years ago
  34. 164a1f2 highlight_code() doesn't take an ENT_QUOTES arg by Rasmus Lerdorf · 12 years ago
  35. 9986070 values_parsing() only takes 1 arg by Rasmus Lerdorf · 12 years ago
  36. 0a6a88a Required args after optional ones by Rasmus Lerdorf · 12 years ago
  37. e736f49 Required arg in between optional ones by Rasmus Lerdorf · 12 years ago
  38. 86417d0 $element not $focus there by Rasmus Lerdorf · 12 years ago
  39. 49bce11 It looks like this should be $alter_type here by Rasmus Lerdorf · 12 years ago
  40. 4ad89d8 The date_range() function is a bit broken by Rasmus Lerdorf · 12 years ago
  41. d4d8022 Merge pull request #2442 from vlakoff/develop-3 by Andrey Andreev · 12 years ago
  42. 88e7ad5 Merge pull request #2441 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  43. fadb822 Do not trigger a possible custom autoloader, as it is irrelevant here by vlakoff · 12 years ago
  44. cdc6113 Fix a docblock in Loader class by vlakoff · 12 years ago
  45. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  46. abc369c Merge pull request #2413 from buhay/develop by Andrey Andreev · 12 years ago
  47. c6da1ef Change boolean to bool. Added whitespace. by buhay · 12 years ago
  48. b0639fa Merge pull request #2409 from chernjie/develop by Andrey Andreev · 12 years ago
  49. 466e808 Correction for issue #2388. Updated _build_message() to return a boolean. This prevents email from sending if there is an error trying to attach an attachment to the email. by buhay · 12 years ago
  50. 8347f91 See #2409: Avoid overwriting global $_SERVER and set Content-Type to protected property; by CJ · 12 years ago
  51. 05e6f1e fix typos in Parser.php by Dumk0 · 12 years ago
  52. c5c522a #2409: Force Content Type to go through camelization; by CJ · 12 years ago
  53. d195f22 See #2409: Reformating and code cleanup for request_headers; by CJ · 12 years ago
  54. d08e18c See #2409: Remove double replacing of dashes and instead change `Content-Type` to `CONTENT_TYPE` by CJ · 12 years ago
  55. 71cff1d #2409: Updated based on feedback by @narfbg; by CJ · 12 years ago
  56. 826990f apache_request_headers need not go through recapitalization of incoming by CJ · 12 years ago
  57. 1d3752c Fix for extending classes in a subdirectory (e.g. drivers) by Daniel · 12 years ago
  58. ffe1bd2 final change (extra space) by ash · 12 years ago
  59. c3dcf9f newline at end by ash · 12 years ago
  60. 6e35774 eol by ash · 12 years ago
  61. 19bafaf eol 2 by ash · 12 years ago
  62. a0c7ae6 eol test. by ash · 12 years ago
  63. 29ae72d removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names by ash · 12 years ago
  64. 79dfac7 typo change by ash · 12 years ago
  65. 1aa336d Add options in create_captcha() to specify the randomly generated captcha word length and character pool by ash · 12 years ago
  66. 5eb1cbf Replace another fetch_directory() use by Andrey Andreev · 12 years ago
  67. 8e038d5 [ci skip] Replace spaces with tabs by Andrey Andreev · 12 years ago
  68. ccdd429 Fix #2387 by Andrey Andreev · 12 years ago
  69. 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
  70. ea4ea94 Merge pull request #2343 from QOX/develop by Andrey Andreev · 12 years ago
  71. fa99dc6 Fixed for styleguide. by Katsumi Honda · 12 years ago
  72. 93f0b8f fixed for styleguide. by Katsumi Honda · 12 years ago
  73. 5c18265 Merge pull request #2303 from lracicot/develop by Andrey Andreev · 12 years ago
  74. 14e3523 Merge pull request #2369 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  75. 38d5f4b Reverted indenting spaces back to tabs. by Darren Benney · 12 years ago
  76. 4a8d190 Made set_error() method DRY. by Darren Benney · 12 years ago
  77. e123a60 Modified do_upload() to use UPLOAD_ERR constants. by Darren Benney · 12 years ago
  78. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
  79. cf58d7e Merge pull request #2365 from vlakoff/develop by Andrey Andreev · 12 years ago
  80. 52301c7 Documentation: fix some outdated paths by vlakoff · 12 years ago
  81. 3b0c08a Fix #2353 by Andrey Andreev · 12 years ago
  82. 5269c1c Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys by Andrey Andreev · 12 years ago
  83. 408cbb4 Code style fix by nisheeth-barthwal · 12 years ago
  84. 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
  85. 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
  86. cb028bc Merge pull request #2352 from bayssmekanique/develop by Andrey Andreev · 12 years ago
  87. 7b1a2f1 Changed "else if" to "elseif" by nisheeth-barthwal · 12 years ago
  88. d4d6e09 Fixed error in form_textarea helper function by Zachary Cardoza · 12 years ago
  89. 9f27a3e Revert "Fixed error in Form Helper textarea function" by Zachary Cardoza · 12 years ago
  90. a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
  91. e15d1be Fixed error in Form Helper textarea function by Zach Cardoza · 12 years ago
  92. 5ac04e5 Merge pull request #2350 from ragboyjr/develop by Andrey Andreev · 12 years ago
  93. 395e2df Making a performance modification to DB_driver list_fields() by RJ garcia · 12 years ago
  94. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  95. eaeaad5 Fixed problem for transaction test mode. by Katsumi Honda · 12 years ago
  96. 13f6eab Fix MSSQL ALTER TABLE ADD statement by Andrey Andreev · 12 years ago
  97. 73b69a0 Merge pull request #2328 from samdoidge/develop by Andrey Andreev · 12 years ago
  98. 7ee2034 removing linebreak by Sam Doidge · 12 years ago
  99. 5cb5c0a adding thumb_marker to image_lib->clear() by Sam Doidge · 12 years ago
  100. 7b90325 Output Class Minify Function Change by bayssmekanique · 12 years ago