summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Fixed some small issues in the date tests.Eric Barnes1-2/+2
2011-05-06merging in changesGreg Aker29-8/+2615
2011-05-06Fixed a regression where a PHP error could occur when using some methods.Greg Aker1-0/+1
2011-05-04Added unit tests for date helper.Eric Barnes3-7/+248
2011-05-04Added unit tests for number helper.Eric Barnes1-3/+68
2011-04-28hg flow init, add .hgflow filePhil Sturgeon1-0/+8
2011-04-27merging in changesGreg Aker232-2174/+2160
2011-04-27Added insert_batch() function to the PostgreSQL database driver. Thanks to e...Greg Aker2-0/+19
2011-04-27Removed the GET, POST, and COOKIE Data from security since we now allow $_GET...Eric Barnes1-7/+1
2011-04-27Reverting last change. Don't know what I was thinking. :(Eric Barnes1-1/+1
2011-04-26Automatic base_url generation was missing a ending slash.Eric Barnes1-1/+1
2011-04-26Automatic base_url generation was missing a ending slash.Eric Barnes1-1/+1
2011-04-25swapping out preg_replace() in the driver library where str_replace() works j...Greg Aker1-4/+4
2011-04-25swapping out preg_replace() in the driver library where str_replace() works j...Greg Aker1-4/+4
2011-04-25Merging in defaultGreg Aker10-14/+18
2011-04-25Merging in defaultGreg Aker24-0/+2300
2011-04-25Fixing up a tabs vs spaces inconsistency in DB_ResultGreg Aker1-39/+44
2011-04-25Fixed double-space typo.Razican230-2110/+2110
2011-04-25Fixed #74.Razican1-0/+5
2011-04-25Fixed #60.Razican1-11/+11
2011-04-25Fixed typo error in toc.html in documentation.Razican1-1/+1
2011-04-25Fixed #243 - Changed php version in the style guide to match requirements.Eric Barnes1-1/+1
2011-04-25Duplicate this->db->insert_batch in documentation. Fixes #202Eric Barnes1-24/+0
2011-04-23Merging in default branchGreg Aker24-0/+2300
2011-04-23Removing debug code accidentally committed.Greg Aker1-1/+1
2011-04-23typo in modification to MySQLi driver. Fixes #236Derek Jones1-1/+1
2011-04-22Initial commit of file helper tests.Greg Aker1-0/+157
2011-04-22Ignoring tests/output/* for code coverage reportsGreg Aker1-0/+1
2011-04-22Merging in default branchGreg Aker22-0/+2142
2011-04-22Updates to test BootstrapGreg Aker1-1/+3
2011-04-22dropping in PHPUnit version requirementsGreg Aker1-1/+1
2011-04-22default value of $total_rows in Pagination class should be number. And fix Us...kenjis2-3/+3
2011-04-22Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorGreg Aker1-2/+2
2011-04-22Fix #233 Fixing a regression in _get_validation_object() in the form helper a...Greg Aker1-2/+2
2011-04-22Fixed re-searching for config file even though one had been loaded ($found wa...katzgrau1-1/+2
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes18-87/+187
2011-04-21Branch mergeGreg Aker18-0/+2040
2011-04-21Fix #235 error in form_helper docs.Greg Aker1-1/+1
2011-04-21Adding user agent library test. Needs some work, but is a good start.Greg Aker1-0/+91
2011-04-21Adding typography library test.Greg Aker1-0/+191
2011-04-21Cleanup in Parser_test...Adding Table_test Pascal did earlier.Greg Aker2-2/+291
2011-04-21Parser test.Greg Aker2-26/+17
2011-04-21Updating helper test classes to extend CI_TestCaseGreg Aker5-5/+5
2011-04-21Adding string helper and inflector helper testsGreg Aker2-0/+208
2011-04-21Adding text_helper_testGreg Aker1-0/+151
2011-04-21Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased.Greg Aker4-2/+78
2011-04-21load->file() tests.Greg Aker1-4/+16
2011-04-21Branch Merge.Greg Aker1-6/+6
2011-04-21Flipping around contents of a conditional in _ci_load() so the small bits are...Greg Aker1-6/+6
2011-04-21config CI_Loader tests.Greg Aker1-9/+27