summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-12fix missing negation in deleteFlorian Pritz1-1/+1
2012-06-11Fixed conflictsPhil Sturgeon15-38/+207
2012-06-09detect new curl user agentFlorian Pritz1-1/+1
2012-06-07Revert a changeAndrey Andreev1-1/+1
2012-06-07Fixed valid_ip() for PHP < 5.2Andrey Andreev1-22/+21
2012-06-07Documenting IPv6 changes and adding update notes.Pascal Kriete4-1/+94
2012-06-07Adding IPv6 support to the Input and Form_validation libraries.Pascal Kriete4-7/+136
2012-05-27Merge branch '2.1-stable' of github.com:EllisLab/CodeIgniter into 2.1-stablePhil Sturgeon1-1/+1
2012-05-27Driver_Library had $lib_name set as static, and used non-staticPhil Sturgeon1-1/+1
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-17Move some functions from file_mod to file controllerFlorian Pritz3-212/+210
2012-05-17improve is_cli_client() and use everywhereFlorian Pritz3-17/+23
2012-05-17Merge branch 'release/2.1.1'Phil Sturgeon163-359/+560
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon155-299/+391
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-15Ignore etags when displaying HTML pagesFlorian Pritz1-1/+3
2012-05-12Hide notice when getting key from memcacheFlorian Pritz1-1/+9
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz3-3/+11
2012-05-10Prevent browsers from deleting filesFlorian Pritz1-0/+5
2012-05-10Replace timeout (delete) link with info linkFlorian Pritz1-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-05-05Rework file deletion; allow to delete multiple IDs at onceFlorian Pritz6-82/+119
2012-05-03user/hash_password: add form to support normal browsersFlorian Pritz2-2/+42
2012-05-03document ID/info modeFlorian Pritz2-4/+10
2012-05-03remove password column from `files`Florian Pritz2-1/+22
2012-05-03add ID/info to display more information about a fileFlorian Pritz3-21/+45
2012-05-01use function to generate links to css filesFlorian Pritz4-4/+15
2012-05-01move file link generation from controller to viewFlorian Pritz2-12/+7
2012-05-01move etag handling into handle_etag()Florian Pritz1-27/+23
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-04-21Disable cache for upload_history for now.Florian Pritz1-1/+3
2012-04-15upload_hstory: Initialize $lengths correctlyFlorian Pritz2-11/+22
2012-04-14Make sure we keep the uri flashdataFlorian Pritz1-0/+1