Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 1 | -2/+2 |
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 1 | -1/+2 |
2014-11-23 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -1/+3 |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 |
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -7/+21 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+0 |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ... | Andrey Andreev | 1 | -3/+2 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -2/+2 |
2012-05-17 | Suggested changes | Timothy Warren | 1 | -1/+1 |
2012-05-02 | Merge upstream | Timothy Warren | 1 | -72/+41 |
2012-04-27 | Fix rest of the helpers | Timothy Warren | 1 | -63/+40 |
2012-03-26 | Remove remaining access description lines from helpers + some style fixes | Andrey Andreev | 1 | -7/+0 |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and system/... | Andrey Andreev | 1 | -7/+6 |
2012-03-20 | Remove EOF newlines | Andrey Andreev | 1 | -1/+1 |
2012-03-13 | Some comments altered | Andrey Andreev | 1 | -5/+0 |
2012-03-13 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper... | Andrey Andreev | 1 | -1/+1 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 |
2012-01-19 | Some more cleaning | Andrey Andreev | 1 | -27/+12 |
2012-01-08 | Some more misc. stuff | Andrey Andreev | 1 | -2/+0 |
2012-01-07 | Improve the smiley, string & text helpers | Andrey Andreev | 1 | -57/+40 |
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 on... | Greg Aker | 1 | -1/+8 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -8/+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 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -6/+6 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -6/+6 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -4/+4 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -10/+5 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 1 | -3/+10 |
2011-02-14 | Whitespace cleanup for code consistency | Pascal Kriete | 1 | -2/+2 |
2011-01-05 | Hey look, it's 2011 | 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 | -18/+18 |
2010-04-20 | Modifying smiley_js() in the smiley helper to add optional third parameter to... | Greg Aker | 1 | -2/+9 |
2010-03-05 | updating attributes to lowercase and added CDATA block around js | Derek Jones | 1 | -3/+2 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-11-09 | incorrect variable name in the smiley helper js | Pascal Kriete | 1 | -1/+1 |
2009-07-29 | Updating the smiley helper to work with more than one field. | Pascal Kriete | 1 | -21/+119 |