Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-29 | reset _has_operator() & added to _get_operator() | Emrul Easir | 1 | -1/+1 | |
Removed the NOT BETWEEN from _has_operator() method. 'NOT BETWEEN' only needs to apply in _get_operator() method. Otherwise, query error still remaining. | |||||
2019-03-28 | NOT BETWEEN update | Emrul Easir | 1 | -1/+1 | |
used \s NOT BETWEEN instead of \sNOT BETWEEN, so updated this patch | |||||
2019-03-28 | NOT BETWEEN syntax error DB where() issue solved | Emrul Easir | 1 | -1/+2 | |
While creating a SQL query string using query builder, NOT BETWEEN operator adds a syntax error, Solution added to _has_operator() and _get_operator() method. | |||||
2019-03-20 | [ci skip] Merge pull request #5724 from kevmo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Punctuation error fixed in documentation (add apostrophe). | |||||
2019-03-16 | Punctuation error fixed (add apostrophe). | kevin moore | 1 | -1/+1 | |
2019-03-16 | [ci skip] Merge pull request #5708 from mchobbylong/develop | Andrey Andreev | 1 | -5/+7 | |
Resolve race condition in redis driven session key get_lock | |||||
2019-03-15 | Remove unnecessary code | Michael Long | 1 | -1/+1 | |
2019-03-15 | Fix code style | Michael Long | 1 | -1/+2 | |
2019-03-15 | Refactor behaviors with different ttl of lock_key | Michael Long | 1 | -7/+7 | |
2019-03-13 | [ci skip] Merge pull request #5716 from achraf52/patch-2 | Andrey Andreev | 1 | -2/+2 | |
Corrected example mistake | |||||
2019-03-12 | Corrected example mistake | Achraf Almouloudi | 1 | -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-03-02 | Resolve race condition in redis driven session key get_lock | Michael Long | 1 | -2/+3 | |
2019-02-14 | [ci skip] More on #4186 | Andrey Andreev | 1 | -2/+7 | |
2019-02-14 | [ci skip] Updated QB reference docs for ↵ | Andrey Andreev | 1 | -4/+48 | |
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017 | |||||
2019-02-14 | Close #4186, #5631, #5668 | Andrey Andreev | 2 | -15/+11 | |
2019-02-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -8/+20 | |
2019-02-14 | [ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a ↵ | Andrey Andreev | 3 | -5/+13 | |
changelog entry | |||||
2019-02-14 | [ci skip] Merge pull request #5692 from ytetsuro/patch-2 | Andrey Andreev | 1 | -0/+7 | |
Fixed bug that can not be changed from not null to null in oci. | |||||
2019-02-14 | [ci skip] Merge pull request #5692 from ytetsuro/patch-2 | Andrey Andreev | 1 | -0/+7 | |
Fixed bug that can not be changed from not null to null in oci. | |||||
2019-02-12 | feat: add _null property | ytetsuro | 1 | -0/+7 | |
2019-01-25 | [ci skip] Fix #5681 | Andrey Andreev | 4 | -3/+7 | |
2019-01-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -4/+30 | |
2019-01-16 | [ci skip] Start of 3.1.11 development | Andrey Andreev | 6 | -4/+27 | |
2019-01-16 | [ci skip] Prepare for 3.1.10 release | Andrey Andreev | 4 | -6/+9 | |
2019-01-15 | Merge pull request #5676 from albertleao/albertleao-patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added mobile google bot to user agents | |||||
2019-01-15 | Merge pull request #5676 from albertleao/albertleao-patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added mobile google bot to user agents | |||||
2019-01-13 | Added mobile google bot to user agents | Albert Leao | 1 | -0/+1 | |
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 21 | -69/+90 | |
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 #5482 | Andrey Andreev | 4 | -7/+32 | |
2019-01-08 | [ci skip] Fix #5674 | Andrey Andreev | 1 | -2/+2 | |
2019-01-04 | Merge pull request #5661 from sapics/travis-add-php7.3 | Andrey Andreev | 1 | -0/+3 | |
Add PHP 7.3 tests on Travis | |||||
2019-01-04 | Merge pull request #5661 from sapics/travis-add-php7.3 | Andrey Andreev | 1 | -0/+3 | |
Add PHP 7.3 tests on Travis | |||||
2019-01-04 | [ci skip] Add changelog entry for PR #5659 | Andrey Andreev | 1 | -0/+1 | |
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-04 | Merge pull request #5659 from aanbar/validation_reset_data | Andrey Andreev | 1 | -1/+1 | |
Fix #5605 | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 176 | -513/+513 | |
Update copyright date to 2019 | |||||
2019-01-02 | [ci skip] Merge pull request #5657 from pawelkg/fix_html_helper | Andrey Andreev | 1 | -1/+1 | |
Fix html helper | |||||
2019-01-01 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 167 | -332/+332 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 167 | -332/+332 | |
2018-12-27 | Add PHP 7.3 tests on Travis | Takahiro Nishino | 1 | -0/+3 | |
2018-12-24 | if we are not validating an array & the post data contains an array then ↵ | Ahmad Anbar | 1 | -1/+1 | |
nullify the post data for the field | |||||
2018-12-17 | Change comparison operator to assignment, which it should be. | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-17 | Merge remote-tracking branch 'codeigniter/develop' into develop | Paweł Kłopotek-Główczewski | 1 | -1/+1 | |
2018-12-17 | Merge remote-tracking branch 'remotes/CodeIgniter/master' into develop | Paweł Kłopotek-Główczewski | 0 | -0/+0 | |
2018-12-17 | [ci skip] Add changelog entry for PR #5652 | Andrey Andreev | 1 | -0/+1 | |
2018-12-17 | [ci skip] Merge pull request #5652 from Khuthaily/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Add px to width and height inline style output of create_captcha() | |||||
2018-12-17 | [ci skip] Merge pull request #5652 from Khuthaily/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Add px to width and height inline style output of create_captcha() | |||||
2018-12-17 | [ci skip] Add changelog entry for PR #5651 | Andrey Andreev | 1 | -0/+1 | |
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it | |||||
2018-12-17 | [ci skip] Merge pull request #5651 from pawelkg/develop | Andrey Andreev | 1 | -1/+1 | |
Test if cache file is writable before unlink it |