Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-25 | HTML Helper - meta(): now can generate HTML meta charset & Open Graph property | Sébastien Adam | 2 | -10/+11 | |
2015-11-16 | Merge pull request #4236 from galdiolo/patch-11 | Andrey Andreev | 5 | -5/+5 | |
[ci skip] Bump PHP version number to 5.5 | |||||
2015-11-16 | [ci skip] Polish changes from PR #4240 | Andrey Andreev | 2 | -40/+35 | |
2015-11-16 | Merge pull request #4240 from sskaje/develop | Andrey Andreev | 2 | -11/+44 | |
Add unix socket support to redis session driver | |||||
2015-11-16 | do not try to auth/select db on redis connect failure | kemeng | 1 | -11/+17 | |
2015-11-16 | Spaces around ! . Changelog entry in 3.1.0. | kemeng | 2 | -2/+7 | |
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-16 | Merge pull request #4241 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added/updated MIME types for Flash Video | |||||
2015-11-14 | Added and Updated MIME types for Flash Video | Suhindra | 1 | -1/+2 | |
Update 'f4v' entry and add 'flv' to support Flash Video as allowed file type. | |||||
2015-11-14 | add unix socket support to redis session driver | sskaje | 1 | -1/+19 | |
2015-11-12 | Merge pull request #4239 from craigdanj/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Grammar correction in database configuration guide | |||||
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-11-11 | [ci skip] Make it clear that PHP <5.5 usage is discouraged | Claudio Galdiolo | 5 | -5/+5 | |
PHP 5.4 reached end of life Signed-off-by: Claudio Galdiolo <claudio.galdiolo@gmail.com> | |||||
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 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -4/+25 | |
2015-11-09 | Merge pull request #4225 from zhanghongyi/loader-test | Andrey Andreev | 1 | -4/+25 | |
Improve Loader test cases for libraries | |||||
2015-11-09 | modify and add test cases for Loader class to test more exceptions | Hongyi Zhang | 1 | -4/+25 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-11-09 | Fixed PHP code style | Steffen Stollfuß | 1 | -1/+1 | |
* fixed PHP code style | |||||
2015-11-09 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -1/+10 | |
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-08 | Merge pull request #1 from bcit-ci/develop | Steffen Stollfuß | 34 | -454/+504 | |
Pull current develop branch to submit a bug report later | |||||
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-06 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -0/+8 | |
2015-11-06 | Merge pull request #4218 from schwemmer/develop | Andrey Andreev | 1 | -0/+8 | |
[ci skip] Added MIME types for JPEG2000 | |||||
2015-11-06 | Fixed white-space for JPEG2000 MIME types | Rafael Schwemmer | 1 | -8/+8 | |
Replaced spaces by tabs to be consistent with rest of the code | |||||
2015-11-05 | Added MIME types for JPEG2000 | Rafael Schwemmer | 1 | -0/+8 | |
Added all MIME types and file extensions to support JPEG2000 images as allowed file type. | |||||
2015-11-05 | Build base_url correctly if SERVER_ADDR is IPv6 | Nate Silva | 1 | -1/+9 | |
2015-11-04 | [ci skip] Add 3.0.4 to changelog as well | Andrey Andreev | 1 | -0/+4 | |
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 32 | -453/+494 | |
2015-11-04 | [ci skip] Start of 3.0.4 development | Andrey Andreev | 5 | -4/+20 | |
2015-10-31 | [ci skip] Update download link | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | [ci skip] Update changelog, version & upgrade instructions | Andrey Andreev | 5 | -6/+96 | |
2015-10-31 | Use proper randomness when generating CAPTCHAs | Andrey Andreev | 1 | -2/+87 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 3 | -38/+29 | |
2015-10-31 | Harden xss_clean() | Andrey Andreev | 2 | -42/+59 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 2 | -5/+9 | |
2015-10-30 | [ci skip] Fix changelog entry from latest commit | Andrey Andreev | 1 | -1/+1 | |
#3201 is actually another issue, the bug fixed by a62aa820bdd3e642f44428b27f2c6cde1baf4adc was just reported in the comments there. | |||||
2015-10-30 | Fix #3201 | Andrey Andreev | 3 | -1/+12 | |
2015-10-23 | [ci skip] Link HackerOne page in the readme | Andrey Andreev | 1 | -1/+2 | |
2015-10-23 | [ci skip] Link HackerOne page in the readme | Andrey Andreev | 1 | -1/+2 | |
2015-10-21 | Merge pull request #4167 from zhanghongyi/fix-pulldown | Instructor, Computer Systems Technology | 2 | -5/+46 | |
disable pulldown menu on mobile devices | |||||
2015-10-21 | Merge pull request #4167 from zhanghongyi/fix-pulldown | Instructor, Computer Systems Technology | 2 | -5/+46 | |
disable pulldown menu on mobile devices | |||||
2015-10-19 | rename cookie values to make codes clear | Hongyi Zhang | 1 | -9/+9 | |
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com> | |||||
2015-10-19 | Fix #4171 and a number of other transaction bugs | Andrey Andreev | 15 | -356/+170 | |
2015-10-19 | Fix #4173 | Andrey Andreev | 2 | -1/+8 | |
This reverts commit 7cc6cea2d421862726081a39e932dbceeefcc775 from PR #3968. At the time this seemed logical, but turns out it breaks the ability to create non-PRIMARY composite keys, so ... | |||||
2015-10-19 | [ci skip] Fix docs about QB caching | Andrey Andreev | 1 | -1/+1 | |
It doesn't support set() ... Related: #4175 |