summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2012-03-10Fix incomplete and skipped testTaufan Aditya1-1/+1
2012-03-10Merge pull request #1155 from chrisguiney/developPhil Sturgeon1-1/+10
2012-03-10Fixing some spacing.Christopher Guiney1-2/+2
2012-03-10Remove PHP 5.1.6-specific codeAndrey Andreev2-33/+2
2012-03-10Allow drivers to be loaded as an array, like models and libraries.Christopher Guiney1-1/+10
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon3-3/+20
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon16-16/+16
2012-03-09Merge upstream branchAndrey Andreev3-22/+40
2012-03-08Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow2-2/+19
2012-03-08Fix issue #940Andrey Andreev1-2/+2
2012-03-07comment fixMichiel Vugteveen1-1/+1
2012-03-07oopsMichiel Vugteveen1-1/+1
2012-03-07removed is_methodMichiel Vugteveen1-18/+6
2012-03-07added method() and is_method()Michiel Vugteveen1-0/+29
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow2-20/+21
2012-03-06Changed rewrite_short_tags to have no effect on PHP 5.4Andrey Andreev1-1/+1
2012-03-04Merged develop and fixed conflicts.Phil Sturgeon16-989/+641
2012-02-29Add strtolower to the HTTPS checkAndrey Andreev1-1/+1
2012-02-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-18/+13
2012-02-28Merge upstream branchAndrey Andreev1-18/+13
2012-02-27Do not create a CSRF cookie if CSRF protection is not enabledAndrey Andreev1-19/+20
2012-02-27Just some style changes and removed a useless checkAndrey Andreev1-18/+13
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-5/+5
2012-02-08Merge upstream branchAndrey Andreev2-37/+33
2012-02-08Remove a few spacesAndrey Andreev1-2/+2
2012-02-08Fix CI_Input::is_ajax_request()Andrey Andreev1-37/+29
2012-02-05Adding in a few 503 status codes for common errors in response to this Expres...Kevin Cupp2-0/+4
2012-02-01Merge upstreamAndrey Andreev1-1/+1
2012-01-31HTTPS detection fixRoss Duggan1-1/+1
2012-01-28Fixed some spaces.Thor1-9/+4
2012-01-27Remove an unnecessary unset()Andrey Andreev1-1/+0
2012-01-27Fix issue #128Andrey Andreev1-11/+12
2012-01-27Removed javascript for now...Thor (atiredmachine)1-3/+3
2012-01-27Added javascript. Improved based on comments.Thor (atiredmachine)1-19/+55
2012-01-25Fixed spaces to conform to style-guide.Thor (atiredmachine)1-26/+21
2012-01-25haha, no now it does.Thor (atiredmachine)1-3/+1
2012-01-25Works with set_content_type() to automatically minify for current mime type.Thor (atiredmachine)1-1/+16
2012-01-25Logs 'debug' message that shows how much % was shaved off.Thor (atiredmachine)1-1/+8
2012-01-25Strips out HTML comments.Thor (atiredmachine)1-0/+3
2012-01-25Changed function to use mimetype as typeThor (atiredmachine)1-4/+4
2012-01-25TidyingThor (atiredmachine)1-3/+3
2012-01-25Now protects <code> and <textrea> tags as well.Thor (atiredmachine)1-9/+11
2012-01-25Improved minifier to restore <pre> contents, remove even more spaces, and pro...Thor (atiredmachine)1-1/+34
2012-01-25Rudimentary minifying of output.Thor (atiredmachine)1-0/+36
2012-01-24Output class now sets HTTP headers match caching settings.Thor (atiredmachine)1-2/+43
2012-01-10Merge pull request #906 from narfbg/develop-issue-904Phil Sturgeon2-8/+6
2012-01-10Merge pull request #892 from narfbg/develop-core-securityPhil Sturgeon1-173/+106
2012-01-10Merge pull request #912 from narfbg/develop-fix-fhPhil Sturgeon1-1/+1
2012-01-10Fix a bug in system/core/CodeIgniter.phpAndrey Andreev1-1/+1
2012-01-10Fixed a bug in CI_Lang::load()Andrey Andreev1-1/+1