summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-06-18Removed db_options configuration item for implementation later. Changed 5 ↵Tim Nolte1-30/+5
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-18Merge branch 'develop' into feature/mysqli-sslTim Nolte1-0/+2
2015-06-11Fix #3904Andrey Andreev1-0/+1
2015-06-10Fix #3903Andrey Andreev1-0/+1
2015-06-08Merge branch 'develop' into feature/mysqli-sslTim Nolte18-98/+113
2015-06-08Added new MySQLi parameters/info to default database config file. Fixed ↵Tim Nolte1-2/+26
missing new MySQLi parameters from database configuration documentation examples. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-08Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated ↵Tim Nolte1-1/+8
database configuration documentation to include a list of the new MySQLi driver parameters. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-08Fix #3890Andrey Andreev1-0/+1
2015-05-29[ci skip] Add a note to 3.0.0 upgrade instructionsAndrey Andreev1-3/+7
2015-05-27[ci skip] Remove 'global_xss_filtering' from CI_Security docsAndrey Andreev1-6/+0
2015-05-26[ci skip] Improve 3.0 upgrade instructions renderingAndrey Andreev1-4/+4
Close #3876
2015-05-22Merge pull request #3868 from ftwbzhao/feature/migrationAndrey Andreev1-1/+1
[ci skip] Update Migration lib class reference docs
2015-05-21update function latestftwbzhao1-1/+1
2015-05-21[ci skip] Update tutorialAndrey Andreev2-52/+55
Related: #3866
2015-05-21Fix a bug in the CSV export DB utilityAndrey Andreev1-0/+1
Reported via the forums: http://forum.codeigniter.com/thread-61810.html
2015-05-20optimize migrations class referenceftwbzhao1-1/+1
2015-05-18Fixed some grammar.NAghajani1-5/+5
Fixed some grammar mistakes in image_lib.rst
2015-05-18[ci skip] Remove example usage of MD5 for passwordsAndrey Andreev1-3/+3
2015-05-17param missing.Ticema1-2/+2
add param to do_upload() function.
2015-05-13Update changelog.rstLeandro Mangini Antunes1-1/+1
2015-05-13Update changelog.rstLeandro Mangini Antunes1-0/+1
2015-05-13[ci skip] Fix an erroneous doc linkAndrey Andreev1-2/+2
Close #3851
2015-05-12Merge pull request #3842 from ftwbzhao/feature/lasttimeAndrey Andreev7-13/+14
[ci skip] Minor userguide corrections
2015-05-11Adding validation not documented.Rodolfo Silva1-0/+1
2015-05-11Fix #3846Andrey Andreev1-0/+1
2015-05-08update userguideftwbzhao7-13/+14
2015-05-07Revert "Issue/PR #3836"Andrey Andreev1-1/+0
This reverts commit 170ae282338584ebe257d2fb21101ccf84a3f800.
2015-05-07Issue/PR #3836Andrey Andreev1-0/+1
2015-05-06Merge pull request #3835 from ftwbzhao/feature/userguideAndrey Andreev1-1/+1
[ci skip] Update APC section link
2015-05-06update apc linkftwbzhao1-1/+1
2015-05-02[ci skip] Fix timezones list in date helper docsAndrey Andreev1-1/+1
Close #3818
2015-05-02[ci skip] Fix a doc link causing a Sphinx compile warningAndrey Andreev1-2/+2
2015-04-30Fix #3823Andrey Andreev1-0/+1
2015-04-30Fix typos in user guide.Master Yoda2-2/+2
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention).
2015-04-29Add list_fields() support for SQLite3Andrey Andreev1-0/+4
2015-04-29Fix #3816Andrey Andreev1-0/+1
2015-04-29Fix migration_versionkenjis1-2/+2
2015-04-24A changelog update 3.Ivan Tcholakov1-1/+1
2015-04-24A changelog update 2.Ivan Tcholakov1-1/+1
2015-04-24A changelog update.Ivan Tcholakov1-0/+1
2015-04-20Fix #3787Andrey Andreev1-0/+1
2015-04-14Fix #3771Andrey Andreev1-0/+1
2015-04-14Fix #3773Andrey Andreev1-0/+1
2015-04-12Close #3761Andrey Andreev1-0/+1
2015-04-09add changelog for #3744ftwbzhao1-0/+1
2015-04-04Fix #3733Andrey Andreev1-1/+5
Close #3734
2015-04-04Edit dbforge drop_table line 230LouisMilotte1-2/+2
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition.
2015-04-02fixing typoSentabi1-2/+2
2015-04-01[ci skip] Update version numbersAndrey Andreev1-2/+2
2015-04-01Mitigate potential DoS attacks against hash_pbkdf2()Andrey Andreev1-2/+12
Related: #3720