Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-28 | Replace `trans_depth()` with `trans_active()` | jerkob | 1 | -4/+4 | |
Per code review, replace `trans_depth()` function that returns the protected `_trans_depth` property with a `trans_active()` function that returns a boolean indicating whether a transaction is currently active. | |||||
2020-01-24 | Add documentation for trans_depth function | jerkob | 1 | -0/+8 | |
2020-01-24 | Add a trans_depth function | jerkob | 1 | -0/+12 | |
Enables retrieval of the current _trans_depth | |||||
2019-11-25 | [ci skip] Merge pull request #5856 from ↵ | Andrey Andreev | 3 | -4/+50 | |
ytetsuro/fix/oracle12.1-support-auto-increment Enhancement oracle dbforge, auto_increment can be used when using oracle 12.1. | |||||
2019-11-01 | [ci skip] Merge pull request #5861 from nebkat/patch-1 | Andrey Andreev | 1 | -1/+1 | |
cache: redis: Check version of redis not phpredis | |||||
2019-11-01 | [ci skip] Merge pull request #5859 from indrakaw/gitattributes | Andrey Andreev | 1 | -0/+3 | |
Exclude user_guide directory from composer installation by GitAttributes. This would allow Composer users to use --prefer-dist in order to avoid downloading the entire user guide | |||||
2019-10-28 | feat: Modified to useable auto increment. | ytetsuro | 1 | -1/+25 | |
2019-10-28 | fix: Fixed a bug that could not get the version number when first call. | ytetsuro | 1 | -2/+2 | |
2019-10-21 | cache: redis: Check version of redis not phpredis | Nebojsa Cvetkovic | 1 | -1/+1 | |
PhpRedis is installed as redis. Change matches the check in the Redis session driver. | |||||
2019-10-18 | Fix typo on .gitattributes | Indra Kurniawan | 1 | -1/+3 | |
I forgot to put `export-ignore` statement. | |||||
2019-10-18 | Include user_guide into .gitattributes | Indra Kurniawan | 1 | -0/+1 | |
See https://github.com/bcit-ci/CodeIgniter/issues/5843 | |||||
2019-10-14 | feat: support auto_increment for orace 12.1 | ytetsuro | 1 | -1/+23 | |
2019-10-08 | [ci skip] Merge pull request #5849 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Infinix manufacture in user_agents.php | |||||
2019-10-08 | Merge branch 'develop' into patch-1 | Andrey Andreev | 18 | -50/+66 | |
2019-10-08 | Merge pull request #5842 from sapics/chore/fix-indent | Andrey Andreev | 15 | -41/+41 | |
Fix indentation / clear whitespace | |||||
2019-10-08 | [ci skip] Merge pull request #5851 from ossamamehmood/patch-1 | Andrey Andreev | 1 | -0/+4 | |
Fix for #5711 and added two more models | |||||
2019-10-08 | Merge pull request #5832 from gxgpet/develop | Andrey Andreev | 1 | -1/+9 | |
Improve create_captcha()'s logging | |||||
2019-10-08 | removes double quotes | George Petculescu | 1 | -1/+1 | |
2019-10-08 | Merge pull request #5836 from sapics/travis/trusty | Andrey Andreev | 1 | -8/+12 | |
Update Ubuntu version from Precise to Trusty on Travis | |||||
2019-10-05 | Update user_agents.php | Ossama Mehmood | 1 | -0/+4 | |
2019-10-02 | Update user_agents.php | Muhammad Umer Farooq | 1 | -0/+1 | |
2019-09-25 | Fix indent | sapics | 15 | -41/+41 | |
2019-09-22 | adding $ to var names in the log message | George Petculescu | 1 | -1/+1 | |
2019-09-22 | adding $img_path in curly; fixing words order | George Petculescu | 1 | -1/+1 | |
2019-09-22 | if+elseif => if + if | George Petculescu | 1 | -1/+3 | |
2019-09-22 | Merge pull request #5834 from najdanovicivan/qb-count-having-fix | Andrey Andreev | 1 | -1/+1 | |
Fix count_all_result if QB query contains HAVING clause | |||||
2019-09-22 | Merge pull request #5837 from sapics/travis/fix-warning | Andrey Andreev | 1 | -1/+1 | |
Fix deprecation warning on Travis | |||||
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 20 | -98/+160 | |
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-09-19 | [ci skip] Begin 3.1.12-dev | Andrey Andreev | 6 | -5/+27 | |
2019-09-19 | [ci skip] Fix changelog links to session library | Andrey Andreev | 1 | -6/+6 | |
2019-09-19 | Replace master to nightly on Travis | sapics | 1 | -3/+3 | |
From the reference of the travis, nightly is the recommended one. https://docs.travis-ci.com/user/languages/php/ It also updates built version. `master`: version 8.0.0-dev (built: Feb 11 2019 07:59:12) `nightly`: version 8.0.0-dev (built: Sep 3 2019 09:50:37) | |||||
2019-09-19 | Replace mikey179/vfsStream to mikey179/vfsstream | sapics | 1 | -1/+1 | |
This fixes following deprecation warning. Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error. | |||||
2019-09-19 | Replace hhvm to hhvm-3.30 on Travis | sapics | 1 | -4/+4 | |
Composer is not support hhvm any more, thus, composer cause error in hhvm-4.x. hhvm-3.30 is the last php support version as https://hhvm.com/blog/2018/12/17/hhvm-3.30.html | |||||
2019-09-19 | Add PHP 7.4snapshot tests on Travis | sapics | 1 | -0/+4 | |
2019-09-19 | Update Ubuntu from Precise to Trusty on Travis | sapics | 1 | -1/+1 | |
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 2 | -1/+13 | |
similarly to PR #5816 (also add changelog entry) | |||||
2019-09-18 | [ci skip] Merge pull request #5831 from DeanWunder/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed HTML type attribute for input field in tutorial | |||||
2019-09-18 | Merge pull request #5835 from dangereyes88/develop | Project lead, CodeIgniter | 1 | -1/+1 | |
Update typography.rst | |||||
2019-09-18 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 2 | -2/+2 | |
2019-09-18 | [ci skip] Merge pull request #5831 from DeanWunder/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed HTML type attribute for input field in tutorial | |||||
2019-09-17 | Merge pull request #5835 from dangereyes88/develop | Project lead, CodeIgniter | 1 | -1/+1 | |
Update typography.rst | |||||
2019-09-17 | Update typography.rst | Abdul Haq Sheikh | 1 | -1/+1 | |
Corrected Typo | |||||
2019-09-13 | Fix count_all_result if QB query contains Having | Najdanovic Ivan | 1 | -1/+1 | |
Signed-off-by: Najdanovic Ivan <najdanovicivan@gmail.com> | |||||
2019-09-08 | improve create_captcha logging | George Petculescu | 1 | -1/+7 | |
2019-09-08 | Fixed HTML type attribute for input field. | DeanWunder | 1 | -1/+1 | |
Input is not a valid value for the type attribute for an input tag. Replaced with text, a valid value. https://www.w3schools.com/tags/att_input_type.asp | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() |