summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-30[ci skip] Whitespace cleanup following PRs #3713 #3714Andrey Andreev2-16/+15
2015-03-30Merge pull request #3713 from ahnh/UnitTest_Lang_testAndrey Andreev1-0/+26
CI_Lang unit tests
2015-03-30Merge pull request #3714 from ahnh/UnitTest_LoaderAndrey Andreev1-0/+46
Improved CI_Loader test code coverage
2015-03-30Merge origin/develop into UnitTest_LoaderHeesung Ahn1-1/+1
2015-03-30changed to lowercase array.Heesung Ahn1-1/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-30Merge origin/develop into UnitTest_Lang_testHeesung Ahn1-1/+1
2015-03-30changed to lowercase array and space.Heesung Ahn1-3/+3
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-30Fix #3717Andrey Andreev1-1/+1
2015-03-30Merge origin/develop into UnitTest_LoaderHeesung Ahn1-6/+9
2015-03-30updated array style and removed assert trueHeesung Ahn1-2/+5
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-30Merge origin/develop into UnitTest_Lang_testHeesung Ahn1-6/+9
2015-03-30added spacesHeesung Ahn1-1/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-30Merge pull request #3710 from toulet/developAndrey Andreev1-6/+9
Fix an "strpos(): Empty needle" warning
2015-03-30Use tabs instead of spacesCyrille TOULET1-11/+11
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com>
2015-03-29Improved unit test code coverage.Heesung Ahn1-0/+46
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-29removed spaceHeesung Ahn1-1/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-29Increased code coverageHeesung Ahn1-1/+24
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-29Fix an "strpos(): Empty needle" warningCyrille TOULET1-8/+11
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com>
2015-03-29Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter into developCyrille TOULET1-1/+1
2015-03-29Merge pull request #3709 from jim-parry/docfix/mar27Andrey Andreev1-1/+1
[ci skip] Fix an example in the tutorial
2015-03-27Fix an "strpos(): Empty needle" warningCyrille TOULET1-2/+2
Signed-off-by: Cyrille TOULET <cyrille.toulet@linux.com>
2015-03-27Fix an example in the tutorial.Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-26Fix #3703Andrey Andreev1-1/+1
2015-03-26Minor fixes in CI_Security::entity_decode()Andrey Andreev1-4/+4
2015-03-26Remove an unnecessary checkAndrey Andreev2-7/+2
#3700 #3706
2015-03-26Add FSCommand and seekSegmentTime to evil HTML attributes listAndrey Andreev2-1/+3
2015-03-26Apply #2737 fix to CI_XmlrpcsAndrey Andreev1-13/+14
3aecedbbb017567925f76ae68b726bd22b4cc80c Also related: #3703
2015-03-26Improve Session GC for files driverAndrey Andreev1-2/+4
Close #3701
2015-03-26Polish changes from PR #3678Andrey Andreev1-91/+63
... and make it run on 5.2.
2015-03-26Merge pull request #3678 from djwoods/unit-test/form-validationAndrey Andreev1-0/+373
Added CI_Form_validation unit tests
2015-03-26Merge pull request #3700 from gadelat/developAndrey Andreev1-1/+1
Fix language overriding for calendar library
2015-03-25use isset instead of array_key_existGabriel Potkány1-1/+1
2015-03-25Merge pull request #3696 from logsdon/developAndrey Andreev1-0/+5
Allow html_escape() to accept empty arrays
2015-03-25Remove commentJoshua Logsdon1-1/+0
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-25Return empty $var immediatelyJoshua Logsdon1-6/+6
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-25Fix language overriding for calendar libraryGabriel Potkány1-1/+1
2015-03-25Merge pull request #3698 from jim-parry/fix/linksAndrey Andreev25-82/+74
[ci skip] Fixed user guide internal & external links to resolve problems reported ...
2015-03-25Fix #3694: Packages not overriding stock librariesAndrey Andreev1-17/+30
Related: #3692
2015-03-25Fixed user guide internal & external links to resolve problems reported by ↵Master Yoda25-82/+74
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-24array_fill() throws an error if count($var) is 0Joshua Logsdon1-0/+6
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
2015-03-22Corrected invalid matches, differs, and set_data test casesDavid Woods1-34/+61
Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-22Merge pull request #3690 from mafooo/redis_cache_save_fixAndrey Andreev1-1/+1
Fixed redis cache save logic
2015-03-22Fixed redis cache save logicMathew White1-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 enabledAndrey Andreev2-1/+6
2015-03-21[ci skip] Remove an obsolete note about referencesAndrey Andreev1-14/+6
Close #3686
2015-03-21[ci skip] Whitespace cleanup following PR #3682Andrey Andreev1-20/+20
2015-03-21Changed scenario based tests to unit testsDavid Woods1-148/+175
Added tests for set_data() & set_message() Signed-off-by: David Woods <d.woods92@gmail.com>
2015-03-20Merge pull request #3682 from ahnh/UnitTest_ipaddressAndrey Andreev2-7/+58
Updated CI_Input unit tests and fixed undefined offset error in CI_Input::ip_address()
2015-03-20updated based on commentHeesung Ahn1-2/+2
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-19updated based on commentHeesung Ahn1-2/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>