Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-08 | .gitignore tests/mocks/database/ci_test.sqlite | Andrey Andreev | 1 | -0/+0 | |
2022-01-08 | Fix #92 | Andrey Andreev | 1 | -0/+0 | |
2022-01-05 | Finally drop CI_Encrypt | Andrey Andreev | 3 | -95/+0 | |
2022-01-05 | Drop more deprecated functionality | Andrey Andreev | 2 | -8/+0 | |
2022-01-05 | Drop some previously deprecated functionality | Andrey Andreev | 3 | -3/+3 | |
2022-01-05 | Whoops. Broke something in 004f0a1b41c27e3d40f62a51300599d35c54c0c0 | Andrey Andreev | 1 | -0/+0 | |
2022-01-05 | Polish changes from PR #5373 | Andrey Andreev | 1 | -0/+0 | |
2022-01-05 | Merge branch 'feature/uncache_ci_vars' of github.com:TalonTR/Codeigniter ↵ | Andrey Andreev | 1 | -1/+14 | |
into feature/viewvars | |||||
2022-01-05 | Update logging tests | Andrey Andreev | 2 | -6/+6 | |
2022-01-05 | Fix broken tests in develop | Andrey Andreev | 3 | -9/+1 | |
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -7/+23 | |
2022-01-05 | Bye Travis, Hello GH Actions | Andrey Andreev | 5 | -8/+16 | |
2021-12-20 | Merge pull request #6074 from philsturgeon/ci3-php8 | Andrey Andreev | 21 | -84/+105 | |
CodeIgniter 3.0 on PHP 8 | |||||
2021-11-17 | chore: update to phpunit 9 | Phil Sturgeon | 2 | -18/+19 | |
2021-11-17 | Merge branch 'php80-patch1' of https://github.com/sapics/CodeIgniter into ↵ | Phil Sturgeon | 5 | -21/+21 | |
ci3-php8 | |||||
2021-10-05 | Fixes styleguide ORs | George Petculescu | 1 | -5/+5 | |
2021-10-04 | whoops :) | George Petculescu | 1 | -1/+1 | |
2021-10-04 | Fixes CREATE TABLE IF NOT EXISTS on pdo_pgsql_forge; checking for dummy data ↵ | George Petculescu | 1 | -5/+5 | |
DB operations result returns | |||||
2021-10-04 | Adds PHP 8 in Travis | George Petculescu | 15 | -42/+62 | |
2021-09-14 | Merge pull request #6045 from gxgpet/develop_fixtravis | Andrey Andreev | 8 | -16/+38 | |
Fixes Travis pipeline. Adding PHPUnit 8. | |||||
2021-05-31 | other test fixes | George Petculescu | 2 | -4/+12 | |
2021-05-31 | Adding PHPUnit 8 | George Petculescu | 3 | -2/+23 | |
2021-05-31 | Upgrade to latest mikey179/vfsstream | George Petculescu | 3 | -11/+3 | |
2021-05-31 | don't mark no-assertions tests as failed | George Petculescu | 1 | -1/+2 | |
2021-01-22 | Replace travis-ci to github actions for php8.0 | sapics | 5 | -21/+21 | |
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -2/+2 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -2/+2 | |
Fix user guide url | |||||
2020-07-09 | Merge pull request #5946 from sapics/travis/php74 | Andrey Andreev | 1 | -1/+6 | |
Pass the travis php7.4 test | |||||
2020-06-24 | Fix user guide url | sapics | 1 | -2/+2 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-04-13 | Fix error in Travis php7.4 test | sapics | 1 | -1/+6 | |
2020-01-25 | inserted required attribute in html tags in documentation | Francisco Javier Llanquipichun Garcia | 1 | -1/+1 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 3 | -6/+6 | |
Fix indentation / clear whitespace | |||||
2019-09-25 | Fix indent | sapics | 3 | -6/+6 | |
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+3 | |
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-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 1 | -0/+3 | |
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Adding support for proper CRLF | |||||
2019-04-24 | Update Log_test.php | Sharad Soni | 1 | -1/+1 | |
Removed extra space, before and after concatenation. | |||||
2019-04-23 | Update Log_test.php | Sharad Soni | 1 | -1/+1 | |
Changed to use PHP_EOL instead of `/r/n` | |||||
2019-04-23 | Updated test case for Log Class | Sharad Soni | 1 | -1/+1 | |
Also added `\r\n` to pass the test case | |||||
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-08 | [ci skip] Close #5482 | Andrey Andreev | 1 | -1/+1 | |
2018-06-22 | Adding unit test. | tianhe1986 | 1 | -0/+34 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2018-05-18 | http:// to https:// | Mehdi Bounya | 3 | -5/+5 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-04-24 | Fix test_like_set_side() unit test (dataProvider wasn't working) | Andrey Andreev | 1 | -2/+2 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 1 | -0/+23 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-14 | fix: change to the old array() notation | ytetsuro | 1 | -6/+6 | |
2018-04-03 | feat: add test code | ytetsuro | 1 | -0/+23 | |
2018-03-07 | added load_view unit test to ensure that a once set and later missing ↵ | Christian Mohr | 1 | -1/+5 | |
parameter is in fact missing | |||||
2018-03-07 | added test for nested view | Christian Mohr | 1 | -0/+9 | |