1. ed86ee1 Add setting ['composer_autoload'] by Andrey Andreev · 10 years ago
  2. 9fa275e Continuing from previous commit ... use CI_Encryption::substr() by Andrey Andreev · 10 years ago
  3. 2da3550 Fix potential bugs in password_hash(), CI_Encryption by Andrey Andreev · 10 years ago
  4. 6500bc7 Add a backport (compat) for quoted_printable_encode() by Andrey Andreev · 10 years ago
  5. 5b3fe7c Fix a few typos and add a backport (compat) for hex2bin() by Andrey Andreev · 10 years ago
  6. f7bdd80 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 10 years ago
  7. 5286ef0 Fix #3131 by Andrey Andreev · 10 years ago
  8. a28d9bc Merge pull request #3130 from dionysiosarvanitis/fix/pdo_result__list_fields by Andrey Andreev · 10 years ago
  9. 5df2f1b Missing looping index added. Without index empty rows returned for csv column headers. by Dionysis Arvanitis · 10 years ago
  10. ab9971f Remove GCM mode from CI_Encryption (OpenSSL) by Andrey Andreev · 10 years ago
  11. 961db7d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 10 years ago
  12. 60f744b Fix #3124 by Andrey Andreev · 10 years ago
  13. c6b7f3e Merge pull request #3121 from GrahamCampbell/patch-1 by Andrey Andreev · 10 years ago
  14. 3820b5a Fixed eof by Graham Campbell · 10 years ago
  15. eb93e73 Fixed typo by Graham Campbell · 10 years ago
  16. 42183de Add CI_Encryption::create_key() by Andrey Andreev · 10 years ago
  17. 4191be3 Fix a _potential_ flaw in password_hash() by Andrey Andreev · 10 years ago
  18. 3837255 [ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980 by Andrey Andreev · 10 years ago
  19. 1e83d69 Remove the custom IV option from CI_Encryption by Andrey Andreev · 10 years ago
  20. 62fad28 Fix #3112 by Andrey Andreev · 10 years ago
  21. cfbc6f7 Merge pull request #3104 from TakayukiSakai/develop by Andrey Andreev · 10 years ago
  22. 8ed90fa Fixed the changelog entry again by Takayuki Sakai · 10 years ago
  23. 4147411 Fixed a changelog entry by Takayuki Sakai · 10 years ago
  24. f8a1453 Add a changelog entry in Pagination Library section by Takayuki Sakai · 10 years ago
  25. 8bc5903 Make 'num_links=0' configuration available in Pagination library by Takayuki Sakai · 10 years ago
  26. 1240b6a Revert "Make num_links=0 in pagination library possible to configure" by Takayuki Sakai · 10 years ago
  27. a01924d Make num_links=0 in pagination library possible to configure by Takayuki Sakai · 10 years ago
  28. 7cea03b Merge pull request #3103 from dickfu/fix_config_load by Andrey Andreev · 10 years ago
  29. 0bd32a6 remove the empty line at the end of file by Fu Xu · 10 years ago
  30. 66b181e style change by Fu Xu · 10 years ago
  31. b335519 config load bug fix by Fu Xu · 10 years ago
  32. 94293ad Fix #3101 by Andrey Andreev · 10 years ago
  33. 57f1005 Fix #3085 by Andrey Andreev · 10 years ago
  34. 78af9a9 Merge pull request #3082 from AdwinTrave/develop by Andrey Andreev · 10 years ago
  35. 7428ff0 Updating table template prototype id documentation by AdwinTrave · 10 years ago
  36. b7f9842 Merge pull request #3079 from seanfahey/develop by Andrey Andreev · 10 years ago
  37. 717e9c9 Seriously, remove the line ending by sean · 10 years ago
  38. 05a4bfb Removed errant newline by Sean Fahey · 10 years ago
  39. 905c1f3 Another ppt mime type by Sean Fahey · 10 years ago
  40. d1bac4c Added 'application/vnd.ms-office' MIME for ppt by Sean Fahey · 10 years ago
  41. 6373276 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Andrey Andreev · 10 years ago
  42. 1f5090a Fix a potential undefined variable error by Andrey Andreev · 10 years ago
  43. 6b0b16e Merge pull request #3074 from aanbar/output_documentation by Andrey Andreev · 10 years ago
  44. f9201ae Fix wrong variable name by Andrey Andreev · 10 years ago
  45. e06c5c4 reduced line length. by Ahmad Anbar · 10 years ago
  46. 054bbe8 Fixed code style. by Ahmad Anbar · 10 years ago
  47. 9549666 Add support for non-ASCII domain names in FV & Email classes' valid_email() by Andrey Andreev · 10 years ago
  48. 6eb77da Remove CI_Encrypt::_xor_encode() by Andrey Andreev · 10 years ago
  49. f411e9c [ci skip] Update changelog by Andrey Andreev · 10 years ago
  50. 632bb4a [ci skip] Update changelog by Andrey Andreev · 10 years ago
  51. 93c0987 Added _display documentation. by Ahmad Anbar · 10 years ago
  52. 8be0e65 Merge pull request #3072 from ivantcholakov/develop by Andrey Andreev · 10 years ago
  53. b0ddf7f A fix about loading language files - ensuring suffix '_lang' presence properly. by Ivan Tcholakov · 10 years ago
  54. f8b6180 Merge pull request #3065 from dtmax/develop by Andrey Andreev · 10 years ago
  55. 4557615 fix callable hooks by Max · 10 years ago
  56. 50d7f70 fix callable hooks by Max · 10 years ago
  57. 487d1ae Fix #3057 by Andrey Andreev · 11 years ago
  58. ce7634f Merge pull request #3059 from manuganji/patch-1 by Andrey Andreev · 11 years ago
  59. 0d7344e Update profiling.rst by Manu Ganji · 11 years ago
  60. 37c1f43 Update profiling.rst by Manu Ganji · 11 years ago
  61. bcd237e Merge pull request #3058 from vlakoff/word_wrap by Andrey Andreev · 11 years ago
  62. f0ab813 Pick up some changes from text helper by vlakoff · 11 years ago
  63. 0f7eba2 Fix handling of {unwrap} tags in word_wrap() functions by vlakoff · 11 years ago
  64. 2a8560c Regex fixes by vlakoff · 11 years ago
  65. 69c5644 [ci skip] Fix error notices in FV when trying to lookup error msgs for closures by Andrey Andreev · 11 years ago
  66. 9e9d86b Merge pull request #3052 from vlakoff/mime by Andrey Andreev · 11 years ago
  67. 66c7bb4 Remove static cache in Email->_mimes_types() by vlakoff · 11 years ago
  68. 69550c5 Fix caching of MIME config by vlakoff · 11 years ago
  69. 5b9251f Merge pull request #3053 from vlakoff/get_config by Andrey Andreev · 11 years ago
  70. 5a34688 Simplify code in get_config() by vlakoff · 11 years ago
  71. 096ddde [ci skip] Add a note to CI_Model::__get() (issue #3046) by Andrey Andreev · 11 years ago
  72. 5a62f01 Merge pull request #3056 from vlakoff/docblock by Andrey Andreev · 11 years ago
  73. 8c442e4 Merge pull request #3055 from ilatif/develop by Andrey Andreev · 11 years ago
  74. 102105d Adjust docblock of load_class() by vlakoff · 11 years ago
  75. 49af828 Fixed wrong url for Style Guide in Contributing Guide by Imran Latif · 11 years ago
  76. 3d980ef Merge pull request #3050 from emmanuelgrognet/develop by Andrey Andreev · 11 years ago
  77. db6f5f1 [ci skip] Manually apply an improved version of PR #3034 (doc fixes) by Andrey Andreev · 11 years ago
  78. 60f78b4 fix wrong if expression in link_tag by Emmanuel Grognet · 11 years ago
  79. a9b9935 Merge pull request #3047 from Celc/patch-1 by Andrey Andreev · 11 years ago
  80. ed2f95c Typo boolen => boolean by Kit Sunde · 11 years ago
  81. 8c833f4 [ci skip] Add a note about QB escaping field names by Andrey Andreev · 11 years ago
  82. 1ffa223 Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as well by Andrey Andreev · 11 years ago
  83. 263e8fe Fix PHP 5.6 charset-related warnings in tests by Andrey Andreev · 11 years ago
  84. a5621b8 Add hash_equals() to ext/hash compat layer by Andrey Andreev · 11 years ago
  85. 08ae84f Call data_seek(0) only if we've used DB_result::*row*() methods by Andrey Andreev · 11 years ago
  86. 2bbbd1a Remove (most of) error suppression from database drivers (issue #3036) by Andrey Andreev · 11 years ago
  87. 81b6efa Merge pull request #3039 from mdunisch/develop by Andrey Andreev · 11 years ago
  88. c402865 Merge pull request #3041 from egig/develop by Andrey Andreev · 11 years ago
  89. f039c9f Removed empty line by egig · 11 years ago
  90. dc134a8 [ci skip] Update a comment for CI_Input::input_stream() by Andrey Andreev · 11 years ago
  91. 8f73005 Removed empty line. by egig · 11 years ago
  92. ddd7e17 Merge pull request #3040 from adrianorsouza/platform_support by Andrey Andreev · 11 years ago
  93. 225f53b Prepare image url. by egig · 11 years ago
  94. 1799cbf Added support to Symbian OS platforms to recognize Nokia devices by Adriano Rosa · 11 years ago
  95. d3ddf97 Remove error-masking '@' in mysqli_driver (See: https://github.com/EllisLab/CodeIgniter/issues/3036) by mdunisch · 11 years ago
  96. 51593f4 Account for PHP 5.6 changes related to charsets by Andrey Andreev · 11 years ago
  97. c580968 Merge pull request #3037 from DevelopmentDocumentopia/xss_clean_patch by Andrey Andreev · 11 years ago
  98. 9457841 xss_clean is not protecting GET requests that &item=/startwithslash by Documentopia.com · 11 years ago
  99. 4e4f2f5 Fix a typo by Andrey Andreev · 11 years ago
  100. ac9ee53 PHPUnit, what's wrong with you? by Andrey Andreev · 11 years ago