Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-12 | Add unit tests for path helper | Hamza Bhatti | 1 | -0/+29 | |
2012-03-11 | Merge pull request #1164 from tiyowan/directory-helper-unit-tests | Phil Sturgeon | 1 | -0/+42 | |
Add unit tests for directory helper | |||||
2012-03-11 | Add unit tests for directory helper | Hamza Bhatti | 1 | -0/+42 | |
2012-03-11 | Merge pull request #1161 from toopay/unit-tests | Phil Sturgeon | 8 | -28/+119 | |
Unit Tests marked as "Incomplete" now completed. | |||||
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 8 | -28/+119 | |
2012-03-10 | Fixed camelize. | Phil Sturgeon | 3 | -7/+7 | |
2012-03-10 | Merge pull request #1156 from tiyowan/feature/unit-tests | Phil Sturgeon | 3 | -12/+12 | |
Fix test errors in Loader_test.php and URI_test.php | |||||
2012-03-10 | Fix test errors in Loader_test.php and URI_test.php | Hamza Bhatti | 3 | -12/+12 | |
Change exceptions from Exception to RuntimeException since PHPUnit 3.6 doesn't like you to expect generic exceptions. The error it gives is: InvalidArgumentException: You must not expect the generic exception class travis-ci.org/#!/tiyowan/CodeIgniter/builds/832518 This issue addressed by using exceptions that are more specific. | |||||
2012-03-10 | Merge pull request #1153 from tiyowan/feature/unit-tests | Phil Sturgeon | 1 | -23/+41 | |
Fix issue #1148 | |||||
2012-03-09 | Fix issue #1148 | tiyowan | 1 | -23/+41 | |
Rewrote tests to use reflection to access protected/private functions of Table class. This fixes fatal errors that prevent the test suite from executing other tests. Signed-off-by: tiyowan <tiyowan@gmail.com> | |||||
2012-03-09 | Merge pull request #1055 from toopay/unit-tests | Phil Sturgeon | 4 | -11/+37 | |
Unit tests | |||||
2012-03-09 | Add tiyowan suggestion #1147 | Taufan Aditya | 2 | -10/+13 | |
2012-03-09 | Merged with latest commit | Taufan Aditya | 179 | -6688/+6143 | |
2012-03-04 | Merged develop and fixed conflicts. | Phil Sturgeon | 179 | -6701/+6154 | |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 3 | -15/+88 | |
2012-03-04 | Updated with 2.1-stable. | Phil Sturgeon | 2 | -19/+17 | |
2012-03-04 | Merge pull request #1116 from tubalmartin/helpers|url|2.1-stable | Phil Sturgeon | 3 | -23/+24 | |
2.1 stable - An improved url_title helper function | |||||
2012-03-04 | Changelog updated | tubalmartin | 1 | -1/+1 | |
2012-03-04 | User guide updated | tubalmartin | 1 | -3/+3 | |
2012-03-04 | Allow developers to use any string as a separator, not just dashes or ↵ | tubalmartin | 1 | -10/+19 | |
underscores. Backwards compatible when using 'dash' or 'underscore' as string separator. Tests: http://codepad.org/DWcxVH5r | |||||
2012-03-04 | Merge pull request #1121 from JonoB/develop | Phil Sturgeon | 3 | -15/+88 | |
Allow users to specify an array for validation Now any data can be used, instead of always using $_POST. | |||||
2012-03-04 | Allow users to specify an array for validation, instead of alway using the ↵ | JonoB | 3 | -15/+88 | |
$_POST array | |||||
2012-03-04 | Fixed conflicts. | Phil Sturgeon | 1 | -3/+2 | |
2012-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 38 | -913/+1976 | |
2012-03-04 | Merged conflicts. | Phil Sturgeon | 3 | -8/+9 | |
2012-03-04 | Merge pull request #1117 from tubalmartin/Upload|library|2.1-stable | Phil Sturgeon | 1 | -1/+1 | |
2.1 stable - CI_Upload::_file_mime_type() could've failed if popen() is used for the detection. | |||||
2012-03-04 | Removed changelog entry | tubalmartin | 1 | -1/+0 | |
2012-03-03 | Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is ↵ | tubalmartin | 2 | -1/+2 | |
used for the detection. | |||||
2012-03-03 | An even better url_title helper. Tests: http://codepad.org/tuJgvkyN | tubalmartin | 2 | -20/+12 | |
Changelog entry added for 2.1.1 | |||||
2012-03-03 | Fix MySQL/MySQLi field_data() | Andrey Andreev | 2 | -12/+50 | |
2012-03-03 | Merge pull request #1108 from Brenderous/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Just a grammar fix. | |||||
2012-03-03 | Just a grammar fix. Changed "...as the code these file contain will be ↵ | Brenderous | 1 | -1/+1 | |
minimized" to "...as the code these files contain will be minimized". | |||||
2012-03-03 | Replace usage of legacy alias pg_exec() in favor of pg_query() and improve ↵ | Andrey Andreev | 1 | -28/+10 | |
PostgreSQL driver trans_*() methods | |||||
2012-03-03 | Added _optimize_table() support for PostgreSQL | Andrey Andreev | 3 | -26/+17 | |
2012-03-03 | Add db_set_charset() support for PostgreSQL and change its implementation ↵ | Andrey Andreev | 3 | -1/+15 | |
for 'mysql' | |||||
2012-03-03 | Improve DB version() implementation and add pg_version() support | Andrey Andreev | 14 | -87/+111 | |
2012-03-02 | Merge pull request #1107 from diogoosorio/develop | Andrey Andreev | 2 | -2/+6 | |
Fix issue #1080 | |||||
2012-03-02 | Made the code more readable, updated the changelog. | Diogo Osório | 2 | -1/+2 | |
2012-03-02 | Merge pull request #1106 from timw4mail/develop | Phil Sturgeon | 2 | -1/+2 | |
Limit db session to select 1 row | |||||
2012-03-02 | Updated changelog | Timothy Warren | 1 | -0/+1 | |
2012-03-02 | Removed db_set_charset() from Interbase driver (no longer needed) | Andrey Andreev | 1 | -15/+0 | |
2012-03-02 | #1080 - Check if the SMTP connection and authentication were successfull. | Diogo Osório | 1 | -2/+5 | |
2012-03-02 | Removed welcome_message view changes | Timothy Warren | 1 | -2/+0 | |
2012-03-02 | Limit db session select to single row | Timothy Warren | 1 | -1/+1 | |
2012-03-02 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 1 | -29/+19 | |
2012-03-02 | Replace Interbase _error_message(), _error_number() with the new error() method | Andrey Andreev | 1 | -29/+19 | |
2012-03-02 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Timothy Warren | 38 | -937/+2130 | |
2012-03-02 | Merge pull request #1067 from timw4mail/firebird | Phil Sturgeon | 9 | -5/+1319 | |
Interbase/Firebird Database driver. | |||||
2012-03-02 | Merge upstream | Timothy Warren | 21 | -317/+223 | |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ↵ | Andrey Andreev | 13 | -205/+122 | |
#1097) |