Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -1/+1 | |
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 | -14/+13 | |
2012-04-27 | Fix Config.php and partially fix Image_lib.php | Timothy Warren | 1 | -7/+0 | |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -3/+3 | |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -1/+3 | |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -1/+0 | |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -1/+1 | |
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 1 | -1/+1 | |
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-31 | HTTPS detection fix | Ross Duggan | 1 | -1/+1 | |
More closely follow the wording of the $_SERVER['HTTPS'] description in the PHP manual, which specifies a "non-empty" value rather than "non-null" | |||||
2012-01-07 | Reverted DIRECTORY_SEPARATOR changes | Andrey Andreev | 1 | -3/+3 | |
2012-01-07 | Improve the Config library | Andrey Andreev | 1 | -74/+40 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
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-14 | Added some docs to CI core files | David Behler | 1 | -7/+22 | |
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 1 | -9/+9 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -9/+9 | |
broke the Typography class's string replacements, for instance | |||||
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -12/+46 | |
2011-04-27 | Reverting last change. Don't know what I was thinking. :( | Eric Barnes | 1 | -1/+1 | |
2011-04-26 | Automatic base_url generation was missing a ending slash. | Eric Barnes | 1 | -1/+1 | |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -9/+9 | |
2011-04-22 | Fixed re-searching for config file even though one had been loaded ($found ↵ | katzgrau | 1 | -1/+2 | |
was set to true, never reset). Also fixes getsparks issue. | |||||
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-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -17/+25 | |
stop environment checks. | |||||
2011-03-10 | Added full docs for new ENVIRONMENT constant. | katzgrau | 1 | -1/+1 | |
2011-02-14 | Whitespace cleanup in core/ | Pascal Kriete | 1 | -2/+2 | |
2011-02-03 | Made config->base_url() accept parameters. config->base_url($uri). Updated ↵ | anaxamaxan@blackdog.local | 1 | -12/+46 | |
base_url() in url_helper accordingly. | |||||
2011-02-02 | Merged recent changes and tweaked multi-env changes. | Phil Sturgeon | 1 | -2/+3 | |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -25/+23 | |
2011-01-19 | Avoid double-slashed on the base_url by only slashing index_page if it is ↵ | Phil Sturgeon | 1 | -1/+2 | |
actually set. | |||||
2011-01-16 | Cleaned up environment class variable which isn't used anymore in current ↵ | joelcox | 1 | -1/+0 | |
implementation | |||||
2011-01-16 | Fixed bug that prevented global config from loading on error | joelcox | 1 | -5/+8 | |
2011-01-15 | Split basic configuration in three environments, providing fallback to global | joelcox | 1 | -6/+12 | |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-12-27 | Languages can now be placed in packages folders, and added ↵ | Phil Sturgeon | 1 | -1/+0 | |
->load->get_package_paths(). | |||||
2010-12-15 | Revised the base_url auto-generation detection of protocol as some servers ↵ | Phil Sturgeon | 1 | -1/+1 | |
will not send off. | |||||
2010-12-15 | <kbd>['base_url']</kbd> is now empty by default and will guess what it ↵ | Phil Sturgeon | 1 | -24/+22 | |
should be. | |||||
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 | -24/+24 | |
2010-03-02 | added config paths class property | Derek Jones | 1 | -36/+107 | |
added assign_to_config() method to override config items via index.php files | |||||
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/+244 | |