Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+4 | |
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 | -28/+28 | |
2010-05-11 | fixed whitespace, massaged Zip read_dir() docs | Derek Jones | 1 | -2/+2 | |
2010-05-11 | Added an option to remove the preceding trail of empty folders when creating ↵ | Phil Sturgeon | 1 | -14/+35 | |
a Zip archive. | |||||
2010-03-19 | Fixed a bug where files created with the Zip Library would result in file ↵ | Greg Aker | 1 | -11/+49 | |
creation dates of 1980. Hat tip to JMous for a suggested fix on the forums. | |||||
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-12-07 | Fixed an error in the Zip library that didn't allow downloading on PHP 4 ↵ | Derek Allard | 1 | -2/+4 | |
servers. | |||||
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -358/+358 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -15/+15 | |
a minor re-ordering of the changelog | |||||
2008-06-16 | correcting some docblock comments | Derek Allard | 1 | -1/+0 | |
2008-05-13 | The Zip class has undergone a substantial re-write for speed and clarity | Derek Allard | 1 | -120/+101 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -7/+7 | |
(! 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 | |
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -1/+1 | |
2008-05-05 | implemented fopen mode constants | Derek Jones | 1 | -1/+1 | |