Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -13/+13 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -14/+10 | |
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR. | |||||
2014-11-19 | Exposed the arguments to gzcompress by adding public variables to the Zip ↵ | garrettair | 1 | -1/+14 | |
library. | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-06-03 | Fix a potential undefined variable error | Andrey Andreev | 1 | -1/+1 | |
2014-03-14 | Fixed filemtime | Ahmad Anbar | 1 | -1/+1 | |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 1 | -5/+6 | |
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. | |||||
2014-01-28 | Fix #2844 | Andrey Andreev | 1 | -1/+1 | |
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -2/+10 | |
We only used to check (and not always) if the return value of fwrite() is boolean FALSE, while it is possible that the otherwise returned bytecount is less than the length of data that we're trying to write. This allowed incomplete writes over network streams and possibly a few other edge cases. | |||||
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -2/+1 | |
2014-01-07 | Add ability for changing the original file path/name in CI_Zip::read_file() | Andrey Andreev | 1 | -11/+14 | |
Supersedes PR #884 | |||||
2013-09-23 | [ci skip] Update Zip library docblocks | Andrey Andreev | 1 | -19/+19 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-17 | Merge pull request #2077 from AndrewPodner/develop | Andrey Andreev | 1 | -1/+1 | |
update for Issue #2064 - take 2 | |||||
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a ↵ | Andrew Podner | 1 | -1/+1 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-12-17 | Fix 2073 | Andrey Andreev | 1 | -1/+1 | |
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-16 | Really important space fix :) | vkeranov | 1 | -1/+1 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -6/+6 | |
2012-04-27 | Fixed Cart, Migration, Parser and Zip libraries | Timothy Warren | 1 | -0/+40 | |
2012-04-04 | Update system/libraries/Zip.php | Tobias Tschech | 1 | -2/+1 | |
2012-04-04 | Added Windows path compatibility to function read_dir | tschechniker | 1 | -4/+5 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 1 | -1/+1 | |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and ↵ | Andrey Andreev | 1 | -4/+4 | |
system/helpers/ files | |||||
2012-03-20 | Remove EOF newline | Andrey Andreev | 1 | -1/+1 | |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip | Andrey Andreev | 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-02-29 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip | Andrey Andreev | 1 | -1/+1 | |
2012-02-29 | Minor clean-up | Andrey Andreev | 1 | -3/+2 | |
2012-02-02 | Fix some comment blocks | Andrey Andreev | 1 | -15/+23 | |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 | |
2012-01-20 | Some more cleaning | Andrey Andreev | 1 | -16/+10 | |
2012-01-10 | Some quotes | Andrey Andreev | 1 | -2/+2 | |
2012-01-08 | Some more misc. stuff | Andrey Andreev | 1 | -24/+12 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Remove access lines from method descriptions | Andrey Andreev | 1 | -10/+0 | |
2011-12-26 | Update with suggestions from gaker & dixy | Andrey Andreev | 1 | -5/+8 | |
2011-12-25 | Improve the Zip library | Andrey Andreev | 1 | -36/+34 | |
2011-12-06 | Update system/libraries/Zip.php | Thomas Traub | 1 | -2/+2 | |
2011-12-05 | Update system/libraries/Zip.php | Thomas Traub | 1 | -1/+1 | |
2011-12-05 | Took out the now unnecessary error suppression | Thomas Traub | 1 | -2/+2 | |
2011-11-04 | Add file exists check to prevent stat failed error warnings in the log | Thomas Traub | 1 | -1/+1 | |
These occur when creating .zips by passing data and creating an artificial fs structure inside the .zip | |||||
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-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -1/+1 | |