Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-21 | [ci skip] Whitespace cleanup following PR #3682 | Andrey Andreev | 1 | -20/+20 | |
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 | 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 | 1 | -5/+56 | |
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 | Polish some recent changes in test cases | Andrey Andreev | 2 | -16/+14 | |
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-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 | Update Security Unit test | Heesung Ahn | 1 | -3/+91 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-05 | adding more img tags | Heesung Ahn | 1 | -2/+14 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-02 | test_strip_omage_tags | Heesung Ahn | 1 | -0/+19 | |
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -0/+8 | |
2015-02-26 | Fix .travis.yml for PHP7 and try to fix a DB test | Andrey Andreev | 1 | -1/+1 | |
2015-02-19 | Revert last commit & just ignore E_DEPRECATED | Andrey Andreev | 1 | -0/+8 | |
2015-02-19 | OK, finally 'fix' this test | Andrey Andreev | 1 | -13/+10 | |
2015-02-19 | test_db_invalid fails too | Andrey Andreev | 1 | -6/+12 | |
2015-02-19 | test_db_failover is failing after 'autoinit' removal ... | Andrey Andreev | 2 | -1/+4 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -2/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 2 | -0/+17 | |
2015-02-15 | [ci skip] Fix a PHP7 BC break in a test that wouldn't even run | Andrey Andreev | 1 | -1/+1 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -2/+2 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -3/+3 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 5 | -11/+0 | |
2015-01-21 | Make libraries matching controller names loadable | Andrey Andreev | 1 | -8/+8 | |
2015-01-20 | Ignore mysql_*connect() E_DEPRECATED errors in tests | Andrey Andreev | 1 | -0/+7 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 8 | -66/+68 | |
2015-01-12 | These test failures make no sense at all | Andrey Andreev | 1 | -1/+5 | |
2015-01-12 | 5.2 tests appear to not have enough memory | Andrey Andreev | 1 | -0/+1 | |
2015-01-12 | Fix quoted_printable_encode() test | Andrey Andreev | 1 | -1/+5 | |
A false positive is triggered when imap_8bit() exists, as it seems to have slightly different output. | |||||
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 2 | -28/+29 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2015-01-11 | Added a unit test for #3464 | Dan Bernardic | 2 | -5/+15 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -4/+9 | |
2014-12-15 | Remove minifier test | Andrey Andreev | 1 | -10/+0 | |
2014-12-05 | Fix a filter_uri() test | Andrey Andreev | 1 | -1/+2 | |
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 1 | -17/+3 | |
- Removed a test that was created specifically for the 'convert programmatic characters to entities' feature. - Changed filter_uri() to accept by reference and to not return anything as its only purpose now is to trigger a show_error() call. - Added changelog messages and updated the upgrade instructions. | |||||
2014-11-11 | Fix merge conflicts | Andrey Andreev | 5 | -9/+15 | |
2014-11-11 | Fixed tests | Razican | 1 | -1/+1 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -3/+4 | |
2014-10-22 | [ci skip] Update 2 links to relate to bcit-ci/ | Andrey Andreev | 2 | -2/+2 | |
2014-10-22 | [ci skip] Fix Travis build status badge | Andrey Andreev | 1 | -1/+1 | |
It broke with the repo transition. | |||||
2014-10-10 | Fix Config_test::test_base_url() | Andrey Andreev | 1 | -3/+8 | |
2014-10-05 | Merge branch 'develop' into feature/session | Andrey Andreev | 6 | -465/+587 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-08-14 | Skip CI_Encrypt tests if MCrypt is not available | Andrey Andreev | 1 | -26/+8 | |
Rel: #3185 | |||||
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 1 | -0/+115 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 2 | -7/+39 | |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -8/+1 | |
It serves for no practical purpose and can only do harm. | |||||
2014-06-02 | Disable session tests | Andrey Andreev | 1 | -0/+14 | |