Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 1 | -18/+1 | |
I don't know if it has ever worked properly, too much things break if you do try to disable it. | |||||
2020-07-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2020-01-28 | [ci skip] Docs spaces-to-tabs correction | Andrey Andreev | 1 | -2/+2 | |
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+7 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | [ci skip] Merge pull request #5890 from jerkob/develop | Andrey Andreev | 1 | -0/+7 | |
Adds a public trans_active function to determine transaction state | |||||
2020-01-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-28 | Update docs for `trans_active()` function` | jerkob | 1 | -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 #5881 from InSitu-Software/query_builder_full_join | Andrey Andreev | 1 | -1/+1 | |
Added FULL OUTER JOIN to QueryBuilder | |||||
2020-01-24 | Add documentation for trans_depth function | jerkob | 1 | -0/+8 | |
2020-01-23 | added FULL OUTER join option to documentation | Christian Mohr | 1 | -1/+1 | |
2019-10-08 | [ci skip] Fix #5847 | Andrey Andreev | 1 | -1/+1 | |
2019-02-14 | [ci skip] Updated QB reference docs for ↵ | Andrey Andreev | 1 | -4/+48 | |
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017 | |||||
2018-09-05 | [ci skip] Merge pull request #5583 from johndekroon/develop | Andrey Andreev | 1 | -1/+2 | |
Documented undocumented feature | |||||
2018-09-03 | Documented undocumented feature | John de Kroon | 1 | -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-03-15 | [ci skip] Merge pull request #5437 from MadGuyyy/develop | Andrey Andreev | 1 | -1/+1 | |
Docs spelling fix: utlize -> utilize | |||||
2018-03-14 | Spelling fix: utlize -> utilize | Sukhmeet Singh | 1 | -1/+1 | |
2017-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 1 | -1/+1 | |
Small spelling fix | |||||
2017-10-08 | Small spelling fix | AJ Dunn | 1 | -1/+1 | |
Missing ‘e’ in word ‘certificates’. Signed-off-by: AJ Dunn <andrew.dunn2@outlook.com.au> | |||||
2017-09-16 | [ci skip] Merge pull request #5265 from mehdibo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed dbprefix() documentation | |||||
2017-09-16 | Fixed dbprefix() | Mehdi Bounya | 1 | -1/+1 | |
$this->db->set_dbprefix('newprefix'); $this->db->dbprefix('tablename'); Would output newprefixtablename not newprefix_tablename | |||||
2017-07-21 | [ci skip] Merge pull request #5191 from jim-parry/patch/docs | Andrey Andreev | 1 | -1/+1 | |
Fix some mistakes in the user guide | |||||
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 1 | -1/+1 | |
2017-06-22 | Close #4134: Allow dots in alias names detected by QB | Andrey Andreev | 1 | -2/+3 | |
2017-02-13 | Add user-guide. | tianhe1986 | 1 | -0/+46 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 2 | -2/+2 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 2 | -2/+2 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -7/+7 | |
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 user_guide_src/source/libraries/form_validation.rst | |||||
2016-10-24 | [ci skip] Update docs on trans_off() | Andrey Andreev | 1 | -7/+7 | |
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 |