Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-25 | Remove comment | Joshua Logsdon | 1 | -1/+0 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Return empty $var immediately | Joshua Logsdon | 1 | -6/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-24 | array_fill() throws an error if count($var) is 0 | Joshua Logsdon | 1 | -0/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-22 | Merge pull request #3690 from mafooo/redis_cache_save_fix | Andrey Andreev | 1 | -1/+1 | |
Fixed redis cache save logic | |||||
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 | |
It was trying to use sAdd as a check if the key was created, but that will return false if it is already present in the set. | |||||
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 2 | -1/+6 | |
2015-03-21 | [ci skip] Remove an obsolete note about references | Andrey Andreev | 1 | -14/+6 | |
Close #3686 | |||||
2015-03-21 | [ci skip] Whitespace cleanup following PR #3682 | Andrey Andreev | 1 | -20/+20 | |
2015-03-20 | Merge pull request #3682 from ahnh/UnitTest_ipaddress | Andrey Andreev | 2 | -7/+58 | |
Updated CI_Input unit tests and fixed undefined offset error in CI_Input::ip_address() | |||||
2015-03-20 | updated based on comment | Heesung Ahn | 1 | -2/+2 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-19 | updated based on comment | Heesung Ahn | 1 | -2/+1 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-19 | Merge origin/develop into UnitTest_ipaddress | Heesung Ahn | 1 | -2/+2 | |
2015-03-19 | [ci skip] Fix a typo in session docs | Andrey Andreev | 1 | -2/+2 | |
2015-03-19 | minor update | Heesung Ahn | 1 | -2/+3 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-18 | Updated CI_Input unit test and fixed error "undefined offset" caused by ↵ | Heesung Ahn | 2 | -7/+58 | |
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-18 | Merge pull request #3680 from schwemmer/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Fixed a typo in uri.rst documentation | |||||
2015-03-18 | Fixed a typo in uri.rst documentation | Rafael Schwemmer | 1 | -2/+2 | |
2015-03-18 | Polish some recent changes in test cases | Andrey Andreev | 2 | -16/+14 | |
2015-03-17 | Merge pull request #3676 from ahnh/UnitTest_CI_Input_fetch_from_array | Andrey Andreev | 1 | -0/+9 | |
Updated fetch_from_array unit tests | |||||
2015-03-17 | Updated fetch_from_array unit test | Heesung Ahn | 1 | -0/+9 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-16 | [ci skip] Polish changes from PR #3669 | Andrey Andreev | 2 | -7/+8 | |
2015-03-16 | Merge pull request #3669 from yaoshanliang/develop | Andrey Andreev | 3 | -2/+14 | |
count_all_results() with $this->reset_select() | |||||
2015-03-16 | update documentation in database/query_builder.rst, change 2 tabs + 4 spaces ↵ | yaoshanliang | 3 | -5/+10 | |
to 3 tabs. | |||||
2015-03-16 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | yaoshanliang | 1 | -1/+1 | |
2015-03-15 | [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config | Andrey Andreev | 1 | -1/+1 | |
2015-03-15 | add changelog and documentation for adding an optional parameter to ↵ | yaoshanliang | 2 | -5/+8 | |
``count_all_results()`` | |||||
2015-03-15 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | yaoshanliang | 2 | -0/+3 | |
2015-03-14 | Merge pull request #3671 from mZer0ne/patch-3 | Andrey Andreev | 1 | -0/+1 | |
[ci skip] Add windows 10 to config/user_agents.php | |||||
2015-03-14 | Update user_agents.php | Oleg Filippov | 1 | -0/+1 | |
Add Windows 10 | |||||
2015-03-14 | [ci skip] Add a note about sess_save_path in config.php | Andrey Andreev | 1 | -0/+2 | |
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -4/+5 | |
2015-03-14 | add a judgment of whether reset select | yaoshanliang | 1 | -2/+5 | |
2015-03-13 | Merge pull request #3662 from avenirer/patch-8 | Andrey Andreev | 1 | -4/+7 | |
[ci skip] HTML helper docs: additional info on heading() | |||||
2015-03-13 | [ci skip] Remove NS usage in CI_Session | Andrey Andreev | 1 | -1/+1 | |
It was accidental | |||||
2015-03-13 | Close #3663 | Andrey Andreev | 2 | -1/+2 | |
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -3/+3 | |
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -6/+6 | |
2015-03-12 | Update html_helper.rst | Adrian Voicu | 1 | -1/+1 | |
2015-03-12 | additional info on heading() function | Adrian Voicu | 1 | -8/+11 | |
...worth mentioning... | |||||
2015-03-12 | Merge pull request #3659 from bjjay/bjjay-patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Correct a comment link typo | |||||
2015-03-12 | Throw an exception on invalid session driver config | Andrey Andreev | 1 | -6/+2 | |
2015-03-12 | Correct a comment link typo | bjjay | 1 | -1/+1 | |
2015-03-11 | [ci skip] Add a note about password storage in CI_Encryption docs | Andrey Andreev | 1 | -0/+5 | |
I saw at least 2 occurrences of encryption instead of hashing being used for password storage during the past week ... | |||||
2015-03-10 | Add array typehint to CI_Email::__construct() | Andrey Andreev | 1 | -1/+1 | |
2015-03-10 | Merge pull request #3655 from ahnh/CI_Security_Unit_Test | Andrey Andreev | 1 | -28/+115 | |
Improve CI_Security unit tests coverage | |||||
2015-03-10 | Fixed indentation | Heesung Ahn | 1 | -66/+65 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-10 | Update Security Unit test | Heesung Ahn | 1 | -18/+18 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-10 | Merge origin/develop into CI_Security_Unit_Test | Heesung Ahn | 1 | -9/+3 | |
2015-03-10 | Update Security Unit test | Heesung Ahn | 1 | -3/+91 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-09 | Merge pull request #3653 from bjjay/bjjay-patch | Andrey Andreev | 1 | -9/+3 | |
Reduce once MB_ENABLED checking |