Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 1 | -11/+4 | |
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 | |||||
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -4/+2 | |
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace. | |||||
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -3/+3 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -7/+7 | |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -8/+10 | |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -7/+7 | |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -6/+6 | |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -0/+10 | |
2012-04-13 | Switch erroneously declared protected properties in Output class to public | Andrey Andreev | 1 | -7/+7 | |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 1 | -7/+7 | |
2012-04-02 | The current name is too wide change to get_content_type()consistent with ↵ | Songpol Sripaoeiam | 1 | -1/+1 | |
set_content_type() | |||||
2012-04-01 | Fix style coding | Songpol Sripao-eiam | 1 | -1/+2 | |
2012-04-01 | bracket on a new line | Songpol Sripaoeiam | 1 | -5/+6 | |
Also add space after foreach bracket on a new line... Also add a space after if Follow up from https://github.com/EllisLab/CodeIgniter/pull/1234/files#r630522 | |||||
2012-04-01 | add function get_current_content_type to output class and user manual library | Songpol Sripaoeiam | 1 | -0/+18 | |
2012-03-26 | Some style adjustments and fixed comments in Router and Output classes | Andrey Andreev | 1 | -11/+9 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-01-09 | Remove once again ... | Andrey Andreev | 1 | -1/+0 | |
2012-01-09 | Really fix this ... | Andrey Andreev | 1 | -2/+3 | |
2012-01-09 | Fix a possible notice in Output library | Andrey Andreev | 1 | -4/+2 | |
2012-01-08 | Fixes for issue 896 | Michiel Vugteveen | 1 | -2/+1 | |
2012-01-08 | Style guide stuff | Andrey Andreev | 1 | -4/+2 | |
2012-01-07 | Improve the core Output library | Andrey Andreev | 1 | -104/+46 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending ↵ | Greg Aker | 1 | -1/+9 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -9/+1 | |
environments. | |||||
2011-12-25 | Fixing soft tabs in a few files. | Greg Aker | 1 | -1/+1 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-08-15 | Added some docs to CI core files | David Behler | 1 | -2/+59 | |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -10/+10 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -10/+10 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -3/+3 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-07 | Made in Output protected again, it was only ever made public by Eric to fix ↵ | Phil Sturgeon | 1 | -1/+1 | |
an issue with the Dwoo MY_Parser, which is no reason to change core files. That Parser doesn't really even need the acess. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -1/+1 | |
stop environment checks. | |||||
2011-03-18 | Changed scope on parse_exec_vars. Fixes #145 | Eric Barnes | 1 | -7/+6 | |
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -1/+10 | |
helpers and libraries | |||||
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 1 | -7/+60 | |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-12-21 | Moving system/{logs,cache} to the application directory. | Greg Aker | 1 | -2/+2 | |
2010-11-18 | Fix #237 get_instance() was being called in the output class before the ↵ | Greg Aker | 1 | -1/+1 | |
CI_Controller exists. | |||||
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -71/+71 | |
2010-09-28 | fixed a bug where the Output class would send incorrect cached data for ↵ | Derek Jones | 1 | -8/+13 | |
controllers implementing their own _output() methods | |||||
2010-09-15 | Added a log message in core/output if the cache directory config value was ↵ | Greg Aker | 1 | -0/+1 | |
not found. | |||||
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ↵ | Pascal Kriete | 1 | -1/+14 | |
enabled. | |||||
2010-03-20 | reordered logic in _display_cache() to eliminate a call to ↵ | Derek Jones | 1 | -11/+9 | |
is_really_writable() on each page request unless it is_really_needed() | |||||
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -1/+27 | |
2010-03-02 | changed set_status_header() default $code param to proper integer | Derek Jones | 1 | -7/+11 | |
added ability to disable {elapsed_time} and {memory_usage} variables | |||||
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 | |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+409 | |