Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-08 | use 'while' instead of 'if' 'do' 'while' | Claudio Galdiolo | 1 | -10/+6 | |
2015-12-14 | Fix erroneous variables from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6 | Andrey Andreev | 3 | -4/+4 | |
2015-12-14 | Change DB charset handling | Andrey Andreev | 5 | -85/+32 | |
Close #4311 | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 18 | -104/+270 | |
2015-12-14 | Fix version() for Oracle DB drivers | Andrey Andreev | 2 | -2/+29 | |
2015-12-14 | Close #4313 | Andrey Andreev | 1 | -0/+12 | |
2015-12-14 | Fix #4312 | Andrey Andreev | 1 | -6/+3 | |
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-12 | [ci skip] Proper error handling for Sessions on PHP 5 | Andrey Andreev | 5 | -78/+133 | |
This was actually a PHP bug, see https://wiki.php.net/rfc/session.user.return-value Also related: #4039 | |||||
2015-12-11 | Fix #4039 | Andrey Andreev | 1 | -0/+6 | |
2015-12-11 | Fix #4306 | Andrey Andreev | 1 | -1/+1 | |
2015-12-08 | Remove CI_DB_driver::load_rdriver() | Andrey Andreev | 2 | -25/+7 | |
2015-12-08 | Type-hint csv_from_result(), xml_from_result() DB utilities | Andrey Andreev | 1 | -12/+2 | |
Close #4299 | |||||
2015-12-08 | rolling back previous solution; throwing exception if database connection ↵ | Halmai, Csongor | 2 | -5/+1 | |
was not successful. | |||||
2015-12-07 | Merge pull request #4291 from b-kaxa/fix-phpdoc | Andrey Andreev | 2 | -1/+2 | |
[ci skip] phpdoc adjustments in CI_Router and CI_URI | |||||
2015-12-07 | replace spaces with tabs | b-kaxa | 1 | -1/+1 | |
2015-12-07 | Detecting if database connection was not successful | Halmai, Csongor | 1 | -0/+4 | |
2015-12-06 | fix phpdoc | b-kaxa | 2 | -1/+2 | |
2015-12-03 | Fix #4283 | Andrey Andreev | 1 | -1/+2 | |
2015-11-24 | Use PHP7's random_bytes() when possible | Andrey Andreev | 2 | -0/+21 | |
Close #4260 | |||||
2015-11-24 | [ci skip] Remove some redundant code from DB_forge | Andrey Andreev | 1 | -4/+0 | |
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 1 | -38/+33 | |
2015-11-16 | [ci skip] Fix #4245 | Andrey Andreev | 1 | -1/+1 | |
2015-11-16 | do not try to auth/select db on redis connect failure | kemeng | 1 | -11/+17 | |
2015-11-16 | Fix #4244 | Andrey Andreev | 1 | -3/+28 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 1 | -2/+2 | |
2015-11-16 | fixed a typo in unix socket parameter; change coding style to match CI; fix ↵ | kemeng | 1 | -6/+10 | |
an elseif | |||||
2015-11-14 | add unix socket support to redis session driver | sskaje | 1 | -1/+19 | |
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 | 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 | [ci skip] Fix an infinite loop in captcha helper | Andrey Andreev | 1 | -1/+2 | |
2015-11-09 | Fixed PHP code style | Steffen Stollfuß | 1 | -1/+1 | |
* fixed PHP code style | |||||
2015-11-09 | Merge pull request #4217 from natesilva/fix-ipv6-base_url | Andrey Andreev | 1 | -1/+10 | |
Build base_url correctly if SERVER_ADDR is IPv6 | |||||
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-11-06 | Minor formatting: add empty line after else close | Nate Silva | 1 | -0/+1 | |
2015-11-06 | Tweak to match CI coding style | Nate Silva | 1 | -1/+1 | |
2015-11-06 | Simpler way to detect an IPv6 address (strpos) | Nate Silva | 1 | -1/+1 | |
2015-11-05 | Build base_url correctly if SERVER_ADDR is IPv6 | Nate Silva | 1 | -1/+9 | |
2015-11-04 | [ci skip] Fix a false default-fallback bug in set_checkbox(), set_radio() | Andrey Andreev | 1 | -8/+33 | |
Relevant: #4210 | |||||
2015-11-04 | Fix #4212 | Andrey Andreev | 1 | -1/+1 | |
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 20 | -397/+316 | |
2015-11-04 | [ci skip] Start of 3.0.4 development | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | [ci skip] Update changelog, version & upgrade instructions | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | Use proper randomness when generating CAPTCHAs | Andrey Andreev | 1 | -2/+87 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+2 | |
2015-10-31 | Harden xss_clean() | Andrey Andreev | 1 | -27/+39 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 1 | -5/+8 | |
2015-10-30 | Fix #3201 | Andrey Andreev | 1 | -1/+6 | |