Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
40235e6890650690afeaa451738bf7f8e586cfc3
/
system
/
libraries
/
Zip.php
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
a20ec97
Add ability for changing the original file path/name in CI_Zip::read_file()
by Andrey Andreev
· 11 years ago
88f41df
[ci skip] Update Zip library docblocks
by Andrey Andreev
· 11 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
fc7024e
Merge pull request #2077 from AndrewPodner/develop
by Andrey Andreev
· 12 years ago
4296a65
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
by Andrew Podner
· 12 years ago
3bc548e
Fix 2073
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
95b2f4f
Really important space fix :)
by vkeranov
· 13 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
86611db
Fixed Cart, Migration, Parser and Zip libraries
by Timothy Warren
· 13 years ago
9664cc9
Update system/libraries/Zip.php
by Tobias Tschech
· 13 years ago
c8175be
Added Windows path compatibility to function read_dir
by tschechniker
· 13 years ago
bb2e518
Merge upstream branch
by Andrey Andreev
· 13 years ago
e684bda
Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files
by Andrey Andreev
· 13 years ago
0336dc2
Remove EOF newline
by Andrey Andreev
· 13 years ago
407219d
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
99f31cd
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip
by Andrey Andreev
· 13 years ago
0b5a486
Minor clean-up
by Andrey Andreev
· 13 years ago
6c308b7
Fix some comment blocks
by Andrey Andreev
· 13 years ago
1841e6b
Revert a space in the license agreement :)
by Andrey Andreev
· 13 years ago
16d8066
Some more cleaning
by Andrey Andreev
· 13 years ago
e34f1a7
Some quotes
by Andrey Andreev
· 13 years ago
cfbd15b
Some more misc. stuff
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
b1f3f57
Remove access lines from method descriptions
by Andrey Andreev
· 13 years ago
b9535c8
Update with suggestions from gaker & dixy
by Andrey Andreev
· 13 years ago
0ea3929
Improve the Zip library
by Andrey Andreev
· 13 years ago
dba657e
Update system/libraries/Zip.php
by Thomas Traub
· 13 years ago
7fcfbda
Update system/libraries/Zip.php
by Thomas Traub
· 13 years ago
98f85b1
Took out the now unnecessary error suppression
by Thomas Traub
· 13 years ago
2913008
Add file exists check to prevent stat failed error warnings in the log
by Thomas Traub
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 14 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
14287f3
Whitespace cleanup in libraries/
by Pascal Kriete
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
a926328
Changing all class constructors to __construct()
by Greg Aker
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
2735b3e
fixed whitespace, massaged Zip read_dir() docs
by Derek Jones
· 15 years ago
26872de
Added an option to remove the preceding trail of empty folders when creating a Zip archive.
by Phil Sturgeon
· 15 years ago
5ed19b4
Fixed a bug where files created with the Zip Library would result in file creation dates of 1980. Hat tip to JMous for a suggested fix on the forums.
by Greg Aker
· 15 years ago
7f3719f
updated copyrights
by Derek Jones
· 15 years ago
8dc2c7c
Fixed an error in the Zip library that didn't allow downloading on PHP 4 servers.
by Derek Allard
· 15 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
e4a7db4
updated copyright
by Rick Ellis
· 16 years ago
993925b
whitespace fixes a minor re-ordering of the changelog
by Derek Allard
· 16 years ago
9736d3f
correcting some docblock comments
by Derek Allard
· 17 years ago
a065bab
The Zip class has undergone a substantial re-write for speed and clarity
by Derek Allard
· 17 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
3be20e2
tweak to the new fopen mode constant names
by Derek Jones
· 17 years ago
14031d1
implemented fopen mode constants
by Derek Jones
· 17 years ago
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
c39d202
The Zip class now exits within download().
by Derek Allard
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
6838f00
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
by Derek Allard
· 17 years ago
44a736f
modified _add_data() to be compatible with OS X
by Derek Jones
· 18 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
ebfa686
by admin
· 18 years ago
5725a40
by admin
· 18 years ago
e334c47
by admin
· 18 years ago
e7e1dcd
by admin
· 18 years ago
10c3f41
by admin
· 18 years ago
0f8015f
by admin
· 18 years ago
33dd95d
by admin
· 18 years ago
24dd7e7
by admin
· 18 years ago
6ae57e0
by admin
· 18 years ago
c8b7bda
by admin
· 18 years ago
ae58a5d
by admin
· 18 years ago