Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-08 | Merge branch '3.1-stable' into develop | Andrey Andreev | 8 | -48/+40 | |
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-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 79 | -233/+233 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 75 | -150/+150 | |
2018-11-16 | [ci skip] Fix #5627 | Andrey Andreev | 1 | -1/+1 | |
2018-11-16 | [ci skip] Fix #5624 | Andrey Andreev | 3 | -27/+9 | |
2018-09-11 | [ci skip] Fix #5587 | Andrey Andreev | 1 | -1/+4 | |
2018-08-22 | [ci skip] Close #5513 | Andrey Andreev | 1 | -0/+5 | |
2018-08-22 | [ci skip] Fix #5561 | Andrey Andreev | 1 | -16/+18 | |
2018-07-26 | More on #5542 | Andrey Andreev | 1 | -1/+1 | |
2018-07-22 | [ci skip] Fix #5542 | Andrey Andreev | 2 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 75 | -150/+150 | |
2018-04-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 2 | -3/+3 | |
The value of limit can be zero | |||||
2018-04-23 | [ci skip] Merge pull request #5471 from toonitw/patch-1 | Andrey Andreev | 2 | -3/+3 | |
The value of limit can be zero | |||||
2018-04-18 | Remove the extra parentheses | Jehong Ahn | 2 | -2/+2 | |
2018-04-14 | Merge pull request #5464 from ytetsuro/fix/#5462/like-before-bug | Andrey Andreev | 1 | -1/+1 | |
Fixed issue #5462 Query Builder LIKE BEFORE doesnt work | |||||
2018-04-13 | Fix #5448 | Andrey Andreev | 1 | -1/+1 | |
2018-04-12 | qb_limit can be zero | Jehong Ahn | 2 | -3/+3 | |
2018-04-03 | fix: It does not work properly when like is before | ytetsuro | 1 | -1/+1 | |
2018-03-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -28/+45 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.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 | |||||
2018-03-15 | [ci skip] Fix #5435 | Andrey Andreev | 1 | -1/+14 | |
2018-02-28 | [ci skip] Fix 5423 | Andrey Andreev | 1 | -4/+3 | |
2018-01-30 | Fix a QB bug where where(), having() treated values passed to them as ↵ | Andrey Andreev | 1 | -23/+28 | |
arbitrary SQL | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 79 | -158/+158 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 75 | -150/+150 | |
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 2 | -9/+6 | |
Clean elses | |||||
2017-12-20 | Add extra line before return | Gabriel Caruso | 1 | -0/+1 | |
2017-12-20 | Clean elses | Gabriel Caruso | 2 | -9/+5 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -21/+13 | |
2017-10-13 | Fix #5297 | Andrey Andreev | 1 | -4/+8 | |
2017-10-03 | Update DB_query_builder.php | pgee70 | 1 | -1/+1 | |
recent changes broke query ordering giving a warning in line 1238 = '$this->qb_cache_orderby = array_merge($this->qb_cache_orderby, $qb_orderby);' this was because on subsequent re-queries, the qb_cache_orderby was set to NULL not Array() as it is should be (and is instantiated originally . | |||||
2017-09-27 | Fix #5276 | Andrey Andreev | 2 | -16/+4 | |
2017-09-25 | Merge branch '3.1-stable' into develop | Andrey Andreev | 8 | -17/+72 | |
2017-09-13 | Fix #5260 | Andrey Andreev | 2 | -5/+61 | |
2017-09-04 | Fix #5246 | Andrey Andreev | 1 | -0/+1 | |
2017-08-31 | Merge pull request #5243 from rosseti/fix/pdo-dblib-sqlserver-version | Andrey Andreev | 1 | -0/+16 | |
Fix for DBLIB subdriver to get the right version number of SQL Server. | |||||
2017-08-31 | Refactoring some codeblocks. | Andrei Rosseti | 1 | -26/+15 | |
2017-08-30 | Fixed DBLIB subdriver to get the right version number of SQL Server. | Andrei Rosseti | 1 | -0/+27 | |
2017-08-29 | Optimize the join() type regexp and remove the extra leading space when no ↵ | Andrey Andreev | 1 | -3/+3 | |
special join-type is used | |||||
2017-08-29 | Polish changes from & add changelog entry for PR #5242 | Andrey Andreev | 1 | -29/+8 | |
Also, further simplified the join() logic | |||||
2017-08-29 | remove unnecessary empty lines | Shang Ning | 1 | -2/+0 | |
2017-08-29 | add NATURAL JOIN types to fix #5240 | Shang Ning | 1 | -4/+20 | |
2017-08-25 | [ci skip] Fix #5236 | Andrey Andreev | 4 | -4/+4 | |
2017-07-14 | [ci skip] Merge pull request #5183 from ytetsuro/add_oci8_driver_write_type | Andrey Andreev | 1 | -1/+1 | |
add is_write_type method for merge query | |||||
2017-07-13 | add is_write_type method for merge query | ytetsuro | 1 | -1/+1 | |
Signed-off-by: tetsuro yoshikawa <phper.0o0@gmail.com> | |||||
2017-07-10 | [ci skip] Fix #5178 (regression caused by #5168) | Andrey Andreev | 1 | -1/+1 | |
2017-07-03 | [ci skip] Fix #5168 | Andrey Andreev | 1 | -8/+6 | |
2017-06-22 | Close #4134: Allow dots in alias names detected by QB | Andrey Andreev | 1 | -10/+13 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.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 | |||||
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 1 | -1/+1 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET |