Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 1 | -16/+6 | |
2017-06-21 | Implement #193: Validating entire arrays in a single function call | Andrey Andreev | 1 | -8/+12 | |
2017-06-21 | Always check whether a model be a subclass of CI_Model when loaded. | tianhe1986 | 1 | -2/+3 | |
Signed-off-by: tianhe1986 <w1s2j3229@163.com> | |||||
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -73/+58 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_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 | |||||
2017-06-19 | [ci skip] Starting 3.1.6-dev | Andrey Andreev | 1 | -1/+1 | |
2017-06-19 | [ci skip] Prepare 3.1.5 release | Andrey Andreev | 1 | -1/+1 | |
2017-06-19 | [ci skip] Fix a bug in FV valid_email() | Andrey Andreev | 1 | -2/+2 | |
2017-06-15 | Merge pull request #5155 from tianhe1986/develop_count_ignore_limit | Andrey Andreev | 1 | -1/+1 | |
Fix CI_DB_query_builder::count_all_results() returning wrong count with LIMIT/OFFSET | |||||
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 | [ci skip] Apply PR #5150 patch to pdo/oci and add changelog entry | Andrey Andreev | 1 | -1/+1 | |
2017-06-13 | [ci skip] Merge pull request #5150 from ↵ | Andrey Andreev | 1 | -1/+1 | |
ytetsuro/add-oracle-rename-column-to-keyword Fix DBForge triggering ORA-00946 while renaming columns | |||||
2017-06-13 | add rename to keyword | ytetsuro | 1 | -1/+1 | |
2017-06-05 | [ci skip] Merge pull request #5143 from TysonAndre/misc-phpdoc-nits | Andrey Andreev | 7 | -9/+9 | |
Fix misc inconsistencies between code and doc comments | |||||
2017-06-05 | Fix misc type inconsistencies between code and doc comments | Tyson Andre | 7 | -9/+9 | |
2017-05-25 | [ci skip] Fix #5131 | Andrey Andreev | 1 | -1/+1 | |
2017-05-25 | [ci skip] Doc changes following PR #5130 | Andrey Andreev | 1 | -1/+1 | |
2017-05-25 | Merge pull request #5130 from aroche/patch-2 | Andrey Andreev | 1 | -7/+1 | |
Allow arbitrary strings as extra attributes in form_label | |||||
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 | Merge pull request #5112 from cerealbeer/develop | Andrey Andreev | 1 | -1/+1 | |
read() in DB_cache fails when catching E_WARNING with custom error handler | |||||
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-09 | Merge pull request #5108 from ft23/patch-1 | Andrey Andreev | 1 | -0/+1 | |
quizzes singular doesn't work | |||||
2017-05-06 | quizzes singular is doesnt work. | Fatih Turan | 1 | -0/+1 | |
2017-04-18 | [ci skip] Reduce nesting levels in CI_Output | Andrey Andreev | 1 | -51/+44 | |
2017-04-18 | Merge pull request #5085 from jim-parry/fix/xmlrpc | Instructor, Computer Systems Technology | 1 | -1/+1 | |
Fix typo in serializeval() | |||||
2017-04-10 | Fix typo in serializeval() | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2017-04-06 | [ci skip] Simplify some internal CI_Email code | Andrey Andreev | 1 | -16/+8 | |
2017-03-28 | [ci skip] Fix 5070 | Andrey Andreev | 1 | -1/+1 | |
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> |