Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -4/+8 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 4 | -4/+8 | |
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+7 | |
2021-12-20 | PHP 8.1 update to mysqli database driver | Andrey Andreev | 1 | -0/+7 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 4 | -4/+4 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 4 | -4/+4 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 1 | -1/+1 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Session/drivers/Session_redis_driver.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2019-07-16 | Fix #5796 | Andrey Andreev | 1 | -1/+1 | |
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -16/+18 | |
Conflicts resolved: system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/captcha_helper.php system/helpers/email_helper.php system/helpers/inflector_helper.php system/helpers/smiley_helper.php system/language/english/form_validation_lang.php system/libraries/Cart.php system/libraries/Form_validation.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php tests/codeigniter/helpers/inflector_helper_test.php user_guide_src/source/helpers/inflector_helper.rst | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 4 | -12/+12 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 4 | -8/+8 | |
2018-08-22 | [ci skip] Fix #5561 | Andrey Andreev | 1 | -16/+18 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 4 | -8/+8 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 4 | -8/+8 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 4 | -8/+8 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -16/+4 | |
2017-09-27 | Fix #5276 | Andrey Andreev | 2 | -16/+4 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -5/+61 | |
2017-09-13 | Fix #5260 | Andrey Andreev | 2 | -5/+61 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-03-14 | Fix #5050 | Andrey Andreev | 1 | -1/+1 | |
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -1/+1 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -1/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 4 | -8/+8 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 4 | -8/+8 | |
2016-09-09 | Merge pull request #4805 from intekhabrizvi/develop | Andrey Andreev | 1 | -1/+1 | |
Use MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT as a connection flag instead of option | |||||
2016-09-09 | Removed mysqli options function for ssl certificate verification false | intekhab | 1 | -1/+0 | |
2016-09-09 | supplied flag to turn off mysqli SSL verification if ssl_verify passed as false | intekhab | 1 | -0/+1 | |
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -4/+3 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -4/+3 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+1 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-06-08 | Make db_select() clear cached database metadata | Andrey Andreev | 1 | -0/+1 | |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 4 | -4/+4 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 4 | -8/+8 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -18/+59 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-07 | MySQL stricton again ... remove the version condition | Andrey Andreev | 1 | -1/+1 | |
Ref: #4349 | |||||
2016-01-07 | Fix MySQL errors from latest commits | Andrey Andreev | 1 | -1/+1 | |
Ref: #4349 | |||||
2016-01-07 | Add MySQL stricton changes to mysqli and pdo/mysql drivers | Andrey Andreev | 1 | -3/+20 | |
2016-01-07 | Add support for MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | Andrey Andreev | 1 | -2/+15 | |
Available since PHP 5.6.16 | |||||
2015-12-30 | Fix #4331 | Andrey Andreev | 1 | -13/+24 | |
2015-12-14 | Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 1 | -1/+1 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 1 | -13/+7 | |
Close #4311 | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -27/+3 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+5 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | Improve the ssl_cipher check for MySQLi | Andrey Andreev | 1 | -9/+9 | |
Related: #3896 |