Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-13 | Using _wh_in() instead of _where_in(). | tianhe1986 | 1 | -15/+22 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-13 | Merge pull request #5016 from zploskey/fix_userguide_version | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Increase version in userguide to 3.1.4-dev | |||||
2017-02-11 | Increase version in userguide to 3.1.4-dev | Zach Ploskey | 1 | -2/+2 | |
The version number was not increased after the 3.1.3 release. | |||||
2017-02-07 | Merge pull request #5010 from vlakoff/paths | Andrey Andreev | 4 | -5/+19 | |
Allow to omit trailing slash in config paths | |||||
2017-02-07 | Allow to omit trailing slash in config paths | vlakoff | 4 | -5/+19 | |
2017-02-06 | [ci skip] Add changelog entries for PR #5006 | Andrey Andreev | 1 | -0/+2 | |
2017-02-06 | [ci skip] Eliminate a needless array_merge() call from PR #5006 patch | Andrey Andreev | 1 | -6/+3 | |
2017-02-06 | Merge pull request #5006 from tianhe1986/develop_common | Andrey Andreev | 1 | -8/+8 | |
Fix two bugs with Common Functions | |||||
2017-02-06 | Merge pull request #5006 from tianhe1986/develop_common | Andrey Andreev | 1 | -8/+8 | |
Fix two bugs with Common Functions | |||||
2017-02-04 | Removing url encoded 127. | tianhe1986 | 1 | -0/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-04 | Loading global mimes config file first, and then environment file. | tianhe1986 | 1 | -8/+7 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 5 | -14/+13 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-30 | [ci skip] Fix #5002 | Andrey Andreev | 1 | -2/+2 | |
2017-01-23 | [ci skip] Add changelog entry for PR #4030 | Andrey Andreev | 1 | -0/+1 | |
2017-01-23 | [ci skip] Add changelog entries for PR #4990 | Andrey Andreev | 1 | -0/+2 | |
2017-01-23 | Merge pull request #4990 from tianhe1986/develop_profiler | Andrey Andreev | 1 | -5/+5 | |
Two small changes with CI_Profiler | |||||
2017-01-23 | Merge pull request #4991 from verkhoumov/develop | Andrey Andreev | 1 | -5/+0 | |
Removed dead code from show_error() | |||||
2017-01-23 | Merge pull request #4030 from DiederikLascaris/develop | Andrey Andreev | 6 | -209/+305 | |
Update welcome_message.php | |||||
2017-01-23 | Merge pull request #4990 from tianhe1986/develop_profiler | Andrey Andreev | 1 | -5/+5 | |
Two small changes with CI_Profiler | |||||
2017-01-23 | Merge pull request #4991 from verkhoumov/develop | Andrey Andreev | 1 | -5/+0 | |
Removed dead code from show_error() | |||||
2017-01-22 | Removed wrapper and changed mix cases usage of hex colorcodes | DiederikLascaris | 6 | -274/+248 | |
2017-01-22 | Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter into develop | DiederikLascaris | 328 | -10283/+6738 | |
2017-01-21 | Fixed show_error() for check $exit_status | Dmitriy Verkhoumov | 1 | -5/+0 | |
At the beginning of the function it checks whether a parameter $status_code is less than 100. Then the parameter $exit_status is formed by summing the $status_code + 9. In this case, the parameter $exit_status can not be more than 108, but somehow it is checked whether the value of the parameter $exit_status over 125. Such a situation can not occur under any circumstances. | |||||
2017-01-21 | Close <pre> tag. | tianhe1986 | 1 | -3/+3 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-21 | Also convert single quotes. | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-20 | Don't use each() | Andrey Andreev | 3 | -23/+21 | |
Will be deprecated in PHP 7.2 | |||||
2017-01-19 | hash_pbkdf2() byte-safety again ... actually tell mbstring to use 8bit | Andrey Andreev | 1 | -2/+2 | |
2017-01-19 | hash_pbkdf2() byte-safety | Andrey Andreev | 2 | -5/+14 | |
2017-01-19 | Again the Travis script line ... a typo | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | Fix Travis tests script line | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | More byte-safety | Andrey Andreev | 7 | -28/+31 | |
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 9 | -30/+93 | |
2017-01-17 | [ci skip] Add changelog entry for #4987 | Andrey Andreev | 1 | -0/+1 | |
2017-01-17 | Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cache | Andrey Andreev | 1 | -9/+15 | |
Add aliased tables cache in query_builder. | |||||
2017-01-17 | Merge pull request #4987 from tianhe1986/develop_qb_alias_table_cache | Andrey Andreev | 1 | -9/+15 | |
Add aliased tables cache in query_builder. | |||||
2017-01-17 | Format fix。 | tianhe1986 | 1 | -2/+2 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | 1 Keep just 'list'. | tianhe1986 | 1 | -13/+13 | |
2 Using strict mode with in_array(). 3 Do not re-align. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 39 | -48/+48 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 40 | -49/+49 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-17 | Address #4980 | Andrey Andreev | 1 | -13/+14 | |
2017-01-17 | Add aliased tables cache. | tianhe1986 | 1 | -17/+23 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-01-16 | spelling fixes(1) | klemens | 1 | -1/+1 | |
2017-01-16 | spelling fixes | klemens | 40 | -49/+49 | |
2017-01-16 | [ci skip] Fix #4985 | Andrey Andreev | 1 | -1/+1 | |
2017-01-11 | [ci skip] Add a changelog entry for 37226c036a52ae857b13109774b1cdfc4b1d4db9 | Andrey Andreev | 1 | -0/+1 | |
2017-01-11 | Merge branch 'feature/sess_db_destroy' into 3.1-stable | Andrey Andreev | 1 | -5/+5 | |
2017-01-11 | [ci skip] Add changelog entry for #4977 | Andrey Andreev | 1 | -0/+1 | |
2017-01-11 | [ci skip] Merge pull request #4977 from ↵ | Andrey Andreev | 1 | -1/+1 | |
fabiospampinato/fabiospampinato-loader-helper-regex-fix Fixed regex used for loading helpers | |||||
2017-01-11 | [ci skip] Merge pull request #4977 from ↵ | Andrey Andreev | 1 | -1/+1 | |
fabiospampinato/fabiospampinato-loader-helper-regex-fix Fixed regex used for loading helpers | |||||
2017-01-11 | Fixed regex used for loading helpers | Fabio Spampinato | 1 | -1/+1 | |
We want to exactly match a dot, so we have to escape it. I found the bug because in my project I load an helper named `session_php_helper.php`, so the `_php` part gets removed and the `session_helper.php` helper gets loaded instead, this way not even an error was shown. |