1. cf60fa7 Script is killed with the proper exit code. by Jesse van Assen · 11 years ago
  2. 7eb116a The script is halted and a '500 Internal Server Error' is issued when a fatal error occurs. by Jesse van Assen · 12 years ago
  3. ae096ad [ci skip] Alter a link in the changelog by Andrey Andreev · 12 years ago
  4. 8cdeb02 Merge pull request #2511 from stevencrothers/develop by Andrey Andreev · 12 years ago
  5. d200123 Changed the smiley zip file download to reflect the new location at the by Steven Crothers · 12 years ago
  6. 333b80e Issue #2508 by Andrey Andreev · 12 years ago
  7. 58706ad Merge pull request #2497 from yazuu/upload by Andrey Andreev · 12 years ago
  8. eac8b2f Update library documentation and changelog by Adrian · 12 years ago
  9. cd9797a Fix #2498 by Andrey Andreev · 12 years ago
  10. 74a228b New var name to make it more comprehensive by Adrian · 12 years ago
  11. b9e090e Merge pull request #2480 from florisluiten/develop by Andrey Andreev · 12 years ago
  12. 8094452 Updated changelog to reflect latest changes by Floris Luiten (lenwweb.nl) · 12 years ago
  13. 2d7009c Removed empty line at EOF by Floris Luiten (lenwweb.nl) · 12 years ago
  14. f496d13 Add a config var to let the choice of having the lower case on the extensions when uploading. by Adrian · 12 years ago
  15. 4a7310e [ci skip] Remove an unnecessary/confusing changelog line by Andrey Andreev · 12 years ago
  16. bb08afd Merge pull request #2488 from Xeli/develop by Andrey Andreev · 12 years ago
  17. 9899997 some more readablility tweaks in system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  18. 7cc2945 remove else clause in is_https function, just add return FALSE as fallback by Richard Deurwaarder (Xeli) · 12 years ago
  19. 4055d57 remove newline again in system/core/Common.php, silly editor keeps adding it by Richard Deurwaarder (Xeli) · 12 years ago
  20. 23dc052 fix indentation according to codeigniter codestyle system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  21. 4760aef Revert "remove newline at eof in syste/core/Common" by Richard Deurwaarder (Xeli) · 12 years ago
  22. 5d1cacf Force the file extension to lower case by Adrian · 12 years ago
  23. 7061bd0 remove newline at eof in syste/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
  24. 039cea8 Added X-Forwarded-Proto support to changelog by Richard Deurwaarder (Xeli) · 12 years ago
  25. 668d009 remove newline in system/core/Common.php by Richard Deurwaarder (Xeli) · 12 years ago
  26. 7cd4055 Use codeigniter coding style by Richard Deurwaarder (Xeli) · 12 years ago
  27. a2bbb04 Merge pull request #2403 from groovenectar/loader-fix by Andrey Andreev · 12 years ago
  28. decc08e Merge pull request #2492 from nonchip/develop by Andrey Andreev · 12 years ago
  29. c006316 Merge pull request #2484 from chrisege/develop by Andrey Andreev · 12 years ago
  30. 4a86e3c Merge pull request #2479 from ckdarby/develop by Andrey Andreev · 12 years ago
  31. d6b7cde fixed typo in guide/lib/xmlrpc.rst by Michael Zimmer · 12 years ago
  32. 983b313 Change True -> TRUE per codeigniter guidelines by Richard Deurwaarder (Xeli) · 12 years ago
  33. 1074bbf Add support for https behind a reverse proxy using X-Forwarded-Proto by Richard Deurwaarder (Xeli) · 12 years ago
  34. c7325c1 added newlines to end of email header when send_multipart === false by Chris Ege · 12 years ago
  35. f55d514 Prevent email header injection by florisluiten · 12 years ago
  36. 3b0d133 Add mimes pdf application/force-download by ckdarby · 12 years ago
  37. 5b3be33 Merge pull request #2460 from vlakoff/develop-3 by Andrey Andreev · 12 years ago
  38. 51f69a9 Merge pull request #2462 from vlakoff/develop-4 by Andrey Andreev · 12 years ago
  39. ef2be33 Try a different method, the previous one wasn't working in Travis by vlakoff · 12 years ago
  40. ef8ca68 Fix tests execution by vlakoff · 12 years ago
  41. 8c40c9c Add a requirement in tests installation instructions by vlakoff · 12 years ago
  42. d4d8022 Merge pull request #2442 from vlakoff/develop-3 by Andrey Andreev · 12 years ago
  43. 88e7ad5 Merge pull request #2441 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  44. f755cfd Merge pull request #2440 from vlakoff/develop by Andrey Andreev · 12 years ago
  45. e418e1e Removes an obstacle to building the docs. by Kevin Smith · 12 years ago
  46. d3f9efe Adds a few new lines to note directive to fix a build error in the docs. by Kevin Smith · 12 years ago
  47. fadb822 Do not trigger a possible custom autoloader, as it is irrelevant here by vlakoff · 12 years ago
  48. cdc6113 Fix a docblock in Loader class by vlakoff · 12 years ago
  49. d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
  50. 206d951 Fix issue #2388 / PR #2413 changelog entry by Andrey Andreev · 12 years ago
  51. abc369c Merge pull request #2413 from buhay/develop by Andrey Andreev · 12 years ago
  52. 83c6efe Added to the changelog. by buhay · 12 years ago
  53. c6da1ef Change boolean to bool. Added whitespace. by buhay · 12 years ago
  54. b0639fa Merge pull request #2409 from chernjie/develop by Andrey Andreev · 12 years ago
  55. 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
  56. 8347f91 See #2409: Avoid overwriting global $_SERVER and set Content-Type to protected property; by CJ · 12 years ago
  57. c5c522a #2409: Force Content Type to go through camelization; by CJ · 12 years ago
  58. d195f22 See #2409: Reformating and code cleanup for request_headers; by CJ · 12 years ago
  59. d08e18c See #2409: Remove double replacing of dashes and instead change `Content-Type` to `CONTENT_TYPE` by CJ · 12 years ago
  60. 71cff1d #2409: Updated based on feedback by @narfbg; by CJ · 12 years ago
  61. 826990f apache_request_headers need not go through recapitalization of incoming by CJ · 12 years ago
  62. 31da423 Merge pull request #2396 from abkr/develop by Andrey Andreev · 12 years ago
  63. 1d3752c Fix for extending classes in a subdirectory (e.g. drivers) by Daniel · 12 years ago
  64. ffe1bd2 final change (extra space) by ash · 12 years ago
  65. 3a66fac user guide newline. by ash · 12 years ago
  66. c3dcf9f newline at end by ash · 12 years ago
  67. 6e35774 eol by ash · 12 years ago
  68. 19bafaf eol 2 by ash · 12 years ago
  69. a0c7ae6 eol test. by ash · 12 years ago
  70. 68b285f changelog change by ash · 12 years ago
  71. ba95713 changed changelog format. by ash · 12 years ago
  72. 29ae72d removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names by ash · 12 years ago
  73. 4fa6385 Documentation change - explanation of captcha_word_length and character_pool_for_generated_word by ash · 12 years ago
  74. 9c7e651 documenation edit by ash · 12 years ago
  75. 3fd9bf8 Updated documenation by ash · 12 years ago
  76. 79dfac7 typo change by ash · 12 years ago
  77. 1aa336d Add options in create_captcha() to specify the randomly generated captcha word length and character pool by ash · 12 years ago
  78. 5eb1cbf Replace another fetch_directory() use by Andrey Andreev · 12 years ago
  79. 8e038d5 [ci skip] Replace spaces with tabs by Andrey Andreev · 12 years ago
  80. ccdd429 Fix #2387 by Andrey Andreev · 12 years ago
  81. 0e4237f Fix #2380 and deprecate CI_Router::fetch_*() methods by Andrey Andreev · 12 years ago
  82. 1ccaaae Add a changelog entry for PR #2343 by Andrey Andreev · 12 years ago
  83. ea4ea94 Merge pull request #2343 from QOX/develop by Andrey Andreev · 12 years ago
  84. 50cc2be Merge pull request #2382 from garthkerr/add-bot-agents by Andrey Andreev · 12 years ago
  85. 1bfc115 Add common robot user agents. by Garth Kerr · 12 years ago
  86. fa99dc6 Fixed for styleguide. by Katsumi Honda · 12 years ago
  87. 93f0b8f fixed for styleguide. by Katsumi Honda · 12 years ago
  88. fee49d1 Merge pull request #2372 from thefuzzy0ne/fix/composer.json by Andrey Andreev · 12 years ago
  89. 492a3e3 Removed newline at EOF by Darren Benney · 12 years ago
  90. e514c76 [ci skip] Add changelog entries for PR #2303 by Andrey Andreev · 12 years ago
  91. 5c18265 Merge pull request #2303 from lracicot/develop by Andrey Andreev · 12 years ago
  92. d2797bb Merge pull request #2375 from samsonasik/fix/typo by Andrey Andreev · 12 years ago
  93. 14e3523 Merge pull request #2369 from vlakoff/develop-2 by Andrey Andreev · 12 years ago
  94. 1af54e8 Merge pull request #2371 from thefuzzy0ne/fix/upload_err_constants by Andrey Andreev · 12 years ago
  95. ce92b81 Merge pull request #2367 from vlakoff/develop by Andrey Andreev · 12 years ago
  96. a8b29ac fix typo : StdClass should be stdClass by Abdul Malik Ikhsan · 12 years ago
  97. 714b11a Changed spaces to tabs for consistency. by Darren Benney · 12 years ago
  98. e123a60 Modified do_upload() to use UPLOAD_ERR constants. by Darren Benney · 12 years ago
  99. 14707e3 Added description to composer.json by Darren Benney · 12 years ago
  100. 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago