Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -7/+21 | |
(where it makes sense) Also: - Implemented caching of configuration arrays for smileys, foreign characters and doctypes. - Implemented cascading-style loading of configuration files (except for library configs, DB and constants.php). | |||||
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 | |
As suggested in issue #2134 & PR #2149 | |||||
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 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
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 ↵ | Andrey Andreev | 1 | -7/+6 | |
system/helpers/ files | |||||
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 ↵ | Andrey Andreev | 1 | -1/+1 | |
develop-helpers-sst | |||||
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-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 ↵ | Greg Aker | 1 | -1/+8 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -8/+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-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -6/+6 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -6/+6 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -4/+4 | |
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 | -10/+5 | |
stop environment checks. | |||||
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -3/+10 | |
helpers and libraries | |||||
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 ↵ | Greg Aker | 1 | -2/+9 | |
to return only the javascript with no script tags. | |||||
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 | |
Also changing insertion position to be at the cursor and using ids instead of form names. | |||||
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -174/+174 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -17/+17 | |
a minor re-ordering of the changelog | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -11/+11 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 | |