summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2012-06-26Fix issue #427Andrey Andreev1-0/+13
2012-06-24Use the VIEWPATH constant, instead of assuming the user hasn't moved themNicholas Avenell1-2/+2
2012-06-23If there is no output then no need to try minifying itPhil Sturgeon1-0/+5
2012-06-21Replaced block tag minification regex with a less greedy solution.Phil Sturgeon1-1/+1
2012-06-16Fix issue #999Andrey Andreev2-5/+19
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev1-13/+7
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie2-3/+3
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-39/+43
2012-06-15Fix issue #167Andrey Andreev1-1/+1
2012-06-15Add support for HTTP code 303 in set_status_header(), as suggested in pull #341Andrey Andreev1-7/+13
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon14-40/+81
2012-06-15Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...Phil Sturgeon1-3/+164
2012-06-14And yet another missed line from the last oneAndrey Andreev1-1/+1
2012-06-14Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2Andrey Andreev1-3/+3
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev1-8/+12
2012-06-12Fix APPPATHAndrey Andreev1-1/+1
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev12-0/+0
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-4/+16
2012-06-09Fix defined() usage in system/core/Common.phpAndrey Andreev1-1/+1
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-06removed ip_version()Joffrey Jaffeux1-21/+1
2012-06-06styling guide false -> FALSEJoffrey Jaffeux1-1/+1
2012-06-06Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6Joffrey Jaffeux1-2/+8
2012-06-06ip_version() now returns int instead of stringJoffrey Jaffeux1-3/+3
2012-06-06Add a second parameter (charset) to CI_Output::set_content_type() + fix for i...Andrey Andreev1-2/+8
2012-06-06follow styling guideJoffrey Jaffeux1-1/+1
2012-06-06Add support for ipv6Joffrey Jaffeux1-1/+21
2012-06-05Replace set_magic_quotes_runtime() with an ini_set() callAndrey Andreev1-1/+1
2012-06-05Fix a magic_quotes-related bug and changed the default parameter value for is...Andrey Andreev2-3/+3
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev2-15/+34
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-4/+2
2012-06-04Loader was too specific about === "", some cases were NULL.Phil Sturgeon1-1/+1
2012-06-04Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAndrey Andreev9-16/+19
2012-06-02Fixed bug introduced in ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5dAlex Bilbie1-1/+1
2012-06-02Don't assume $_ci_path is a string (could be FALSE)Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie13-70/+70
2012-05-31Edit to meet CI coding standardsThanasis Polychronakis1-3/+3
2012-05-31Indended code to meet CI standardsThanasis Polychronakis1-2/+6
2012-05-31Load base config first, then environment's configThanasis Polychronakis1-9/+9
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya1-0/+1
2012-05-24Fix issue #1388Andrey Andreev1-2/+2
2012-05-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-13/+2
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon2-11/+11
2012-05-23Merge pull request #1367 from PawelDecowski/developPhil Sturgeon1-11/+0
2012-05-23Merge pull request #1357 from timw4mail/errorsPhil Sturgeon1-2/+2
2012-05-23Merge pull request #1365 from sourcejedi/e_strictPhil Sturgeon1-10/+0
2012-05-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren1-10/+0
2012-05-22Move closing of database connection to CI_DB_driver->__destruct - #1376Root1-10/+0
2012-05-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren1-2/+2
2012-05-17Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon15-131/+134