summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-27Fix an erroneus method nameAndrey Andreev1-1/+1
2012-05-24Merge branch '2.1-stable' of github.com:EllisLab/CodeIgniter into 2.1-stablePhil Sturgeon5-15/+18
2012-05-24Stop travis trying to run unit tests on 2.1-stable.Phil Sturgeon1-0/+4
2012-05-24Fix issue #1387Andrey Andreev3-14/+16
2012-05-24Merge pull request #1389 from jamiefdhurst/2.1-stablePhil Sturgeon2-1/+2
2012-05-24Updating change log relating to #1059.Jamie Hurst1-0/+1
2012-05-24Adding width and height to list of clear variables to fix #1059Jamie Hurst1-1/+1
2012-05-23Removed the starting slash from uri_string() documentation.Phil Sturgeon1-1/+1
2012-05-23Added ability to _like paramater side to use 'none', in case one wants to que...Nithin1-2/+6
2012-05-20Merge pull request #1331 from rogeriopradoj/patch-1Phil Sturgeon3-3/+25
2012-05-19Fix a issue with CI_DB_pdo_result::num_rows()Rogerio Prado de Jesus2-1/+13
2012-05-19Fix a issue with affect_rows in CI_DB_pdo_driver::_execute()Rogerio Prado de Jesus2-2/+12
2012-05-19Fix issue #726Andrey Andreev2-8/+9
2012-05-17Merge pull request #1366 from aphofstede/2.1-stableAndrey Andreev2-1/+2
2012-05-17Use tabs for indentingAlexander Hofstede1-1/+1
2012-05-17Revert "Use tab for indent"Alexander Hofstede3-16/+1
2012-05-17Use tab for indentAlexander Hofstede3-1/+16
2012-05-17Check cookie against md5 regex.Alexander Hofstede2-1/+2
2012-05-07Added a return false if an image doesn't pass XSS cleaning to prevent file_ge...Wes Baker1-0/+4
2012-04-23Merge pull request #1274 from Repox/2.1-stablePhil Sturgeon1-1/+1
2012-04-23Corrected the migration_missing_down_method language stringRepox1-1/+1
2012-03-04Merge pull request #1116 from tubalmartin/helpers|url|2.1-stablePhil Sturgeon3-23/+24
2012-03-04Changelog updatedtubalmartin1-1/+1
2012-03-04User guide updatedtubalmartin1-3/+3
2012-03-04Allow developers to use any string as a separator, not just dashes or undersc...tubalmartin1-10/+19
2012-03-04Merge pull request #1117 from tubalmartin/Upload|library|2.1-stablePhil Sturgeon1-1/+1
2012-03-04Removed changelog entrytubalmartin1-1/+0
2012-03-03Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is used...tubalmartin2-1/+2
2012-03-03An even better url_title helper. Tests: http://codepad.org/tuJgvkyNtubalmartin2-20/+12
2012-03-02Merge pull request #1100 from rrdial/2.1-stableAndrey Andreev2-6/+7
2012-03-01compile binds before caching the query, otherwise the cached query will never...Ryan Dial2-6/+7
2012-02-12Merge pull request #757 from narfbg/2.1-stablePhil Sturgeon2-24/+83
2011-12-26Merge pull request #709 from tubalmartin/2.1-stablePhil Sturgeon1-0/+14
2011-12-15Merge remote-tracking branch 'upstream/2.1-stable' into 2.1-stableAndrey Andreev2-1/+2
2011-12-14Merge pull request #766 from andrewmackrodt/2.1-stablePhil Sturgeon2-1/+2
2011-12-13Tweak MIME regular expression check againAndrey Andreev1-1/+1
2011-12-11Updated changelog with fix for bug #538.Andrew Mackrodt1-0/+1
2011-12-11Fix regular expression for validating MIME type stringAndrey Andreev1-1/+1
2011-12-11Fix for Issue #538.Andrew Mackrodt1-1/+1
2011-12-09Update the ChangeLogAndrey Andreev1-0/+5
2011-12-09Improve CI_Upload::_file_mime_type()Andrey Andreev1-24/+78
2011-12-02Merge pull request #733 from narfbg/2.1-stable-upload-hotfixPhil Sturgeon2-3/+7
2011-12-02Update the change logAndrey Andreev1-1/+2
2011-12-02Update a comment, just to be clearerAndrey Andreev1-1/+1
2011-12-02Hotfix for a file type detection bug in the Upload libraryAndrey Andreev1-2/+5
2011-12-01Merge pull request #729 from Repox/2.1-stablePhil Sturgeon1-2/+8
2011-12-01This fixes issue #725Repox1-2/+8
2011-11-27Merge pull request #710 from johnnicely/2.1-stablePhil Sturgeon2-1/+2
2011-11-24Changed form_open() to compare $action against base_url()John Nicely2-1/+2
2011-11-24Added dummy _reset_select() method to CI_DB_Driver class to allow Active Reco...Túbal Martín1-0/+14