openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
php-filemanager
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
31 minutes
ago. based on code collected
32 minutes
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 2 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Renaming "createFromBinary" to "createFromBuffer"
Trevor Suarez
More...
about 12 years ago
Added a "getResource()" method to FileObject so you could technically turn the FileObject back into a PHP resource Tests included
Trevor Suarez
More...
about 12 years ago
Made the ImageObject "getSize()" smarter/more-efficient by only calling the memory-expensive "getRaw()" if necessary
Trevor Suarez
More...
about 12 years ago
Making the "getRaw()" method more convenient, as it will now save the file object's streamed/iterated position
Trevor Suarez
More...
about 12 years ago
Boom! Tested VERY thoroughly
Trevor Suarez
More...
about 12 years ago
Now enforcing that ImageObjects are actually images..
Trevor Suarez
More...
about 12 years ago
Tests for the new methods
Trevor Suarez
More...
about 12 years ago
New methods for creating derived classes Also, more PHPdocs for exceptions
Trevor Suarez
More...
about 12 years ago
New ImageObject class and tests
Trevor Suarez
More...
about 12 years ago
Abstracting out some of the common helper methods in FileObjectTest Also added PHPdoc description to the FileObject class
Trevor Suarez
More...
about 12 years ago
New method to get an obfuscated name of the file and tests
Trevor Suarez
More...
about 12 years ago
DRYing the tests
Trevor Suarez
More...
about 12 years ago
getExtension() method and tests Also, extending the constructor to try and set our MIME-type and name properties
Trevor Suarez
More...
about 12 years ago
New hash and name hash methods... and tests
Trevor Suarez
More...
about 12 years ago
New MIME alias methods and tests
Trevor Suarez
More...
about 12 years ago
More tests, and a new test file for a "chunked" version of the base64 image
Trevor Suarez
More...
about 12 years ago
New tests!
Trevor Suarez
More...
about 12 years ago
Added a few new and tweaked some existing methods: - base64Decode(): Static method for handling base64_decode with graceful error handling (actually throwing an exception) - isWrappedBase64(): Check if the object is a base64-style wrapped content - isWrappedHex(): Check if the object is hexadecimal wrapped content - getWrapperInfo(): Gave the wrapper info array proper keys
Trevor Suarez
More...
about 12 years ago
Now properly detecting the MIME type from a baes64 encoded FileObject that was created with the base64 factory method
Trevor Suarez
More...
about 12 years ago
New and enhanced tests
Trevor Suarez
More...
about 12 years ago
New static method for detecting MIME type from a string buffer Also, now automatically detecting the MIME type of the file when using the binary factory method
Trevor Suarez
More...
about 12 years ago
Making tests work on actual "binary" data
Trevor Suarez
More...
about 12 years ago
Extending the regular expression used to get the data wrapper info
Trevor Suarez
More...
about 12 years ago
Fixing and extending the FileObject class
Trevor Suarez
More...
about 12 years ago
More tests
Trevor Suarez
More...
about 12 years ago
Now doing the MIME-type detection based off of the "pathname" instead of the "filename"
Trevor Suarez
More...
about 12 years ago
Adding basic tests for the new FileObject class Also adding some basic test data files
Trevor Suarez
More...
about 12 years ago
Starting my new FileObject class for handling files in an easy OOP way
Trevor Suarez
More...
about 12 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree