Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+10 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-26 | [ci skip] Minor documentation fixes | Andrey Andreev | 1 | -0/+1 | |
2016-07-22 | [ci skip] Add affected_rows() to db reference docs | Andrey Andreev | 1 | -0/+9 | |
2016-03-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 2 | -1/+14 | |
Resolved conflicts: system/core/CodeIgniter.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 | |||||
2016-02-17 | [ci skip] Update docs to reflect escape_like_str() usage with ESCAPE '\!' | Andrey Andreev | 2 | -1/+14 | |
Closes #4462 | |||||
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -4/+14 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-04 | Add batch_size param to insert_batch(), update_batch() | Andrey Andreev | 1 | -4/+14 | |
This should resolve #42 | |||||
2016-02-02 | Merge pull request #4419 from EpicKris/hotfix/database-forge-unique-doc | Andrey Andreev | 1 | -4/+6 | |
[ci skip] Added docs for UNIQUE keys in DBForge | |||||
2016-02-01 | Changed Unique Value | Kristian Matthews | 1 | -1/+1 | |
Changed unique value from false to true. Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-01-31 | Added Unique Field Attribute Doc | Kristian Matthews | 1 | -4/+6 | |
Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2015-12-14 | Change DB charset handling | Andrey Andreev | 1 | -10/+1 | |
Close #4311 | |||||
2015-12-12 | Complete the proposed changes from PR #4300 | Andrey Andreev | 1 | -0/+1 | |
2015-12-10 | Merge pull request #4304 from scherepn/fix-doc-build-errors | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix mismatched brackets in documentation | |||||
2015-12-09 | Fix mismatched brackets in documentation | Phil Scherer | 1 | -1/+1 | |
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu> | |||||
2015-11-16 | Grammar correction in database configuration guide | Craig Johnson | 1 | -1/+1 | |
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change. | |||||
2015-11-12 | Grammar correction in database configuration guide | Craig Johnson | 1 | -1/+1 | |
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change. | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -2/+4 | |
2015-10-19 | [ci skip] Fix docs about QB caching | Andrey Andreev | 1 | -1/+1 | |
It doesn't support set() ... Related: #4175 | |||||
2015-09-22 | [ci skip] Remove an example from DB docs | Andrey Andreev | 1 | -17/+0 | |
Users shouldn't be encouraged to use num_rows() that way ... We had already decided on this awhile ago, this example just slipped through. | |||||
2015-09-14 | Fix #4032 | Andrey Andreev | 1 | -2/+2 | |
2015-07-29 | [ci skip] QB docs, consistent bool vs boolean | Andrey Andreev | 1 | -6/+6 | |
2015-07-29 | Revert "[ci skip] Fix where_in() docs" | Andrey Andreev | 1 | -4/+4 | |
This reverts commit c749bfbca99291fe64ca98d45a20d0735cb4e461. Related to #3989, #4001 | |||||
2015-07-29 | Merge pull request #4009 from aneasystone/doc-pro | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Correct notes about database_exists(), optimize_database() utils | |||||
2015-07-29 | fix mixed-up database and table | aneasystone | 1 | -2/+2 | |
Signed-off-by: aneasystone <aneasystone@gmail.com> | |||||
2015-07-28 | [ci skip] Remove a redundant example from DB result docs | Andrey Andreev | 1 | -12/+0 | |
2015-07-27 | [ci skip] Update some query builder examples | Andrey Andreev | 1 | -11/+21 | |
Related: #4001 | |||||
2015-07-24 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -7/+7 | |
2015-07-24 | Merge pull request #3993 from lonnieezell/f/dbnumrows | Andrey Andreev | 1 | -16/+13 | |
[ci skip] Removing use of num_rows() in DB results docs | |||||
2015-07-24 | Revamping to the tune of isset | Lonnie Ezell | 1 | -2/+2 | |
2015-07-23 | [ci skip] Polish changes from PR #3990 | Andrey Andreev | 1 | -15/+18 | |
2015-07-23 | Tabs vs Spaces and the forgotten rewrite. | Lonnie Ezell | 1 | -6/+6 | |
2015-07-23 | The little things. :) | Lonnie Ezell | 1 | -1/+0 | |
2015-07-22 | Removing use of ->num_rows() in DB results docs. | Lonnie Ezell | 1 | -16/+14 | |
2015-07-22 | Revamping User class example for Custom Result Objects | Lonnie Ezell | 1 | -8/+5 | |
2015-07-22 | Rewording and typos | Lonnie Ezell | 1 | -13/+14 | |
2015-07-21 | Added missing space. | Lonnie Ezell | 1 | -1/+1 | |
2015-07-21 | Adding Custom Result object documentation to Query Results docs. | Lonnie Ezell | 1 | -0/+87 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+1 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | [ci skip] Update DB configuration docs with new SSL options | Andrey Andreev | 1 | -10/+15 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -3/+9 | |
feature/mysqli_ssl | |||||
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-13 | Update forge.rst | Adrian Voicu | 1 | -1/+1 | |
2015-07-10 | Important note | Adrian Voicu | 1 | -0/+2 | |
If you pass strings to the add_field() methods you won't be able to follow those by add_key() methods on those fields. | |||||
2015-06-23 | [ci skip] Remove an assign-by-ref example from DButil docs | Andrey Andreev | 1 | -2/+2 | |
Triggers an E_DEPRECATED message; reported via the forums: http://forum.codeigniter.com/thread-62178-post-319791.html | |||||
2015-06-23 | Typo fix on forge documentation | gn | 1 | -1/+1 | |
2015-06-18 | Removed db_options configuration item for implementation later. Changed 5 ↵ | Tim Nolte | 1 | -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-08 | Merge branch 'develop' into feature/mysqli-ssl | Tim Nolte | 1 | -2/+2 | |
2015-06-08 | Added new MySQLi parameters/info to default database config file. Fixed ↵ | Tim Nolte | 1 | -2/+26 | |
missing new MySQLi parameters from database configuration documentation examples. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-08 | Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated ↵ | Tim Nolte | 1 | -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-05-08 | update userguide | ftwbzhao | 1 | -2/+2 | |