Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -1/+11 |
2013-02-21 | Some miscellaneous tests | Andrey Andreev | 1 | -1/+24 |
2012-11-20 | Update tests following 77bd21b15305412b63c8f448787d5b275efd07e2 | Andrey Andreev | 1 | -22/+2 |
2012-06-09 | Cleanup/optimize tests/codeigniter/ | Andrey Andreev | 1 | -14/+14 |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -14/+0 |
2012-06-06 | use an ip of the range 192.18.0.0/15 | Joffrey Jaffeux | 1 | -2/+2 |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 1 | -2/+2 |
2012-06-06 | follow styling guide | Joffrey Jaffeux | 1 | -2/+4 |
2012-06-06 | add tests for ipv6 and new method ip_version() | Joffrey Jaffeux | 1 | -0/+27 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 1 | -4/+4 |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -8/+10 |
2012-05-15 | Input class code-coverage | Taufan Aditya | 1 | -0/+144 |