Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -1/+13 | |
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-06-24 | Fix user guide url | sapics | 1 | -2/+2 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-03-30 | [ci skip] Update upgrade instructions for 3.1.12 | Andrey Andreev | 1 | -0/+6 | |
2020-03-30 | [ci skip] Add changelog entry for PR #5895 | Andrey Andreev | 1 | -0/+1 | |
2020-03-30 | [ci skip] Add changelog entry for #5903 | Andrey Andreev | 1 | -0/+1 | |
2020-03-30 | [ci skip] Fix #5906 | Andrey Andreev | 1 | -0/+1 | |
2020-02-11 | [ci skip] Fix #5901 | Andrey Andreev | 1 | -0/+1 | |
2020-01-28 | [ci skip] Docs spaces-to-tabs correction | Andrey Andreev | 1 | -2/+2 | |
2020-01-28 | [ci skip] Add changelog entry for PR #5890 | Andrey Andreev | 1 | -0/+1 | |
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+7 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+7 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | [ci skip] Add changelog entry for PR #5882 | Andrey Andreev | 1 | -0/+1 | |
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -2/+22 | |
Conflicts resolved: .travis.yml system/database/DB_query_builder.php system/helpers/captcha_helper.php system/libraries/Cache/drivers/Cache_redis.php system/libraries/Zip.php | |||||
2020-01-28 | Update docs for `trans_active()` function` | jerkob | 1 | -5/+4 | |
Per code review, update documentation from the proposed `trans_depth()` function to the replacement `trans_active()` function. | |||||
2020-01-27 | [ci skip] Merge pull request #5891 from franciscollanquipichun/develop | Andrey Andreev | 5 | -12/+12 | |
Inserted required attribute `lang` in html tags | |||||
2020-01-27 | [ci skip] Add changelog entry for PR #5881 | Andrey Andreev | 1 | -0/+1 | |
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-27 | [ci skip] Merge pull request #5885 from etrianag/develop | Andrey Andreev | 1 | -2/+2 | |
Update documentation for method parse_string | |||||
2020-01-27 | [ci skip] Merge pull request #5885 from etrianag/develop | Andrey Andreev | 1 | -2/+2 | |
Update documentation for method parse_string | |||||
2020-01-27 | [ci skip] Add changelog entry for issue #5879 | Andrey Andreev | 1 | -0/+1 | |
2020-01-27 | Remove parameter type from Description. | etrianag | 1 | -1/+1 | |
2020-01-27 | [ci skip] Add changelog for PR #5883 | Andrey Andreev | 1 | -0/+1 | |
2020-01-25 | inserted required attribute in html tags in documentation | Francisco Javier Llanquipichun Garcia | 5 | -13/+13 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-24 | Add documentation for trans_depth function | jerkob | 1 | -0/+8 | |
2020-01-23 | added FULL OUTER join option to documentation | Christian Mohr | 1 | -1/+1 | |
2020-01-13 | Update documentation for method parse_string | etrianag | 1 | -2/+2 | |
Fix description of parameter $template in method parse_string. | |||||
2019-11-25 | [ci skip] Add changelog entry for PR #5856 | Andrey Andreev | 1 | -0/+1 | |
2019-11-01 | [ci skip] Add changelog entry for #5861 | Andrey Andreev | 1 | -0/+1 | |
2019-10-21 | [ci skip] Fix #5857 | Andrey Andreev | 1 | -0/+1 | |
2019-10-08 | [ci skip] Fix #5847 | Andrey Andreev | 1 | -1/+1 | |
2019-10-08 | [ci skip] Add upgrade instructions for user_agents.php | Andrey Andreev | 1 | -0/+6 | |
2019-10-08 | [ci skip] Add changelog entry for PR #5832 | Andrey Andreev | 1 | -0/+4 | |
2019-10-08 | [ci skip] Fix #5840 | Andrey Andreev | 1 | -0/+1 | |
2019-09-22 | [ci skip] Add changelog for #5834 | Andrey Andreev | 1 | -1/+5 | |
2019-09-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -2/+47 | |
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 | 5 | -4/+26 | |
2019-09-19 | [ci skip] Fix changelog links to session library | Andrey Andreev | 1 | -6/+6 | |
2019-09-18 | [ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵ | Andrey Andreev | 1 | -0/+1 | |
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 | [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 | Update typography.rst | Abdul Haq Sheikh | 1 | -1/+1 | |
Corrected Typo | |||||
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-08-13 | [ci skip] Add update mimes.php step to 3.1.11 upgrade instructions | Andrey Andreev | 1 | -0/+6 | |
2019-08-02 | [ci skip] Fix a CSRF-related bug | Andrey Andreev | 1 | -0/+1 | |
2019-07-16 | Fix #5796 | Andrey Andreev | 1 | -0/+1 | |
2019-07-15 | [ci skip] Fix #5788 | Andrey Andreev | 1 | -0/+1 | |
2019-06-23 | [ci skip] Add changelog entry for PR #5783 | Andrey Andreev | 1 | -0/+1 | |