Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-06 | update apc link | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | ftwbzhao | 22 | -50/+432 | |
2015-04-09 | Merge pull request #3753 from ftwbzhao/feature/ci/3.0 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix Cache/Redis get_metadata() for non-existing properties | |||||
2015-04-09 | [fix] redis get_metadata | ftwbzhao | 1 | -1/+1 | |
2015-04-09 | use = instead of += | ftwbzhao | 1 | -1/+1 | |
2015-04-08 | [ci skip] Fix comment typos | Andrey Andreev | 2 | -2/+2 | |
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762 | |||||
2015-04-08 | Merge pull request #3748 from MUlt1mate/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a comment typo | |||||
2015-04-08 | typo | mult1mate | 1 | -1/+1 | |
2015-04-07 | [feature] check redis auth failed | ftwbzhao | 1 | -1/+5 | |
2015-04-06 | Disallow empty FV rules ... for consistency | Andrey Andreev | 1 | -7/+5 | |
Related: #3736 | |||||
2015-04-06 | Move strtolower() call from PR #3739 out of the loop | Andrey Andreev | 1 | -3/+2 | |
2015-04-06 | Merge pull request #3739 from yahyaerturan/develop | Andrey Andreev | 1 | -0/+3 | |
#3727 Lowercase $side variable for $this->db->like() in Query Builder | |||||
2015-04-06 | #3727 Lowercase $side variable for $this->db->like() in Query Builder | Yahya Erturan | 1 | -0/+3 | |
$this->db->like('name',$value,'AFTER') returns LIKE '%$value%'. Safer to lowercase in case of UPPERCASE habits. | |||||
2015-04-05 | Merge pull request #3730 from paralogizing/develop | Andrey Andreev | 1 | -1/+1 | |
Consistent DIRECTORY_SEPARATOR usage in Zip::read_dir() | |||||
2015-04-04 | Fix #3733 | Andrey Andreev | 2 | -5/+6 | |
Close #3734 | |||||
2015-04-04 | Merge pull request #3731 from LouisMilotte/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Update docs about CI_DB_forge::drop_table() | |||||
2015-04-04 | Edit dbforge drop_table line 230 | LouisMilotte | 1 | -2/+2 | |
At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition. | |||||
2015-04-04 | Matched root_path's slashes with the name being replaced | Kyle Gadd | 1 | -1/+1 | |
2015-04-02 | Merge pull request #3723 from sentabi/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fix tutorial typos | |||||
2015-04-02 | fixing typo | Sentabi | 1 | -2/+2 | |
2015-04-01 | [ci skip] Update version numbers | Andrey Andreev | 2 | -3/+3 | |
2015-04-01 | Mitigate potential DoS attacks against hash_pbkdf2() | Andrey Andreev | 2 | -4/+61 | |
Related: #3720 | |||||
2015-04-01 | [ci skip] Whitespace cleanup following PR #3716 | Andrey Andreev | 1 | -29/+29 | |
2015-04-01 | Merge pull request #3722 from achraf52/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed comment typo | |||||
2015-04-01 | Merge pull request #3716 from djwoods/form_validation_tests | Andrey Andreev | 1 | -1/+249 | |
More CI_Form_validation unit tests | |||||
2015-04-01 | Fixed typo | Achraf Almouloudi | 1 | -1/+1 | |
2015-04-01 | Style changes and variable name changes | David Woods | 1 | -22/+21 | |
2015-03-31 | [ci skip] Fix a wrong docblock link | Andrey Andreev | 1 | -1/+1 | |
2015-03-31 | [ci skip] Update security recommendations | Andrey Andreev | 1 | -4/+8 | |
2015-03-31 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -1/+1 | |
2015-03-31 | [ci skip] Update version number | Andrey Andreev | 3 | -5/+3 | |
2015-03-31 | Merge pull request #3718 from mwhitneysdsu/mwhitneysdsu/develop | Andrey Andreev | 1 | -1/+1 | |
Fix logged path to match checked path in loader error message | |||||
2015-03-30 | Fix whitespace in previous commit | mwhitneysdsu | 1 | -1/+1 | |
2015-03-30 | Fix for parsing error in PHP 5.2 and 5.3 | David Woods | 1 | -1/+2 | |
2015-03-30 | Fix logged path to match checked path in loader | mwhitneysdsu | 1 | -1/+1 | |
This is to fix a logged path missed in 8f5c1780706113c926bb7801db27dbae97d00fcf | |||||
2015-03-30 | Corrected unit tests for set_select, set_radio, and set_checkbox | David Woods | 1 | -32/+27 | |
Coverage now at ~75% | |||||
2015-03-30 | [ci skip] Fix a broken link in the changelog | Andrey Andreev | 1 | -1/+1 | |
2015-03-30 | [ci skip] Whitespace cleanup following PRs #3713 #3714 | Andrey Andreev | 2 | -16/+15 | |
2015-03-30 | Merge pull request #3713 from ahnh/UnitTest_Lang_test | Andrey Andreev | 1 | -0/+26 | |
CI_Lang unit tests | |||||
2015-03-30 | Merge pull request #3714 from ahnh/UnitTest_Loader | Andrey Andreev | 1 | -0/+46 | |
Improved CI_Loader test code coverage | |||||
2015-03-30 | Merge origin/develop into UnitTest_Loader | Heesung Ahn | 1 | -1/+1 | |
2015-03-30 | changed to lowercase array. | Heesung Ahn | 1 | -1/+1 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | Merge origin/develop into UnitTest_Lang_test | Heesung Ahn | 1 | -1/+1 | |
2015-03-30 | changed to lowercase array and space. | Heesung Ahn | 1 | -3/+3 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | Fix #3717 | Andrey Andreev | 1 | -1/+1 | |
2015-03-30 | Merge origin/develop into UnitTest_Loader | Heesung Ahn | 1 | -6/+9 | |
2015-03-30 | updated array style and removed assert true | Heesung Ahn | 1 | -2/+5 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | Merge origin/develop into UnitTest_Lang_test | Heesung Ahn | 1 | -6/+9 | |
2015-03-30 | added spaces | Heesung Ahn | 1 | -1/+1 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-30 | Merge pull request #3710 from toulet/develop | Andrey Andreev | 1 | -6/+9 | |
Fix an "strpos(): Empty needle" warning |