Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-31 | Fix compile_binds: do not use back references inside a character class. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-31 | Merge pull request #4886 from tianhe1986/develop_dbdriver_quote | Andrey Andreev | 1 | -1/+1 | |
Detect double-quoted strings in DB::compile_binds() | |||||
2016-10-28 | Revert "Match single quote in is_write_type()." | tianhe1986 | 1 | -1/+1 | |
This reverts commit eef5951ae313c2c4080e94b8c1aa743a6d6c93b7. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
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-28 | Match single quote in is_write_type(). | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-28 | Match both single and double quote in compile_binds(). | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2016-10-22 | Allow binding 0, null out of array in query() | Andrey Andreev | 1 | -1/+1 | |
2016-02-09 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -4/+4 | |
Fixed conflicts: user_guide_src/source/overview/at_a_glance.rst | |||||
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-02-04 | [ci skip] fix comment | Claudio Galdiolo | 1 | -1/+1 | |
2016-01-27 | Fix #4401 | Andrey Andreev | 1 | -4/+4 | |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | Merge pull request #4369 from galdiolo/patch-12 | Andrey Andreev | 1 | -10/+6 | |
Optimize transactions check in CI_DB_driver::query() | |||||
2016-01-08 | use 'while' instead of 'if' 'do' 'while' | Claudio Galdiolo | 1 | -10/+6 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 1 | -30/+2 | |
Close #4311 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+12 | |
2015-12-14 | Close #4313 | Andrey Andreev | 1 | -0/+12 | |
2015-12-12 | Complete the proposed changes from PR #4300 | Andrey Andreev | 1 | -16/+3 | |
2015-12-12 | Merge branch 'develop' of github.com:halmai/CodeIgniter into db/init_exception | Andrey Andreev | 1 | -1/+1 | |
2015-12-08 | Remove CI_DB_driver::load_rdriver() | Andrey Andreev | 1 | -24/+3 | |
2015-12-08 | rolling back previous solution; throwing exception if database connection ↵ | Halmai, Csongor | 1 | -1/+1 | |
was not successful. | |||||
2015-11-09 | Merge pull request #4223 from j0inty/develop | Andrey Andreev | 1 | -1/+4 | |
CI_DB_driver->simple_query() to check initialize() return value | |||||
2015-11-09 | Fixed PHP code style part 2 | Steffen Stollfuß | 1 | -1/+1 | |
* added missing space character | |||||
2015-11-09 | Fixed PHP code style | Steffen Stollfuß | 1 | -1/+1 | |
* fixed PHP code style | |||||
2015-11-08 | CI_DB_driver->simple_query() discard return of CI_DB_driver->initialize() ↵ | Steffen Stollfuß | 1 | -1/+4 | |
when db_debug = FALSE #4223 | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 1 | -24/+91 | |
2015-09-14 | Fix #4032 | Andrey Andreev | 1 | -5/+8 | |
2015-09-03 | Fix #4096 | Andrey Andreev | 1 | -1/+1 | |
2015-09-01 | There was an extra = sign in this file | Marco Monteiro | 1 | -1/+1 | |
2015-08-31 | Fix #4086 | Andrey Andreev | 1 | -13/+13 | |
2015-08-20 | Fix #4065 | Andrey Andreev | 1 | -1/+1 | |
2015-08-07 | [ci skip] Partial patch for #2284 | Andrey Andreev | 1 | -2/+5 | |
The issue description is about update_string(), which I'm not sure if can be fixed at all. This patch only addresses protect_identifiers(). | |||||
2015-08-05 | Fix #4026 | Andrey Andreev | 1 | -1/+4 | |
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -3/+3 | |
Partial changes from PR #4016 | |||||
2015-06-29 | Close #3934 | Andrey Andreev | 1 | -1/+1 | |
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -1/+1 | |
2015-02-19 | Fix postgre driver config | Andrey Andreev | 1 | -1/+0 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -9/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-05 | Fix #3460 | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -22/+26 | |