summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-10-07if statment code style updateTimothy Warren1-6/+6
2011-10-07Added check for quote markTimothy Warren1-2/+5
2011-10-07Revert "Added check for quote mark"Timothy Warren1-5/+21
2011-10-07Revert "Changed all db constructors to newer syntax, made insert_id() functio...Timothy Warren5-6/+6
2011-10-07Added check for quote markTimothy Warren1-21/+5
2011-10-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren4-10/+14
2011-10-06Merge pull request #483 from markhuot/developGreg Aker1-1/+10
2011-10-06Merge pull request #497 from cenk/uaGreg Aker1-2/+2
2011-10-06Merge pull request #511 from freewil/typography-helper-dryGreg Aker1-6/+1
2011-10-06Merge pull request #530 from MrHyde/developGreg Aker1-1/+1
2011-10-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-2/+64
2011-10-06Changed all db constructors to newer syntax, made insert_id() function more c...Timothy Warren6-7/+25
2011-10-05Changed to escape using PDO::quote()Timothy Warren1-11/+4
2011-10-05Merge pull request #486 from narfbg/ci-issue-60Phil Sturgeon1-2/+64
2011-10-05Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-50/+19
2011-10-05Fix location file Security Class to core folderpurwandi1-1/+1
2011-10-05newline character ending for link_tag() function resultMrHyde1-1/+1
2011-10-04Merge pull request #528 from narfbg/ci-core-securityDerek Jones1-50/+19
2011-10-04Added batch functions, fixed excaping functionTimothy Warren1-3/+90
2011-10-04Clean up core Security classAndrey Andreev1-50/+19
2011-10-04Merge pull request #282 from timw4mail/developPhil Sturgeon6-1/+1242
2011-10-04Change Windows OS detection approachAndrey Andreev1-1/+1
2011-10-04Merge branch 'ci-issue-60' of github.com:narfbg/CodeIgniter into ci-issue-60Andrey Andreev1-1/+1
2011-10-04Merge upstream changesAndrey Andreev12-65/+53
2011-10-04Merge pull request #513 from freewil/core-cleanupPhil Sturgeon1-20/+0
2011-10-04Issue 352: Since the MySQL client API version matters, PHP and MySQL version ...RH Becker2-31/+9
2011-10-03Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren2-2/+30
2011-10-01Merge pull request #508 from wooptoo/developPhil Sturgeon1-1/+29
2011-09-30cleanup docblocks, remove dated CI_CORE constantfreewil1-20/+0
2011-09-29style edit, print error if crypto failsRadu Potop1-1/+11
2011-09-29add missing @param tagfreewil1-0/+1
2011-09-29remove redundant 'if' in typography helperfreewil1-6/+0
2011-09-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren7-12/+14
2011-09-28Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-09-28Fixing issue 465: select_max is adding prefix to table aliases when is not ne...Juan José González1-1/+1
2011-09-27Fix a typo on User agent library.cenk1-2/+2
2011-09-26Use CI's is_php() instead of comparing against phpversion()Andrey Andreev1-1/+1
2011-09-25Fix #484 - Hash is never set to the cookieChris Berthe1-1/+2
2011-09-24Fix an erroneus variable name and a typo in commentsAndrey Andreev1-2/+2
2011-09-24Fixing the documentation link in the Unit_test library so that it points to t...Gerry1-2/+2
2011-09-24Fixing the documentation link in the Typography library so that it's validGerry1-2/+2
2011-09-24Fixing the Encryption link in the Sha1 library so that it's validGerry1-2/+2
2011-09-24Fixing the documentation url given in the Table libraryGerry1-2/+2
2011-09-24Suppress warnings generated by get_magic_quotes_gpc() (issue #467)Andrey Andreev1-1/+1
2011-09-24Skip is_array() checkAndrey Andreev1-1/+1
2011-09-24Fix a variable type mismatch (issue #89) in system/database/DB_driver.phpAndrey Andreev1-1/+1
2011-09-24Escape WHERE clause field names in the DB update_string() methodAndrey Andreev1-1/+2
2011-09-24Fix alignment with tabs instead of spacesAndrey Andreev1-1/+1
2011-09-24Remove an unnecessary variable initializationAndrey Andreev1-2/+0
2011-09-24Added _file_mime_type() method to system/libraries/Upload.php in order to fix...Andrey Andreev1-2/+66