summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Check cookie against md5 regex.Alexander Hofstede2-1/+2
2012-05-16Merge pull request #1364 from toopay/core-testsAndrey Andreev2-3/+3
2012-05-16If we want E_STRICT, don't suppress it!Alan Jenkins1-10/+0
2012-05-16Reduce decimal points, since there is a micro differencess on runtime and up...Taufan Aditya2-3/+3
2012-05-16Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren38-80/+1307
2012-05-16Add note in the upgrade guide to move errors folderTimothy Warren1-1/+6
2012-05-16Merge pull request #1360 from toopay/core-testsPhil Sturgeon15-15/+352
2012-05-16Merge pull request #1359 from sourcejedi/backtrace-filter-fixAndrey Andreev1-1/+4
2012-05-16fix backtrace filteringAlan Jenkins1-1/+4
2012-05-15Remove unused hardcoded reference from *phpunit.xml filesTaufan Aditya6-13/+1
2012-05-15Input class code-coverageTaufan Aditya6-14/+207
2012-05-15Comment block for explanationTaufan Aditya1-0/+3
2012-05-15Security Code coverageTaufan Aditya4-1/+110
2012-05-15Clean up autoloader annotationTaufan Aditya1-1/+0
2012-05-15Benchmark code-coverageTaufan Aditya2-0/+45
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev2-5/+5
2012-05-15Merge pull request #1355 from shidec/developAndrey Andreev2-0/+94
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-10/+2
2012-05-15escaping boolean data type for postgre change logSoesapto Joeni Hantoro1-0/+1
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-2/+2
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-4/+0
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-1/+1
2012-05-15Escaping boolean data type on postgreSoesapto Joeni Hantoro1-0/+101
2012-05-15Merge pull request #1324 from toopay/db-testsPhil Sturgeon26-63/+856
2012-05-14Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patchTimothy Warren13-132/+144
2012-05-14Move errors to views folderTimothy Warren6-2/+2
2012-05-14Load base config first, then environment's configThanasis Polychronakis1-9/+9
2012-05-13Improve the solution for issue #1342Andrey Andreev1-1/+1
2012-05-11Fix issue #1349Andrey Andreev2-3/+4
2012-05-11Remove a duplicate mobile user agent entryAndrey Andreev1-1/+0
2012-05-11User_agent library improvementsAndrey Andreev3-84/+89
2012-05-11Escaping boolean data type, some DBMS (e.g., postgre) need itSoesapto Joeni Hantoro1-1/+1
2012-05-11simpler script, add boolean handling on DB_driver/escapeSoesapto Joeni Hantoro1-14/+4
2012-05-11Generate better conditions statement on boolean field type. Actually boolean ...Soesapto Joeni Hantoro1-1/+15
2012-05-09Fix issue #1342Andrey Andreev1-1/+1
2012-05-07Added a return false if an image doesn't pass XSS cleaning to prevent file_ge...Wes Baker1-0/+4
2012-05-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developWes Baker124-2149/+3858
2012-05-07Merge pull request #1330 from dixy/develop-errorsPhil Sturgeon3-3/+3
2012-05-05Remove -webkit prefix for box-shadowdixy3-3/+3
2012-05-05Merge pull request #1325 from st2/developAndrey Andreev1-1/+1
2012-05-05Added a return false if an image doesn't pass XSS cleaning to prevent file_ge...Wes Baker1-1/+5
2012-05-04Update system/database/drivers/interbase/interbase_utility.phpCusco1-1/+1
2012-05-04Remove temporary branch from travis whitelistTaufan Aditya1-2/+1
2012-05-04Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya2-22/+26
2012-05-04Clean upTaufan Aditya8-40/+10
2012-05-04TRUNCATE code-coverageTaufan Aditya1-0/+61
2012-05-04empty table API code-coverageTaufan Aditya1-0/+39
2012-05-04DELETE code-coverageTaufan Aditya1-0/+72
2012-05-04UPDATE and SET clause code-coverageTaufan Aditya1-0/+71
2012-05-04count code-coverageTaufan Aditya1-0/+44