summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
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
2019-04-05class .wy-nav-content-wrap modied for responsiveOm Mahato1-1/+1
To solve the issue of main context getting offset from screen on mobile devices. The css class .wy-nav-content-wrap under media query has been modified.
2019-03-20[ci skip] Merge pull request #5724 from kevmo/patch-1Andrey Andreev1-1/+1
Punctuation error fixed in documentation (add apostrophe).
2019-03-16Punctuation error fixed (add apostrophe).kevin moore1-1/+1
2019-03-16[ci skip] Add changelog entry for PR #5708Andrey Andreev1-0/+1
2019-03-13[ci skip] Merge pull request #5716 from achraf52/patch-2Andrey Andreev1-2/+2
Corrected example mistake
2019-03-12Corrected example mistakeAchraf Almouloudi1-2/+2
Corrected an example mistake where the input script tries to echo "<p>fieldset content here</p>\n" but the result in "Produces" is "<p>form content here</p>" which is clearly an inconsistant result.
2019-02-26[ci skip] Fix #5701Andrey Andreev1-0/+1
2019-02-14[ci skip] Updated QB reference docs for ↵Andrey Andreev1-4/+48
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017
2019-02-14Close #4186, #5631, #5668Andrey Andreev1-0/+1
2019-02-14Merge branch '3.1-stable' into developAndrey Andreev1-0/+5
2019-02-14[ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a ↵Andrey Andreev1-0/+1
changelog entry
2019-01-25[ci skip] Fix #5681Andrey Andreev1-0/+4
2019-01-16Merge branch '3.1-stable' into developAndrey Andreev4-4/+30
2019-01-16[ci skip] Start of 3.1.11 developmentAndrey Andreev5-3/+26
2019-01-16[ci skip] Prepare for 3.1.10 releaseAndrey Andreev3-5/+8
2019-01-08Merge branch '3.1-stable' into developAndrey Andreev3-11/+26
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 #5482Andrey Andreev2-2/+16
2019-01-04[ci skip] Add changelog entry for PR #5659Andrey Andreev1-0/+1
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT2-3/+3
Update copyright date to 2019
2018-12-27Update copyright date to 2019Jim Parry2-3/+3
2018-12-17[ci skip] Add changelog entry for PR #5652Andrey Andreev1-0/+1
2018-12-17[ci skip] Add changelog entry for PR #5651Andrey Andreev1-0/+1
2018-11-16[ci skip] Fix #5627Andrey Andreev1-0/+1
2018-11-16[ci skip] Fix #5624Andrey Andreev1-0/+1
2018-09-11[ci skip] Fix #5590 (add a default error message for FV valid_base64 rule)Andrey Andreev1-0/+1
2018-09-11[ci skip] Fix #5587Andrey Andreev1-0/+1
2018-09-10[ci skip] Merge pull request #5592 from Tusharmalik/developAndrey Andreev1-3/+3
corrected the serial number of 'source/installation/upgrade_319'
2018-09-10corrected the serial number of 'source/installation/upgrade_319' and changed ↵tusharmalik1-3/+3
the heading size
2018-09-05[ci skip] Merge pull request #5583 from johndekroon/developAndrey Andreev1-1/+2
Documented undocumented feature
2018-09-03Documented undocumented featureJohn de Kroon1-1/+2
The 'none' option is a valid option, which was documented in the 2.x documentation. I added it since it is still supported in 3.x.
2018-08-22[ci skip] Close #5513Andrey Andreev1-0/+4
2018-08-22[ci skip] Fix #5571Andrey Andreev1-0/+1