1. 51593f4 Account for PHP 5.6 changes related to charsets by Andrey Andreev · 11 years ago
  2. 9457841 xss_clean is not protecting GET requests that &item=/startwithslash by Documentopia.com · 11 years ago
  3. 4e4f2f5 Fix a typo by Andrey Andreev · 11 years ago
  4. 3ac51be Merge pull request #3027 from abdmaster/fix/db_transaction_failure by Andrey Andreev · 11 years ago
  5. af98835 Optimization in CI_URI::_set_uri_string() by Andrey Andreev · 11 years ago
  6. e196050 Fix docblock of URI->rsegments property by vlakoff · 11 years ago
  7. a212977 Added `_trans_failure` property to fix PHP Warning. by Ahmedul Haque Abid · 11 years ago
  8. e0839c3 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 11 years ago
  9. fd6efad Small fixes (PR #3022) by Andrey Andreev · 11 years ago
  10. d5ce508 Minor fixes by vlakoff · 11 years ago
  11. 3526061 Merge pull request #3006 from vlakoff/security by Andrey Andreev · 11 years ago
  12. bc89b3c #3005 by Andrey Andreev · 11 years ago
  13. de70dbb Fix in $_protected array of register_globals security procedure by vlakoff · 11 years ago
  14. b78a8c7 Fix #3004 by Andrey Andreev · 11 years ago
  15. efc08e9 Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa by Andrey Andreev · 11 years ago
  16. 08ea83b Different method for handling "error_views_path" config item by vlakoff · 11 years ago
  17. 511a6b8 Rename config item "error_templates_path" to "error_views_path" by vlakoff · 11 years ago
  18. cdf3dfa Make the error templates path configurable by vlakoff · 11 years ago
  19. 72daa19 Really fix #2997 by Andrey Andreev · 11 years ago
  20. 640ff4e Removed BOM by Etki · 11 years ago
  21. fa5a2d5 Microfix by Etki · 11 years ago
  22. 0c23097 Issue/PR #2997 by Andrey Andreev · 11 years ago
  23. 9a0e0c7 Minor changes in FV, Trackback by Andrey Andreev · 11 years ago
  24. 629d375 Remove default parameter value of is_php() by vlakoff · 11 years ago
  25. 46e216c Optimize #2982 by Andrey Andreev · 11 years ago
  26. b749fab Merge pull request #2981 from vlakoff/base_url by Andrey Andreev · 11 years ago
  27. 7ead65b Discard the unwanted changes by vlakoff · 11 years ago
  28. b208f65 Yet another method for determining "base_url" by vlakoff · 11 years ago
  29. 8bec33f Remove spaces around concatenations by vlakoff · 11 years ago
  30. b10a6d6 Removed tab on empty line too. by Ahmad Anbar · 11 years ago
  31. e2e5c26 Removed tabs. by Ahmad Anbar · 11 years ago
  32. 5973901 Fixed according to comment. by Ahmad Anbar · 11 years ago
  33. 9b19887 Fix #2970 by Ahmad Anbar · 11 years ago
  34. 93836ff Different method for determining "base_url" by vlakoff · 11 years ago
  35. 2516f3b Robuster determination of "base_url" config item by vlakoff · 11 years ago
  36. dfd51cb Refactoring in Config->__construct() by vlakoff · 11 years ago
  37. aaca5cb [ci skip] Fix #2972 by Andrey Andreev · 11 years ago
  38. 9cab427 Fix #2976 by Andrey Andreev · 11 years ago
  39. a8b0efb Simplify callback routes by Andrey Andreev · 11 years ago
  40. 5f83969 2 more micro-optimizations in CI_Loader by Andrey Andreev · 11 years ago
  41. 689d41c Yet another modification of CI_Loader::_ci_autoload() by Andrey Andreev · 11 years ago
  42. 1a61ba4 [ci skip] Spacing adjustments by Andrey Andreev · 11 years ago
  43. 85840c4 Alter previous commit by Andrey Andreev · 11 years ago
  44. 623227f CI_Loader::_ci_autoload() micro-optimization by Andrey Andreev · 11 years ago
  45. 28eca65 remove eol by fabianozenatti · 11 years ago
  46. 523cda3 Fix typo in CI_Input constructor by fabianozenatti · 11 years ago
  47. 7b272ff Fixed typo in model loader. by James · 11 years ago
  48. 70a8626 Fix profiling of benchmarked names like 'something_endpoint_end' by Richard Cunningham · 11 years ago
  49. 46d2072 More xss_clean() improvements by Andrey Andreev · 11 years ago
  50. ebb3aa0 Another xss_clean() improvement by Andrey Andreev · 11 years ago
  51. e7a2aa0 xss_clean() improvement by Andrey Andreev · 11 years ago
  52. 1394304 Fix DB forge unsigned attribute (PR #2949) by Andrey Andreev · 11 years ago
  53. db3e49d [ci skip] Clear some whitespace by Andrey Andreev · 11 years ago
  54. 8bc73eb Making highlight_phrase() to be UTF-8 compatible on demand. by Ivan Tcholakov · 11 years ago
  55. 822ee81 Merge pull request #2940 from aanbar/zip_mtime_fix by Andrey Andreev · 11 years ago
  56. 2702a3b Fixed coding style & line length. by Ahmad Anbar · 11 years ago
  57. 00421bf Fixed filemtime by Ahmad Anbar · 11 years ago
  58. 9af0746 Added missing semicolon by Ahmad Anbar · 11 years ago
  59. 4321cb0 Removed the requirment of quantity to trigger cart update. by Ahmad Anbar · 11 years ago
  60. 7a0c08e Image_lib - minor corrections on some comments. by Ivan Tcholakov · 11 years ago
  61. 7cf682a Partially revert PR #2190 by Andrey Andreev · 11 years ago
  62. d2e3a6f Add support for protocol-relative URLs in HTML helpers img(), link_tag() by Andrey Andreev · 11 years ago
  63. bcb6b8e Check image path is include http:// or https:// by wuwx · 11 years ago
  64. fde170c Fix #2928, #2929 by Andrey Andreev · 11 years ago
  65. c5a0af2 Fix #2928 by Andrey Andreev · 11 years ago
  66. 4b90a37 Add support for callable form validation rules by Andrey Andreev · 11 years ago
  67. 15662dd Fix #2919 by Andrey Andreev · 11 years ago
  68. 8351404 Add support for simpler (Callable) hooks (issue #2917) by Andrey Andreev · 11 years ago
  69. 18767e3 CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility by Andrey Andreev · 11 years ago
  70. 93b4e78 Fix #2916 by Andrey Andreev · 11 years ago
  71. 8850e37 Add parameter to CI_Input::user_agent() by Andrey Andreev · 11 years ago
  72. 7e96351 Call db_connect(TRUE) instead of db_pconnect() + some style changes by Andrey Andreev · 11 years ago
  73. 59f0426 Deprecate HTML helpers nbs(), br() by Andrey Andreev · 11 years ago
  74. 58e1c00 More removal of error suppression usage by Andrey Andreev · 11 years ago
  75. 382b513 Don't use error suppression on is_dir(), file_exists() by Andrey Andreev · 11 years ago
  76. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  77. 4247ed1 Revert to error suppression on mysql_(p)connect() due to deprecation messages by Andrey Andreev · 11 years ago
  78. f2818bd Remove error suppression usage from db_connect() by Andrey Andreev · 11 years ago
  79. 2e17102 Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition by Andrey Andreev · 11 years ago
  80. e7d017b Add array notation support for file field names in CI_Upload by Andrey Andreev · 11 years ago
  81. 3a9f325 Use strings instead of integers for migration version numbers by Andrey Andreev · 11 years ago
  82. de9ec10 Fix #2901 by Andrey Andreev · 11 years ago
  83. dea6177 [ci skip] A tiny improvement in CI_Email by Andrey Andreev · 11 years ago
  84. 2ab4ffb Remove a needless check in CI_Output::append_output() by Andrey Andreev · 11 years ago
  85. 20e802e Really don't use globals by Andrey Andreev · 11 years ago
  86. c26b9eb Don't use globals by Andrey Andreev · 11 years ago
  87. 82179bf [ci skip] Alter a docblock by Andrey Andreev · 11 years ago
  88. d104f8b More CI_Lang tests by Andrey Andreev · 11 years ago
  89. e52e426 Minor improvements to CI_FTP by Andrey Andreev · 11 years ago
  90. 6125a27 Remove CI_Calendar:: by Andrey Andreev · 11 years ago
  91. 2cf4c9b CI_Upload changes by Andrey Andreev · 11 years ago
  92. 6b0f784 Method CI_URI::_fetch_uri_string() has been removed, removal of reference. by Ivan Tcholakov · 11 years ago
  93. f627474 Don't use error suppression on ini_get() either by Andrey Andreev · 11 years ago
  94. bb3edf1 CI_Utf8-related changes by Andrey Andreev · 11 years ago
  95. 083a226 [ci skip] Fix date helper loading in CI_Calendar::get_total_days() by Andrey Andreev · 11 years ago
  96. be368a8 Date helper days_in_month(), CI_Calendar::get_total_days() changes by Andrey Andreev · 11 years ago
  97. ca39f2e Don't use error suppression with ini_set() by Andrey Andreev · 11 years ago
  98. 0254589 Add compatibility layer for array_column(), array_replace(), array_replace_recursive() by Andrey Andreev · 11 years ago
  99. 35f6a54 Fixed typos in Migration library documentation by Jacob Tabak · 11 years ago
  100. 2be2744 Moved $_error load statement lower. by Cristian Kocza · 11 years ago