Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-29 | Improved unit test code coverage. | Heesung Ahn | 1 | -0/+46 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-29 | Merge pull request #3709 from jim-parry/docfix/mar27 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix an example in the tutorial | |||||
2015-03-27 | Fix an example in the tutorial. | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-26 | Fix #3703 | Andrey Andreev | 1 | -1/+1 | |
2015-03-26 | Minor fixes in CI_Security::entity_decode() | Andrey Andreev | 1 | -4/+4 | |
2015-03-26 | Remove an unnecessary check | Andrey Andreev | 2 | -7/+2 | |
#3700 #3706 | |||||
2015-03-26 | Add FSCommand and seekSegmentTime to evil HTML attributes list | Andrey Andreev | 2 | -1/+3 | |
2015-03-26 | Apply #2737 fix to CI_Xmlrpcs | Andrey Andreev | 1 | -13/+14 | |
3aecedbbb017567925f76ae68b726bd22b4cc80c Also related: #3703 | |||||
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 | |
Close #3701 | |||||
2015-03-26 | Polish changes from PR #3678 | Andrey Andreev | 1 | -91/+63 | |
... and make it run on 5.2. | |||||
2015-03-26 | Merge pull request #3678 from djwoods/unit-test/form-validation | Andrey Andreev | 1 | -0/+373 | |
Added CI_Form_validation unit tests | |||||
2015-03-26 | Merge pull request #3700 from gadelat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix language overriding for calendar library | |||||
2015-03-25 | use isset instead of array_key_exist | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Merge pull request #3696 from logsdon/develop | Andrey Andreev | 1 | -0/+5 | |
Allow html_escape() to accept empty arrays | |||||
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-25 | Fix language overriding for calendar library | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Merge pull request #3698 from jim-parry/fix/links | Andrey Andreev | 25 | -82/+74 | |
[ci skip] Fixed user guide internal & external links to resolve problems reported ... | |||||
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 | |
Related: #3692 | |||||
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 25 | -82/+74 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
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 | Corrected invalid matches, differs, and set_data test cases | David Woods | 1 | -34/+61 | |
Signed-off-by: David Woods <d.woods92@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-21 | Changed scenario based tests to unit tests | David Woods | 1 | -148/+175 | |
Added tests for set_data() & set_message() Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
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 | Switched spaces to tabs on the few lines that were missed from previous ↵ | David Woods | 1 | -7/+7 | |
refactors Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-18 | Fixed bug of clearing POST array before every test. | David Woods | 1 | -12/+14 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-18 | Corrected incorrect assertion in test_rule_valid_base64 | David Woods | 1 | -1/+1 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-18 | Corrected match, differs, base64, and valid_url test cases. | David Woods | 1 | -307/+310 | |
Also changed spaces to tabs Signed-off-by: David Woods <d.woods92@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 | Corrected an invalid test case | David Woods | 1 | -2/+2 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-17 | Removed bug fixes from this branch. Will recommit them on a separate branch | David Woods | 1 | -7/+9 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-17 | Reformatted unit tests for easier debugging | David Woods | 1 | -114/+265 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
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 | Fixed bugs in form_validation for methods matches, differs, and valid_base64. | David Woods | 2 | -13/+139 | |
Implemented tests for valid and invalid inputs for all basic rules available for form_validation. The invalid input data currently doesn't pass all tests. Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
2015-03-17 | Created setup and construct for Form_Validation unit test | David Woods | 1 | -0/+35 | |
Signed-off-by: David Woods <d.woods92@gmail.com> | |||||
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 | |