Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-15 | Getting right num of rows with LIMIT usage. | tianhe1986 | 1 | -1/+1 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-15 | Revert "Ignore LIMIT when using CI_DB_query_builder::count_all_results" | tianhe1986 | 1 | -21/+3 | |
This reverts commit 9f6da3c2f11535fee09dd306ae6b884168e4623b. Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-15 | Ignore LIMIT when using CI_DB_query_builder::count_all_results | tianhe1986 | 1 | -3/+21 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-13 | add rename to keyword | ytetsuro | 1 | -1/+1 | |
2017-06-05 | Fix misc type inconsistencies between code and doc comments | Tyson Andre | 7 | -9/+9 | |
2017-05-24 | fix bad attribute handling of form_label | aroche | 1 | -7/+1 | |
When passing a string for extra attributes in form_label helper function, these attributes were skipped. | |||||
2017-05-10 | Removing the error suppression op from the file_get_contents() call. | Giuseppe Marcelli | 1 | -1/+1 | |
2017-05-10 | Revert "Commit 4763c13c99eab2a720a4d6d913902e5cef4e76ec does not allow ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
anymore to use the custom result object against cached database results, fixing this, for more info see issue 4665,1351" This reverts commit 8233b1d6fc56347195b3a0411806e197e2e59ad3. | |||||
2017-05-10 | Commit 4763c13c99eab2a720a4d6d913902e5cef4e76ec does not allow anymore to ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
use the custom result object against cached database results, fixing this, for more info see issue 4665,1351 | |||||
2017-05-09 | read() in DB_cache does not fail when catching E_WARNING with custom error ↵ | Giuseppe Marcelli | 1 | -1/+1 | |
handler | |||||
2017-05-06 | quizzes singular is doesnt work. | Fatih Turan | 1 | -0/+1 | |
2017-04-10 | Fix typo in serializeval() | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2017-03-26 | Added method separator as comment. | George Petculescu | 1 | -0/+2 | |
2017-03-26 | Added get_loaded_driver() method to Cache.php; updated docs. | George Petculescu | 1 | -0/+10 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 31 | -127/+172 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_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 user_guide_src/source/libraries/input.rst | |||||
2017-03-20 | [ci skip] Mark the start of 3.1.5-dev | Andrey Andreev | 1 | -1/+1 | |
2017-03-20 | [ci skip] Prepare 3.1.4 release | Andrey Andreev | 1 | -1/+1 | |
2017-03-20 | Fix Apache header injection vulnerability in set_status_header() | Andrey Andreev | 1 | -5/+5 | |
2017-03-20 | Fix #5057 | Andrey Andreev | 1 | -2/+2 | |
2017-03-14 | Fix #5050 | Andrey Andreev | 10 | -11/+11 | |
2017-03-06 | Fix #5044; add unit tests for img() HTML helper | Andrey Andreev | 1 | -1/+1 | |
2017-03-01 | [ci skip] Remove a misleading comment from the docblock for random_string() | Andrey Andreev | 1 | -3/+1 | |
2017-02-21 | Merge pull request #5025 from katsew/introduce-apcu-driver | Andrey Andreev | 2 | -0/+220 | |
Add APCu driver to CI_Cache | |||||
2017-02-21 | Merge pull request #5017 from tianhe1986/develop_having_in | Andrey Andreev | 1 | -15/+94 | |
DB_query_builder: Adding having_in(), or_having_in(), having_not_in() and or_having_not_in() | |||||
2017-02-20 | Remove serialization/deserialization array | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove specific argument from abstraction | katsew | 1 | -3/+2 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Align with spaces | katsew | 1 | -3/+3 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Remove unused link comment | katsew | 1 | -1/+0 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change author to dev team | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Change version comment | katsew | 1 | -1/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Do not strip substrings looking like URL encode sequences | vlakoff | 1 | -1/+1 | |
2017-02-20 | Merge pull request #5023 from vlakoff/db-escape | Andrey Andreev | 1 | -1/+1 | |
Do not strip substrings looking like URL encode sequences | |||||
2017-02-20 | Add apcu driver into valid driver list | katsew | 1 | -0/+1 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Correct method and docs | katsew | 1 | -16/+16 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-20 | Create Cache_apcu class and copy source from Cache_apc class | katsew | 1 | -0/+221 | |
Signed-off-by: katsew <y.katsew@gmail.com> | |||||
2017-02-16 | Do not strip substrings looking like URL encode sequences | vlakoff | 1 | -1/+1 | |
2017-02-15 | Do not fail if the array pointer is after the element | vlakoff | 1 | -0/+1 | |
2017-02-14 | Don't duplicate is_file and filesize checks | Zach Ploskey | 1 | -10/+5 | |
Move duplicate is_file and file_size checks out of if/else branches. Signed-off-by: Zach Ploskey <zach@ploskey.com> | |||||
2017-02-13 | Adding having_in(), or_having_in(), having_not_in() and or_having_not_in(). | tianhe1986 | 1 | -0/+72 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-13 | Using _wh_in() instead of _where_in(). | tianhe1986 | 1 | -15/+22 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-02-07 | Allow to omit trailing slash in config paths | vlakoff | 3 | -2/+16 | |
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-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 | 2 | -10/+8 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
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 #4990 from tianhe1986/develop_profiler | Andrey Andreev | 1 | -5/+5 | |
Two small changes with CI_Profiler | |||||
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. |