summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2020-01-28[ci skip] Merge pull request #5890 from jerkob/developAndrey Andreev1-0/+7
Adds a public trans_active function to determine transaction state
2020-01-28Merge branch '3.1-stable' into developAndrey Andreev3-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-28Update docs for `trans_active()` function`jerkob1-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/developAndrey Andreev5-12/+12
Inserted required attribute `lang` in html tags
2020-01-27[ci skip] Add changelog entry for PR #5881Andrey Andreev1-0/+1
2020-01-27[ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_joinAndrey Andreev1-1/+1
Added FULL OUTER JOIN to QueryBuilder
2020-01-27[ci skip] Merge pull request #5881 from InSitu-Software/query_builder_full_joinAndrey Andreev1-1/+1
Added FULL OUTER JOIN to QueryBuilder
2020-01-27[ci skip] Merge pull request #5885 from etrianag/developAndrey Andreev1-2/+2
Update documentation for method parse_string
2020-01-27[ci skip] Merge pull request #5885 from etrianag/developAndrey Andreev1-2/+2
Update documentation for method parse_string
2020-01-27[ci skip] Add changelog entry for issue #5879Andrey Andreev1-0/+1
2020-01-27Remove parameter type from Description.etrianag1-1/+1
2020-01-27[ci skip] Add changelog for PR #5883Andrey Andreev1-0/+1
2020-01-25inserted required attribute in html tags in documentationFrancisco Javier Llanquipichun Garcia5-13/+13
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2020-01-24Add documentation for trans_depth functionjerkob1-0/+8
2020-01-23added FULL OUTER join option to documentationChristian Mohr1-1/+1
2020-01-13Update documentation for method parse_stringetrianag1-2/+2
Fix description of parameter $template in method parse_string.
2019-11-25[ci skip] Add changelog entry for PR #5856Andrey Andreev1-0/+1
2019-11-01[ci skip] Add changelog entry for #5861Andrey Andreev1-0/+1
2019-10-21[ci skip] Fix #5857Andrey Andreev1-0/+1
2019-10-08[ci skip] Fix #5847Andrey Andreev1-1/+1
2019-10-08[ci skip] Add upgrade instructions for user_agents.phpAndrey Andreev1-0/+6
2019-10-08[ci skip] Add changelog entry for PR #5832Andrey Andreev1-0/+4
2019-10-08[ci skip] Fix #5840Andrey Andreev1-0/+1
2019-09-22[ci skip] Add changelog for #5834Andrey Andreev1-1/+5
2019-09-19Merge branch '3.1-stable' into developAndrey Andreev5-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-devAndrey Andreev5-4/+26
2019-09-19[ci skip] Fix changelog links to session libraryAndrey Andreev1-6/+6
2019-09-18[ci skip] Update Cache library Redis driver to work with phpRedis 5, ↵Andrey Andreev1-0/+1
similarly to PR #5816 (also add changelog entry)
2019-09-18[ci skip] Merge pull request #5831 from DeanWunder/patch-1Andrey Andreev1-1/+1
Fixed HTML type attribute for input field in tutorial
2019-09-18Merge pull request #5835 from dangereyes88/developProject lead, CodeIgniter1-1/+1
Update typography.rst
2019-09-18[ci skip] Merge pull request #5831 from DeanWunder/patch-1Andrey Andreev1-1/+1
Fixed HTML type attribute for input field in tutorial
2019-09-17Update typography.rstAbdul Haq Sheikh1-1/+1
Corrected Typo
2019-09-08Fixed HTML type attribute for input field.DeanWunder1-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 instructionsAndrey Andreev1-0/+6
2019-08-02[ci skip] Fix a CSRF-related bugAndrey Andreev1-0/+1
2019-07-16Fix #5796Andrey Andreev1-0/+1
2019-07-15[ci skip] Fix #5788Andrey Andreev1-0/+1
2019-06-23[ci skip] Add changelog entry for PR #5783Andrey Andreev1-0/+1
2019-06-19Fix #5774Andrey Andreev1-0/+1
2019-06-19[ci skip] Add changelog entry for #5779, PR #5781Andrey Andreev1-0/+1
2019-05-11[ci skip] Add changelog entry for #5753Andrey Andreev1-0/+2
2019-05-10[ci skip] Fix #5755Andrey Andreev1-0/+1
2019-05-10[ci skip] Add changelog entry for PR #5744Andrey Andreev1-0/+3
2019-04-23Merge pull request #5735 from om-mahato/developInstructor, BCIT1-1/+1
Documentation on mobile devices issue filed
2019-04-23Merge pull request #5453 from popcorner/popcorner-tocInstructor, BCIT1-13/+16
[user guide] replace toggle() to fix the toc button
2019-04-23Merge pull request #5735 from om-mahato/developInstructor, BCIT1-1/+1
Documentation on mobile devices issue filed
2019-04-23Merge pull request #5453 from popcorner/popcorner-tocInstructor, BCIT1-13/+16
[user guide] replace toggle() to fix the toc button
2019-04-23[ci skip] Merge pull request #5743 from linkqotto/fix-typoAndrey Andreev1-1/+1
Fix typo in Tutorial
2019-04-23[ci skip] Fix #5703Andrey Andreev1-0/+2
2019-04-18fix typo澤崎成実1-1/+1