summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20Merge branch '3.1-stable' into developAndrey Andreev5-24/+8
2017-11-20[ci skip] More docs updates following #5330Andrey Andreev5-24/+8
2017-11-15[ci skip] Update upgrade instructions for 3.2.0Andrey Andreev1-8/+48
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev1-0/+2
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-10Close #5330Andrey Andreev1-0/+1
2017-11-10Fix #5331Andrey Andreev1-0/+1
2017-11-09Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev1-2/+2
2017-11-07Merge branch '3.1-stable' into developAndrey Andreev3-3/+21
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev3-4/+22
2017-11-07Implement data:image URIs in CAPTCHA helperAndrey Andreev2-8/+10
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200
2017-10-25[ci skip] Merge pull request #5311 from gonzalo-massa/gonzalo-massa-patch-1Andrey Andreev1-0/+3
Download links for versions 2.2.4 to 2.2.6 added to docs
2017-10-25Missing links for CI2 versions on documentationgonzalo-massa1-0/+3
Download links for CodeIgniter versions 2.2.4, 2.2.5 and 2.2.6 added to documentation (Installation > Downloading CodeIgniter)
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev2-2/+15
2017-10-16[ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵Andrey Andreev1-0/+5
emails Close #5300
2017-10-13Fix #5297Andrey Andreev1-0/+1
2017-10-09[ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-blockAndrey Andreev1-2/+2
Fix broken .htaccess example code-block
2017-10-09[ci skip] Merge pull request #5295 from mamat-rahmat/fix-docs-code-blockAndrey Andreev1-2/+2
Fix broken .htaccess example code-block
2017-10-09[ci skip] Merge pull request #5292 from ajdunn2/developAndrey Andreev1-1/+1
Small spelling fix
2017-10-09Fix broken .htaccess example code-blockMamat Rahmat1-2/+2
- remove double colon before code-block - change lexer into apacheconf Fixes #5283 Signed-off-by: Mamat Rahmat <coderbodoh@gmail.com>
2017-10-08Small spelling fixAJ Dunn1-1/+1
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au>
2017-10-04[ci skip] Fix a typo in pagination docsAndrey Andreev1-2/+2
2017-10-03[ci skip] Add changelog entry for #5282Andrey Andreev1-0/+1
2017-10-02[ci skip] Drop docs section about short PHP tags (close #5280)Andrey Andreev1-15/+1
2017-09-29Add testcase and changelog entry for #5278Andrey Andreev1-0/+1
2017-09-27Fix #5276Andrey Andreev1-0/+5
2017-09-25Merge branch '3.1-stable' into developAndrey Andreev5-2/+61
2017-09-25[ci skip] Mark the start of 3.1.7-devAndrey Andreev5-3/+25
2017-09-25[ci skip] Prepare 3.1.6 releaseAndrey Andreev3-4/+4
2017-09-25[ci skip] Add upgrade instructions about the APC deprecationAndrey Andreev1-0/+14
2017-09-25[ci skip] Fix potential object injection in apc cache driver; deprecate the ↵Andrey Andreev1-0/+5
apc driver
2017-09-16[ci skip] Merge pull request #5265 from mehdibo/patch-1Andrey Andreev1-1/+1
Fixed dbprefix() documentation
2017-09-16Fixed dbprefix()Mehdi Bounya1-1/+1
$this->db->set_dbprefix('newprefix'); $this->db->dbprefix('tablename'); Would output newprefixtablename not newprefix_tablename
2017-09-13Fix #5260Andrey Andreev1-0/+2
2017-09-04Fix #5246Andrey Andreev1-0/+1
2017-08-31[ci skip] Add changelog entry for #5243Andrey Andreev1-0/+1
2017-08-29Polish changes from & add changelog entry for PR #5242Andrey Andreev1-0/+1
Also, further simplified the join() logic
2017-08-25[ci skip] Fix #5236Andrey Andreev1-0/+1
2017-08-07[ci skip] Update docs & add changelog entry for PR #5217Andrey Andreev2-1/+2
2017-07-21[ci skip] Merge pull request #5188 from ↵Andrey Andreev1-4/+6
ryanbriscall/update-sphinx-version-userguide-src updates version of sphinx to 1.6.3 for easyinstall command in step 2 …
2017-07-21[ci skip] Merge pull request #5188 from ↵Andrey Andreev1-4/+6
ryanbriscall/update-sphinx-version-userguide-src updates version of sphinx to 1.6.3 for easyinstall command in step 2 …
2017-07-21[ci skip] Merge pull request #5191 from jim-parry/patch/docsAndrey Andreev4-6/+6
Fix some mistakes in the user guide
2017-07-21[ci skip] Merge pull request #5191 from jim-parry/patch/docsAndrey Andreev4-6/+6
Fix some mistakes in the user guide
2017-07-20Added code-block tag to make sphinx happy with urls.rstMaster Yoda1-0/+2
2017-07-20Remove changes to general/urls.rstMaster Yoda1-2/+2
2017-07-20Fix some mistakes in the user guideMaster Yoda4-8/+6
2017-07-20[ci skip] Fix changelog entries (errors detected while testing #5188)Andrey Andreev1-2/+2
2017-07-17[ci skip] escapeshellarg on the image src path passed to NetPBM by Image_libAndrey Andreev1-0/+1
2017-07-17updates prerequisites text to clarify v2.7 requirement of Python for Sphinx.ryanbriscall1-3/+5
2017-07-16updates version of sphinx to 1.6.3 for easyinstall command in step 2 of ↵ryanbriscall1-1/+1
user_guide_src/README.